Text-to-Image
Diffusers
English
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
sdxl
photorealistic
photography
cinematic
portrait
juggernaut
rundiffusion
kandooai
Instructions to use RunDiffusion/Juggernaut-X-v10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RunDiffusion/Juggernaut-X-v10 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-X-v10", 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
|
@@ -64,6 +64,7 @@ As always, we love our community and feel so lucky to be in this position to bri
|
|
| 64 |
Don't forget to follow us on Twitter where we have way more updates on big things we're working on. The future is bright
|
| 65 |
|
| 66 |
https://x.com/RunDiffusion
|
|
|
|
| 67 |
-RunDiffusion Team
|
| 68 |
|
| 69 |

|
|
|
|
| 64 |
Don't forget to follow us on Twitter where we have way more updates on big things we're working on. The future is bright
|
| 65 |
|
| 66 |
https://x.com/RunDiffusion
|
| 67 |
+
|
| 68 |
-RunDiffusion Team
|
| 69 |
|
| 70 |

|