Instructions to use AiArtLab/sdxs-1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiArtLab/sdxs-1b with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AiArtLab/sdxs-1b", dtype=torch.bfloat16, device_map="cuda") prompt = "sdxs-1b" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit History
muon e46d6fa
2603 ad8a112
2603 4e46b9a
2603 780443f
2603 754fb01
vae16x 265a89f
vae16x eca8db8
vae16x c2757f4
vae16x a085bdd
vae16x 7b2b26e
vae16x 4ac172c
vae16x f64ee5a
vae16x c52d8c5
vae8x16x32ch 2582c0d
recoilme commited on