Gimp-Forum.net
Plug-in not showing up - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP)
+--- Thread: Plug-in not showing up (/Thread-Plug-in-not-showing-up)



Plug-in not showing up - jack63ss - 03-12-2026

UPDATE: So I have GIMP 3.0.0 and 2.10.38 installed on my system. After having the below issue with 3.0 I tried 2.1 and it worked fine. So this seems to be a 3.0 issue.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
I installed gimp3_upscale but when I restarted Gimp the plug-in did not show where the Git instructions said it should. My preferences show C:\Users\jack6\AppData\Roaming\GIMP\3.0\plug-ins AND C:\Users\jack6\AppData\Roaming\GIMP\3.0\plug-ins as plug-in directories. (Why 2 locations I am not sure, so I put the script directory in both.)  See screenshot.
 
It is supposed to show up under Filters>Enhance but it does not. This is the first plug-in I have loaded manually, so am I missing something ? 

GIT instructions simply say:
[*]1 Download the latest release:gimp3_upscale.zip

[*]for GIMP 3.0
2 Extract the plug-in folder into your GIMP plug-ins directory.
[*]3 Restart GIMP.

To use it 
[*]1 Open an image in GIMP.
[*]2 Go to Filters > Enhance > AI Upscale..

but that entry is not there.
Suggestions ?

NOTE: I just tried to use the Help > Plugin Browser and it does not find anything. Not sure if that helps. 
Thanks


GIMP 3.0.0
Windows 10


RE: Plug-in not showing up - MrsP-from-C - 03-12-2026

Quote: C:\Users\jack6\AppData\Roaming\GIMP\3.0\plug-ins AND 
 C:\Users\jack6\AppData\Roaming\GIMP\3.0\plug-ins as plug-in directories.
(Why 2 locations I am not sure, so I put the script directory in both.)
Are they really the same?
Normally you have two: one is yours and one is GIMP's (GIMP's gets overridden on updates)
That's why you have two.

The plug-in does not show?
Have you put the complete unpacked folder into your plug-ins folder?
And ... don't put it in both folders, that won't work.


RE: Plug-in not showing up - rich2005 - 03-12-2026

A bit more on installation.

The top line in the screenshot .....AppData\Local\Programs\GIMP 3\..... is the place you installed Gimp. Leave that alone, it contains the default plugins that come with Gimp. Just a comment, it is a bit of a strange path.

User installed plugins go in that second location, the folder, C:\Users\"yourname"\AppData\Roaming\GIMP\3.0\plug-ins

I have tried the plugin in a Windows VM (both 10 and 11) A big plugin 125 MB . Download the zip. Open it and put the whole gimp3_upscale folder in C:\Users\"yourname"\AppData\Roaming\GIMP\3.0\plug-ins.  looks like this. The gimp3_upscale folder containing the plugin and a folder of dependencies.

[attachment=14307]

It does register in Filters -> Enhance -> AI Upscale but in the Windows VM running it gives errors ending in not a GPU which could well be a VM issue.  The plugin does work in linux. (kubuntu 24.04 / Gimp 3.0.8)