This is a simple Gimp plugin that allows you to augment your painting using Automatic1111's StableDiffusion Web-UI API from your local StableDiffusion server.
- Download the script file stable-gimpfusion.py,
save into your gimp plugin directory, ie:
~/.gimp-2.10/plug-ins/stable-gimpfusion.py
- Restart Gimp, and you will see a new AI menu item
- Run script via
AI -> Stable Gimpfusion -> Config
and set the backend API URL base (should behttp://127.0.0.1:7860/sdapi/v1/
by default)