kritiksoman / GIMP-ML

AI for GNU Image Manipulation Program
https://kritiksoman.github.io/GIMP-ML-Docs/index.html
MIT License
1.39k stars 126 forks source link

LLM integration? #63

Open yassineAlouini opened 1 year ago

yassineAlouini commented 1 year ago

Is there any LLM integration investigation?

For example, an option to describe operations and then get GIMP to understand it and output the steps it would make (without executing it). The user can then edit those if he wants, i.e. "Scale the image to 50%, rotate it 90° clock-wise, invert green and red channels, and extract faces if any."

Possible open-source LLM model that can be used: https://github.com/qwopqwop200/GPTQ-for-LLaMa

More details can be found here: https://github.com/Hannibal046/Awesome-LLM

If this is something that could be useful and haven't been done, I could investigate it a bit and write more details.

austinxu123 commented 5 months ago

Hello, just wondering is there any updates or attempt around this topic?