Skip to content

story-squad/SdPaint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SdPaint

A simple python script that lets you paint on a canvas and sends that image every stroke to the automatic1111 API and updates the canvas when the image is generated

Installation

Run the Start.bat file and it will create a venv and install a few packages

Usage

Make sure you have the automatic1111 webui in API mode running in the background and that you have the controlnet extension installed and activated To start the webui with the API enabled modify the webui-user.bat file by adding --api after set COMMANDLINE_ARGS= You also need to make sure the "Allow other script to control this extension" option is enabled in the settings of control net

You can modify the payload.json file for a different prompt, seed or different controlnet model. When you save the json file the program will use it after the next brush stroke. in the extra folder there are the names of different controlnet models you may have. replace this part "control_sd15_scribble [fef5e48e]", in the Payload.json with a different one from the modelnames.txt left mouse to draw and middlemouse to erase press backspace to erase the image. the program is bound to 512x512 images right now and doesn't have the ability to save the image right now. I may add more features at a later time.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.2%
  • Batchfile 8.8%