stable_diffusion.openvino icon indicating copy to clipboard operation
stable_diffusion.openvino copied to clipboard

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

Open do-me opened this issue 2 years ago • 0 comments

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).

do-me avatar Jan 24 '23 09:01 do-me