Instructions to use shuttleai/shuttle-3.1-aesthetic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use shuttleai/shuttle-3.1-aesthetic with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("shuttleai/shuttle-3.1-aesthetic", 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
Rename gguf/shuttle-3-diffusion-Q4_K_S.gguf to gguf/shuttle-3.1-aesthetic-Q4_K_S.gguf
Browse files
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ gguf/shuttle-3-diffusion-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 40 |
gguf/shuttle-3.1-aesthetic.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
gguf/shuttle-3.1-aesthetic-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
gguf/shuttle-3.1-aesthetic-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 40 |
gguf/shuttle-3.1-aesthetic.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
gguf/shuttle-3.1-aesthetic-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
gguf/shuttle-3.1-aesthetic-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
gguf/shuttle-3.1-aesthetic-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
gguf/{shuttle-3-diffusion-Q4_K_S.gguf → shuttle-3.1-aesthetic-Q4_K_S.gguf}
RENAMED
|
File without changes
|