Lexius commited on
Commit
30fb326
Β·
1 Parent(s): cc25de6

Normalize README folder tree formatting

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -12,12 +12,12 @@ Repackaged model files for ComfyUI.
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
  ```
 
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
  ```