Releases: AndBobsYourUncle/stable-diffusion-discord-bot
v0.2.2
v0.2.1
- Added progress output to the Discord message while it is being processed in Automatic 1111
- Added a command line flag that allows overriding the default "imagine" command text, for better integration into some Discord servers where Midjounrey is also running
v0.2.0
With this release, the /imagine_settings
command was added, which now lets you change the default width/height for the /imagine
command.
The setting is stored in the DB, and updated with interactions to the bot's response message.
When first run, the bot defaults to 512x512, which might need to be updated to 768x768 if you are running SD 2.0.
v0.1.1
The Automatic 1111 WebUI API contract for the hires fix was updated, so some adjustments needed to be made.
Now, the default square dimensions are used for the width/height, and if the desired aspect ratio exceeds those on either dimension, it enables the hires fix, and passes the new aspect ratio dimensions as hr_resize_x
and hr_resize_y
.
Also, it was observed that the upscaled images at 3x sometimes exceeded the default file limit for Discord servers that aren't "boosted", so it was reduced to 2x.
Running the new version on an existing DB is backwards compatible, but upscaling old images from the Discord server might produce different results from before. Upscaling images produced with this version should provide identical results.
v0.1.0
First release 🎉