Lexius commited on
Commit
41a55dd
Β·
1 Parent(s): 00e3668

Normalize README folder tree formatting

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -12,19 +12,19 @@ Place the files in the following folders:
12
 
13
  ```
14
  πŸ“‚ ComfyUI/
15
- └── πŸ“‚ models/
16
- β”œβ”€β”€ πŸ“‚ diffusion_models/
17
- β”‚ β”œβ”€β”€ z_image_turbo_bf16.safetensors
18
- β”‚ β”œβ”€β”€ z_image_turbo_int8_convrot.safetensors
19
- β”‚ └── z_image_turbo_nvfp4.safetensors
20
- β”œβ”€β”€ πŸ“‚ loras/
21
- β”‚ └── z_image_turbo_distill_patch_lora_bf16.safetensors
22
- β”œβ”€β”€ πŸ“‚ text_encoders/
23
- β”‚ β”œβ”€β”€ qwen_3_4b.safetensors
24
- β”‚ β”œβ”€β”€ qwen_3_4b_fp4_mixed.safetensors
25
- β”‚ └── qwen_3_4b_fp8_mixed.safetensors
26
- └── πŸ“‚ vae/
27
- └── ae.safetensors
28
  ```
29
 
30
  ---
 
12
 
13
  ```
14
  πŸ“‚ ComfyUI/
15
+ β”œβ”€β”€ πŸ“‚ models/
16
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
17
+ β”‚ β”‚ β”œβ”€β”€ z_image_turbo_bf16.safetensors
18
+ β”‚ β”‚ β”œβ”€β”€ z_image_turbo_int8_convrot.safetensors
19
+ β”‚ β”‚ └── z_image_turbo_nvfp4.safetensors
20
+ β”‚ β”œβ”€β”€ πŸ“‚ loras/
21
+ β”‚ β”‚ └── z_image_turbo_distill_patch_lora_bf16.safetensors
22
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
23
+ β”‚ β”‚ β”œβ”€β”€ qwen_3_4b.safetensors
24
+ β”‚ β”‚ β”œβ”€β”€ qwen_3_4b_fp4_mixed.safetensors
25
+ β”‚ β”‚ └── qwen_3_4b_fp8_mixed.safetensors
26
+ β”‚ β”œβ”€β”€ πŸ“‚ vae/
27
+ β”‚ β”‚ └── ae.safetensors
28
  ```
29
 
30
  ---