Juggernaut β€” by RunDiffusion

Juggernaut XL v6 by RunDiffusion

The original RunDiffusion Photo-fused SDXL release β€” over 3 million downloads strong.

Try Juggernaut on RunDiffusion β€” Free

Prompting Guides Compare the Lineup Civitai License: CreativeML Open RAIL-M

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.


πŸš€ Don't pick a version. Try every Juggernaut on RunDiffusion.

v6, v9, X, XI, Z, and Pro Flux β€” all pre-loaded. Switch in two clicks. No installs. No model downloads.

Launch on RunDiffusion

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


The Newer Juggernauts

Model Why upgrade
Juggernaut XL v9 Direct successor on SDXL β€” RunDiffusion Photo v2, sharper skin, stronger lighting. 6M+ downloads.
Juggernaut XI / X Ground-up retrains with GPT-4V captions β€” better prompt adherence
Juggernaut Z Lumina-Image-2 architecture β€” cinematic, presentation-ready
Juggernaut Pro Flux FLUX.1 backbone β€” top-tier photo quality with strong consistency

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.

Get Started Free

πŸ’» 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

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.

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.

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 in collaboration with RunDiffusion. Photographic backbone: RunDiffusion Photo v1.


Ready to generate?

v6, v9, and every other Juggernaut β€” one click away on RunDiffusion.

Try Juggernaut on RunDiffusion β€” Free

Compare the full Juggernaut lineup Β· Prompting guides Β· Commercial licensing

Downloads last month
10,805
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for RunDiffusion/Juggernaut-XL-v6

Finetuned
(1191)
this model

Spaces using RunDiffusion/Juggernaut-XL-v6 2