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
|
@@ -40,6 +40,7 @@ After almost two months, we are thrilled to announce the next version of Juggern
|
|
| 40 |
- Enhanced text generation capability ๐
|
| 41 |
- Two different prompting techniques, Natural and Tagging style ๐ท๏ธ
|
| 42 |
- Enhanced by RunDiffusion Photo for refinement of details ๐ง
|
|
|
|
| 43 |
Read more about this version here https://rundiffusion.com/juggernaut-xl
|
| 44 |
|
| 45 |
Dual Version Release ๐
|
|
|
|
| 40 |
- Enhanced text generation capability ๐
|
| 41 |
- Two different prompting techniques, Natural and Tagging style ๐ท๏ธ
|
| 42 |
- Enhanced by RunDiffusion Photo for refinement of details ๐ง
|
| 43 |
+
|
| 44 |
Read more about this version here https://rundiffusion.com/juggernaut-xl
|
| 45 |
|
| 46 |
Dual Version Release ๐
|