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
- Draw Things
- DiffusionBee
Updated gated license terms
Browse files
README.md
CHANGED
|
@@ -32,7 +32,8 @@ https://x.com/RunDiffusion & https://x.com/Juggernaut_AI
|
|
| 32 |
|
| 33 |
Terms and Conditions for Early Access
|
| 34 |
|
| 35 |
-
|
|
|
|
| 36 |
RunDiffusion values your privacy and will not misuse your information. We are committed to avoiding irrelevant or unsolicited messages.
|
| 37 |
|
| 38 |

|
|
|
|
| 32 |
|
| 33 |
Terms and Conditions for Early Access
|
| 34 |
|
| 35 |
+
By providing your name and email, you consent to not use this model behind API's or generative services or on a competing platform or service to RunDiffusion.com.
|
| 36 |
+
Commercial licences can be obtained by emailing juggernaut@rundiffusion.com. You also agree to receive communications from RunDiffusion, including information on model releases, platform updates, and news from RunDiffusion.
|
| 37 |
RunDiffusion values your privacy and will not misuse your information. We are committed to avoiding irrelevant or unsolicited messages.
|
| 38 |
|
| 39 |

|