Text-to-Image
Diffusers
StableDiffusionXLPipeline
stablediffusionapi.com
stable-diffusion-api
ultra-realistic
Instructions to use stablediffusionapi/sdxl-unstable-diffus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stablediffusionapi/sdxl-unstable-diffus with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/sdxl-unstable-diffus", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
2938385
1
Parent(s): 281cd05
converted using stablediffusionapi.com
Browse files- README.md +1 -1
- text_encoder_2/pytorch_model.bin +2 -2
- unet/diffusion_pytorch_model.bin +2 -2
README.md
CHANGED
|
@@ -10,7 +10,7 @@ pinned: true
|
|
| 10 |
|
| 11 |
# SDXL Unstable Diffusers YamerMIX API Inference
|
| 12 |
|
| 13 |
-
, No Payment needed.
|
|
|
|
| 10 |
|
| 11 |
# SDXL Unstable Diffusers YamerMIX API Inference
|
| 12 |
|
| 13 |
+

|
| 14 |
## Get API Key
|
| 15 |
|
| 16 |
Get API key from [Stable Diffusion API](http://stablediffusionapi.com/), No Payment needed.
|
text_encoder_2/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab2fca2d0b8d39cf90497ed15934a5eced144855626b45644bc558c4415488ac
|
| 3 |
+
size 1389491362
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96ec12268cee87d0d0422d1c1faf8a0dcfb8278db16513ef0e756b7431ce3230
|
| 3 |
+
size 5135669022
|