intel / openvino-ai-plugins-gimp

GIMP AI plugins with OpenVINO Backend
Apache License 2.0
459 stars 49 forks source link

Interference not successful #15

Closed fajterini closed 1 year ago

fajterini commented 1 year ago

Hi How can i troubleshoot this error when using plugin from GIMP 2.99.14 on windows 11. When I try to use plugins and click on Run Interference a getting this error message. I can find the error file :(

Error !

interference not Successful. See error_log.tx in GIMP-OPenVINO folder
RyanMetcalfeInt8 commented 1 year ago

Hi @fajterini, by default, GIMP 2.99.14 should have a debug window: image

Can you try again and post all of the messages that show up there?

fajterini commented 1 year ago

GIMP_erro image

RyanMetcalfeInt8 commented 1 year ago

Thanks for the upload. This is related to your install procedure, as per #8. We see this issue when install.bat is modified to run from within openvino-ai-plugins-gimp, as the python path / import resolution gets kind of messed up and installs gimp_openvino_config.json to the wrong folder.

As per #8, can you try to re-install / run again from one directory up?

fajterini commented 1 year ago

Ok thanks I will try I will delete everything and start from empty directory and reinstall :)

fajterini commented 1 year ago

Big thanks @RyanMetcalfeInt8 for help, It's working for me now :)