Instructions to use ByteDance/SDXL-Lightning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ByteDance/SDXL-Lightning with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ByteDance/SDXL-Lightning", 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
I was blocked from the site https://fastsdxl.ai
#22
by Makoomaky - opened
For some reason I was blocked from the site https://fastsdxl.ai . I did not do anyhthing bad, just played with your solution. Could you unblock me please? If yes, could you please send me email where I will be able to send my Cloudflare Ray ID.
Hi, we do not own or run fastsdxl.ai website. Please contact the site owner for unblocking. Thank you!