Text-to-Image
Diffusers
English
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
sdxl
photorealistic
juggernaut
rundiffusion
kandooai
Instructions to use RunDiffusion/Juggernaut-XL-v7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RunDiffusion/Juggernaut-XL-v7 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-v7", 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
|
@@ -20,7 +20,8 @@ base_model: stabilityai/stable-diffusion-xl-base-1.0
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# Juggernaut XL v7 + RunDiffusion Photo v1 Official
|
| 23 |
-

|
| 26 |
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# Juggernaut XL v7 + RunDiffusion Photo v1 Official
|
| 23 |
+

|
| 24 |
+

|
| 25 |
|
| 26 |
## Juggernaut v9 is here! [Juggernaut v9 + RunDiffusion Photo v2](https://huggingface.co/RunDiffusion/Juggernaut-XL-v9)
|
| 27 |
|