Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ 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
|
|
|
|
| 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 |
+
|
| 13 |
_io16: model input is fp16, perform ops in fp16 and write the final result in fp16
|
| 14 |
|
| 15 |
## How to Get Started with the Model
|