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
any news about the gguf models?
#5
by IbnAbdeen - opened
3.0 gguf model is a great model, can't wait for the 3.1 gguf model
I will make the gguf versions soon
Waiting for GGUFs Q4KS, Q6K
still waiting.
sorry, have been really busy. will release a better version in a week with all quants
waiting and waiting
Hi @IbnAbdeen @Alastar-Smith @ryg81 @ddongxxingg gguf has been created at https://huggingface.co/shuttleai/shuttle-3.1-aesthetic/tree/main/gguf
There is going to be a new model very soon with the GGUFs this time, thanks for your patience's <3
@xtristan ,text_encoder_2 has a total of more than 9G. Can you provide GGUF format to reduce the memory size? I am a student and my computer is not very ideal.
When the next release coming?