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
- Draw Things
- DiffusionBee
3.1 worse with text than 3.0
#7
by GeneralAwareness - opened
I went back to 3.0 as 20 images 2 had no text, or was wrong, while for 3.1 all 20 were either missing text, or 2 were wrong (I did a few tests). 3.1 was a huge step backwards for text.