Commit Graph

7 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
Aarni Koskela 169db00369
Fix lint (#383) 2023-04-13 21:42:22 +03:00
dbitterlich a8ab9d64ee fixed failing test_helpers.py 2023-03-29 20:24:50 +02: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 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