Skip to content

v0.8.0

Compare
Choose a tag to compare
@breadthe breadthe released this 15 Sep 02:45
· 95 commits to main since this release
12f9028

✨ 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.