Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,9 @@ pipeline_tag: text-to-image
|
|
7 |
## Original Model
|
8 |
https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5
|
9 |
|
|
|
|
|
|
|
10 |
|
11 |
## How to Get Started with the Model
|
12 |
|
|
|
7 |
## Original Model
|
8 |
https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5
|
9 |
|
10 |
+
## _io32/16
|
11 |
+
_io32: model input is fp32, model will convert the input to fp16, perform ops in fp16 and write the final result in fp32
|
12 |
+
_io16: model input is fp16, perform ops in fp16 and write the final result in fp16
|
13 |
|
14 |
## How to Get Started with the Model
|
15 |
|