Commit Graph

95 Commits (c4473dd2c729541172633b9aa857df7b2febe7a6)

Author SHA1 Message Date
Adi Eyal c4473dd2c7 Bumped version to 2.12.3 2023-06-01 09:37:40 +02:00
Adi Eyal 6e8f0c0a04 Bumped version to 2.12.2 2023-06-01 09:14:47 +02:00
Adi Eyal 48566bb158 Bumped version to 2.12.1 2023-06-01 09:02:31 +02:00
Adi Eyal 5349e0eb45 Bumped version to 2.12.0 2023-05-31 12:26:24 +02:00
Adi Eyal 9d64696b8b Bumped version to 2.11.10 2023-05-30 09:14:51 +02:00
Adi Eyal 53e69feda7 Loggers are now created using utils.get_logger 2023-05-30 08:49:01 +02:00
Adi Eyal 47098db0e7 Fixed unlink seed from prompt
fixes #463
2023-05-28 19:43:03 +02:00
Adi Eyal bbb00c6cc4 Checking for the correct versions of dependencies
Improving dependency management by checking for the correct dependency version.
2023-05-24 10:01:38 +02:00
Adi Eyal a4877f2397
An incompatible library version disables the extension. (#447) 2023-05-24 09:41:20 +03:00
Adi Eyal 594966bdc9 Added kwargs to FrozenPrompt 2023-05-24 07:53:14 +02:00
Adi Eyal d30639722f Fixed install.py compatibility with older python versions 2023-05-23 07:25:23 +02:00
Adi Eyal 72f21dea4d Added check for the correct dynamicprompts version
If not then instructions are provided for manual installation
2023-05-22 11:48:38 +02:00
Adi Eyal e9eb9a7c26 Bumped version to 2.11.2 2023-04-23 11:17:37 +02:00
Adi Eyal ef527674fb Bumped version to 2.11.1 2023-04-18 16:37:42 +02:00
Adi Eyal b16480e361 Upgraded dynamicprompts library to v0.23.0
bumped version to v2.11.0
2023-04-12 10:30:59 +02:00
Adi Eyal 28342a6201 Bumped to v2.10.5
See CHANGELOG for updates
2023-04-06 20:30:40 +02:00
Adi Eyal be2148ed20 Bumped to 2.10.4 2023-04-03 23:36:27 +02:00
Adi Eyal b020cb485c Bumped to 2.10.3 2023-03-30 18:54:54 +02:00
Adi Eyal fde533c551 Added the publicprompts collection 2023-03-30 14:20:32 +02:00
Adi Eyal 10b4494992 Added missing entry in TOC 2023-03-30 14:17:59 +02:00
Adi Eyal 6fbb871de6 Added documentation for samplers 2023-03-30 14:15:18 +02:00
Adi Eyal 0b22776f1d
Update SYNTAX.md 2023-03-30 12:46:34 +02:00
Adi Eyal e574618032
Update SYNTAX.md
updated syntax - simplified, added TOC, and new features
2023-03-30 12:45:48 +02:00
Adi Eyal 7588806c7d Upgraded dynamicprompts to v0.21.2 2023-03-30 10:49:58 +02:00
Adi Eyal 61b5f33206 Upgraded to dynamicprompts v0.21.1
Fixes #358
2023-03-30 10:07:51 +02:00
Adi Eyal 59f44e935f Upgraded dynamicprompts to v0.21.0 2023-03-29 22:47:36 +02:00
Adi Eyal cc818087a5 Upgraded dynamicprompts to 0.20.2
Bumped to version 2.9.1
2023-03-29 20:40:31 +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 386d1abbfc Bumped version to 2.8.11 2023-03-28 19:01:46 +02:00
Adi Eyal e17cc7edc2 Bumped version to 2.8.10 2023-03-27 22:41:23 +02:00
Adi Eyal f0c5ffc7d8 Updated dynamicprompts to 0.10.5 which fixes #307 2023-03-25 16:35:07 +02:00
Adi Eyal 695244808a Batch processing of Magic Prompts
Upgraded dynamicprompts to 0.10.3 and added the ability to set the Magic
Prompts batch size
2023-03-25 11:39:53 +02:00
Adi Eyal 67f6d392d7 Bumped version to 2.8.5 2023-03-24 21:55:18 +02:00
Adi Eyal 1596f556e2 Fixes #277 2023-03-06 06:49:07 +02:00
Adi Eyal 22d5c038f4 Added a setting to limit jinja prompts generated 2023-03-06 06:16:16 +02:00
Adi Eyal b4feb0f496 Custom wildcard wrap
Added the ability to customise the wildcard wrap (prefix and suffix), see Settings -> Dynamic Prompts
2023-03-03 22:18:34 +02:00
Adi Eyal ce09c0ee65 Fixed division by zero error when not using negative prompts 2023-03-03 21:34:13 +02:00
Adi Eyal 5d38ef9f06 Upgraded to dynamicprompts v0.10.0 see CHANGELOG for details 2023-03-03 14:53:19 +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
Adi Eyal 2c610d813c Bumped version to v2.7.2 2023-02-13 22:55:21 +02:00
Adi Eyal 18b5a3800d Fixed #255 2023-02-13 14:35:07 +02:00
Adi Eyal 00ff399537 Fixes #250 Type error 2023-02-10 06:51:44 +02:00
Adi Eyal b211b0feeb Fixed bug affecting correct parsing of pnginfo
Caused send to img2txt to break
2023-02-09 19:18:24 +02:00
Adi Eyal 9e33c6831f Bumped version to 2.6.1 2023-02-09 09:30:58 +02:00
Adi Eyal 536cf634b5 Upgraded to dynamicprompts v0.6.0
See the changelog for details
2023-02-06 21:44:26 +02:00
Adi Eyal 90a9120ed8 Ensure that _pnginfo_saver is created in __init__ 2023-01-31 19:52:10 +02:00
Adi Eyal 49eaa7997e Grammar fixes 2023-01-30 00:02:48 +02:00
Adi Eyal bc0eab2e6b bumped version to 2.5.5
Prompts csv filname is now set to the name of the first image saved.
2023-01-29 22:14:25 +02:00
Adi Eyal 2e1e02950d Bumped to 2.5.4 - enables zero repititions 2023-01-29 20:37:23 +02:00