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
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ At AiArtLab, we strive to create a free, compact and fast model that can be trai
|
|
| 28 |
|
| 29 |
[Online demo on HF space](https://huggingface.co/spaces/LoveScapeAI/sdxs)
|
| 30 |
|
| 31 |
-
[comfy](https://github.com/customWF2026/CustomWFNodes)
|
| 32 |
|
| 33 |
### Key points
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
[Online demo on HF space](https://huggingface.co/spaces/LoveScapeAI/sdxs)
|
| 30 |
|
| 31 |
+
[comfy (unofficial)](https://github.com/customWF2026/CustomWFNodes)
|
| 32 |
|
| 33 |
### Key points
|
| 34 |
|