RunDiffusion commited on
Commit
9c35e7c
Β·
verified Β·
1 Parent(s): a44038a

Marketing-flow retrofit: hero/midpage/footer CTAs, prompting library link, two ways to run, HTML headings

Browse files
Files changed (1) hide show
  1. README.md +53 -20
README.md CHANGED
@@ -30,7 +30,11 @@ tags:
30
  <p><i>Juggernaut quality at SDXL Lightning speed β€” 5–7 steps, photo-grade output.</i></p>
31
 
32
  <p>
33
- <a href="https://www.rundiffusion.com/juggernaut-xl?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xl_lightning&utm_content=cta_primary"><img alt="Run on RunDiffusion" src="https://img.shields.io/badge/%E2%96%B6%20Run%20on%20RunDiffusion-7C3AED?style=for-the-badge&labelColor=7C3AED"></a>&nbsp;<img alt="5-7 steps" src="https://img.shields.io/badge/Inference-5%E2%80%937%20steps-1971c2?style=for-the-badge&labelColor=1f1f23">&nbsp;<a href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0"><img alt="Base Model: SDXL 1.0" src="https://img.shields.io/badge/%F0%9F%A4%97%20Base%20Model-SDXL%201.0-FFD21E?style=for-the-badge&labelColor=1f1f23"></a>&nbsp;<img alt="License: CreativeML Open RAIL-M" src="https://img.shields.io/badge/License-OpenRAIL--M-2ea44f?style=for-the-badge">
 
 
 
 
34
  </p>
35
 
36
  </div>
@@ -39,13 +43,29 @@ tags:
39
 
40
  ## When to Use It
41
 
42
- - **Batch generation** β€” render hundreds of variations in the time you'd usually generate a few.
43
- - **Real-time iteration** β€” preview prompt changes in seconds, not minutes.
44
- - **Lower-end hardware** β€” fewer steps means lower VRAM pressure during inference.
45
- - **Live demos and showcases** β€” instant turnaround when latency is the bottleneck.
46
 
47
  If you need the very best per-image quality and don't mind the wait, use [**Juggernaut XL v9**](https://huggingface.co/RunDiffusion/Juggernaut-XL-v9) instead β€” full-step inference holds slightly more detail.
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  ## Recommended Settings
50
 
51
  > **These are different from standard Juggernaut.** Lightning needs fewer steps and lower CFG.
@@ -60,7 +80,19 @@ If you need the very best per-image quality and don't mind the wait, use [**Jugg
60
 
61
  Standard Juggernaut prompts work as-is. Don't adjust your prompt for Lightning β€” just adjust the sampler, steps, and CFG.
62
 
63
- ## Quick Start (Diffusers)
 
 
 
 
 
 
 
 
 
 
 
 
64
 
65
  ```python
66
  import torch
@@ -79,23 +111,17 @@ pipe.scheduler = DPMSolverSinglestepScheduler.from_config(
79
 
80
  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"
81
 
82
- image = pipe(
83
- prompt,
84
- width=1024, height=1024,
85
- num_inference_steps=6,
86
- guidance_scale=1.8,
87
- ).images[0]
88
-
89
  image.save("juggernaut_xl_lightning.png")
90
  ```
91
 
92
- For ComfyUI, Forge, InvokeAI, or SwarmUI: download the single-file checkpoint and drop it into your `models/checkpoints/` directory.
93
 
94
  ## The Rest of the Family
95
 
96
  | Model | Best for |
97
  | --- | --- |
