Releases: breadthe/sd-buddy
Releases · breadthe/sd-buddy
v0.11.2
v0.11.1
v0.11.0
v0.10.0
✨ 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
v0.9.0
✨ 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
v0.8.1
v0.8.0
✨ 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.