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

  • Log In
  • Sign Up

RunDiffusion
/
Juggernaut-XI-v11

Text-to-Image
Diffusers
English
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
sdxl
photorealistic
photography
cinematic
portrait
juggernaut
rundiffusion
kandooai
Model card Files Files and versions
xet
Community
6

Instructions to use RunDiffusion/Juggernaut-XI-v11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use RunDiffusion/Juggernaut-XI-v11 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("RunDiffusion/Juggernaut-XI-v11", 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
Juggernaut-XI-v11
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
Maycol56v's picture
Maycol56v
Create H
f047111 verified over 1 year ago
  • scheduler
    Added Diffusers Pipeline files almost 2 years ago
  • text_encoder
    Added Diffusers Pipeline files almost 2 years ago
  • text_encoder_2
    Added Diffusers Pipeline files almost 2 years ago
  • tokenizer
    Added Diffusers Pipeline files almost 2 years ago
  • tokenizer_2
    Added Diffusers Pipeline files almost 2 years ago
  • unet
    Added Diffusers Pipeline files almost 2 years ago
  • vae
    Added Diffusers Pipeline files almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • H
    7 Bytes
    Create H over 1 year ago
  • Juggernaut-XI-byRunDiffusion.safetensors
    7.11 GB
    xet
    Upload Juggernaut-XI-byRunDiffusion.safetensors almost 2 years ago
  • README.md
    3.68 kB
    Another quick update over 1 year ago
  • model_index.json
    712 Bytes
    Added Diffusers Pipeline files almost 2 years ago