AEmotionStudio commited on
Commit
89cd145
·
verified ·
1 Parent(s): 17f7818

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - music-generation
5
+ - audio
6
+ - ace-step
7
+ - diffusion
8
+ - comfyui
9
+ language:
10
+ - en
11
+ pipeline_tag: text-to-audio
12
+ ---
13
+
14
+ # ACE-Step 1.5 Models (FFMPEGA Mirror)
15
+
16
+ Mirror of [ACE-Step/Ace-Step1.5](https://huggingface.co/ACE-Step/Ace-Step1.5) models for use with [ComfyUI-FFMPEGA](https://github.com/AEmotionStudio/ComfyUI-FFMPEGA).
17
+
18
+ ## Contents
19
+
20
+ | Directory | Size | Description |
21
+ |-----------|------|-------------|
22
+ | `acestep-v15-turbo/` | ~4.8 GB | DiT turbo model (8-step inference) |
23
+ | `acestep-5Hz-lm-1.7B/` | ~3.8 GB | 1.7B language model for lyric planning |
24
+ | `acestep-5Hz-lm-0.6B/` | ~1.4 GB | 0.6B language model (lower VRAM option) |
25
+ | `Qwen3-Embedding-0.6B/` | ~1.2 GB | Text encoder |
26
+ | `vae/` | ~0.3 GB | VAE decoder |
27
+
28
+ ## Usage
29
+
30
+ These models are automatically downloaded by ComfyUI-FFMPEGA's ACE-Step integration. Place the `checkpoints/` contents in:
31
+
32
+ ```
33
+ ComfyUI/models/acestep/checkpoints/
34
+ ```
35
+
36
+ ## License
37
+
38
+ MIT — same as the original ACE-Step 1.5 release.
39
+
40
+ ## Credits
41
+
42
+ - Original model: [ACE-Step](https://github.com/ace-step/ACE-Step-1.5) by the ACE-Step team
43
+ - Mirror maintained by [AEmotionStudio](https://github.com/AEmotionStudio)