stable-diffusion-discord-bot
stable-diffusion-discord-bot copied to clipboard
A Discord bot, written in Go, that interfaces with the Automatic 1111's API interface.
fixes #27
In the API there is a way to set a "style" to use: http://127.0.0.1:7860/docs#/default/text2imgapi_sdapi_v1_txt2img_post ``` "styles": [ "string" ], ``` Where "string" is the name of the saved style in...
Hi, Just had a bot added to a server that wasn't in the guild command flag, and it still seemed to work? I checked the code but couldn't find anywhere...
Create a .env file with: ``` DISCORD_TOKEN DISCORD_GUILD SD_URL ``` To start: ``` docker compose build docker compose up ```
Can you add the ability to save images?
Hello, The bot app works great! Thanks for making it. Currently I have it working on my private Discord server where I have given the bot "Admin" privileges. However, I...
Hi there, unfortunately the sd bot creates nsfw content which is causing issues for us. Any way to enable nsfw via the sd bot and let only admins change it?...
I ran the command in webui-user.bat `./stable_diffusion_bot -token -guild --host ./stable_diffusion_bot -token -guild -host where to enter the command to make it work?
Since this is a common problem, just remove the slash
Basically what the title sets Its kinda weird how you can only generate four images at once, I dont want the bot to be working on one request for so...