diff --git a/custom-node-list.json b/custom-node-list.json index 08052ac..b811a0c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3020,6 +3020,16 @@ "install_type": "git-clone", "description": "Nodes:Q-Align Scoring. Implementation of [a/Q-Align](https://arxiv.org/abs/2312.17090) for ComfyUI" }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-InstantID", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI" + }, { "author": "kenjiqq", "title": "qq-nodes-comfyui", diff --git a/extension-node-map.json b/extension-node-map.json index 28f1341..0c6e435 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2244,7 +2244,9 @@ "tri3d-pose-to-image", "tri3d-position-hands", "tri3d-position-parts-batch", - "tri3d-recolor", + "tri3d-recolor-mask", + "tri3d-recolor-mask-LAB_space", + "tri3d-recolor-mask-RGB_space", "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels" ], @@ -2802,6 +2804,20 @@ "title_aux": "ComfyUI-Gemini" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": [ + [ + "IDBaseModelLoader_fromhub", + "IDBaseModelLoader_local", + "IDControlNetLoader", + "IDGenerationNode", + "ID_Prompt_Styler", + "InsightFaceLoader", + "Ipadapter_instantidLoader" + ], + { + "title_aux": "ComfyUI-InstantID" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [ [ "QAlign_Zho" @@ -3428,6 +3444,7 @@ "RGB to HSV", "Rect Grab Cut", "Remap", + "RemapBarrelDistortion", "RemapFromInsideParabolas", "RemapFromQuadrilateral (homography)", "RemapInsideParabolas", @@ -5347,6 +5364,7 @@ "ImpactCompare", "ImpactConcatConditionings", "ImpactConditionalBranch", + "ImpactConditionalBranchSelMode", "ImpactConditionalStopIteration", "ImpactControlBridge", "ImpactControlNetApplySEGS", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 9500ebe..54dff2f 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -11,16 +11,7 @@ - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-InstantID (WIP)", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI" - }, + { "author": "solarpush", "title": "comfyui_sendimage_node", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 55604c8..3487ffe 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-InstantID", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI" + }, { "author": "FlyingFireCo", "title": "tiled_ksampler", @@ -681,26 +691,6 @@ ], "install_type": "git-clone", "description": "An experiment about combining multiple LoRAs with [a/DARE](https://arxiv.org/pdf/2311.03099.pdf)" - }, - { - "author": "tocubed", - "title": "ComfyUI-AudioReactor", - "reference": "https://github.com/tocubed/ComfyUI-AudioReactor", - "files": [ - "https://github.com/tocubed/ComfyUI-AudioReactor" - ], - "install_type": "git-clone", - "description": "Nodes: Shadertoy, Load Audio (from Path), Audio Frame Transform (Shadertoy), Audio Frame Transform (Beats)" - }, - { - "author": "spacepxl", - "title": "ComfyUI-RAVE", - "reference": "https://github.com/spacepxl/ComfyUI-RAVE", - "files": [ - "https://github.com/spacepxl/ComfyUI-RAVE" - ], - "install_type": "git-clone", - "description": "Unofficial ComfyUI implementation of [a/RAVE](https://rave-video.github.io/)" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 28f1341..0c6e435 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2244,7 +2244,9 @@ "tri3d-pose-to-image", "tri3d-position-hands", "tri3d-position-parts-batch", - "tri3d-recolor", + "tri3d-recolor-mask", + "tri3d-recolor-mask-LAB_space", + "tri3d-recolor-mask-RGB_space", "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels" ], @@ -2802,6 +2804,20 @@ "title_aux": "ComfyUI-Gemini" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": [ + [ + "IDBaseModelLoader_fromhub", + "IDBaseModelLoader_local", + "IDControlNetLoader", + "IDGenerationNode", + "ID_Prompt_Styler", + "InsightFaceLoader", + "Ipadapter_instantidLoader" + ], + { + "title_aux": "ComfyUI-InstantID" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [ [ "QAlign_Zho" @@ -3428,6 +3444,7 @@ "RGB to HSV", "Rect Grab Cut", "Remap", + "RemapBarrelDistortion", "RemapFromInsideParabolas", "RemapFromQuadrilateral (homography)", "RemapInsideParabolas", @@ -5347,6 +5364,7 @@ "ImpactCompare", "ImpactConcatConditionings", "ImpactConditionalBranch", + "ImpactConditionalBranchSelMode", "ImpactConditionalStopIteration", "ImpactControlBridge", "ImpactControlNetApplySEGS",