diff --git a/custom-node-list.json b/custom-node-list.json index 5d237e1..363bf41 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3994,6 +3994,16 @@ "install_type": "git-clone", "description": "Prompt Visualization | Art Gallery\n[w/WARN: Installation requires 2GB of space, and it will involve a long download time.]" }, + { + "author": "hinablue", + "title": "ComfyUI 3D Pose Editor", + "reference": "https://github.com/hinablue/ComfyUI_3dPoseEditor", + "files": [ + "https://github.com/hinablue/ComfyUI_3dPoseEditor" + ], + "install_type": "git-clone", + "description": "Nodes:3D Pose Editor" + }, { diff --git a/extension-node-map.json b/extension-node-map.json index ce0090f..08bc1f1 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1733,6 +1733,7 @@ "CR Batch Process Switch", "CR Binary Pattern", "CR Binary To Bit List", + "CR Bit Schedule", "CR Central Schedule", "CR Check Job Complete", "CR Checker Pattern", @@ -1833,6 +1834,7 @@ "CR Load Text List", "CR Load Workflow", "CR Load XY Annotation From File", + "CR Loop List", "CR Mask Text", "CR Math Operation", "CR Model Input Switch", @@ -1916,6 +1918,7 @@ "CR System TrueType Font", "CR Text", "CR Text Concatenate", + "CR Text Cycler", "CR Text Input Switch", "CR Text Input Switch (4 way)", "CR Text List", @@ -1928,6 +1931,7 @@ "CR Upscale Image", "CR VAE Input Switch", "CR Value", + "CR Value Cycler", "CR Value Scheduler", "CR Vignette Filter", "CR XY From Folder", @@ -1943,7 +1947,7 @@ ], { "author": "Suzie1", - "description": "154 custom nodes for artists, designers and animators.", + "description": "157 custom nodes for artists, designers and animators.", "nickname": "Comfyroll Studio", "title": "Comfyroll Studio", "title_aux": "ComfyUI_Comfyroll_CustomNodes" @@ -4129,6 +4133,14 @@ "title_aux": "Comfyui-Lama" } ], + "https://github.com/hinablue/ComfyUI_3dPoseEditor": [ + [ + "Hina.PoseEditor3D" + ], + { + "title_aux": "ComfyUI 3D Pose Editor" + } + ], "https://github.com/hustille/ComfyUI_Fooocus_KSampler": [ [ "KSampler With Refiner (Fooocus)" @@ -5561,6 +5573,7 @@ "MultiplicationNode", "NewLayer", "NoiseImage", + "PromptSimplification", "PromptSlide", "RandomPrompt", "ResizeImageMixlab", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 3afa20c..57b92c9 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -120,16 +120,6 @@ "install_type": "git-clone", "description": "Nodes:Image Inverter" }, - { - "author": "hinablue", - "title": "ComfyUI 3D Pose Editor", - "reference": "https://github.com/hinablue/ComfyUI_3dPoseEditor", - "files": [ - "https://github.com/hinablue/ComfyUI_3dPoseEditor" - ], - "install_type": "git-clone", - "description": "Nodes:3D Pose Editor" - }, { "author": "alt-key-project", "title": "Dream Project Video Batches [WIP]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index fd88940..693eec9 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "hinablue", + "title": "ComfyUI 3D Pose Editor", + "reference": "https://github.com/hinablue/ComfyUI_3dPoseEditor", + "files": [ + "https://github.com/hinablue/ComfyUI_3dPoseEditor" + ], + "install_type": "git-clone", + "description": "Nodes:3D Pose Editor" + }, { "author": "ZHO-ZHO-ZHO", "title": "ComfyUI-ArtGallery", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index ce0090f..08bc1f1 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1733,6 +1733,7 @@ "CR Batch Process Switch", "CR Binary Pattern", "CR Binary To Bit List", + "CR Bit Schedule", "CR Central Schedule", "CR Check Job Complete", "CR Checker Pattern", @@ -1833,6 +1834,7 @@ "CR Load Text List", "CR Load Workflow", "CR Load XY Annotation From File", + "CR Loop List", "CR Mask Text", "CR Math Operation", "CR Model Input Switch", @@ -1916,6 +1918,7 @@ "CR System TrueType Font", "CR Text", "CR Text Concatenate", + "CR Text Cycler", "CR Text Input Switch", "CR Text Input Switch (4 way)", "CR Text List", @@ -1928,6 +1931,7 @@ "CR Upscale Image", "CR VAE Input Switch", "CR Value", + "CR Value Cycler", "CR Value Scheduler", "CR Vignette Filter", "CR XY From Folder", @@ -1943,7 +1947,7 @@ ], { "author": "Suzie1", - "description": "154 custom nodes for artists, designers and animators.", + "description": "157 custom nodes for artists, designers and animators.", "nickname": "Comfyroll Studio", "title": "Comfyroll Studio", "title_aux": "ComfyUI_Comfyroll_CustomNodes" @@ -4129,6 +4133,14 @@ "title_aux": "Comfyui-Lama" } ], + "https://github.com/hinablue/ComfyUI_3dPoseEditor": [ + [ + "Hina.PoseEditor3D" + ], + { + "title_aux": "ComfyUI 3D Pose Editor" + } + ], "https://github.com/hustille/ComfyUI_Fooocus_KSampler": [ [ "KSampler With Refiner (Fooocus)" @@ -5561,6 +5573,7 @@ "MultiplicationNode", "NewLayer", "NoiseImage", + "PromptSimplification", "PromptSlide", "RandomPrompt", "ResizeImageMixlab",