JasonS09 / comfy_sd_krita_plugin

Make AI art between canvas and nodes with Krita.
MIT License
148 stars 7 forks source link

Issue: string isn't escaped before being used as a regex #21

Closed ElliottLester closed 1 year ago

ElliottLester commented 1 year ago

auto_complete_LoRA doesn't escape the string before passing it into the re.search call.

Fix: call re.escape on the text before we use it as a regex