SAVRN
Search Contact SAVRN

Open-weight model · Text to image

Juggernaut-XL-v9

by RunDiffusion RunDiffusion/Juggernaut-XL-v9

The SDXL ecosystem is the single most mature corner of open image generation, and v9 is its most refined photorealism checkpoint.

Parameters
Context
Weights14.0 GB
Licensecreativeml-openrail-m
AccessOpen weights
Monthly Downloads870.1k

Model Card

By RunDiffusion, published under creativeml-openrail-m, revision cf419233522d.

The SDXL ecosystem is the single most mature corner of open image generation, and v9 is its most refined photorealism checkpoint. Choose Juggernaut XL v9 when you want: - Photorealism that holds up under scrutiny — skin texture, micro-contrast, and natural lighting that translates from concept to print. - Reasonable hardware — runs comfortably on 8 GB of VRAM, unlike newer DiT-based models that demand 16+ GB. - The full SDXL toolbox — drop-in compatibility with the thousands of SDXL ControlNets, IP-Adapter variants, AnimateDiff, regional prompting tools, and LoRAs already in your workflow. - Battle-tested reliability — 26+ months in production, used in agencies, studios, and shipping…

Read RunDiffusion's full model card

Juggernaut XL v9 by RunDiffusion

The world's most-downloaded SDXL model — purpose-built for photorealism.

6M+ downloads on Hugging Face · Overwhelmingly Positive on Civitai · 26 months in production

Juggernaut XL is the most popular SDXL fine-tune in the world. Version 9 — co-developed by KandooAI and RunDiffusion, integrating RunDiffusion Photo v2 — is the proven photorealism workhorse trusted by hundreds of thousands of creators: 6M+ all-time downloads on Hugging Face, 1.5M+ on Civitai, and an Overwhelmingly Positive rating across 7,780+ reviews.

Why Juggernaut XL v9 in 2026?

The SDXL ecosystem is the single most mature corner of open image generation, and v9 is its most refined photorealism checkpoint. Choose Juggernaut XL v9 when you want:

  • Photorealism that holds up under scrutiny — skin texture, micro-contrast, and natural lighting that translates from concept to print.
  • Reasonable hardware — runs comfortably on 8 GB of VRAM, unlike newer DiT-based models that demand 16+ GB.
  • The full SDXL toolbox — drop-in compatibility with the thousands of SDXL ControlNets, IP-Adapter variants, AnimateDiff, regional prompting tools, and LoRAs already in your workflow.
  • Battle-tested reliability — 26+ months in production, used in agencies, studios, and shipping products around the world.

For experimental and frontier work, see the rest of the Juggernaut family. For SDXL photorealism, this is the king of the hill.


Skip the setup. Try Juggernaut XL v9 in your browser.

No installs. No GPU rental. No model downloads. Just generate.

Pre-loaded into ComfyUI · Forge · Automatic1111 · Fooocus · InvokeAI · SwarmUI


What V9 Brought Over V8

  • RunDiffusion Photo v2 integration — a substantial upgrade to the photographic backbone of the model
  • Improved skin detail and micro-texture rendering
  • Stronger lighting and contrast control
  • Better consistency across portrait, architecture, automotive, wildlife, food, interior, and landscape photography

Two Ways to Run Juggernaut XL v9

Easiest — Run it on RunDiffusion (recommended)

One-click access to Juggernaut XL v9 inside the UI you already know — ComfyUI, Forge, Automatic1111, Fooocus, InvokeAI, or SwarmUI. No setup, no model downloads, no GPU to rent. Free trial included.

Or run it locally — Diffusers

import torch
from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained(
    "RunDiffusion/Juggernaut-XL-v9",
    torch_dtype=torch.float16,
    variant="fp16",
    use_safetensors=True,
).to("cuda")

prompt = "Cinematic mid shot photo of an astronaut walking through a neon-lit Tokyo alley at night, hyperdetailed photography, skin details, shallow depth of field"

image = pipe(
    prompt,
    width=832, height=1216,
    num_inference_steps=35,
    guidance_scale=5.0,
).images[0]

image.save("juggernaut_xl_v9.png")

For ComfyUI / Forge / InvokeAI / SwarmUI: download Juggernaut-XL_v9_RunDiffusionPhoto_v2.safetensors and drop it into your models/checkpoints/ directory.

Recommended Settings

Parameter Value
Resolution 832 × 1216 (portrait) · 1216 × 832 (landscape)
Sampler DPM++ 2M Karras
Steps 30 – 40
CFG scale 3 – 7 (lower = more realistic)
VAE Already baked in — no external VAE required
Hi-Res fix 4xNMKD-Siax_200k upscaler · 15 steps · 0.3 denoise · 1.5× upscale

