diff --git a/custom-node-list.json b/custom-node-list.json index 84daf0b..9d177f9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4381,6 +4381,7 @@ "files": [ "https://github.com/MrForExample/ComfyUI-3D-Pack" ], + "nodename_pattern": "^[Comfy3D]", "install_type": "git-clone", "description": "An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)\nNOTE: Pre-built python wheels can be download from [a/https://github.com/remsky/ComfyUI3D-Assorted-Wheels](https://github.com/remsky/ComfyUI3D-Assorted-Wheels)" }, @@ -4391,6 +4392,7 @@ "files": [ "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved" ], + "nodename_pattern": "^[AnimateAnyone]", "install_type": "git-clone", "description": "Improved AnimateAnyone implementation that allows you to use the opse image sequence and reference image to generate stylized video.\nThe current goal of this project is to achieve desired pose2video result with 1+FPS on GPUs that are equal to or better than RTX 3080!🚀\n[w/The torch environment may be compromised due to version issues as some torch-related packages are being reinstalled.]" }, diff --git a/extension-node-map.json b/extension-node-map.json index b4881b5..fa14ffa 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1655,6 +1655,20 @@ "title_aux": "ComfyUI Slothful Attention" } ], + "https://github.com/MrForExample/ComfyUI-3D-Pack": [ + [], + { + "nodename_pattern": "^[Comfy3D]", + "title_aux": "ComfyUI-3D-Pack" + } + ], + "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": [ + [], + { + "nodename_pattern": "^[AnimateAnyone]", + "title_aux": "ComfyUI-AnimateAnyone-Evolved" + } + ], "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [ [ "LatentTravel" @@ -4209,6 +4223,7 @@ "LayerMask: MaskBoxDetect", "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", + "LayerMask: MaskEdgeUltraDetail", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index b4881b5..fa14ffa 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1655,6 +1655,20 @@ "title_aux": "ComfyUI Slothful Attention" } ], + "https://github.com/MrForExample/ComfyUI-3D-Pack": [ + [], + { + "nodename_pattern": "^[Comfy3D]", + "title_aux": "ComfyUI-3D-Pack" + } + ], + "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": [ + [], + { + "nodename_pattern": "^[AnimateAnyone]", + "title_aux": "ComfyUI-AnimateAnyone-Evolved" + } + ], "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [ [ "LatentTravel" @@ -4209,6 +4223,7 @@ "LayerMask: MaskBoxDetect", "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", + "LayerMask: MaskEdgeUltraDetail", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert",