intel / openvino-ai-plugins-gimp

GIMP AI plugins with OpenVINO Backend
Apache License 2.0
422 stars 47 forks source link

Was Device Selection Removed? #92

Closed geekinchief22 closed 4 months ago

geekinchief22 commented 4 months ago

I had used an older version of this plugin and it had the ability (as shown in the tutorial) to choose among CPU, NPU or GPU devices so you could see which works best. I just installed this on a new machine and I don't see a device selection option. Is there still a way to do that?

gblong1 commented 4 months ago

Yes, we are optimizing the UI to choose the best config for the system that is being run on, and simplifying the UI.

if you would like to go back to the last version that supported device config in the UI, please do git checkout 18da6e56 after cloning the repo.