Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: Baidu/ERNIE-Image-Turbo
|
| 4 |
+
pipeline_tag: text-to-image
|
| 5 |
+
library_name: diffusers
|
| 6 |
+
tags:
|
| 7 |
+
- text-to-image
|
| 8 |
+
- diffusers
|
| 9 |
+
- safetensors
|
| 10 |
+
- ernie-image
|
| 11 |
+
- sdnq
|
| 12 |
+
- quantized
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# ERNIE-Image-Turbo SDNQ Dynamic INT8
|
| 16 |
+
|
| 17 |
+
This is an int8 quantized version of [Baidu/ERNIE-Image-Turbo](https://huggingface.co/Baidu/ERNIE-Image-Turbo) using [SDNQ](https://github.com/Disty0/sdnq) (SD.Next Quantization) with the dynamic option.
|
| 18 |
+
|
| 19 |
+
## Usage
|
| 20 |
+
|
| 21 |
+
You can find ready-to-use scripts in the [diffusers-recipes](https://github.com/asomoza/diffusers-recipes/blob/main/models/ernie_image_turbo/README.md) repository.
|