OzzyGT HF Staff commited on
Commit
f1ebc19
·
verified ·
1 Parent(s): 470e45d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Baidu/ERNIE-Image
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 SDNQ Dynamic INT4
16
+
17
+ This is an int4 quantized version of [Baidu/ERNIE-Image](https://huggingface.co/Baidu/ERNIE-Image) 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/README.md) repository.
22
+