Commit Graph

12 Commits (4e41203d970d1ec04dc51031089ef4e7c3a1cd31)

Author SHA1 Message Date
Aarni Koskela 088730e4c5 Refactor paths and magic prompt models file read 2023-08-16 13:44:44 +03:00
Adi Eyal 3250d77a2e Fixed cross product of pos and neg prompts
Only applied when num_prompts=None otherwise too many prompts are
generated
2023-08-13 15:37:03 +02:00
Vladimir Zagray 4a7773aec9 #559 fix lint errors 2023-08-04 00:26:08 +03:00
Vladimir Zagray e62daa4d64 combinatorial: cross product positive and negative prompts 2023-07-15 02:19:20 +03:00
Aarni Koskela 3803014fa1 Revert "Loggers are now created using utils.get_logger"
This reverts commit 53e69feda7.
2023-06-01 10:07:34 +03:00
Adi Eyal 53e69feda7 Loggers are now created using utils.get_logger 2023-05-30 08:49:01 +02:00
Adi Eyal 3aeda4682b Bumped dynamicprompts version to 0.25.2
This includes fallback search for wildcards in case they aren't found in the given path - fixes #377
Better handling of random seeds for reproducability #320
2023-05-22 09:41:56 +02:00
Aarni Koskela 169db00369
Fix lint (#383) 2023-04-13 21:42:22 +03:00
dbitterlich f5dcaf2238 Bugfix Issue #190 - Fixed seeds only within combinatorial batch 2023-03-29 19:31:04 +02:00
Adi Eyal 4dd9df6251 Refactored Magic Prompts configuration
Magic Prompt models are now read from a text file enabling users to add
their own. Default model and magicprompt batch size options have been
added to the settings tab.
2023-03-29 15:14:58 +02:00
Adi Eyal 5ef8050da0 Freezing the prompt if variation strength is > 0
Fixes #310
2023-03-29 00:30:58 +02:00
Adi Eyal 7cfbe0ecae Fixes #271
Extracted get seeds to helpers.py
Ensured that seeds are always integers
Fixed subseed implementation
2023-02-26 15:03:38 +02:00