pull/260/head
Adi Eyal 2023-02-13 14:35:07 +02:00
parent fc8d8c9b1f
commit 18b5a3800d
4 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,5 @@
- 2.7.1 Fixes a bug in CombinatorialPromptGenerator which was missing a parser_config argument
- 2.7.0 Variant braces are now configurable, see [https://github.com/adieyal/sd-dynamic-prompts/#configuration](https://github.com/adieyal/sd-dynamic-prompts/#configuration) for details
- 2.6.3 Addresses [#250](https://github.com/adieyal/sd-dynamic-prompts/issues/250#issuecomment-1425037699)
- 2.6.2 Minor bug fix relating to copypaste
- 2.6.1 Fixed send to img2txt parsing mostly fixed. There may be some lingering issues

View File

@ -1,2 +1,2 @@
send2trash==1.8.0
dynamicprompts[attentiongrabber,magicprompt]==0.7.0
dynamicprompts[attentiongrabber,magicprompt]==0.7.1

View File

@ -0,0 +1 @@
3.7

View File

@ -22,7 +22,7 @@ from sd_dynamic_prompts.ui.pnginfo_saver import PngInfoSaver
from sd_dynamic_prompts.ui.prompt_writer import PromptWriter
from sd_dynamic_prompts.ui.uicreation import UiCreation
VERSION = "2.7.0"
VERSION = "2.7.1"
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)