diff --git a/custom-node-list.json b/custom-node-list.json index 09ab1e0d..1a5b1a4b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2889,6 +2889,16 @@ "install_type": "git-clone", "description": "Nodes:Any List, Image Accumulator Start, Image Accumulator End, Load Lines From Text File, XY Grid Helper, Slice List, Axis To String/Int/Float/Model, ..." }, + { + "author": "80sVectorz", + "title": "ComfyUI-Static-Primitives", + "reference": "https://github.com/80sVectorz/ComfyUI-Static-Primitives", + "files": [ + "https://github.com/80sVectorz/ComfyUI-Static-Primitives" + ], + "install_type": "git-clone", + "description": "Adds Static Primitives to ComfyUI. Mostly to work with reroute nodes" + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", diff --git a/extension-node-map.json b/extension-node-map.json index 22e452db..535a442d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -28,6 +28,17 @@ "title_aux": "ComfyUI-safety-checker" } ], + "https://github.com/80sVectorz/ComfyUI-Static-Primitives": [ + [ + "FloatStaticPrimitive", + "IntStaticPrimitive", + "StringMlStaticPrimitive", + "StringStaticPrimitive" + ], + { + "title_aux": "ComfyUI-Static-Primitives" + } + ], "https://github.com/AIrjen/OneButtonPrompt": [ [ "CreatePromptVariant", @@ -3623,6 +3634,7 @@ "MaskListToMaskBatch", "MaskPainter", "MaskToSEGS", + "MaskToSEGS_for_AnimateDiff", "MasksToMaskList", "MediaPipeFaceMeshToSEGS", "NoiseInjectionDetailerHookProvider", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 71ddf64f..d4c8184f 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "80sVectorz", + "title": "ComfyUI-Static-Primitives", + "reference": "https://github.com/80sVectorz/ComfyUI-Static-Primitives", + "files": [ + "https://github.com/80sVectorz/ComfyUI-Static-Primitives" + ], + "install_type": "git-clone", + "description": "Adds Static Primitives to ComfyUI. Mostly to work with reroute nodes" + }, { "author": "kenjiqq", "title": "qq-nodes-comfyui", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 22e452db..535a442d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -28,6 +28,17 @@ "title_aux": "ComfyUI-safety-checker" } ], + "https://github.com/80sVectorz/ComfyUI-Static-Primitives": [ + [ + "FloatStaticPrimitive", + "IntStaticPrimitive", + "StringMlStaticPrimitive", + "StringStaticPrimitive" + ], + { + "title_aux": "ComfyUI-Static-Primitives" + } + ], "https://github.com/AIrjen/OneButtonPrompt": [ [ "CreatePromptVariant", @@ -3623,6 +3634,7 @@ "MaskListToMaskBatch", "MaskPainter", "MaskToSEGS", + "MaskToSEGS_for_AnimateDiff", "MasksToMaskList", "MediaPipeFaceMeshToSEGS", "NoiseInjectionDetailerHookProvider",