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
readme
Browse files
README.md
CHANGED
|
@@ -95,7 +95,7 @@ Development Note: We have not provided direct comparisons with other popular ups
|
|
| 95 |
true-to-source upscaling
|
| 96 |
| | | |
|
| 97 |
|:---:|:---:|:---:|
|
| 98 |
-
| <img src="media/up0.png" style="width:
|
| 99 |
| original | sdxs vae | seedvr2 |
|
| 100 |
|
| 101 |
### Prompt refine
|
|
|
|
| 95 |
true-to-source upscaling
|
| 96 |
| | | |
|
| 97 |
|:---:|:---:|:---:|
|
| 98 |
+
| <img src="media/up0.png" style="width:512px; height:512px; object-fit:cover;"/> | <img src="media/up1.png" style="width:512px; height:512px; object-fit:cover;"/> | <img src="media/up2.png" style="width:512px; height:512px; object-fit:cover;"/> |
|
| 99 |
| original | sdxs vae | seedvr2 |
|
| 100 |
|
| 101 |
### Prompt refine
|