Instructions to use AiArtLab/sdxs-2b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiArtLab/sdxs-2b 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-2b", dtype=torch.bfloat16, device_map="cuda") prompt = "sdxs-2b" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
alpha
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ At AiArtLab, we strive to create a free, compact and fast model that can be trai
|
|
| 33 |
- May 2026: 1st preview (Initial model weights)
|
| 34 |
- May 2026: finetuned Qwen3.5-0.8B
|
| 35 |
- May 2026: hybrid EDM/Karras scheduler
|
| 36 |
-
- May 2026: img2img pipeline
|
| 37 |
- May 2026: [telegram bot](https://t.me/inkimpbot)
|
| 38 |
|
| 39 |
### Random samples
|
|
|
|
| 33 |
- May 2026: 1st preview (Initial model weights)
|
| 34 |
- May 2026: finetuned Qwen3.5-0.8B
|
| 35 |
- May 2026: hybrid EDM/Karras scheduler
|
| 36 |
+
- May 2026: img2img pipeline and txt2video pipeline (not trained)
|
| 37 |
- May 2026: [telegram bot](https://t.me/inkimpbot)
|
| 38 |
|
| 39 |
### Random samples
|