Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ACE-Step
/
acestep-5Hz-lm-4B

Text-to-Audio
Transformers
Safetensors
qwen3
text-generation
audio
music
text2music
text-generation-inference
Model card Files Files and versions
xet
Community
1

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")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Is there a way to merge this encoder as one safetensor file and then use in the Comfy UI ?

👍 1
8
#1 opened 3 months ago by
soymh
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs