1
0
Fork 0

fix(api): disable internal fp16 for VAE encoder (#290)

This commit is contained in:
Sean Sube 2023-03-27 08:10:28 -05:00
parent 33f5992ebd
commit 73e9cf8b66
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ def convert_diffusion_diffusers(
"sample": {0: "batch", 1: "channels", 2: "height", 3: "width"}, "sample": {0: "batch", 1: "channels", 2: "height", 3: "width"},
}, },
opset=ctx.opset, opset=ctx.opset,
half=ctx.half, half=False, # https://github.com/ssube/onnx-web/issues/290
) )
# VAE DECODER # VAE DECODER