intel / openvino-ai-plugins-gimp

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

Path is missing #35

Closed TheCatCraft closed 1 year ago

TheCatCraft commented 1 year ago

Im getting this Error and I don't know wat I must do: Traceback (most recent call last): File "C:\Users\TheCatCraft\openvino-ai-plugins-gimp\build\lib\gimpopenvino\plugins\stable-diffusion-ov\stable-diffusion-ov.py", line 341, in run with open(os.path.join(config_path, "gimp_openvino_config.json"), "r") as file: FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\TheCatCraft\openvino-ai-plugins-gimp\build\lib\gimpopenvino\plugins\stable-diffusion-ov\..\..\tools\gimp_openvino_config.json'

(stable-diffusion-ov.py:6516): LibGimp-WARNING **: 17:34:06.951: gimp_procedure_run: no return values, shouldn't happen C:\Users\TheCatCraft\openvino-ai-plugins-gimp\build\lib\gimpopenvino\plugins\stable-diffusion-ov\stable-diffusion-ov.py:954: Warning: g_error_new: assertion 'domain != 0' failed Gimp.main(StableDiffusion.gtype, sys.argv) gimp_plug_in_destroy_proxies: ERROR: GimpImage proxy with ID 1 was refed by plug-in, it MUST NOT do that! gimp_plug_in_destroy_proxies: ERROR: GimpLayer proxy with ID 2 was refed by plug-in, it MUST NOT do that