Text-to-Image
Diffusers
English
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
sdxl
photorealistic
photography
cinematic
portrait
juggernaut
rundiffusion
kandooai
Instructions to use RunDiffusion/Juggernaut-XL-v9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RunDiffusion/Juggernaut-XL-v9 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-XL-v9", 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
|
@@ -59,10 +59,4 @@ And a few keywords/tokens that I regularly use in training, which might help you
|
|
| 59 |
- Full Body Photo
|
| 60 |
- Skin Details
|
| 61 |
|
| 62 |
-
And now, have fun trying it out. As always, I'm eagerly waiting for your pictures in the Gallery :)
|
| 63 |
-
|
| 64 |
-
If you liked the model, please leave a review. In the end, that's what helps me the most as a creator on CivitAI. :)
|
| 65 |
-
|
| 66 |
-
Last but not least, I'd like to thank a few people without whom Juggernaut XL probably wouldn't have come to fruition:
|
| 67 |
-
|
| 68 |

|
|
|
|
| 59 |
- Full Body Photo
|
| 60 |
- Skin Details
|
| 61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |

|