Skip to content

Releases: breadthe/sd-buddy

v0.11.2

20 Nov 01:49
33db252
Compare
Choose a tag to compare

🐛 Fixes

  • Restore the window titlebar. While the hidden titlebar looks slick on the Mac, it makes moving the window with the mouse very hard.
  • Fix the contrast on light mode for the clear queue confirmation buttons.
  • Disable the Enqueue button when the prompt is empty.

v0.11.1

18 Nov 03:22
007bd6a
Compare
Choose a tag to compare

🐛 Fixes

  • Fix image generation when not using a virtual environment.
  • Fix the HTML SD command preview.
  • Allow enqueuing while generating.
  • Center the generated image in the main viewport (visible on images < 512px).

v0.11.0

17 Nov 03:43
84b4538
Compare
Choose a tag to compare

✨ New

  • Prompt queue.
    • Push simple and matrix prompts to a queue to be processed sequentially.
    • Delete items from the queue.
    • Mark queue items as skipped and they will be ignored when the queue is processed.

v0.10.0

06 Oct 12:08
8fddebd
Compare
Choose a tag to compare

✨ New

  • Gallery section.
    • See all the generated images in a grid.
    • Similar to Runs, except it doesn't show any metadata.
    • See the prompt for an image by hovering over it.
    • Prompt filter - type to filter images by prompt fragment.
    • Increase/decrease thumbnail size - 196-512 pixels in 4 steps.
    • Sort images by generated timestamp.
    • The same controls are also added to Runs in the txt2img section.

v0.9.1

04 Oct 12:39
80379b3
Compare
Choose a tag to compare

🐛 Fixes

  • Fixed the light theme when the system is in dark mode #25

v0.9.0

30 Sep 16:29
c32df49
Compare
Choose a tag to compare

✨ New

  • Added sections and a nav bar.
  • The main view is now called "Txt2Img" to prep for a future "Img2Img" section.
  • Added a placeholder "Gallery" section.
  • Added a "Settings" section where you can persist your choice of light, dark, or OS theme.
  • Slightly increased the default window size to accommodate 6 thumbnails on a row.

v0.8.2

28 Sep 08:50
409bf87
Compare
Choose a tag to compare

✨ New

  • When a batch of images is generated from a prompt matrix, they are now processed in random order.

v0.8.1

19 Sep 13:52
d67f661
Compare
Choose a tag to compare

🐛 Fixes

  • Fixed some issues with parameters in the prompt matrix by refactoring the internals.

v0.8.0

15 Sep 02:45
12f9028
Compare
Choose a tag to compare

✨ New

  • Prompt matrix aka parameterized prompts. Define variables by prefixing with "$". Example: "Photograph of $age $gender". This will create input boxes for each parameter. You can add as many comma-separated values as you want. Example for $age: "young,old,teen". It combines the values from all variables and you can then generate all the possibilities in sequence with one click.
  • Added help bubbles for each parameter.
  • UI tweaks and improvements.

Other

  • Disabled Linux and Windows builds for now since those platforms are not (yet) supported and it slows down the CI process when including them in the build.

v0.7.3

12 Sep 01:54
76d35a0
Compare
Choose a tag to compare

✨ New

  • Added app icon.