98
- | [**Juggernaut XL v9**](https://huggingface.co/RunDiffusion/Juggernaut-XL-v9) | The flagship SDXL β€” full-step photorealism workhorse |
99
  | [**Juggernaut XI v11**](https://huggingface.co/RunDiffusion/Juggernaut-XI-v11) | Latest SDXL-line refinement |
100
  | [**Juggernaut XI Lightning**](https://huggingface.co/RunDiffusion/Juggernaut-XI-Lightning) | Speed variant on the XI base |
101
  | [**Juggernaut Z**](https://huggingface.co/RunDiffusion/Juggernaut-Z-Image) | Lumina-Image-2 architecture β€” cinematic, presentation-ready |
@@ -111,9 +137,16 @@ You are free to use this model for personal and creative work under the terms of
111
 
112
  Juggernaut XL Lightning 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_lightning&utm_content=credits)**, distilled on top of **[SDXL Lightning](https://huggingface.co/ByteDance/SDXL-Lightning)**.
113
 
114
- ## Links
115
 
116
- - πŸš€ **Run it on RunDiffusion** β†’ [rundiffusion.com/juggernaut-xl](https://www.rundiffusion.com/juggernaut-xl?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xl_lightning&utm_content=footer_run)
117
- - 🧰 **Compare the full Juggernaut lineup** β†’ [rundiffusion.com/juggernaut](https://www.rundiffusion.com/juggernaut?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xl_lightning&utm_content=footer_lineup)
118
- - ⚑ **SDXL Lightning** β†’ [ByteDance/SDXL-Lightning](https://huggingface.co/ByteDance/SDXL-Lightning)
119
- - πŸ“ **Base model** β†’ [stabilityai/stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
 
 
 
 
 
 
 
 
30
  <p><i>Juggernaut quality at SDXL Lightning speed β€” 5–7 steps, photo-grade output.</i></p>
31
 
32
  <p>
33
+ <a href="https://app.rundiffusion.com/login?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xl_lightning&utm_content=hero_cta"><img alt="Try Juggernaut Lightning β€” Free" src="https://img.shields.io/badge/%E2%96%B6%20Try%20Juggernaut%20Lightning%20%E2%80%94%20Free-7C3AED?style=for-the-badge&labelColor=7C3AED"></a>
34
+ </p>
35
+
36
+ <p>
37
+ <a href="https://www.rundiffusion.com/prompting?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xl_lightning&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>&nbsp;<a href="https://www.rundiffusion.com/juggernaut?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xl_lightning&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>&nbsp;<img alt="5-7 steps" src="https://img.shields.io/badge/Inference-5%E2%80%937%20steps-EAB308?style=for-the-badge&labelColor=1f1f23">&nbsp;<img alt="License: CreativeML Open RAIL-M" src="https://img.shields.io/badge/License-OpenRAIL--M-2ea44f?style=for-the-badge">
38
  </p>
39
 
40
  </div>
 
43
 
44
  ## When to Use It
45
 
46
+ - ⚑ **Batch generation** β€” render hundreds of variations in the time you'd usually generate a few.
47
+ - πŸ” **Real-time iteration** β€” preview prompt changes in seconds, not minutes.
48
+ - πŸ’» **Lower-end hardware** β€” fewer steps means lower VRAM pressure during inference.
49
+ - 🎀 **Live demos and showcases** β€” instant turnaround when latency is the bottleneck.
50
 
51
  If you need the very best per-image quality and don't mind the wait, use [**Juggernaut XL v9**](https://huggingface.co/RunDiffusion/Juggernaut-XL-v9) instead β€” full-step inference holds slightly more detail.
52
 
53
+ ---
54
+
55
+ <div align="center">
56
+
57
+ <h3>⚑ Want speed without setup? Run Lightning on RunDiffusion.</h3>
58
+
59
+ <p>Pre-loaded with the right scheduler, sampler, and CFG. <b>No installs. No GPU rental.</b></p>
60
+
61
+ <a href="https://app.rundiffusion.com/login?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xl_lightning&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>
62
+
63
+ <p><i>Pre-loaded into ComfyUI Β· Forge Β· Automatic1111 Β· Fooocus Β· InvokeAI Β· SwarmUI</i></p>
64
+
65
+ </div>
66
+
67
+ ---
68
+
69
  ## Recommended Settings
70
 
71
  > **These are different from standard Juggernaut.** Lightning needs fewer steps and lower CFG.
 
80
 
81
  Standard Juggernaut prompts work as-is. Don't adjust your prompt for Lightning β€” just adjust the sampler, steps, and CFG.
82
 
83
+ πŸ“– **Want to go deeper on prompting?** See the [**RunDiffusion prompting library**](https://www.rundiffusion.com/prompting?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xl_lightning&utm_content=prompting_inline). Free to read, no signup.
84
+
85
+ ## Two Ways to Run Juggernaut XL Lightning
86
+
87
+ ### πŸš€ Easiest β€” Run it on RunDiffusion (recommended)
88
+
89
+ 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.
90
+
91
+ <div align="center">
92
+ <a href="https://app.rundiffusion.com/login?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xl_lightning&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>
93
+ </div>
94
+
95
+ ### πŸ’» Or run it locally β€” Diffusers
96
 
97
  ```python
98
  import torch
 
111
 
112
  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"
113
 
114
+ image = pipe(prompt, width=1024, height=1024, num_inference_steps=6, guidance_scale=1.8).images[0]
 
 
 
 
 
 
115
  image.save("juggernaut_xl_lightning.png")
116
  ```
117
 
118
+ For ComfyUI / Forge / InvokeAI / SwarmUI: download the single-file checkpoint and drop it into your `models/checkpoints/` directory.
119
 
120
  ## The Rest of the Family
121
 
122
  | Model | Best for |
123
  | --- | --- |
124
+ | [**Juggernaut XL v9**](https://huggingface.co/RunDiffusion/Juggernaut-XL-v9) | The flagship SDXL β€” full-step photorealism workhorse. **6M+ downloads.** |
125
  | [**Juggernaut XI v11**](https://huggingface.co/RunDiffusion/Juggernaut-XI-v11) | Latest SDXL-line refinement |
126
  | [**Juggernaut XI Lightning**](https://huggingface.co/RunDiffusion/Juggernaut-XI-Lightning) | Speed variant on the XI base |
127
  | [**Juggernaut Z**](https://huggingface.co/RunDiffusion/Juggernaut-Z-Image) | Lumina-Image-2 architecture β€” cinematic, presentation-ready |
 
137
 
138
  Juggernaut XL Lightning 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_lightning&utm_content=credits)**, distilled on top of **[SDXL Lightning](https://huggingface.co/ByteDance/SDXL-Lightning)**.
139
 
140
+ ---
141
 
142
+ <div align="center">
143
+
144
+ <h3>Ready to generate at speed?</h3>
145
+
146
+ <p>Juggernaut Lightning is one click away β€” no setup, no GPU rental, no model downloads.</p>
147
+
148
+ <a href="https://app.rundiffusion.com/login?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xl_lightning&utm_content=footer_cta"><img alt="Try Juggernaut Lightning β€” Free" src="https://img.shields.io/badge/%E2%96%B6%20Try%20Juggernaut%20Lightning%20%E2%80%94%20Free-7C3AED?style=for-the-badge&labelColor=7C3AED"></a>
149
+
150
+ <p><sub><a href="https://www.rundiffusion.com/juggernaut?utm_source=huggingface&utm_medium=model_card&utm_campaign=juggernaut_xl_lightning&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_xl_lightning&utm_content=footer_prompting">Prompting guides</a> Β· <a href="mailto:juggernaut@rundiffusion.com">Commercial licensing</a></sub></p>
151
+
152
+ </div>