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

  • Log In
  • Sign Up

nousr
/
robo-diffusion-2-base

Text-to-Image
Diffusers
English
StableDiffusionPipeline
robots
stable-diffusion
aiart
Model card Files Files and versions
xet
Community
16

Instructions to use nousr/robo-diffusion-2-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use nousr/robo-diffusion-2-base with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("nousr/robo-diffusion-2-base", 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
robo-diffusion-2-base
5.17 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
patrickvonplaten's picture
patrickvonplaten
Correct `sample_size` of Stable Diffusion 2's unet to have correct width and height default
3cdab48 over 3 years ago
  • scheduler
    Upload . with huggingface_hub (#1) over 3 years ago
  • text_encoder
    Upload . with huggingface_hub (#1) over 3 years ago
  • tokenizer
    Upload . with huggingface_hub (#1) over 3 years ago
  • unet
    Correct `sample_size` of Stable Diffusion 2's unet to have correct width and height default over 3 years ago
  • vae
    Upload . with huggingface_hub (#1) over 3 years ago
  • .gitattributes
    1.53 kB
    Upload example_grid.png over 3 years ago
  • README.md
    1.76 kB
    Update README.md over 3 years ago
  • example_grid.png
    3.08 MB
    xet
    Upload example_grid.png over 3 years ago
  • model_index.json
    511 Bytes
    Upload . with huggingface_hub (#1) over 3 years ago