stable_diffusion.openvino
stable_diffusion.openvino copied to clipboard
RuntimeError: [ PARAMETER_MISMATCH ] Failed to set input blob with precision: I64, if CNNNetwork input blob precision is: FP64
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).