hishamchow commited on
Commit
65590c0
·
verified ·
1 Parent(s): 22fa008

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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