RunDiffusion/Juggernaut-XL-v6
<div align="center">
<a href="https://www.rundiffusion.com/juggernaut?utmsource=huggingface&utmmedium=modelcard&utmcampaign=juggernautxlv6&utmcontent=headerbanner"> <img src="https://huggingface.co/RunDiffusion/Juggernaut-XL-v6/resolve/main/assets/Juggernaut_Banner.webp" alt="Juggernaut — by RunDiffusion" /> </a>
<h1>Juggernaut XL v6 by RunDiffusion</h1>
<p><i>The original RunDiffusion Photo-fused SDXL release — over 3 million downloads strong.</i></p>
<p> <a href="https://app.rundiffusion.com/login?utmsource=huggingface&utmmedium=modelcard&utmcampaign=juggernautxlv6&utmcontent=herocta"><img alt="Try Juggernaut on RunDiffusion — Free" src="https://img.shields.io/badge/%E2%96%B6%20Try%20Juggernaut%20on%20RunDiffusion%20%E2%80%94%20Free-7C3AED?style=for-the-badge&labelColor=7C3AED"></a> </p>
<p> <a href="https://www.rundiffusion.com/prompting?utmsource=huggingface&utmmedium=modelcard&utmcampaign=juggernautxlv6&utmcontent=promptingresource"><img alt="Prompting Guides" src="https://img.shields.io/badge/%F0%9F%93%96%20Prompting%20Guides-1f1f23?style=for-the-badge"></a> <a href="https://www.rundiffusion.com/juggernaut?utmsource=huggingface&utmmedium=modelcard&utmcampaign=juggernautxlv6&utmcontent=lineupcompare"><img alt="Compare the Lineup" src="https://img.shields.io/badge/Compare%20the%20Lineup-1971c2?style=for-the-badge&labelColor=1f1f23"></a> <a href="https://civitai.com/models/133005/juggernaut-xl"><img alt="Civitai" src="https://img.shields.io/badge/Civitai-Overwhelmingly%20Positive-EAB308?style=for-the-badge&labelColor=1f1f23"></a> <img alt="License: CreativeML Open RAIL-M" src="https://img.shields.io/badge/License-OpenRAIL--M-2ea44f?style=for-the-badge"> </p>
</div>
Juggernaut XL v6 is the original photo-fused SDXL release in the Juggernaut line — the version that introduced RunDiffusion Photo v1 to the Juggernaut family and turned it into the most-downloaded SDXL fine-tune in the world. Two years on, 3M+ downloads and counting.
When to use v6
V6 still serves a real audience. Choose it when you:
- 🔬 Have LoRAs, ControlNets, embeddings, or pipelines trained or tuned against v6 and want bit-for-bit consistency.
- 🏭 Run an automated production pipeline that has been validated against v6 and you don't want to revalidate against a newer checkpoint.
- 🎨 Need the exact v6 aesthetic — slightly softer lighting and more muted contrast than the later versions.
For new projects, start with the latest Juggernaut models instead — they apply two years of additional training, captioning, and photo-model improvements.
<div align="center">
<h3>🚀 Don't pick a version. Try every Juggernaut on RunDiffusion.</h3>
<p>v6, v9, X, XI, Z, and Pro Flux — all pre-loaded. Switch in two clicks. <b>No installs. No model downloads.</b></p>
<a href="https://app.rundiffusion.com/login?utmsource=huggingface&utmmedium=modelcard&utmcampaign=juggernautxlv6&utmcontent=midpagecta"><img alt="Launch on RunDiffusion" src="https://img.shields.io/badge/%E2%96%B6%20Launch%20on%20RunDiffusion-7C3AED?style=for-the-badge&labelColor=7C3AED"></a>
<p><i>Pre-loaded into ComfyUI · Forge · Automatic1111 · Fooocus · InvokeAI · SwarmUI</i></p>
</div>
The Newer Juggernauts
Two Ways to Run Juggernaut XL v6
🚀 Easiest — Run it on RunDiffusion (recommended)
One-click access inside the UI you already know — ComfyUI, Forge, Automatic1111, Fooocus, InvokeAI, or SwarmUI. Free trial included, plus access to every other Juggernaut model on the same account.
<div align="center"> <a href="https://app.rundiffusion.com/login?utmsource=huggingface&utmmedium=modelcard&utmcampaign=juggernautxlv6&utmcontent=quickstarttry"><img alt="Get Started Free" src="https://img.shields.io/badge/Get%20Started%20Free%20%E2%86%92-7C3AED?style=for-the-badge&labelColor=7C3AED"></a> </div>
💻 Or run it locally — Diffusers
import torch
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained(
"RunDiffusion/Juggernaut-XL-v6",
torch_dtype=torch.float16,
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_v6.png")For ComfyUI / Forge / InvokeAI / SwarmUI: download the single-file checkpoint and drop it into your models/checkpoints/ directory.
Recommended Settings
Negative prompts: start with none. Add specific things you don't want as you iterate.
Useful Prompt Keywords
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📖 Want to go deeper? Sampler choices, multi-subject framing, lighting language, negative-prompt strategy — see the **RunDiffusion prompting library**. Free to read, no signup.
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 [juggernaut@rundiffusion.com](mailto:juggernaut@rundiffusion.com).
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 v6 was created by [KandooAI](https://twitter.com/Juggernaut_AI) in collaboration with [RunDiffusion](https://www.rundiffusion.com/?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xl_v6&utm_content=credits). Photographic backbone: RunDiffusion Photo v1.
<div align="center">
<h3>Ready to generate?</h3>
<p>v6, v9, and every other Juggernaut — one click away on RunDiffusion.</p>
<a href="https://app.rundiffusion.com/login?utmsource=huggingface&utmmedium=modelcard&utmcampaign=juggernautxlv6&utmcontent=footercta"><img alt="Try Juggernaut on RunDiffusion — Free" src="https://img.shields.io/badge/%E2%96%B6%20Try%20Juggernaut%20on%20RunDiffusion%20%E2%80%94%20Free-7C3AED?style=for-the-badge&labelColor=7C3AED"></a>
<p><sub><a href="https://www.rundiffusion.com/juggernaut?utmsource=huggingface&utmmedium=modelcard&utmcampaign=juggernautxlv6&utmcontent=footerlineup">Compare the full Juggernaut lineup</a> · <a href="https://www.rundiffusion.com/prompting?utmsource=huggingface&utmmedium=modelcard&utmcampaign=juggernautxlv6&utmcontent=footerprompting">Prompting guides</a> · <a href="mailto:juggernaut@rundiffusion.com">Commercial licensing</a></sub></p>
</div>
