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
|
@@ -65,4 +65,8 @@ image = pipeline(prompt=prompt, negative_prompt=negative_prompt).images[0].save(
|
|
| 65 |
```
|
| 66 |
|
| 67 |
## Original Model
|
| 68 |
-
[Model](https://huggingface.co/RunDiffusion/Juggernaut-XI-v11)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
```
|
| 66 |
|
| 67 |
## Original Model
|
| 68 |
+
[Model](https://huggingface.co/RunDiffusion/Juggernaut-XI-v11)
|
| 69 |
+
|
| 70 |
+
## Precision
|
| 71 |
+
BFloat16 (bf16)
|
| 72 |
+
For Matrix Multiplication Operations.
|