Commit Graph

19 Commits (c38156271f8a1596db90d4629fa2def12dd79a21)

Author SHA1 Message Date
Adi Eyal c38156271f 0.12.0 - Added combinatorial batches 2022-10-30 00:34:38 +02:00
Adi Eyal 24eb2036d4 Bumped verson in CHANGELOG 2022-10-30 00:08:10 +02:00
Adi Eyal 731d4265bb Added MagicPrompt to automatically create new prompts 2022-10-29 17:52:50 +02:00
Adi Eyal 2b878f1564 Updated artists (wip) 2022-10-29 14:58:47 +02:00
Adi Eyal 7b4305cae4 0.9.1 - Added local random number generator
To ensure that re-running the same prompt with the same seed returns the
same result. Previously random prompts did not take the seed into
account
2022-10-29 11:46:27 +02:00
Adi Eyal 372cae45fe Started a modifier library 2022-10-29 00:15:28 +02:00
Adi Eyal d04185e83b Merge branch 'main' into feature/exhaustive-generation 2022-10-28 10:47:09 +02:00
Adi Eyal bcafd25cea Updated changelog 2022-10-28 09:57:28 +02:00
Adi Eyal e12dcdf16b Added wildcard globbing
Originally introduced here: https://github.com/adieyal/sd-dynamic-prompting/pull/15
2022-10-25 23:15:32 +02:00
Adi Eyal 0f23134549 Updated changelog 2022-10-24 21:05:54 +02:00
Adi Eyal 7c43ebbff5 Incorporating recursive globbing and wildcard file comments
Also bumped the version to 0.5.0
Removed path globbing and danbooru tag compatibility pending further discussion
2022-10-24 20:50:16 +02:00
Adi Eyal 7f6428f0d5 Re-enabled grid generation 2022-10-22 11:43:36 +02:00
Adi Eyal 07f424539f Fixed bug where num_batches was being interpreted as num_images
https://github.com/adieyal/sd-dynamic-prompting/issues/10
2022-10-22 11:38:42 +02:00
Adi Eyal 415d02391f logging the generated prompt at logging.INFO level 2022-10-21 17:05:56 +02:00
Adi Eyal e3cc390aad Ignoring unknown characters in non-utf8 encoded files
hopefully fixes this [issue](https://github.com/adieyal/sd-dynamic-prompting/issues/2)
2022-10-19 17:09:00 +02:00
Adi Eyal 26cb8e8d8a Fixed wildcard regular expression
Previous regex didn't allow underscores in wildcard filenames
2022-10-19 16:47:25 +02:00
Adi Eyal 100b43bf94 Added recursive prompt resolultion
See this issue for a use case: https://github.com/adieyal/sd-dynamic-prompting/issues/3
2022-10-18 22:53:12 +02:00
Adi Eyal 5e0b006005 Updated changelog with combination intervals 2022-10-18 22:10:12 +02:00
Adi Eyal 653c835b32 Fixed batch img2img
Previously the same prompt was used for every image in the batch, this fixes that so that the prompt is re-generated every time.
2022-10-15 20:09:50 +02:00