Update README.md

#1
by kelseye - opened
Files changed (1) hide show
  1. README.md +16 -15
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,27 +74,27 @@ python acestep --config-path acestep-v15-xl-base
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) | This repo |
79
- | `acestep-v15-xl-sft` | βœ… | 50 | Very High | Medium | Standard | [Link](https://huggingface.co/ACE-Step/acestep-v15-xl-sft) |
80
- | `acestep-v15-xl-turbo` | ❌ | 8 | Very High | Medium | Standard | [Link](https://huggingface.co/ACE-Step/acestep-v15-xl-turbo) |
81
 
82
  ### 2B DiT Models
83
 
84
- | DiT Model | CFG | Steps | Hugging Face |
85
- |-----------|:---:|:-----:|--------------|
86
- | `acestep-v15-turbo` (default) | ❌ | 8 | [Link](https://huggingface.co/ACE-Step/Ace-Step1.5) |
87
- | `acestep-v15-sft` | βœ… | 50 | [Link](https://huggingface.co/ACE-Step/acestep-v15-sft) |
88
- | `acestep-v15-base` | βœ… | 50 | [Link](https://huggingface.co/ACE-Step/acestep-v15-base) |
89
 
90
  ### LM Models (all compatible with XL)
91
 
92
- | LM Model | Params | Audio Understanding | Composition | Hugging Face |
93
- |----------|:------:|:-------------------:|:-----------:|--------------|
94
- | `acestep-5Hz-lm-0.6B` | 0.6B | Medium | Medium | [Link](https://huggingface.co/ACE-Step/acestep-5Hz-lm-0.6B) |
95
- | `acestep-5Hz-lm-1.7B` | 1.7B | Medium | Medium | Included in main |
96
- | `acestep-5Hz-lm-4B` | 4B | Strong | Strong | [Link](https://huggingface.co/ACE-Step/acestep-5Hz-lm-4B) |
97
 
98
  ## Acknowledgements
99
 
 
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) | This repo | [Link](https://modelscope.cn/models/ACE-Step/acestep-v15-xl-base) |
80
+ | `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) |
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
  ### 2B DiT Models
84
 
85
+ | DiT Model | CFG | Steps | Hugging Face | ModelScope |
86
+ |-----------|:---:|:-----:|--------------|-------------- |
87
+ | `acestep-v15-turbo` (default) | ❌ | 8 | [Link](https://huggingface.co/ACE-Step/Ace-Step1.5) | [Link](https://modelscope.cn/models/ACE-Step/Ace-Step1.5) |
88
+ | `acestep-v15-sft` | βœ… | 50 | [Link](https://huggingface.co/ACE-Step/acestep-v15-sft) | [Link](https://modelscope.cn/models/ACE-Step/acestep-v15-sft) |
89
+ | `acestep-v15-base` | βœ… | 50 | [Link](https://huggingface.co/ACE-Step/acestep-v15-base) | [Link](https://modelscope.cn/models/ACE-Step/acestep-v15-base) |
90
 
91
  ### LM Models (all compatible with XL)
92
 
93
+ | LM Model | Params | Audio Understanding | Composition | Hugging Face | ModelScope |
94
+ |----------|:------:|:-------------------:|:-----------:|--------------| ----------- |
95
+ | `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) |
96
+ | `acestep-5Hz-lm-1.7B` | 1.7B | Medium | Medium | Included in main | Included in main |
97
+ | `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) |
98
 
99
  ## Acknowledgements
100