Diffusion Single File
comfyui
Lexius commited on
Commit
0248fec
Β·
1 Parent(s): dee8260

Normalize README folder tree formatting

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -11,20 +11,20 @@ Repackaged model files for ComfyUI.
11
  Place the files in the following folders:
12
 
13
  ```text
14
- ComfyUI/
15
- └── models/
16
- β”œβ”€β”€ diffusion_models/
17
- β”‚ β”œβ”€β”€ hunyuanimage2.1_bf16.safetensors
18
- β”‚ β”œβ”€β”€ hunyuanimage2.1_distilled_bf16.safetensors
19
- β”‚ β”œβ”€β”€ hunyuanimage2.1_distilled_fp8_e4m3fn.safetensors
20
- β”‚ β”œβ”€β”€ hunyuanimage2.1_fp8_e4m3fn.safetensors
21
- β”‚ β”œβ”€β”€ hunyuanimage2.1_refiner_bf16.safetensors
22
- β”‚ └── hunyuanimage2.1_refiner_fp8_e4m3fn.safetensors
23
- β”œβ”€β”€ text_encoders/
24
- β”‚ β”œβ”€β”€ byt5_small_glyphxl_fp16.safetensors
25
- β”‚ β”œβ”€β”€ qwen_2.5_vl_7b.safetensors
26
- β”‚ └── qwen_2.5_vl_7b_fp8_scaled.safetensors
27
- └── vae/
28
- β”œβ”€β”€ hunyuan_image_2.1_vae_fp16.safetensors
29
- └── hunyuan_image_refiner_vae_fp16.safetensors
30
  ```
 
11
  Place the files in the following folders:
12
 
13
  ```text
14
+ πŸ“‚ ComfyUI/
15
+ β”œβ”€β”€ πŸ“‚ models/
16
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
17
+ β”‚ β”‚ β”œβ”€β”€ hunyuanimage2.1_bf16.safetensors
18
+ β”‚ β”‚ β”œβ”€β”€ hunyuanimage2.1_distilled_bf16.safetensors
19
+ β”‚ β”‚ β”œβ”€β”€ hunyuanimage2.1_distilled_fp8_e4m3fn.safetensors
20
+ β”‚ β”‚ β”œβ”€β”€ hunyuanimage2.1_fp8_e4m3fn.safetensors
21
+ β”‚ β”‚ β”œβ”€β”€ hunyuanimage2.1_refiner_bf16.safetensors
22
+ β”‚ β”‚ └── hunyuanimage2.1_refiner_fp8_e4m3fn.safetensors
23
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
24
+ β”‚ β”‚ β”œβ”€β”€ byt5_small_glyphxl_fp16.safetensors
25
+ β”‚ β”‚ β”œβ”€β”€ qwen_2.5_vl_7b.safetensors
26
+ β”‚ β”‚ └── qwen_2.5_vl_7b_fp8_scaled.safetensors
27
+ β”‚ β”œβ”€β”€ πŸ“‚ vae/
28
+ β”‚ β”‚ β”œβ”€β”€ hunyuan_image_2.1_vae_fp16.safetensors
29
+ β”‚ β”‚ └── hunyuan_image_refiner_vae_fp16.safetensors
30
  ```