Instructions to use Comfy-Org/HuMo_ComfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/HuMo_ComfyUI with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add ComfyUI model installation guide (#1)
Browse files- Add ComfyUI model installation guide (cc25de673f5a2c208d8304371b9efc15c21f6e08)
- Normalize README folder tree formatting (30fb326cc756f083e0909a3945783ceddc4a680e)
README.md
CHANGED
|
@@ -4,3 +4,20 @@ tags:
|
|
| 4 |
- diffusion-single-file
|
| 5 |
- comfyui
|
| 6 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- diffusion-single-file
|
| 5 |
- comfyui
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
# HuMo_ComfyUI
|
| 9 |
+
|
| 10 |
+
Repackaged model files for ComfyUI.
|
| 11 |
+
|
| 12 |
+
Place the files in the following folders:
|
| 13 |
+
|
| 14 |
+
```text
|
| 15 |
+
π ComfyUI/
|
| 16 |
+
βββ π models/
|
| 17 |
+
β βββ π audio_encoders/
|
| 18 |
+
β β βββ whisper_large_v3_fp16.safetensors
|
| 19 |
+
β βββ π diffusion_models/
|
| 20 |
+
β β βββ humo_1.7B_fp16.safetensors
|
| 21 |
+
β β βββ humo_17B_fp16.safetensors
|
| 22 |
+
β β βββ humo_17B_fp8_e4m3fn.safetensors
|
| 23 |
+
```
|