Skip to content

Releases: AndBobsYourUncle/stable-diffusion-discord-bot

v0.2.2

09 Jan 19:26
Compare
Choose a tag to compare
  • Fixed an issue when a bad overridden command name was given, and now Discord's API error comes through in the logs
  • Added a flag to be able to cleanup and delete old slash commands, so that the originals don't stick around

v0.2.1

08 Jan 20:45
Compare
Choose a tag to compare
  • 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

06 Jan 18:45
59e8c49
Compare
Choose a tag to compare

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

06 Jan 02:37
Compare
Choose a tag to compare

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

05 Jan 10:48
Compare
Choose a tag to compare

First release 🎉