Instructions to use kpsss34/Stable-Diffusion-3.5-Small-Preview1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kpsss34/Stable-Diffusion-3.5-Small-Preview1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("kpsss34/Stable-Diffusion-3.5-Small-Preview1", 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
It is amazing!
#2
by deleted - opened
Thank you. However, I prefer working alone rather than in a group. Sometimes, teamwork can make progress more difficult. I hope you can share some of your work or models with me sometime, especially diffusion models.
is this fp16 variant ?
Is this bf16 bro,