Upgraded dynamicprompts to v0.21.2

chore/documentation v2.10.2
Adi Eyal 2023-03-30 10:49:58 +02:00
parent 6dc42dd7be
commit 7588806c7d
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
- 2.10.2 Upgraded dynamicprompts to v0.21.2 which adds a missing parser config
- 2.10.1 Upgraded dynamicprompts to v0.21.1 which fixes [#358](https://github.com/adieyal/sd-dynamic-prompts/issues/358)
- 2.10.0 Upgraded dynamicprompts to v0.21.0 which introduces variables and parameterised templates
- 2.9.1 Upgraded dynamicprompts to v0.20.2 which fixes [#354](https://github.com/adieyal/sd-dynamic-prompts/issues/354) - No values found for wildcards on Windows

View File

@ -1,2 +1,2 @@
send2trash==1.8.0
dynamicprompts[attentiongrabber,magicprompt]==0.21.1
dynamicprompts[attentiongrabber,magicprompt]==0.21.2

View File

@ -27,7 +27,7 @@ from sd_dynamic_prompts.helpers import (
from sd_dynamic_prompts.ui.pnginfo_saver import PngInfoSaver
from sd_dynamic_prompts.ui.prompt_writer import PromptWriter
VERSION = "2.10.1"
VERSION = "2.10.2"
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)