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

  • Log In
  • Sign Up

void-lab
/
aces-ddt-rf

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use void-lab/aces-ddt-rf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use void-lab/aces-ddt-rf with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("void-lab/aces-ddt-rf", 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

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • acestep
    Upload Localsong/LocalSong/acestep/music_dcae/music_vocoder.py with huggingface_hub 6 months ago
  • checkpoints
    Upload Localsong/LocalSong/checkpoints/tag_mapping.json with huggingface_hub 6 months ago
  • samples
    Upload Localsong/LocalSong/samples/sample_rock_female_vocalist.wav with huggingface_hub 6 months ago
  • .gitattributes
    1.67 kB
    Upload Localsong/LocalSong/.gitattributes with huggingface_hub 6 months ago
  • LICENSE
    11.4 kB
    Upload Localsong/LocalSong/LICENSE with huggingface_hub 6 months ago
  • README.md
    1.62 kB
    Upload Localsong/LocalSong/README.md with huggingface_hub 6 months ago
  • gradio_app.py
    7.76 kB
    Upload Localsong/LocalSong/gradio_app.py with huggingface_hub 6 months ago
  • model.py
    17.9 kB
    Upload Localsong/LocalSong/model.py with huggingface_hub 6 months ago
  • requirements.txt
    151 Bytes
    Upload Localsong/LocalSong/requirements.txt with huggingface_hub 6 months ago