File size: 1,175 Bytes
89cd145
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
license: mit
tags:
  - music-generation
  - audio
  - ace-step
  - diffusion
  - comfyui
language:
  - en
pipeline_tag: text-to-audio
---

# ACE-Step 1.5 Models (FFMPEGA Mirror)

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).

## Contents

| Directory | Size | Description |
|-----------|------|-------------|
| `acestep-v15-turbo/` | ~4.8 GB | DiT turbo model (8-step inference) |
| `acestep-5Hz-lm-1.7B/` | ~3.8 GB | 1.7B language model for lyric planning |
| `acestep-5Hz-lm-0.6B/` | ~1.4 GB | 0.6B language model (lower VRAM option) |
| `Qwen3-Embedding-0.6B/` | ~1.2 GB | Text encoder |
| `vae/` | ~0.3 GB | VAE decoder |

## Usage

These models are automatically downloaded by ComfyUI-FFMPEGA's ACE-Step integration. Place the `checkpoints/` contents in:

```
ComfyUI/models/acestep/checkpoints/
```

## License

MIT — same as the original ACE-Step 1.5 release.

## Credits

- Original model: [ACE-Step](https://github.com/ace-step/ACE-Step-1.5) by the ACE-Step team
- Mirror maintained by [AEmotionStudio](https://github.com/AEmotionStudio)