parent
6dc42dd7be
commit
7588806c7d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
send2trash==1.8.0
|
||||
dynamicprompts[attentiongrabber,magicprompt]==0.21.1
|
||||
dynamicprompts[attentiongrabber,magicprompt]==0.21.2
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue