intel / openvino-ai-plugins-gimp

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

Failed to load plugins #16

Closed QingMaxwell closed 1 year ago

QingMaxwell commented 1 year ago

I failed to load the plugins. Below is the output from GIMP console

Skipping potential plug-in 'C:\Users\Local_Admin\Documents\gimpenv3\lib\site-packages\gimpopenvino\plugins\plugin_utils.py': plug-ins must be installed in subdirectories. Skipping potential plug-in 'C:\Users\Local_Admin\Documents\gimpenv3\lib\site-packages\gimpopenvino\plugins__init__.py': plug-ins must be installed in subdirectories.

RyanMetcalfeInt8 commented 1 year ago

Hi @QingMaxwell, those messages are expected. Which version of GIMP are you using, and are there other error messages printed later in the log?

QingMaxwell commented 1 year ago

No other error messages from the log. But the sub-menus under "OpenVINO-AI-Plugins" are all grey. image

RyanMetcalfeInt8 commented 1 year ago

Hi @QingMaxwell, that is also expected. These plugins require an active layer to be selected in order to run these plugins.

QingMaxwell commented 1 year ago

Thanks for your answer. Very helpful.