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

  • Log In
  • Sign Up

valhalla
/
mad_max_diffusion-sd2

Text-to-Image
Diffusers
English
StableDiffusionPipeline
stable-diffusion
image-to-image
Model card Files Files and versions
xet
Community
2

Instructions to use valhalla/mad_max_diffusion-sd2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use valhalla/mad_max_diffusion-sd2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("valhalla/mad_max_diffusion-sd2", 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
mad_max_diffusion-sd2
5.17 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
valhalla's picture
valhalla
Update README.md
6bebd0d over 3 years ago
  • scheduler
    add weights over 3 years ago
  • text_encoder
    add weights over 3 years ago
  • tokenizer
    add weights over 3 years ago
  • unet
    add weights over 3 years ago
  • vae
    add weights over 3 years ago
  • .gitattributes
    1.53 kB
    Upload mad-max-fr.png over 3 years ago
  • README.md
    1.56 kB
    Update README.md over 3 years ago
  • mad-max-fr.png
    4.74 MB
    xet
    Upload mad-max-fr.png over 3 years ago
  • model_index.json
    511 Bytes
    add weights over 3 years ago