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
Another quick update
Browse files
README.md
CHANGED
|
@@ -30,8 +30,7 @@ Juggernaut XI is available now on [RunDiffusion.com](http://rundiffusion.com/?ut
|
|
| 30 |
|
| 31 |
https://x.com/RunDiffusion & https://x.com/Juggernaut_AI
|
| 32 |
|
| 33 |
-
Terms and Conditions
|
| 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 [email protected]. 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.
|
|
|
|
| 30 |
|
| 31 |
https://x.com/RunDiffusion & https://x.com/Juggernaut_AI
|
| 32 |
|
| 33 |
+
**Terms and Conditions:**
|
|
|
|
| 34 |
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.
|
| 35 |
Commercial licences can be obtained by emailing [email protected]. You also agree to receive communications from RunDiffusion, including information on model releases, platform updates, and news from RunDiffusion.
|
| 36 |
RunDiffusion values your privacy and will not misuse your information. We are committed to avoiding irrelevant or unsolicited messages.
|