--- license: apache-2.0 tags: - comfyui - diffusion-single-file base_model: - bytedance-research/HuMo --- # HuMo Repackaged model files for ComfyUI. Place the files in the following folders: ``` 📂 ComfyUI/ ├── 📂 models/ │ ├── 📂 audio_encoders/ │ │ └── whisper_large_v3_fp16.safetensors │ ├── 📂 diffusion_models/ │ │ ├── humo_1.7B_fp16.safetensors │ │ ├── humo_17B_fp16.safetensors │ │ └── humo_17B_fp8_e4m3fn.safetensors ``` ## Upstream sources - [bytedance-research/HuMo](https://huggingface.co/bytedance-research/HuMo)