Skip to content

kav/stable-gimpfusion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Example usage

Stable Gimpfusion Demo

Requirements

Installation

  • Download the script file stable-gimpfusion.py, save into your gimp plug-ins directory, ie:
    • Linux: $HOME/.gimp-2.10/plug-ins/ or $XDG_CONFIG_HOME/GIMP/2.10/plug-ins/
    • Windows: %APPDATA%\GIMP\2.10\plug-ins\ or C:\Users\{your_id}\AppData\Roaming\GIMP\2.10\plug-ins\
    • OSX: $HOME/Library/GIMP/2.10/plug-ins/ or $HOME/Library/Application Support/GIMP/2.10/
  • 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)

Troubleshooting

License

MIT

About

A Gimp plugin that brings StableDiffusion functionality through Automatic1111's API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%