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
|
@@ -15,12 +15,12 @@ tags:
|
|
| 15 |
- Car
|
| 16 |
- Wildlife
|
| 17 |
- Architecture
|
| 18 |
-
thumbnail: https://res.cloudinary.com/dcrovdixu/image/upload/t_Thumbnail/
|
| 19 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 20 |
---
|
| 21 |
|
| 22 |
# Juggernaut XL v7 + RunDiffusion Photo v1 Official
|
| 23 |
-

|
| 26 |
|
|
|
|
| 15 |
- Car
|
| 16 |
- Wildlife
|
| 17 |
- Architecture
|
| 18 |
+
thumbnail: https://res.cloudinary.com/dcrovdixu/image/upload/t_Thumbnail/v1708559717/image-grid.png_10_vpt1zl.jpg
|
| 19 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 20 |
---
|
| 21 |
|
| 22 |
# Juggernaut XL v7 + RunDiffusion Photo v1 Official
|
| 23 |
+

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