Text-to-Image
Diffusers
English
NeuronStableDiffusionXLPipeline
art
people
diffusion
Cinematic
Photography
Landscape
Interior
Food
Car
Wildlife
Architecture
Neuron
Inferentia
Instructions to use Shekswess/Juggernaut-XI-v11-Neuron with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shekswess/Juggernaut-XI-v11-Neuron with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Shekswess/Juggernaut-XI-v11-Neuron", 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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,9 @@ pipeline_tag: text-to-image
|
|
| 25 |
|
| 26 |
# Juggernaut XI v11 by RunDiffusion (Official) - Neuron
|
| 27 |
|
|
|
|
|
|
|
|
|
|
| 28 |
- Amazing prompt adherence ✅
|
| 29 |
- Massively improved aesthetics
|
| 30 |
- Better hands, eyes, faces, and compostion
|
|
@@ -41,8 +44,6 @@ Read more about this version here https://rundiffusion.com/juggernaut-xi
|
|
| 41 |
Prompting Guide 📘
|
| 42 |
Because everything has been trained from the ground up, prompting is a bit different. (Simpler, don't worry) @Kandoo has created a guide to help you seamlessly integrate this powerful model into your workflow, enabling you to leverage its advanced capabilities without feeling overwhelmed. Download it here: https://rundiffusion.com/juggernaut-xl#nav
|
| 43 |
|
| 44 |
-
As always, we love our community and feel so lucky to be in this position to bring these awesome tools and models to you amazing diffusers. Thanks for supporting us since our first day back in 2022. Going on TWO YEARS since we first started using generative Ai. Time flies when you're having fun. wow!
|
| 45 |
-
|
| 46 |
Don't forget to follow RunDiffusion team on Twitter.
|
| 47 |
|
| 48 |
https://x.com/RunDiffusion
|
|
|
|
| 25 |
|
| 26 |
# Juggernaut XI v11 by RunDiffusion (Official) - Neuron
|
| 27 |
|
| 28 |
+

|
| 29 |
+

|
| 30 |
+
|
| 31 |
- Amazing prompt adherence ✅
|
| 32 |
- Massively improved aesthetics
|
| 33 |
- Better hands, eyes, faces, and compostion
|
|
|
|
| 44 |
Prompting Guide 📘
|
| 45 |
Because everything has been trained from the ground up, prompting is a bit different. (Simpler, don't worry) @Kandoo has created a guide to help you seamlessly integrate this powerful model into your workflow, enabling you to leverage its advanced capabilities without feeling overwhelmed. Download it here: https://rundiffusion.com/juggernaut-xl#nav
|
| 46 |
|
|
|
|
|
|
|
| 47 |
Don't forget to follow RunDiffusion team on Twitter.
|
| 48 |
|
| 49 |
https://x.com/RunDiffusion
|