Diffusion Single File
comfyui
Lexius commited on
Commit
972850c
Β·
1 Parent(s): f0d8fe4

Normalize README folder tree formatting

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -17,16 +17,16 @@ Place the files in the following folders:
17
 
18
  ```
19
  πŸ“‚ ComfyUI/
20
- └── πŸ“‚ models/
21
- β”œβ”€β”€ πŸ“‚ checkpoints/
22
- β”‚ β”œβ”€β”€ sd3.5_large_fp8_scaled.safetensors
23
- β”‚ └── sd3.5_medium_incl_clips_t5xxlfp8scaled.safetensors
24
- └── πŸ“‚ text_encoders/
25
- β”œβ”€β”€ clip_g.safetensors
26
- β”œβ”€β”€ clip_l.safetensors
27
- β”œβ”€β”€ t5xxl_fp16.safetensors
28
- β”œβ”€β”€ t5xxl_fp8_e4m3fn.safetensors
29
- └── t5xxl_fp8_e4m3fn_scaled.safetensors
30
  ```
31
 
32
  ---
 
17
 
18
  ```
19
  πŸ“‚ ComfyUI/
20
+ β”œβ”€β”€ πŸ“‚ models/
21
+ β”‚ β”œβ”€β”€ πŸ“‚ checkpoints/
22
+ β”‚ β”‚ β”œβ”€β”€ sd3.5_large_fp8_scaled.safetensors
23
+ β”‚ β”‚ └── sd3.5_medium_incl_clips_t5xxlfp8scaled.safetensors
24
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
25
+ β”‚ β”‚ β”œβ”€β”€ clip_g.safetensors
26
+ β”‚ β”‚ β”œβ”€β”€ clip_l.safetensors
27
+ β”‚ β”‚ β”œβ”€β”€ t5xxl_fp16.safetensors
28
+ β”‚ β”‚ β”œβ”€β”€ t5xxl_fp8_e4m3fn.safetensors
29
+ β”‚ β”‚ └── t5xxl_fp8_e4m3fn_scaled.safetensors
30
  ```
31
 
32
  ---