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

  • Log In
  • Sign Up

ghostai1
/
GHOSTSONA

Text-to-Audio
Diffusers
Safetensors
music �
text2music �
audio-generation �
Model card Files Files and versions
xet
Community
2

Instructions to use ghostai1/GHOSTSONA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ghostai1/GHOSTSONA with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ghostai1/GHOSTSONA", 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
GHOSTSONA
11.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
ghostai1's picture
ghostai1
Update README.md
e76a34e verified 12 months ago
  • phantomstep_dcae
    Upload 13 files about 1 year ago
  • phantomstep_transformer
    Upload 13 files about 1 year ago
  • phantomstep_vocoder
    Upload 13 files about 1 year ago
  • umt5-base
    Upload 13 files about 1 year ago
  • .gitattributes
    1.3 kB
    Upload 13 files about 1 year ago
  • README.md
    4.34 kB
    Update README.md 12 months ago
  • app.py
    3.41 kB
    Create app.py about 1 year ago
  • requirements.txt
    98 Bytes
    Create requirements.txt about 1 year ago