Discover and explore top open-source AI tools and projects—updated daily.
jtydhr88Text-to-3D human motion generation for ComfyUI
Top 98.5% on SourcePulse
This ComfyUI plugin provides text-to-3D human motion generation capabilities, leveraging the HY-Motion 1.0 model. It targets users seeking to create 3D animations from textual descriptions, offering features like automatic prompt optimization and flexible export options, thereby streamlining the animation pipeline.
How It Works
The core functionality is built upon the HY-Motion 1.0 model for generating 3D human motion from text. It integrates Large Language Models (LLMs), specifically Qwen3-8B, to automatically rewrite and optimize input text prompts and estimate motion duration, enhancing the quality and control of the generated motion. The system supports GGUF quantized models for reduced VRAM consumption and offers CPU offload for LLM components, making it more accessible on systems with limited GPU memory.
Quick Start & Requirements
ComfyUI/custom_nodes/ComfyUI-HY-Motion1 and run pip install -r requirements.txt.HY-Motion-1.0 (or Lite), clip-vit-large-patch14, and optional LLM models (Qwen3 variants, GGUF) into the ComfyUI/models/HY-Motion/ckpts/ directory.auto-awq for AWQ models, fbxsdkpy for FBX export.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or project roadmap are provided in the README.
Licensing & Compatibility
The license refers to the original HY-Motion 1.0 project. No explicit compatibility notes for commercial use or closed-source linking are mentioned.
Limitations & Caveats
FBX export necessitates the installation of fbxsdkpy, which may present installation challenges; the GLB export is a dependency-free alternative. GGUF models require manual download and placement into the specified directory.
1 month ago
Inactive
GuyTevet