Text-to-Image
Diffusers
English
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
sdxl
photorealistic
photography
cinematic
portrait
juggernaut
rundiffusion
kandooai
Instructions to use RunDiffusion/Juggernaut-XI-v11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RunDiffusion/Juggernaut-XI-v11 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("RunDiffusion/Juggernaut-XI-v11", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Marketing-flow retrofit: hero/midpage/footer CTAs (with 'skip the gate' angle), prompting library link, two ways to run, HTML headings
Browse files
README.md
CHANGED
|
@@ -41,7 +41,11 @@ tags:
|
|
| 41 |
<p><i>The latest evolution of the Juggernaut SDXL line β sharper aesthetics, better hands, faces, and prompt adherence.</i></p>
|
| 42 |
|
| 43 |
<p>
|
| 44 |
-
<a href="https://
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
</p>
|
| 46 |
|
| 47 |
</div>
|
|
@@ -50,13 +54,29 @@ tags:
|
|
| 50 |
|
| 51 |
## What's Better in XI
|
| 52 |
|
| 53 |
-
- **Massively improved aesthetics** β refined lighting, color, and composition vs. v10
|
| 54 |
-
- **Better hands, eyes, faces, and overall human anatomy**
|
| 55 |
-
- **Even stronger prompt adherence** β XI does what you ask with less wrestling than X
|
| 56 |
-
- **Cleaner shot-type classification** β Full Body / Mid Shot / Portrait distinctions are crisper
|
| 57 |
-
- **Native text rendering** β legible signage, labels, short phrases
|
| 58 |
-
- **Two prompting styles** β Natural language *or* Tagging (use whichever fits)
|
| 59 |
-
- **RunDiffusion Photo** refinement for fine detail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
## Two Prompting Styles
|
| 62 |
|
|
@@ -65,6 +85,8 @@ tags:
|
|
| 65 |
| **Natural language** | Storytelling, scenes, complex instructions | *"A photographer on a windswept cliff at golden hour, holding a vintage Leica, ocean churning below"* |
|
| 66 |
| **Tagging** | Quick iteration, established workflows | *`photograph, cliff, golden hour, vintage Leica, ocean, waves, cinematic lighting`* |
|
| 67 |
|
|
|
|
|
|
|
| 68 |
## Recommended Settings
|
| 69 |
|
| 70 |
| Parameter | Value |
|
|
@@ -77,7 +99,17 @@ tags:
|
|
| 77 |
|
| 78 |
For a faster variant, see [**Juggernaut XI Lightning**](https://huggingface.co/RunDiffusion/Juggernaut-XI-Lightning) β same XI base, distilled to 5β7-step inference.
|
| 79 |
|
| 80 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
|
| 82 |
> **Note:** XI is a gated model β you must accept the terms above and authenticate with `huggingface-cli login` (or set `HF_TOKEN`) before pulling weights.
|
| 83 |
|
|
@@ -93,13 +125,7 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
| 93 |
|
| 94 |
prompt = "A photographer on a windswept cliff at golden hour, holding a vintage Leica, the ocean churning below, cinematic lighting, hyperdetailed photography"
|
| 95 |
|
| 96 |
-
image = pipe(
|
| 97 |
-
prompt,
|
| 98 |
-
width=832, height=1216,
|
| 99 |
-
num_inference_steps=35,
|
| 100 |
-
guidance_scale=5.0,
|
| 101 |
-
).images[0]
|
| 102 |
-
|
| 103 |
image.save("juggernaut_xi_v11.png")
|
| 104 |
```
|
| 105 |
|
|
@@ -107,7 +133,7 @@ image.save("juggernaut_xi_v11.png")
|
|
| 107 |
|
| 108 |
| Model | Why pick it |
|
| 109 |
| --- | --- |
|
| 110 |
-
| [**Juggernaut XL v9**](https://huggingface.co/RunDiffusion/Juggernaut-XL-v9) | The most popular Juggernaut β proven SDXL workhorse |
|
| 111 |
| [**Juggernaut X v10**](https://huggingface.co/RunDiffusion/Juggernaut-X-v10) | Predecessor of XI β the first ground-up GPT-4V retrain |
|
| 112 |
| [**Juggernaut XI Lightning**](https://huggingface.co/RunDiffusion/Juggernaut-XI-Lightning) | XI quality at 5β7 steps |
|
| 113 |
| [**Juggernaut Z**](https://huggingface.co/RunDiffusion/Juggernaut-Z-Image) | Lumina-Image-2 architecture β cinematic, presentation-ready |
|
|
@@ -127,8 +153,16 @@ Additionally, this model **may not be deployed behind paid API services** or hos
|
|
| 127 |
|
| 128 |
Juggernaut XI 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_xi_v11&utm_content=credits)**. Dataset re-captioned with the **GPT-4 Vision Captioning** tool by **[LEOSAM](https://civitai.com/user/LEOSAM)**. Photographic backbone by the RunDiffusion Photo team.
|
| 129 |
|
| 130 |
-
|
| 131 |
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
<p><i>The latest evolution of the Juggernaut SDXL line β sharper aesthetics, better hands, faces, and prompt adherence.</i></p>
|
| 42 |
|
| 43 |
<p>
|
| 44 |
+
<a href="https://app.rundiffusion.com/login?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xi_v11&utm_content=hero_cta"><img alt="Try Juggernaut XI β Free" src="https://img.shields.io/badge/%E2%96%B6%20Try%20Juggernaut%20XI%20%E2%80%94%20Free-7C3AED?style=for-the-badge&labelColor=7C3AED"></a>
|
| 45 |
+
</p>
|
| 46 |
+
|
| 47 |
+
<p>
|
| 48 |
+
<a href="https://www.rundiffusion.com/prompting?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xi_v11&utm_content=prompting_resource"><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?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xi_v11&utm_content=lineup_compare"><img alt="Compare the Lineup" src="https://img.shields.io/badge/Compare%20the%20Lineup-1971c2?style=for-the-badge&labelColor=1f1f23"></a> <img alt="Gated" src="https://img.shields.io/badge/Access-Gated-EAB308?style=for-the-badge&labelColor=1f1f23"> <img alt="License: CC BY-NC-ND 4.0" src="https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-2ea44f?style=for-the-badge">
|
| 49 |
</p>
|
| 50 |
|
| 51 |
</div>
|
|
|
|
| 54 |
|
| 55 |
## What's Better in XI
|
| 56 |
|
| 57 |
+
- π¨ **Massively improved aesthetics** β refined lighting, color, and composition vs. v10
|
| 58 |
+
- ποΈ **Better hands, eyes, faces, and overall human anatomy**
|
| 59 |
+
- π― **Even stronger prompt adherence** β XI does what you ask with less wrestling than X
|
| 60 |
+
- πΈ **Cleaner shot-type classification** β Full Body / Mid Shot / Portrait distinctions are crisper
|
| 61 |
+
- π€ **Native text rendering** β legible signage, labels, short phrases
|
| 62 |
+
- π¬ **Two prompting styles** β Natural language *or* Tagging (use whichever fits)
|
| 63 |
+
- πΌοΈ **RunDiffusion Photo** refinement for fine detail
|
| 64 |
+
|
| 65 |
+
---
|
| 66 |
+
|
| 67 |
+
<div align="center">
|
| 68 |
+
|
| 69 |
+
<h3>π Skip the gated download. Try Juggernaut XI in your browser.</h3>
|
| 70 |
+
|
| 71 |
+
<p>No HF gate. No installs. No GPU rental. <b>Just generate.</b></p>
|
| 72 |
+
|
| 73 |
+
<a href="https://app.rundiffusion.com/login?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xi_v11&utm_content=midpage_cta"><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>
|
| 74 |
+
|
| 75 |
+
<p><i>Pre-loaded into ComfyUI Β· Forge Β· Automatic1111 Β· Fooocus Β· InvokeAI Β· SwarmUI</i></p>
|
| 76 |
+
|
| 77 |
+
</div>
|
| 78 |
+
|
| 79 |
+
---
|
| 80 |
|
| 81 |
## Two Prompting Styles
|
| 82 |
|
|
|
|
| 85 |
| **Natural language** | Storytelling, scenes, complex instructions | *"A photographer on a windswept cliff at golden hour, holding a vintage Leica, ocean churning below"* |
|
| 86 |
| **Tagging** | Quick iteration, established workflows | *`photograph, cliff, golden hour, vintage Leica, ocean, waves, cinematic lighting`* |
|
| 87 |
|
| 88 |
+
π **For deeper prompting technique** β see the [**RunDiffusion prompting library**](https://www.rundiffusion.com/prompting?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xi_v11&utm_content=prompting_inline). Free to read, no signup.
|
| 89 |
+
|
| 90 |
## Recommended Settings
|
| 91 |
|
| 92 |
| Parameter | Value |
|
|
|
|
| 99 |
|
| 100 |
For a faster variant, see [**Juggernaut XI Lightning**](https://huggingface.co/RunDiffusion/Juggernaut-XI-Lightning) β same XI base, distilled to 5β7-step inference.
|
| 101 |
|
| 102 |
+
## Two Ways to Run Juggernaut XI
|
| 103 |
+
|
| 104 |
+
### π Easiest β Run it on RunDiffusion (recommended)
|
| 105 |
+
|
| 106 |
+
One-click access inside ComfyUI, Forge, Automatic1111, Fooocus, InvokeAI, or SwarmUI. **No HF gate.** No setup. **Free trial included**, plus access to every other Juggernaut model on the same account.
|
| 107 |
+
|
| 108 |
+
<div align="center">
|
| 109 |
+
<a href="https://app.rundiffusion.com/login?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xi_v11&utm_content=quickstart_try"><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>
|
| 110 |
+
</div>
|
| 111 |
+
|
| 112 |
+
### π» Or run it locally β Diffusers
|
| 113 |
|
| 114 |
> **Note:** XI is a gated model β you must accept the terms above and authenticate with `huggingface-cli login` (or set `HF_TOKEN`) before pulling weights.
|
| 115 |
|
|
|
|
| 125 |
|
| 126 |
prompt = "A photographer on a windswept cliff at golden hour, holding a vintage Leica, the ocean churning below, cinematic lighting, hyperdetailed photography"
|
| 127 |
|
| 128 |
+
image = pipe(prompt, width=832, height=1216, num_inference_steps=35, guidance_scale=5.0).images[0]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
image.save("juggernaut_xi_v11.png")
|
| 130 |
```
|
| 131 |
|
|
|
|
| 133 |
|
| 134 |
| Model | Why pick it |
|
| 135 |
| --- | --- |
|
| 136 |
+
| [**Juggernaut XL v9**](https://huggingface.co/RunDiffusion/Juggernaut-XL-v9) | The most popular Juggernaut β proven SDXL workhorse. **6M+ downloads.** |
|
| 137 |
| [**Juggernaut X v10**](https://huggingface.co/RunDiffusion/Juggernaut-X-v10) | Predecessor of XI β the first ground-up GPT-4V retrain |
|
| 138 |
| [**Juggernaut XI Lightning**](https://huggingface.co/RunDiffusion/Juggernaut-XI-Lightning) | XI quality at 5β7 steps |
|
| 139 |
| [**Juggernaut Z**](https://huggingface.co/RunDiffusion/Juggernaut-Z-Image) | Lumina-Image-2 architecture β cinematic, presentation-ready |
|
|
|
|
| 153 |
|
| 154 |
Juggernaut XI 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_xi_v11&utm_content=credits)**. Dataset re-captioned with the **GPT-4 Vision Captioning** tool by **[LEOSAM](https://civitai.com/user/LEOSAM)**. Photographic backbone by the RunDiffusion Photo team.
|
| 155 |
|
| 156 |
+
---
|
| 157 |
|
| 158 |
+
<div align="center">
|
| 159 |
+
|
| 160 |
+
<h3>Ready to generate?</h3>
|
| 161 |
+
|
| 162 |
+
<p>Juggernaut XI is one click away on RunDiffusion β no gate, no setup, no GPU rental.</p>
|
| 163 |
+
|
| 164 |
+
<a href="https://app.rundiffusion.com/login?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xi_v11&utm_content=footer_cta"><img alt="Try Juggernaut XI β Free" src="https://img.shields.io/badge/%E2%96%B6%20Try%20Juggernaut%20XI%20%E2%80%94%20Free-7C3AED?style=for-the-badge&labelColor=7C3AED"></a>
|
| 165 |
+
|
| 166 |
+
<p><sub><a href="https://www.rundiffusion.com/juggernaut?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xi_v11&utm_content=footer_lineup">Compare the full Juggernaut lineup</a> Β· <a href="https://www.rundiffusion.com/prompting?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xi_v11&utm_content=footer_prompting">Prompting guides</a> Β· <a href="mailto:juggernaut@rundiffusion.com">Commercial licensing</a></sub></p>
|
| 167 |
+
|
| 168 |
+
</div>
|