Negative prompts: start with none. Add specific things you don't want as you iterate. Heavy negatives often hurt more than they help on this model.

Useful Prompt Keywords

These tokens reliably steer output:

Architecture Photography · Wildlife Photography · Car Photography
Food Photography · Interior Photography · Landscape Photography
Hyperdetailed Photography · Cinematic Movie · Still Mid Shot Photo
Full Body Photo · Skin Details

For deeper prompting technique — sampler choices, multi-subject framing, lighting language, negative-prompt strategy — see the RunDiffusion prompting library. Free to read, no signup.

Files In This Repo

File Purpose
Juggernaut-XL_v9_RunDiffusionPhoto_v2.safetensors Single-file checkpoint for ComfyUI / Forge / InvokeAI / SwarmUI
unet/, text_encoder/, text_encoder_2/, vae/, tokenizer/, tokenizer_2/, scheduler/, model_index.json Diffusers-format directory tree (FP16 variant) for from_pretrained

Looking For Something Newer?

The Juggernaut family has continued to evolve. Match the model to your project:

Model Architecture Best for
Juggernaut Z Lumina-Image-2 Cinematic, presentation-ready output with stronger lighting and atmosphere
Juggernaut Pro Flux FLUX.1 Highest photo quality with strong consistency and lower token cost
Juggernaut XII / XIII Ragnarok SDXL The latest evolutions of the SDXL line, refined for prompt adherence and realism
Juggernaut XL v9 (this model) SDXL 1.0 Proven SDXL photorealism workhorse with the broadest tooling ecosystem

All of them — and 100+ other SOTA models — are pre-loaded on RunDiffusion. Switch between them in two clicks.

Commercial Use

This model may not be deployed behind paid API services without explicit licensing. For commercial licensing, custom models, business inquiries, or consultation, contact [email protected].

You are free to use this model for personal and creative work under the terms of the CreativeML Open RAIL-M license.

Credits

Juggernaut XL v9 was created by KandooAI in collaboration with RunDiffusion. The photographic backbone — RunDiffusion Photo v2 — was developed by the RunDiffusion team. Thanks to Adam Stewart for prompting workflow.


Ready to generate?

Juggernaut XL v9 is one click away — no setup, no GPU rental, no model downloads.

Compare the full Juggernaut lineup · Prompting guides · Commercial licensing

Identity and Version

Repository
RunDiffusion/Juggernaut-XL-v9
Publisher
RunDiffusion
Task
Text to image
Modality
Image
Library
diffusers
Parameters
Not stated by the source
Languages
en
Revision
cf419233522daa0b9ea36c3aff98fa2cab1fb0fb
First published
2024-02-18
Last updated
2026-05-08

Files and Weights

23 files, 14.0 GB in total. The weights are 5 files totalling 14.0 GB in safetensors.

Weights5 files · 14.0 GB
Configuration8 files · 5.7 KB
Tokenizer6 files · 3.2 MB
Documentation1 file · 10.5 KB
Other2 files · 2.9 MB
Repository1 file · 1.7 KB
Every file
FileTypeSizeSHA-256
Juggernaut-XL_v9_RunDiffusionPhoto_v2.safetensorsWeights7.1 GB c9e3e68f89b8
text_encoder/model.fp16.safetensorsWeights246.1 MB 698656aa4f45
text_encoder_2/model.fp16.safetensorsWeights1.4 GB 9962c194f50a
unet/diffusion_pytorch_model.fp16.safetensorsWeights5.1 GB cf1ee18eb367
vae/diffusion_pytorch_model.fp16.safetensorsWeights167.3 MB 6353737672c9
model_index.jsonConfiguration667 B
scheduler/scheduler_config.jsonConfiguration496 B
text_encoder/config.jsonConfiguration565 B
text_encoder_2/config.jsonConfiguration575 B
tokenizer/special_tokens_map.jsonConfiguration588 B
tokenizer_2/special_tokens_map.jsonConfiguration462 B
unet/config.jsonConfiguration1.8 KB
vae/config.jsonConfiguration607 B
README.mdDocumentation10.5 KB
assets/Juggernaut_v9_banner.pngOther2.6 MB 2b6cf4ee44e4
assets/Juggernaut_v9_banner.webpOther379.2 KB 82652584d311
.gitattributesRepository1.7 KB
tokenizer/merges.txtTokenizer524.6 KB
tokenizer/tokenizer_config.jsonTokenizer705 B
tokenizer/vocab.jsonTokenizer1.1 MB
tokenizer_2/merges.txtTokenizer524.6 KB
tokenizer_2/tokenizer_config.jsonTokenizer856 B
tokenizer_2/vocab.jsonTokenizer1.1 MB

License and Download

