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
|
@@ -30,7 +30,11 @@ Juggernaut XI ⚡ Lightning is available now on [RunDiffusion.com](http://rundif
|
|
| 30 |
|
| 31 |
https://x.com/RunDiffusion & https://x.com/Juggernaut_AI
|
| 32 |
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |

|
| 36 |

|
|
|
|
| 30 |
|
| 31 |
https://x.com/RunDiffusion & https://x.com/Juggernaut_AI
|
| 32 |
|
| 33 |
+
Terms and Conditions for Early Access
|
| 34 |
+
|
| 35 |
+
If you are a business seeking early access, submit your request here and email us at juggernaut@rundiffusion.com. By providing your name and email, you consent to receive communications from RunDiffusion, including information on model releases, platform updates, and news from RunDiffusion, Juggernaut, and partners.
|
| 36 |
+
You agree to receive these communications as part of the early access process. We are dedicated to providing relevant updates, and receiving them is a condition of accessing our services.
|
| 37 |
+
RunDiffusion values your privacy and will not misuse your information. We are committed to avoiding irrelevant or unsolicited messages.
|
| 38 |
|
| 39 |

|
| 40 |

|