Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.38 KB

File metadata and controls

21 lines (13 loc) · 1.38 KB

GitHub license GitHub stars awesomeness

Stable-Gimpfusion

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.

Requirements

Installation

  • 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 be http://127.0.0.1:7860/sdapi/v1/ by default)

License

MIT