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

  • Log In
  • Sign Up

TTS-AGI
/
ACE-Step-1.5-Backup

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use TTS-AGI/ACE-Step-1.5-Backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use TTS-AGI/ACE-Step-1.5-Backup with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("TTS-AGI/ACE-Step-1.5-Backup", 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
ACE-Step-1.5-Backup / code /examples /simple_mode
1.32 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mrfakename's picture
mrfakename
Upload folder using huggingface_hub
9f5c8f7 verified 3 months ago
  • example_01.json
    125 Bytes
    Upload folder using huggingface_hub 3 months ago
  • example_02.json
    124 Bytes
    Upload folder using huggingface_hub 3 months ago
  • example_03.json
    136 Bytes
    Upload folder using huggingface_hub 3 months ago
  • example_04.json
    141 Bytes
    Upload folder using huggingface_hub 3 months ago
  • example_05.json
    123 Bytes
    Upload folder using huggingface_hub 3 months ago
  • example_06.json
    130 Bytes
    Upload folder using huggingface_hub 3 months ago
  • example_07.json
    129 Bytes
    Upload folder using huggingface_hub 3 months ago
  • example_08.json
    133 Bytes
    Upload folder using huggingface_hub 3 months ago
  • example_09.json
    138 Bytes
    Upload folder using huggingface_hub 3 months ago
  • example_10.json
    136 Bytes
    Upload folder using huggingface_hub 3 months ago