jezs00 / pycasso

A system to send AI generated art to an E-Paper display through a Raspberry PI unit
MIT License
70 stars 4 forks source link

Automatic1111 Support #38

Closed recrudesce closed 1 year ago

recrudesce commented 1 year ago

This adds support for local installations of the Automatic1111 Stable Diffusion webui.

Needs to ensure the webui is launched with the --api argument, else this won't work.

Hopefully this works, I kinda hacked it together without really logging what I was doing, then had to go back and discover all my changes :P

recrudesce commented 1 year ago

Cancelling this, as I've rewritten it to use the API library.