Analysis updated 2026-05-18
Generate a new image from a text prompt directly inside GIMP
Edit just the selected part of an existing image using AI
Attach reference images to guide what the AI generates
Use AI image generation on Flatpak GIMP without installing extra Python packages
| ferrants/gimp-pyrogen | 0xustaz/streamgate | a-bissell/unleash-lite | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | hard |
| Complexity | 3/5 | 4/5 | 4/5 |
| Audience | designer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires GIMP 3.0+ and a paid API key from Google or OpenAI saved to a credentials file.
gimp-pyrogen is a plugin for GIMP, a free image editing program, that adds AI image generation directly into the editor's menus. Once installed, you can generate a brand new image from a text description or edit part of an existing image, and the result appears as a new layer inside your GIMP project instead of a separate file you have to import. It supports two AI providers: Google's Gemini image model, nicknamed Nano Banana, and OpenAI's image model. You choose which part of your image the AI should look at when generating, whether that is your current selection, the active layer, or the whole picture, and the plugin sends that visible content along with your prompt so the AI can use it as context. The finished result is automatically resized to fit back into the area you selected, either preserving its proportions or stretched to fill the space exactly. You can also attach separate reference images for extra context, and the generation happens in the background with a progress indicator so GIMP does not freeze while you wait. A notable design choice is that the plugin avoids any external Python packages entirely, calling each AI provider's web service directly using only tools built into Python itself. This matters because the Flatpak version of GIMP, a common way people install it on Linux, uses a locked down Python that cannot install extra packages, so this approach lets the plugin work there without any special setup. To use it, you need GIMP version 3.0 or newer, and a paid API key from Google, OpenAI, or both, saved into a small file in your home folder. Installation is done by cloning the code and running an included script that links the plugin into GIMP's plugin folder, then restarting GIMP. This tool is aimed at people who already use GIMP for image editing and want to bring AI generation into their existing workflow, and it is released under the MIT license.
A GIMP plugin that lets you generate and edit images with Google Gemini or OpenAI directly inside your image editor.
Mainly Python. The stack also includes Python, GIMP, Google Gemini API.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly designer.
This repo across BitVibe Labs
Verify against the repo before relying on details.