How to use from the
Use from the
Diffusers library
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-v8", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]
Juggernaut β€” by RunDiffusion

Juggernaut XL v8 by RunDiffusion

The final RunDiffusion Photo v1 release before v9's Photo v2 leap.

Try Juggernaut on RunDiffusion β€” Free

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

Juggernaut XL v8 is the final release in the RunDiffusion Photo v1 generation of the Juggernaut SDXL line β€” the version directly before the v9 jump to Photo v2. Useful if you have workflows or LoRAs tuned against the v8 aesthetic, or want the predecessor's slightly softer photographic feel.

When to use v8

  • πŸ”¬ You have LoRAs or pipelines validated against v8 and want exact consistency.
  • 🎨 You prefer v8's slightly softer contrast and lighting profile vs. v9's punchier output.
  • πŸ“š You're auditing the Juggernaut release line for research or comparison.

For new projects, start with the latest Juggernaut models instead.


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

v8, 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 β€” RunDiffusion Photo v2, sharper skin, stronger lighting. 6M+ downloads.
Juggernaut X v10 / XI v11 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

Two Ways to Run Juggernaut XL v8

πŸš€ Easiest β€” Run it on RunDiffusion (recommended)

One-click access inside 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-v8",
    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_v8.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

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? 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 v8 was created by KandooAI in collaboration with RunDiffusion. Photographic backbone: RunDiffusion Photo v1.


Ready to generate?

v8, 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
2,900
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for RunDiffusion/Juggernaut-XL-v8

Finetuned
(1190)
this model
Adapters
1 model

Spaces using RunDiffusion/Juggernaut-XL-v8 21