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
2604
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ datasets:
|
|
| 11 |
|
| 12 |
*XS Size, Excess Quality (not for now)*
|
| 13 |
|
| 14 |
-
Train status: 2xRTX5090 in progress! / we need more gold / [donate](https://huggingface.co/AiArtLab/sdxs-1b#donations)
|
| 15 |
|
| 16 |
<img src="media/boy.png" height="256"/>
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
*XS Size, Excess Quality (not for now)*
|
| 13 |
|
| 14 |
+
Train status: 2xRTX5090 in progress! / we need more gold / [donate please..](https://huggingface.co/AiArtLab/sdxs-1b#donations)
|
| 15 |
|
| 16 |
<img src="media/boy.png" height="256"/>
|
| 17 |
|