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
|
@@ -31,7 +31,3 @@ Juggernaut is available on the new Auto1111 Forge on [RunDiffusion](http://rundi
|
|
| 31 |
A big thanks for Version 7 goes to [RunDiffusion](http://rundiffusion.com/?utm_source=huggingface&utm_medium=referral&utm_campaign=Kandoo) ([Photo Model](https://rundiffusion.com/rundiffusion-photo/?utm_source=huggingface&utm_medium=referral&utm_campaign=Kandoo)) and [Adam](https://twitter.com/Colorblind_Adam), who diligently helped me test :) (Leave some love for them ;) )
|
| 32 |
|
| 33 |
For business inquires, commercial licensing, custom models, and consultation contact me under juggernaut@rundiffusion.com
|
| 34 |
-
|
| 35 |
-
JuggernautXL v7 + RunDiffusion Photo
|
| 36 |
-
|
| 37 |
-
A big thanks for Version 7 goes to RunDiffusion (Photo Model) and Adam, who diligently helped me test :) (Leave some love for them ;) )
|
|
|
|
| 31 |
A big thanks for Version 7 goes to [RunDiffusion](http://rundiffusion.com/?utm_source=huggingface&utm_medium=referral&utm_campaign=Kandoo) ([Photo Model](https://rundiffusion.com/rundiffusion-photo/?utm_source=huggingface&utm_medium=referral&utm_campaign=Kandoo)) and [Adam](https://twitter.com/Colorblind_Adam), who diligently helped me test :) (Leave some love for them ;) )
|
| 32 |
|
| 33 |
For business inquires, commercial licensing, custom models, and consultation contact me under juggernaut@rundiffusion.com
|
|
|
|
|
|
|
|
|
|
|
|