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
1.6b 727d550
1.6b 77f9f15
2603 3d9b043
2603 7a537e4
2603 70528f3
2603 15754e0
2603 f4aadcd
muon 82fa13e
2603 ad8a112
vae16x a085bdd
vae16x 7b2b26e
vae16x f64ee5a
vae16x c52d8c5
vae8x16x32ch 2582c0d
recoilme commited on