intel / openvino-ai-plugins-gimp

GIMP AI plugins with OpenVINO Backend
Apache License 2.0
486 stars 52 forks source link

Error starting plugin #122

Closed TrMaXXX closed 3 months ago

TrMaXXX commented 3 months ago

Hi,

I am trying to test plugin, but I get errors when starting it. Can you help me please?

Marian

Traceback (most recent call last): File "/home/xxx/GIMP/gimpenv3/lib/python3.10/site-packages/gimpopenvino/plugins/stable-diffusion-ov/stable-diffusion-ov.py", line 360, in run save_image(image, list_layers, os.path.join(config_path_output["weight_path"], "..", "layer_init_image.png")) File "/home/xxx/GIMP/gimpenv3/lib/python3.10/site-packages/gimpopenvino/plugins/stable-diffusion-ov/../plugin_utils.py", line 50, in save_image Gimp.get_pdb().run_procedure( AttributeError: 'PDB' object has no attribute 'run_procedure'. Did you mean: 'lookup_procedure'?

(stable-diffusion-ov.py:245163): LibGimp-WARNING **: 09:38:40.955: _gimp_procedure_run_array: no return values, shouldn't happen /home/xxx/GIMP/gimpenv3/lib/python3.10/site-packages/gimpopenvino/plugins/stable-diffusion-ov/stable-diffusion-ov.py:1038: Warning: g_error_new: assertion 'domain != 0' failed Gimp.main(StableDiffusion.gtype, sys.argv)

gblong1 commented 3 months ago

Hi @TrMaXXX - this is a known issue with 2.99.18 which we have identified a fix for. However, 2.99.18 has some regression in the handling of the UI that we are still looking into.

For now, can you please use 2.99.14?