mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-02 00:07:50 +08:00
fix: ensure nodename_pattern is working properly with escaping [ ] with \ for Comfy3D and AnimateAnyone
This commit is contained in:
@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user