kritiksoman / GIMP-ML

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

Simplify installation & various minor fixes #10

Closed valgur closed 3 years ago

valgur commented 4 years ago

This PR suggests a slightly simpler way to install and run the plugin scripts by getting rid of the need for lines like

echo -e "baseLoc='${cwd}/'\n$(cat colorize.py)" > colorize.py

in the installation script.

And a few other minor things:

kritiksoman commented 3 years ago

Sorry we were not accepting PR as GIMP was transitioning to python3 and python2 was already deprecated. If you are interested, please contribute to this branch which is meant for python 3.