Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ language:
|
|
| 12 |
pipeline_tag: text-to-image
|
| 13 |
---
|
| 14 |
|
| 15 |
-
# Stable Diffusion 3.5 Medium ONNX
|
| 16 |
This ONNX version of Stable Diffusion 3.5 Medium was made from the [ONNX source model](https://huggingface.co/armwaheed/stable-diffusion-3.5-medium-onnx), using `onnxruntime.quantization.quantize_dynamic()`: [ONNX Model Quantization](https://github.com/armwaheed/stability-ai-toolkit/tree/armwaheed/sd35-inpainting-onnx/quantize-onnx).
|
| 17 |
|
| 18 |

|
|
|
|
| 12 |
pipeline_tag: text-to-image
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# Stable Diffusion 3.5 Medium ONNX with 8-bit Quantization
|
| 16 |
This ONNX version of Stable Diffusion 3.5 Medium was made from the [ONNX source model](https://huggingface.co/armwaheed/stable-diffusion-3.5-medium-onnx), using `onnxruntime.quantization.quantize_dynamic()`: [ONNX Model Quantization](https://github.com/armwaheed/stability-ai-toolkit/tree/armwaheed/sd35-inpainting-onnx/quantize-onnx).
|
| 17 |
|
| 18 |

|