Text-to-Audio
Transformers
Safetensors
qwen3
text-generation
audio
music
text2music
text-generation-inference
Instructions to use ACE-Step/acestep-5Hz-lm-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ACE-Step/acestep-5Hz-lm-4B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="ACE-Step/acestep-5Hz-lm-4B")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ACE-Step/acestep-5Hz-lm-4B") model = AutoModelForCausalLM.from_pretrained("ACE-Step/acestep-5Hz-lm-4B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
using this model over 0.6b??
#2 opened about 1 month ago
by
ineednot1
Is there a way to merge this encoder as one safetensor file and then use in the Comfy UI ?
👍 2
10
#1 opened 6 months ago
by
soymh