Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,11 @@ pipeline_tag: text-to-image
|
|
| 9 |
## Original Model
|
| 10 |
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
```csharp
|
| 13 |
// csharp example
|
| 14 |
// Create Pipeline
|
|
|
|
| 9 |
## Original Model
|
| 10 |
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
|
| 11 |
|
| 12 |
+
## _io32/16
|
| 13 |
+
_io32: model input is fp32, model will convert the input to fp16, perform ops in fp16 and write the final result in fp32
|
| 14 |
+
|
| 15 |
+
_io16: model input is fp16, perform ops in fp16 and write the final result in fp16
|
| 16 |
+
|
| 17 |
```csharp
|
| 18 |
// csharp example
|
| 19 |
// Create Pipeline
|