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

  • Log In
  • Sign Up

RunDiffusion
/
Juggernaut-XL-v9

Text-to-Image
Diffusers
English
StableDiffusionXLPipeline
art
people
diffusion
Cinematic
Photography
Landscape
Interior
Food
Car
Wildlife
Architecture
Model card Files Files and versions
xet
Community
13

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

  • Libraries
  • Diffusers

    How to use RunDiffusion/Juggernaut-XL-v9 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-XL-v9", 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-XL-v9
14 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 26 commits
RiccardoDav's picture
RiccardoDav
add AIBOM
1feb6b0 verified 8 months ago
  • scheduler
    Update scheduler to use DDPM for better results (#3) about 2 years ago
  • text_encoder
    Upload StableDiffusionXLPipeline (#1) about 2 years ago
  • text_encoder_2
    Upload StableDiffusionXLPipeline (#1) about 2 years ago
  • tokenizer
    Upload StableDiffusionXLPipeline (#1) about 2 years ago
  • tokenizer_2
    Upload StableDiffusionXLPipeline (#1) about 2 years ago
  • unet
    Upload StableDiffusionXLPipeline (#1) about 2 years ago
  • vae
    Upload StableDiffusionXLPipeline (#1) about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • Juggernaut-XL_v9_RunDiffusionPhoto_v2.safetensors
    7.11 GB
    xet
    Rename JuggernautXL_v9_RunDiffusionPhoto_v2.safetensors to Juggernaut-XL_v9_RunDiffusionPhoto_v2.safetensors about 2 years ago
  • README.md
    4.58 kB
    Update README.md over 1 year ago
  • RunDiffusion_Juggernaut-XL-v9.json
    2.32 kB
    add AIBOM 8 months ago
  • model_index.json
    667 Bytes
    Change scheduler to DDPM (#4) about 2 years ago