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

No menu entry for GIMP-ML on Debian 10 #3

Closed zevilz closed 4 years ago

zevilz commented 4 years ago

Steps:

  1. Cloned repo.
  2. Added gimp-plugins to Preferences -> Folders -> Plug-ins and close GIMP.
  3. Downloaded weights.zip and save it in gimp-plugins folder.
  4. Runned:
    bash moveWeights.sh
    bash installGimpML-ubuntu.sh

I have no errors during scripts run. But no menu entry in GIMP menu like in screenshot in readme.

Debian 10 GIMP v2.10.8

MARDAScience commented 4 years ago

I have the same issue on ubuntu 19.10, gimp version 2.10.8

I also tried copying the scripts (and folders, weights, etc) to ~/.config/GIMP/2.10/plug-ins

AstraQuinn commented 4 years ago

Having this same issue on focal fossa using GIMP 2.10.18...

bedna-KU commented 4 years ago

Here is this issue described -> #2

yupasik commented 4 years ago

Same thing on MacBook Pro 10.15.4

Drohne1 commented 4 years ago

I have the same issue on Mint 19 Tara 64-bit, gimp version 2.10.14

nortikin commented 4 years ago

also me'

debian 10 gimp 2108

installed with no errors

even donno where pip logs stored

germanzhu commented 4 years ago

sudo apt install gimp-python

cd gimp-plugins chmod -x chmod +x .py

restart gimp

NISH1001 commented 4 years ago

I have the same problem. I tried the steps mentioned. Managed the permissions too. However, cannot see the menu. Is there any way to debug it during gimp startup?

zevilz commented 4 years ago

sudo apt install gimp-python

cd gimp-plugins chmod -x chmod +x .py

restart gimp

It worked for me. Thanks!

freemsk1 commented 4 years ago

Same issue, Mint 19.3, GIMP 2.10.18. The above mentioned solution did not help (((

NISH1001 commented 4 years ago

Same issue, Mint 19.3, GIMP 2.10.18. The above-mentioned solution did not help (((

I was able to run. Turned out there were conflicts between conda and virtual env created from the installation script. So, I had a hacky way to run the scripts. But then the models barely run in my machine like any other DL models...

nortikin commented 4 years ago

installing gimp-python helped me