Text-to-Image
Diffusers
ONNX
OnnxStableDiffusionPipeline
unpaint
stable_diffusion_model
stable-diffusion
Instructions to use axodoxian/stable_diffusion_onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use axodoxian/stable_diffusion_onnx with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("axodoxian/stable_diffusion_onnx", 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 Settings
- Draw Things
- DiffusionBee
Updated to stabilityai/sd-vae-ft-mse
Browse files- vae_decoder/model.onnx +1 -1
vae_decoder/model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 99094718
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9343d86c48db111b79685281e9d760c65e71fefe46a6175bba7aef6996e5059e
|
| 3 |
size 99094718
|