fix: ensure nodename_pattern is working properly with escaping [ ] with \ for Comfy3D and AnimateAnyone

This commit is contained in:
bennykok
2024-02-16 18:34:28 +08:00
parent 11d624f7c4
commit 20d578c940
2 changed files with 4 additions and 4 deletions

View File

@ -1658,14 +1658,14 @@
"https://github.com/MrForExample/ComfyUI-3D-Pack": [
[],
{
"nodename_pattern": "^[Comfy3D]",
"nodename_pattern": "^\\[Comfy3D\\]",
"title_aux": "ComfyUI-3D-Pack"
}
],
"https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": [
[],
{
"nodename_pattern": "^[AnimateAnyone]",
"nodename_pattern": "^\\[AnimateAnyone\\]",
"title_aux": "ComfyUI-AnimateAnyone-Evolved"
}
],