License
creativeml-openrail-m
Access
Open weights, no gate
Download size
14.0 GB
Download from RunDiffusion

Released by RunDiffusion through its official repository on Hugging Face.

Built From

Memory Requirements

PrecisionWeights in memory
As published14.0 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About Juggernaut-XL-v9

Can I use Juggernaut-XL-v9 commercially?

Yes, with conditions. Juggernaut-XL-v9 is released under CreativeML Open RAIL-M. CreativeML Open RAIL-M permits use, including commercial use, subject to the use-based restrictions in its attachment, which must be passed on downstream.

Similar Models

Model · Text to image

Qwen-Image-Lightning

Lightx2v

Please refer to Qwen-Image-Lightning github to learn how to use the models. make sure to install diffusers from main (pip install git+https://github.com/huggingface/diffusers.git)

Open weights apache-2.0 diffusers

Model · Text to image

Z-Image-Lora

nphSi

+ Always use full LoRa name with "vrtlxxxx" trigger in prompt like "Alba Baptista (vrtlalbabaptista) in a swimming pool". "Woman" or "1girl" will NOT work due to my way i do captions. + Add the gender to the prompt for confusing names like "Alex Jones". + Remove the name when internal model knowledge is bad or censored or is confusing to model like "Sandy Cheeks" or "Kate Middleton". + When using a Lora with multiple triggers (vrtlxx,vrtlyy) do not use the real character name but only trigger or a combination of it. "vrtlMain" always combines all trigger-words. Angourie Rice, January Jones, Julianna Guill, Ursula Corbero, Judith Rakers, Alina Merkau, Kiernan Shipka, Leslie Bibb, Marie…

Open weights apache-2.0 diffusers

Model · Text to image

Flux2-Klein-9B-True-V2

Wikee Yang

Recommend smthemex/ComfyUIUniBlockSwap plugin for LOW VRAM users, it only requires 4-6GB of VRAM to run the full bf16 model. 您可以尝试一下全新的 ComfyUI GGUF 模型加载插件 smthemex/ComfyUIDifGGUF,它能适配更多的 GGUF 文件格式,并且将很快集成低显存(4-8GB)显卡的 GGUF 模型块卸载管理能力。 Recommend to try the new GGUF ComfyUI loader plugin, smthemex/ComfyUIDifGGUF, it compatible with more GGUF format, and will add low VRAM (4-8GB) management for GGUF soon. 1. 图像的真实感和质感进一步改善,基本接近香蕉(Nano Banana)的水平。 2. 提示词遵循和还原能力,参数适配性和LoRA兼容性进一步改善,。 The V2 version of this model has undergone a full fine-tuning based on FLUX.2-Klein-9B-True-V1. Compared to the V1 version, it has some improvements and enhancements as below: 1. The realism and texture of images…

Open weights other diffusers

Model · Text to image

Z-Image-Turbo-GGUF

Unsloth AI

Welcome to the official repository for the Z-Image(造相)project! Z-Image is a powerful and highly efficient image generation model with 6B parameters. Currently there are three variants: - Z-Image-Turbo – A distilled version of Z-Image that matches or exceeds leading competitors with only 8 NFEs (Number of Function Evaluations). It offers sub-second inference latency on enterprise-grade H800 GPUs and fits comfortably within 16G VRAM consumer devices. It excels in photorealistic image generation, bilingual text rendering (English & Chinese), and robust instruction adherence. - Z-Image-Base – The non-distilled foundation model. By releasing this checkpoint, we aim to unlock the full potential…

Open weights apache-2.0 ggml

Model · Text to image

FLUX.1-dev-gguf

City

This is a direct GGUF conversion of black-forest-labs/FLUX.1-dev As this is a quantized model not a finetune, all the same restrictions/original license terms still apply. The model files can be used with the ComfyUI-GGUF custom node. Place model files in ComfyUI/models/unet - see the GitHub readme for further install instructions. Please refer to this chart for a basic overview of quantization types.

Open weights other gguf

Model · Text to image

Pony_Diffusion_V6_XL

Narontaka

Pony Diffusion V6 is a versatile SDXL finetune capable of producing stunning SFW and NSFW visuals of various anthro, feral, or humanoids species and their interactions based on simple natural language prompts. CHECK "ABOUT THIS VERSION" ON THE RIGHT IF YOU ARE NOT ON "V6" FOR IMPORTANT INFORMATION. Please join our Discord Server to support development of new versions of this model and get access to free SD bot and check out more examples of this model capabilities on our prompt sharing website or follow the author on Twitter. Important information Make sure you load this model with clip skip 2 (or -2 in some software), otherwise you will be getting low quality blobs. This model supports a…

Open weights cdla-permissive-2.0 diffusers