Lexius commited on
Commit
6bcdefc
Β·
1 Parent(s): a485edb

Normalize README folder tree formatting

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -13,23 +13,23 @@ Place the files in the following folders:
13
 
14
  ```
15
  πŸ“‚ ComfyUI/
16
- └── πŸ“‚ models/
17
- β”œβ”€β”€ πŸ“‚ diffusion_models/
18
- β”‚ β”œβ”€β”€ qwen_image_distill_full_bf16.safetensors
19
- β”‚ β”œβ”€β”€ qwen_image_distill_full_fp8_e4m3fn.safetensors
20
- β”‚ β”œβ”€β”€ qwen_image_2512_bf16.safetensors
21
- β”‚ β”œβ”€β”€ qwen_image_2512_fp8_e4m3fn.safetensors
22
- β”‚ β”œβ”€β”€ qwen_image_bf16.safetensors
23
- β”‚ β”œβ”€β”€ qwen_image_fp8_e4m3fn.safetensors
24
- β”‚ β”œβ”€β”€ qwen_image_fp8_hq.safetensors
25
- β”‚ β”œβ”€β”€ qwen_image_fp8mixed.safetensors
26
- β”‚ └── qwen_image_nvfp4.safetensors
27
- β”œβ”€β”€ πŸ“‚ text_encoders/
28
- β”‚ β”œβ”€β”€ qwen_2.5_vl_7b.safetensors
29
- β”‚ β”œβ”€β”€ qwen_2.5_vl_7b_fp8_scaled.safetensors
30
- β”‚ └── qwen_2.5_vl_7b_nvfp4.safetensors
31
- └── πŸ“‚ vae/
32
- └── qwen_image_vae.safetensors
33
  ```
34
 
35
  ---
 
13
 
14
  ```
15
  πŸ“‚ ComfyUI/
16
+ β”œβ”€β”€ πŸ“‚ models/
17
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
18
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_distill_full_bf16.safetensors
19
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_distill_full_fp8_e4m3fn.safetensors
20
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_2512_bf16.safetensors
21
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_2512_fp8_e4m3fn.safetensors
22
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_bf16.safetensors
23
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_fp8_e4m3fn.safetensors
24
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_fp8_hq.safetensors
25
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_fp8mixed.safetensors
26
+ β”‚ β”‚ └── qwen_image_nvfp4.safetensors
27
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
28
+ β”‚ β”‚ β”œβ”€β”€ qwen_2.5_vl_7b.safetensors
29
+ β”‚ β”‚ β”œβ”€β”€ qwen_2.5_vl_7b_fp8_scaled.safetensors
30
+ β”‚ β”‚ └── qwen_2.5_vl_7b_nvfp4.safetensors
31
+ β”‚ β”œβ”€β”€ πŸ“‚ vae/
32
+ β”‚ β”‚ └── qwen_image_vae.safetensors
33
  ```
34
 
35
  ---