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
2604 ed4a5ec
2604 82b6691
2604 1760d36
2604 e0a8161
2604 7d8ea4a
2603 4ac3097
1.6b 7d69cb5
1.6b 707415d
1.6b 98f8b55
1.6b 32a3591
1.6b 5b9bbdb
1.6b 77f9f15
2603 15754e0
2603 b9d4845
2603 f4aadcd
muon c1bc2bd
muon 82fa13e
muon 08e0d66
2603 754fb01
vae16x c2757f4
vae16x f64ee5a
vae8x16x32ch 2582c0d
recoilme commited on