intel / openvino-ai-plugins-gimp

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

A couple of questions and suggestions #58

Closed Amin456789 closed 10 months ago

Amin456789 commented 10 months ago

Hello, thank u for this.

  1. is there any plan for adding AnimateDiff please? having txt2gif and img2gif is very welcome
  2. having pix2pix will be great too if possible
  3. is openvino faster than onnx for cpu users? i have intel i5-6200u and i can get a 384x384 image with 9 steps in 1 minute and half with onnx, will openvino be faster?
  4. are quantized models are supported such as int8 ?

kind regards

arisha07 commented 10 months ago

Hi, Currently there are no plans to add AnimateDiff or text2gif or pix2pix. Maybe in the future. But, you are always welcome to contribute to this project as well.

Please try this plugin on your PC, ideally you should see some improvements. You can even make use of your iGPU by offloading the models on it and see if you notice any difference. Quantized model should work but you will have to make some code changes to add it the framework.

Amin456789 commented 10 months ago

thank u for the answer!