bes-dev / stable_diffusion.openvino

Apache License 2.0
1.53k stars 207 forks source link

RuntimeError: [ PARAMETER_MISMATCH ] Failed to set input blob with precision: I64, if CNNNetwork input blob precision is: FP64 #118

Open do-me opened 1 year ago

do-me commented 1 year ago

The normal text-to-image works great but image-to-image fails when using an initial image with

python demo.py --prompt "Paint the dog red" --init-image ./dog.png

I guess it's related to the Openvino Model parameters (see here).