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
|
@@ -15,7 +15,7 @@ tags:
|
|
| 15 |
- Car
|
| 16 |
- Wildlife
|
| 17 |
- Architecture
|
| 18 |
-
thumbnail: https://
|
| 19 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 20 |
---
|
| 21 |
|
|
|
|
| 15 |
- Car
|
| 16 |
- Wildlife
|
| 17 |
- Architecture
|
| 18 |
+
thumbnail: https://imagedelivery.net/siANnpeNAc_S2q1M3-eDrA/c200a026-c151-49c7-afbc-241fe943b300/padthumb
|
| 19 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 20 |
---
|
| 21 |
|