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 Settings
- Draw Things
- DiffusionBee
update
Browse files- media/result_grid.jpg +2 -2
- samples/transformer_576x1152_0.jpg +2 -2
- samples/transformer_640x1152_0.jpg +2 -2
- samples/transformer_704x1152_0.jpg +2 -2
- samples/transformer_768x1152_0.jpg +2 -2
- samples/transformer_832x1152_0.jpg +2 -2
- samples/transformer_896x1152_0.jpg +2 -2
- transformer/diffusion_pytorch_model.safetensors +1 -1
media/result_grid.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/transformer_576x1152_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/transformer_640x1152_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/transformer_704x1152_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/transformer_768x1152_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/transformer_832x1152_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/transformer_896x1152_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
transformer/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3912877104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:818aef35951d7102f436080d445a2b7de1e6aeaebc38a8babafeefc87c201534
|
| 3 |
size 3912877104
|