Update README.md
#1
by kelseye - opened
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>
|
|
@@ -73,19 +74,19 @@ python acestep --config-path acestep-v15-xl-sft
|
|
| 73 |
|
| 74 |
### XL (4B) DiT Models
|
| 75 |
|
| 76 |
-
| DiT Model | CFG | Steps | Quality | Diversity | Tasks | Hugging Face |
|
| 77 |
-
|-----------|:---:|:-----:|:-------:|:---------:|-------|--------------|
|
| 78 |
-
| `acestep-v15-xl-base` | ✅ | 50 | High | High | All (extract, lego, complete) | [Link](https://huggingface.co/ACE-Step/acestep-v15-xl-base) |
|
| 79 |
-
| **`acestep-v15-xl-sft`** | ✅ | 50 | Very High | Medium | Standard | This repo |
|
| 80 |
-
| `acestep-v15-xl-turbo` | ❌ | 8 | Very High | Medium | Standard | [Link](https://huggingface.co/ACE-Step/acestep-v15-xl-turbo) |
|
| 81 |
|
| 82 |
### LM Models (all compatible with XL)
|
| 83 |
|
| 84 |
-
| LM Model | Params | Audio Understanding | Composition | Hugging Face |
|
| 85 |
-
|----------|:------:|:-------------------:|:-----------:|--------------|
|
| 86 |
-
| `acestep-5Hz-lm-0.6B` | 0.6B | Medium | Medium | [Link](https://huggingface.co/ACE-Step/acestep-5Hz-lm-0.6B) |
|
| 87 |
-
| `acestep-5Hz-lm-1.7B` | 1.7B | Medium | Medium | Included in main |
|
| 88 |
-
| `acestep-5Hz-lm-4B` | 4B | Strong | Strong | [Link](https://huggingface.co/ACE-Step/acestep-5Hz-lm-4B) |
|
| 89 |
|
| 90 |
## Acknowledgements
|
| 91 |
|
|
|
|
| 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>
|
|
|
|
| 74 |
|
| 75 |
### XL (4B) DiT Models
|
| 76 |
|
| 77 |
+
| DiT Model | CFG | Steps | Quality | Diversity | Tasks | Hugging Face | ModelScope |
|
| 78 |
+
|-----------|:---:|:-----:|:-------:|:---------:|-------|--------------| ----------- |
|
| 79 |
+
| `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) |
|
| 80 |
+
| **`acestep-v15-xl-sft`** | ✅ | 50 | Very High | Medium | Standard | This repo | [Link](https://modelscope.cn/models/ACE-Step/acestep-v15-xl-sft) |
|
| 81 |
+
| `acestep-v15-xl-turbo` | ❌ | 8 | Very High | Medium | Standard | [Link](https://huggingface.co/ACE-Step/acestep-v15-xl-turbo) | [Link](https://modelscope.cn/models/ACE-Step/acestep-v15-xl-turbo) |
|
| 82 |
|
| 83 |
### LM Models (all compatible with XL)
|
| 84 |
|
| 85 |
+
| LM Model | Params | Audio Understanding | Composition | Hugging Face | ModelScope |
|
| 86 |
+
|----------|:------:|:-------------------:|:-----------:|--------------| ----------- |
|
| 87 |
+
| `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) |
|
| 88 |
+
| `acestep-5Hz-lm-1.7B` | 1.7B | Medium | Medium | Included in main | Included in main |
|
| 89 |
+
| `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) |
|
| 90 |
|
| 91 |
## Acknowledgements
|
| 92 |
|