Text-to-Audio
Transformers
Diffusers
Safetensors
ACE-Step
feature-extraction
audio
music
text2music
custom_code
Instructions to use ACE-Step/Ace-Step1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ACE-Step/Ace-Step1.5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="ACE-Step/Ace-Step1.5", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ACE-Step/Ace-Step1.5", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
太神了,但有辦法在comfyui中只編輯某段嗎?
#11
by EEnonameEE - opened
好像有人有說可以這樣做,但comfyui目前能做的到嗎??
另外下載4b的模型還需要配合0.6,1.7嗎??最高品質音質的模型搭配是如何?
有辦法保存生成的資料嗎?我發現在二個不同的comfyui生成的音樂完全不一樣,有辦法保存資料讓相同資料在不同的comfyui生成一樣的??
可以的,如果要保证结果不变可以固定种子。
Yes, if you need to keep the result fixed, you can use the same seed.