Instructions to use stabilityai/sdxl-turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stabilityai/sdxl-turbo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/sdxl-turbo", 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
Commit History
Rename LICENSE.TXT to LICENSE.md ef0d007 verified
Update README.md 8fce7b5 verified
update the readme to fix the image-to-image example (#18) f4b0486
Update README.md (#19) 1beb956
onnx (#15) fbda352
Add license metadata (#9) 2c4b5b9
Update LICENSE.TXT b6361ff
Update LICENSE.TXT b0ff6e8
Turn off inference API (#5) 6a16f41
Add pipeline type (#1) 48448f4
Add diffusers weights (#4) 3a98214
Update LICENSE.TXT 97a4ac5
Add modelspec. fb1e419
yan commited on
Add modelspec. cf0e5cb
yan commited on
Add modelspec. e6286c6
yan commited on
Add fp16 checkpoint. b881ebe
yan commited on
Update README.md 2029eeb
Update README.md 774ee68
Update LICENSE.TXT 8bee76f
Update README.md 22a5667
Rename LICENSE-NC.TXT to LICENSE.TXT 3847f39
Merge branch 'main' of hf.co:stabilityai/sdxl-turbo into main 6e5b428
Robin Rombach commited on
Update LICENSE-NC.TXT 501bfda
Rename LICENSE.TXT to LICENSE-NC.TXT acb912f
Rename Stability Noncommercial Research License.txt to LICENSE.TXT 88a14ee
Upload Stability Noncommercial Research License.txt 0d36a73
Delete Stability Noncommercial Research License.txt 52ca3de
Upload Stability Noncommercial Research License.txt 78d8862
add weights 64e04a8
Robin Rombach commited on