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

  • Log In
  • Sign Up

theproparadox
/
stablediffusion_musiccaps

Text-to-Image
Diffusers
English
StableDiffusionPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use theproparadox/stablediffusion_musiccaps with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("theproparadox/stablediffusion_musiccaps", 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
  • Local Apps
  • Draw Things
  • DiffusionBee
stablediffusion_musiccaps
8.92 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
theproparadox's picture
theproparadox
Update feature_extractor/preprocessor_config.json
07ee3fb verified 11 months ago
  • feature_extractor
    Update feature_extractor/preprocessor_config.json 11 months ago
  • safety_checker
    Add files using upload-large-folder tool 11 months ago
  • scheduler
    Add files using upload-large-folder tool 11 months ago
  • text_encoder
    Add files using upload-large-folder tool 11 months ago
  • tokenizer
    Add files using upload-large-folder tool 11 months ago
  • unet
    Add files using upload-large-folder tool 11 months ago
  • vae
    Add files using upload-large-folder tool 11 months ago
  • .gitattributes
    1.51 kB
    Add files using upload-large-folder tool 11 months ago
  • README.md
    135 Bytes
    Update README.md 11 months ago
  • model_index.json
    613 Bytes
    Add files using upload-large-folder tool 11 months ago
  • stable_diffusion_fp16.ckpt

    Detected Pickle imports (5)

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

    What is a pickle import?

    3.85 GB
    xet
    Add files using upload-large-folder tool 11 months ago