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

  • Log In
  • Sign Up

Nekochu
/
Sci-FiSoundSFX

Audio-to-Audio
Diffusers
English
music
Model card Files Files and versions
xet
Community
1

Instructions to use Nekochu/Sci-FiSoundSFX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Nekochu/Sci-FiSoundSFX with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Nekochu/Sci-FiSoundSFX", 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
Sci-FiSoundSFX
3.75 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Nekochu's picture
Nekochu
initial commit Sci-fiVFX.ckpt
f7689b2 over 3 years ago
  • Sample
    initial commit Sci-fiVFX.ckpt over 3 years ago
  • .gitattributes
    1.54 kB
    initial commit Sci-fiVFX.ckpt over 3 years ago
  • DataSongs.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    201 MB
    xet
    initial commit Sci-fiVFX.ckpt over 3 years ago
  • README.md
    976 Bytes
    Create README.md over 3 years ago
  • Sci-fiVFX.ckpt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    3.54 GB
    xet
    initial commit Sci-fiVFX.ckpt over 3 years ago