Juggernaut quality at SDXL Lightning speed — 5–7 steps, photo-grade output.
Juggernaut XL Lightning is the speed-optimized member of the Juggernaut family — built on SDXL Lightning distillation, it produces photo-grade Juggernaut output in just 5–7 inference steps instead of the usual 30–40. Same aesthetic, ~5× faster, ideal for batch generation, real-time iteration, and live demos.
If you need the very best per-image quality and don't mind the wait, use Juggernaut XL v9 instead — full-step inference holds slightly more detail.
Pre-loaded with the right scheduler, sampler, and CFG. No installs. No GPU rental.
Pre-loaded into ComfyUI · Forge · Automatic1111 · Fooocus · InvokeAI · SwarmUI
These are different from standard Juggernaut. Lightning needs fewer steps and lower CFG.
| Parameter | Value |
|---|---|
| Sampler | DPM++ SDE or DPM++ SDE Karras |
| Steps | 5 – 7 |
| CFG scale | 1.5 – 2.0 |
| Resolution | ≥ 1024 × 1024 (use SDXL-native sizes) |
| VAE | Already baked in — no external VAE required |
Standard Juggernaut prompts work as-is. Don't adjust your prompt for Lightning — just adjust the sampler, steps, and CFG.
📖 Want to go deeper on prompting? See the RunDiffusion prompting library. Free to read, no signup.
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.
import torch
from diffusers import DiffusionPipeline, DPMSolverSinglestepScheduler
pipe = DiffusionPipeline.from_pretrained(
"RunDiffusion/Juggernaut-XL-Lightning",
torch_dtype=torch.float16,
use_safetensors=True,
).to("cuda")
# DPM++ SDE Karras
pipe.scheduler = DPMSolverSinglestepScheduler.from_config(
pipe.scheduler.config, use_karras_sigmas=True
)
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=1024, height=1024, num_inference_steps=6, guidance_scale=1.8).images[0]
image.save("juggernaut_xl_lightning.png")
For ComfyUI / Forge / InvokeAI / SwarmUI: download the single-file checkpoint and drop it into your models/checkpoints/ directory.
| Model | Best for |
|---|---|
| Juggernaut XL v9 | The flagship SDXL — full-step photorealism workhorse. 6M+ downloads. |
| Juggernaut XI v11 | Latest SDXL-line refinement |
| Juggernaut XI Lightning | Speed variant on the XI base |
| Juggernaut Z | Lumina-Image-2 architecture — cinematic, presentation-ready |
| Juggernaut Pro Flux | FLUX.1 backbone — top-tier photo quality |
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.
Juggernaut XL Lightning was created by KandooAI in collaboration with RunDiffusion, distilled on top of SDXL Lightning.
Juggernaut Lightning is one click away — no setup, no GPU rental, no model downloads.
Compare the full Juggernaut lineup · Prompting guides · Commercial licensing
11 commits
Juggernaut quality at SDXL Lightning speed — 5–7 steps, photo-grade output.
Juggernaut XL Lightning is the speed-optimized member of the Juggernaut family — built on SDXL Lightning distillation, it produces photo-grade Juggernaut output in just 5–7 inference steps instead of the usual 30–40. Same aesthetic, ~5× faster, ideal for batch generation, real-time iteration, and live demos.
If you need the very best per-image quality and don't mind the wait, use Juggernaut XL v9 instead — full-step inference holds slightly more detail.
Pre-loaded with the right scheduler, sampler, and CFG. No installs. No GPU rental.
Pre-loaded into ComfyUI · Forge · Automatic1111 · Fooocus · InvokeAI · SwarmUI
These are different from standard Juggernaut. Lightning needs fewer steps and lower CFG.
| Parameter | Value |
|---|---|
| Sampler | DPM++ SDE or DPM++ SDE Karras |
| Steps | 5 – 7 |
| CFG scale | 1.5 – 2.0 |
| Resolution | ≥ 1024 × 1024 (use SDXL-native sizes) |
| VAE | Already baked in — no external VAE required |
Standard Juggernaut prompts work as-is. Don't adjust your prompt for Lightning — just adjust the sampler, steps, and CFG.
📖 Want to go deeper on prompting? See the RunDiffusion prompting library. Free to read, no signup.
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.
import torch
from diffusers import DiffusionPipeline, DPMSolverSinglestepScheduler
pipe = DiffusionPipeline.from_pretrained(
"RunDiffusion/Juggernaut-XL-Lightning",
torch_dtype=torch.float16,
use_safetensors=True,
).to("cuda")
# DPM++ SDE Karras
pipe.scheduler = DPMSolverSinglestepScheduler.from_config(
pipe.scheduler.config, use_karras_sigmas=True
)
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=1024, height=1024, num_inference_steps=6, guidance_scale=1.8).images[0]
image.save("juggernaut_xl_lightning.png")
For ComfyUI / Forge / InvokeAI / SwarmUI: download the single-file checkpoint and drop it into your models/checkpoints/ directory.
| Model | Best for |
|---|---|
| Juggernaut XL v9 | The flagship SDXL — full-step photorealism workhorse. 6M+ downloads. |
| Juggernaut XI v11 | Latest SDXL-line refinement |
| Juggernaut XI Lightning | Speed variant on the XI base |
| Juggernaut Z | Lumina-Image-2 architecture — cinematic, presentation-ready |
| Juggernaut Pro Flux | FLUX.1 backbone — top-tier photo quality |
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.
Juggernaut XL Lightning was created by KandooAI in collaboration with RunDiffusion, distilled on top of SDXL Lightning.
Juggernaut Lightning is one click away — no setup, no GPU rental, no model downloads.
Compare the full Juggernaut lineup · Prompting guides · Commercial licensing
11 commits