Lexius commited on
Commit
f6dad8c
Β·
1 Parent(s): 448ff9a

Normalize README folder tree formatting

Browse files
Files changed (1) hide show
  1. README.md +16 -15
README.md CHANGED
@@ -13,21 +13,22 @@ Original model repository: https://huggingface.co/ACE-Step/Ace-Step1.5
13
  Place the files in the following folders:
14
 
15
  ```
16
- ComfyUI/models
17
- β”œβ”€β”€ checkpoints
18
- β”‚ └── ace_step_1.5_turbo_aio.safetensors
19
- β”œβ”€β”€ diffusion_models
20
- β”‚ β”œβ”€β”€ acestep_v1.5_base.safetensors
21
- β”‚ β”œβ”€β”€ acestep_v1.5_turbo.safetensors
22
- β”‚ β”œβ”€β”€ acestep_v1.5_xl_base_bf16.safetensors
23
- β”‚ β”œβ”€β”€ acestep_v1.5_xl_sft_bf16.safetensors
24
- β”‚ └── acestep_v1.5_xl_turbo_bf16.safetensors
25
- β”œβ”€β”€ text_encoders
26
- β”‚ β”œβ”€β”€ qwen_0.6b_ace15.safetensors
27
- β”‚ β”œβ”€β”€ qwen_1.7b_ace15.safetensors
28
- β”‚ └── qwen_4b_ace15.safetensors
29
- └── vae
30
- └── ace_1.5_vae.safetensors
 
31
  ```
32
 
33
  ---
 
13
  Place the files in the following folders:
14
 
15
  ```
16
+ πŸ“‚ ComfyUI/
17
+ β”œβ”€β”€ πŸ“‚ models/
18
+ β”‚ β”œβ”€β”€ πŸ“‚ checkpoints/
19
+ β”‚ β”‚ └── ace_step_1.5_turbo_aio.safetensors
20
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
21
+ β”‚ β”‚ β”œβ”€β”€ acestep_v1.5_base.safetensors
22
+ β”‚ β”‚ β”œβ”€β”€ acestep_v1.5_turbo.safetensors
23
+ β”‚ β”‚ β”œβ”€β”€ acestep_v1.5_xl_base_bf16.safetensors
24
+ β”‚ β”‚ β”œβ”€β”€ acestep_v1.5_xl_sft_bf16.safetensors
25
+ β”‚ β”‚ └── acestep_v1.5_xl_turbo_bf16.safetensors
26
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
27
+ β”‚ β”‚ β”œβ”€β”€ qwen_0.6b_ace15.safetensors
28
+ β”‚ β”‚ β”œβ”€β”€ qwen_1.7b_ace15.safetensors
29
+ β”‚ β”‚ └── qwen_4b_ace15.safetensors
30
+ β”‚ β”œβ”€β”€ πŸ“‚ vae/
31
+ β”‚ β”‚ └── ace_1.5_vae.safetensors
32
  ```
33
 
34
  ---