Text-to-Image
Diffusers
English
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
sdxl
sdxl-lightning
photorealistic
fast
low-step
juggernaut
rundiffusion
kandooai
Instructions to use RunDiffusion/Juggernaut-XI-Lightning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RunDiffusion/Juggernaut-XI-Lightning 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-Lightning", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,15 +22,23 @@ pipeline_tag: text-to-image
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Juggernaut XI v11 β‘ Lightning by RunDiffusion (Official)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |

|
| 26 |

|
| 27 |
This model is not permitted to be used behind API services. Please contact [juggernaut@rundiffusion.com](mailto:juggernaut@rundiffusion.com) for business inquires, commercial licensing, custom models, and consultation.
|
| 28 |
|
| 29 |
-
Juggernaut XI β‘
|
| 30 |
-
|
| 31 |
-
π Juggernaut XI β‘ Ligntning World Wide Release! π
|
| 32 |
|
| 33 |
-
Over two months have passed and we are thrilled to announce the next version of Juggernaut
|
| 34 |
|
| 35 |
- Amazing prompt adherence β
|
| 36 |
- Massively improved aesthetics
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Juggernaut XI v11 β‘ Lightning by RunDiffusion (Official)
|
| 25 |
+
|
| 26 |
+
π Juggernaut XI β‘ Lightning is Comming! π
|
| 27 |
+
The next version of Juggernaut is on the horizon. Follow our social media accounts to be notified when we launch.
|
| 28 |
+
|
| 29 |
+
Juggernaut XI β‘ Lightning is available now on [RunDiffusion.com](http://rundiffusion.com/?utm_source=huggingface&utm_medium=referral&utm_campaign=juggernautv11) and through an API on Octo.AI
|
| 30 |
+
|
| 31 |
+
https://x.com/RunDiffusion & https://x.com/Juggernaut_AI
|
| 32 |
+
|
| 33 |
+
If you are a business and would like early access, please request access to this model and email juggernaut@rundiffusion.com with your inquiry.
|
| 34 |
+
|
| 35 |

|
| 36 |

|
| 37 |
This model is not permitted to be used behind API services. Please contact [juggernaut@rundiffusion.com](mailto:juggernaut@rundiffusion.com) for business inquires, commercial licensing, custom models, and consultation.
|
| 38 |
|
| 39 |
+
π Juggernaut XI β‘ Ligntning! π
|
|
|
|
|
|
|
| 40 |
|
| 41 |
+
Over two months have passed and we are thrilled to announce the next version of Juggernaut!
|
| 42 |
|
| 43 |
- Amazing prompt adherence β
|
| 44 |
- Massively improved aesthetics
|