AmericanPresidentJimmyCarter / yasd-discord-bot

Yet Another Stable Diffusion Discord Bot
MIT License
112 stars 15 forks source link

Automatic 1111 backend #71

Open ionutanton opened 1 year ago

ionutanton commented 1 year ago

Another backend could be Automatic 1111. Its very easy to install even on Windows Systems and enjoys a large development comunity. Also has an api to generate images. https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API

sonphantrung commented 1 year ago

Uhm, this is a front-end for stable diffusion (discord bot)

AmericanPresidentJimmyCarter commented 1 year ago

Uhm, this is a front-end for stable diffusion (discord bot)

Automatic1111 works as a REST server with a gradio frontend IIRC. So the bot would simply use the JSON REST API from running the automatic1111 client.