bbc-mc / sdweb-merge-board

Multi-step automation merge tool. Extension/Script for Stable Diffusion UI by AUTOMATIC1111 https://github.com/AUTOMATIC1111/stable-diffusion-webui
73 stars 12 forks source link

Filenames containing plus signs are not parsed correctly in the recipe tab #3

Closed Araeos closed 1 year ago

Araeos commented 1 year ago

When selecting files with plus symbols in their name from the multi merge tab everything works as expected, but sending it to the recipe tab results in recipe that will fail to parse correctly, truncating the last terms from the string since it assumes + is not part of the file name. If it is unclear, I can generate an example scenario.

bbc-mc commented 1 year ago

Thank you for report.

I update parse logic, please try.

Test for parse logic shown below,

Test1