Fixed #255
parent
fc8d8c9b1f
commit
18b5a3800d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
send2trash==1.8.0
|
||||
dynamicprompts[attentiongrabber,magicprompt]==0.7.0
|
||||
dynamicprompts[attentiongrabber,magicprompt]==0.7.1
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
3.7
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue