HuMo_ComfyUI / README.md
Lexius's picture
Normalize README metadata and formatting
c40c815 verified
|
Raw
History Blame
621 Bytes
---
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)