You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.