Lexius commited on
Commit
f68876d
Β·
1 Parent(s): 2e746dc

Add ComfyUI model installation guide (#1)

Browse files

- Add ComfyUI model installation guide (cc25de673f5a2c208d8304371b9efc15c21f6e08)
- Normalize README folder tree formatting (30fb326cc756f083e0909a3945783ceddc4a680e)

Files changed (1) hide show
  1. README.md +17 -0
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
+ ```