Lexius commited on
Commit
d9f4a42
Β·
1 Parent(s): 54b2ef4

Add ComfyUI model installation guide (#17)

Browse files

- Add ComfyUI model installation guide (448ff9a498b567afc950acda87fc4e9b8b1c3f15)
- Normalize README folder tree formatting (f6dad8cda779b2482957b9a199d69e6ede83590c)

Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -4,5 +4,33 @@ tags:
4
  - diffusion-single-file
5
  - comfyui
6
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  These are repackaged files to work with ComfyUI, original model repo is: https://huggingface.co/ACE-Step/Ace-Step1.5
 
4
  - diffusion-single-file
5
  - comfyui
6
  ---
7
+ # ACE-Step 1.5
8
+
9
+ Repackaged model files for ComfyUI.
10
+
11
+ Original model repository: https://huggingface.co/ACE-Step/Ace-Step1.5
12
+
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
+ ---
35
 
36
  These are repackaged files to work with ComfyUI, original model repo is: https://huggingface.co/ACE-Step/Ace-Step1.5