Commit Graph

9 Commits (defdf8a9273fc1cd7c5a4be738d3e888bb452e1c)

Author SHA1 Message Date
Adi Eyal dc4ad65bc3 Fixed missing whitespace between wildcards 2023-01-08 18:08:51 +02:00
Adi Eyal 348e5bafd4 Fixed unlink seed from prompt bug. Fixes #150 2023-01-08 16:56:31 +02:00
Adi Eyal 03e5bad2b6 Removed unnecessary dependencies 2023-01-07 23:09:27 +02:00
Adi Eyal 69d7b2a68b Fixes #151 - Updated the dynamicprompts library to v0.2.1 2023-01-07 19:23:42 +02:00
Adi Eyal 3f93c92856 Whitespace in prompts is being honours by default 2023-01-07 18:15:00 +02:00
Adi Eyal b8a7bdd53e Updated dependencies
dynamicprompts is now always upgraded if a new version is available. This means that a new version of the extension does not need to be released every time dynamicprompts updates.
The new version 0.1.18 of dynamicprompts removes an explicit dependency on pytorch and relies on the version that is installed with the webui. This avoids an unpleasant 1.8GB download.
Unpinned requests so that it uses the same version as Automatic1111.
2023-01-06 13:17:27 +02:00
Adi Eyal 9570dbfb7e Upgraded to dynamicprompts 0.1.17 which fixes the alternated words syntax
Previously [cat|dog] didn't work due to | being a reserved character. It is now only reserved inside variants {a|b|c}
2023-01-05 20:08:58 +02:00
Adi Eyal 51de80497e Using classes from the typing package for python 3.7 compatibility 2023-01-04 22:33:55 +02:00
Adi Eyal 78a49fd5a5 Migrated to using the dynamicprompts library 2023-01-04 19:42:43 +02:00