Text-to-Audio
Transformers
Safetensors
ACE-Step
image-feature-extraction
feature-extraction
audio
music
text2music
custom_code
Instructions to use ACE-Step/acestep-v15-xl-turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ACE-Step/acestep-v15-xl-turbo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="ACE-Step/acestep-v15-xl-turbo", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ACE-Step/acestep-v15-xl-turbo", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4db9679
1
Parent(s): 6bf5dc1
Update README.md (#1)
Browse files- Update README.md (d2fd9c3cd8993fa76b341f860e2110b1152201b4)
Co-authored-by: kelseye.xh <kelseye@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -14,6 +14,7 @@ tags:
|
|
| 14 |
<p align="center">
|
| 15 |
<a href="https://ace-step.github.io/ace-step-v1.5.github.io/">Project</a> |
|
| 16 |
<a href="https://huggingface.co/collections/ACE-Step/ace-step-15">Hugging Face</a> |
|
|
|
|
| 17 |
<a href="https://huggingface.co/spaces/ACE-Step/Ace-Step-v1.5">Space Demo</a> |
|
| 18 |
<a href="https://discord.gg/PeWDxrkdj7">Discord</a> |
|
| 19 |
<a href="https://arxiv.org/abs/2602.00744">Tech Report</a>
|
|
@@ -75,19 +76,19 @@ python acestep --config-path acestep-v15-xl-turbo
|
|
| 75 |
|
| 76 |
### XL (4B) DiT Models
|
| 77 |
|
| 78 |
-
| DiT Model | CFG | Steps | Quality | Diversity | Tasks | Hugging Face |
|
| 79 |
-
|-----------|:---:|:-----:|:-------:|:---------:|-------|--------------|
|
| 80 |
-
| `acestep-v15-xl-base` | ✅ | 50 | High | High | All (extract, lego, complete) | [Link](https://huggingface.co/ACE-Step/acestep-v15-xl-base) |
|
| 81 |
-
| `acestep-v15-xl-sft` | ✅ | 50 | Very High | Medium | Standard | [Link](https://huggingface.co/ACE-Step/acestep-v15-xl-sft) |
|
| 82 |
-
| **`acestep-v15-xl-turbo`** | ❌ | 8 | Very High | Medium | Standard | This repo |
|
| 83 |
|
| 84 |
### LM Models (all compatible with XL)
|
| 85 |
|
| 86 |
-
| LM Model | Params | Audio Understanding | Composition | Hugging Face |
|
| 87 |
-
|----------|:------:|:-------------------:|:-----------:|--------------|
|
| 88 |
-
| `acestep-5Hz-lm-0.6B` | 0.6B | Medium | Medium | [Link](https://huggingface.co/ACE-Step/acestep-5Hz-lm-0.6B) |
|
| 89 |
-
| `acestep-5Hz-lm-1.7B` | 1.7B | Medium | Medium | Included in main |
|
| 90 |
-
| `acestep-5Hz-lm-4B` | 4B | Strong | Strong | [Link](https://huggingface.co/ACE-Step/acestep-5Hz-lm-4B) |
|
| 91 |
|
| 92 |
## Acknowledgements
|
| 93 |
|
|
|
|
| 14 |
<p align="center">
|
| 15 |
<a href="https://ace-step.github.io/ace-step-v1.5.github.io/">Project</a> |
|
| 16 |
<a href="https://huggingface.co/collections/ACE-Step/ace-step-15">Hugging Face</a> |
|
| 17 |
+
<a href="https://modelscope.cn/collections/ACE-Step/Ace-Step-15-xl">ModelScope</a> |
|
| 18 |
<a href="https://huggingface.co/spaces/ACE-Step/Ace-Step-v1.5">Space Demo</a> |
|
| 19 |
<a href="https://discord.gg/PeWDxrkdj7">Discord</a> |
|
| 20 |
<a href="https://arxiv.org/abs/2602.00744">Tech Report</a>
|
|
|
|
| 76 |
|
| 77 |
### XL (4B) DiT Models
|
| 78 |
|
| 79 |
+
| DiT Model | CFG | Steps | Quality | Diversity | Tasks | Hugging Face | ModelScope |
|
| 80 |
+
|-----------|:---:|:-----:|:-------:|:---------:|-------|--------------| ---------- |
|
| 81 |
+
| `acestep-v15-xl-base` | ✅ | 50 | High | High | All (extract, lego, complete) | [Link](https://huggingface.co/ACE-Step/acestep-v15-xl-base) |[Link](https://modelscope.cn/models/ACE-Step/acestep-v15-xl-base) |
|
| 82 |
+
| `acestep-v15-xl-sft` | ✅ | 50 | Very High | Medium | Standard | [Link](https://huggingface.co/ACE-Step/acestep-v15-xl-sft) | [Link](https://modelscope.cn/models/ACE-Step/acestep-v15-xl-sft) |
|
| 83 |
+
| **`acestep-v15-xl-turbo`** | ❌ | 8 | Very High | Medium | Standard | This repo | [Link](https://modelscope.cn/models/ACE-Step/acestep-v15-xl-turbo) |
|
| 84 |
|
| 85 |
### LM Models (all compatible with XL)
|
| 86 |
|
| 87 |
+
| LM Model | Params | Audio Understanding | Composition | Hugging Face | ModelScope |
|
| 88 |
+
|----------|:------:|:-------------------:|:-----------:|--------------| ---------- |
|
| 89 |
+
| `acestep-5Hz-lm-0.6B` | 0.6B | Medium | Medium | [Link](https://huggingface.co/ACE-Step/acestep-5Hz-lm-0.6B) | [Link](https://modelscope.cn/models/ACE-Step/acestep-5Hz-lm-0.6B) |
|
| 90 |
+
| `acestep-5Hz-lm-1.7B` | 1.7B | Medium | Medium | Included in main | Included in main |
|
| 91 |
+
| `acestep-5Hz-lm-4B` | 4B | Strong | Strong | [Link](https://huggingface.co/ACE-Step/acestep-5Hz-lm-4B) | [Link](https://modelscope.cn/models/ACE-Step/acestep-5Hz-lm-4B) |
|
| 92 |
|
| 93 |
## Acknowledgements
|
| 94 |
|