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

  • Log In
  • Sign Up

deAPI-ai
/
acestep-1-5-base

Diffusers
Safetensors
ACE-Step
music
custom_code
Model card Files Files and versions
xet
Community

Instructions to use deAPI-ai/acestep-1-5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use deAPI-ai/acestep-1-5-base with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("deAPI-ai/acestep-1-5-base", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
acestep-1-5-base
10.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
dawidope's picture
dawidope
Sync model code with ace_step==1.6.0 to prevent runtime mutation
668539b verified 18 days ago
  • Qwen3-Embedding-0.6B
    Upload model files (v2) about 2 months ago
  • acestep-5Hz-lm-1.7B
    Upload model files (v2) about 2 months ago
  • acestep-v15-base
    Sync model code with ace_step==1.6.0 to prevent runtime mutation 18 days ago
  • vae
    Upload model files (v2) about 2 months ago
  • .gitattributes
    1.74 kB
    Upload model files (v2) about 2 months ago
  • README.md
    377 Bytes
    Upload model files (v2) about 2 months ago
  • config.json
    1.97 kB
    Upload model files (v2) about 2 months ago