diff --git a/custom-node-list.json b/custom-node-list.json index d1bfa956..b9e02aee 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -80,6 +80,16 @@ "install_type": "git-clone", "description": "A collection of nodes which can be useful for animation in ComfyUI. The main focus of this extension is implementing a mechanism called loopchain. A loopchain in this case is the chain of nodes only executed repeatly in the workflow. If a node chain contains a loop node from this extension, it will become a loop chain." }, + { + "author": "Fannovel16", + "title": "ComfyUI MotionDiff", + "reference": "https://github.com/Fannovel16/ComfyUI-MotionDiff", + "files": [ + "https://github.com/Fannovel16/ComfyUI-MotionDiff" + ], + "install_type": "git-clone", + "description": "Implementation of MDM, MotionDiffuse and ReMoDiffuse into ComfyUI." + }, { "author": "biegert", "title": "CLIPSeg", @@ -2284,6 +2294,17 @@ "install_type": "git-clone", "description": "Nodes: RandomPrompt, TransparentImage, LoadImageFromPath, SplitLongMask" }, + { + "author": "ostris", + "title": "Ostris Nodes ComfyUI", + "reference": "https://github.com/ostris/ostris_nodes_comfyui", + "files": [ + "https://github.com/ostris/ostris_nodes_comfyui" + ], + "install_type": "git-clone", + "nodename_pattern": "- Ostris$", + "description": "This is a collection of custom nodes for ComfyUI that I made for some QOL. I will be adding much more advanced ones in the future once I get more familiar with the API." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 4d038350..c6d29fc0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -367,6 +367,23 @@ "title_aux": "ComfyUI Loopchain" } ], + "https://github.com/Fannovel16/ComfyUI-MotionDiff": [ + [ + "EmptyMotionData", + "ExportSMPLTo3DSoftware", + "MotionCLIPTextEncode", + "MotionDataVisualizer", + "MotionDiffLoader", + "MotionDiffSimpleSampler", + "RenderSMPLMesh", + "SMPLLoader", + "SaveSMPL", + "SmplifyMotionData" + ], + { + "title_aux": "ComfyUI MotionDiff" + } + ], "https://github.com/Fannovel16/comfyui_controlnet_aux": [ [ "AIO_Preprocessor", @@ -595,12 +612,10 @@ "VHS_LoadVideoPath", "VHS_MergeImages", "VHS_MergeLatents", - "VHS_OutVideoInfo", "VHS_SelectEveryNthImage", "VHS_SelectEveryNthLatent", "VHS_SplitImages", "VHS_SplitLatents", - "VHS_UploadVideo", "VHS_VideoCombine" ], { @@ -979,8 +994,10 @@ "CR Color Bars", "CR Color Gradient", "CR Color Tint", + "CR Composite Text", "CR Conditioning Input Switch", "CR ControlNet Input Switch", + "CR Draw Text", "CR Float To Integer", "CR Float To String", "CR Halftone Grid", @@ -1005,6 +1022,7 @@ "CR LoRA Stack", "CR Load LoRA", "CR Load XY Annotation From File", + "CR Mask Text", "CR Model Input Switch", "CR Model Merge Stack", "CR Module Input", @@ -1012,6 +1030,7 @@ "CR Module Pipe Loader", "CR Multi Upscale Stack", "CR Multi-ControlNet Stack", + "CR Overlay Text", "CR Pipe Switch", "CR Polygons", "CR Process Switch", @@ -1025,6 +1044,8 @@ "CR Seed", "CR Seed to Int", "CR Split String", + "CR Starburst Colors", + "CR Starburst Lines", "CR String To Combo", "CR String To Number", "CR Style Bars", @@ -2204,7 +2225,8 @@ [ "DiTCondLabelEmpty", "DiTCondLabelSelect", - "DitCheckpointLoader" + "DitCheckpointLoader", + "ExtraVAELoader" ], { "title_aux": "Extra Models for ComfyUI" @@ -3709,6 +3731,7 @@ "ESS Number to X", "ESS Parameterizer", "ESS Parameterizer & Prompts", + "ESS Six Float Output", "ESS Six Input Random", "ESS Six Input Text Switch", "ESS Six Integer IO Switch", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9b2f05d6..bce26eae 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,26 @@ { "custom_nodes": [ + { + "author": "Fannovel16", + "title": "ComfyUI MotionDiff", + "reference": "https://github.com/Fannovel16/ComfyUI-MotionDiff", + "files": [ + "https://github.com/Fannovel16/ComfyUI-MotionDiff" + ], + "install_type": "git-clone", + "description": "Implementation of MDM, MotionDiffuse and ReMoDiffuse into ComfyUI." + }, + { + "author": "ostris", + "title": "Ostris Nodes ComfyUI", + "reference": "https://github.com/ostris/ostris_nodes_comfyui", + "files": [ + "https://github.com/ostris/ostris_nodes_comfyui" + ], + "install_type": "git-clone", + "nodename_pattern": "- Ostris$", + "description": "This is a collection of custom nodes for ComfyUI that I made for some QOL. I will be adding much more advanced ones in the future once I get more familiar with the API." + }, { "author": "city96", "title": "Extra Models for ComfyUI", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4d038350..c6d29fc0 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -367,6 +367,23 @@ "title_aux": "ComfyUI Loopchain" } ], + "https://github.com/Fannovel16/ComfyUI-MotionDiff": [ + [ + "EmptyMotionData", + "ExportSMPLTo3DSoftware", + "MotionCLIPTextEncode", + "MotionDataVisualizer", + "MotionDiffLoader", + "MotionDiffSimpleSampler", + "RenderSMPLMesh", + "SMPLLoader", + "SaveSMPL", + "SmplifyMotionData" + ], + { + "title_aux": "ComfyUI MotionDiff" + } + ], "https://github.com/Fannovel16/comfyui_controlnet_aux": [ [ "AIO_Preprocessor", @@ -595,12 +612,10 @@ "VHS_LoadVideoPath", "VHS_MergeImages", "VHS_MergeLatents", - "VHS_OutVideoInfo", "VHS_SelectEveryNthImage", "VHS_SelectEveryNthLatent", "VHS_SplitImages", "VHS_SplitLatents", - "VHS_UploadVideo", "VHS_VideoCombine" ], { @@ -979,8 +994,10 @@ "CR Color Bars", "CR Color Gradient", "CR Color Tint", + "CR Composite Text", "CR Conditioning Input Switch", "CR ControlNet Input Switch", + "CR Draw Text", "CR Float To Integer", "CR Float To String", "CR Halftone Grid", @@ -1005,6 +1022,7 @@ "CR LoRA Stack", "CR Load LoRA", "CR Load XY Annotation From File", + "CR Mask Text", "CR Model Input Switch", "CR Model Merge Stack", "CR Module Input", @@ -1012,6 +1030,7 @@ "CR Module Pipe Loader", "CR Multi Upscale Stack", "CR Multi-ControlNet Stack", + "CR Overlay Text", "CR Pipe Switch", "CR Polygons", "CR Process Switch", @@ -1025,6 +1044,8 @@ "CR Seed", "CR Seed to Int", "CR Split String", + "CR Starburst Colors", + "CR Starburst Lines", "CR String To Combo", "CR String To Number", "CR Style Bars", @@ -2204,7 +2225,8 @@ [ "DiTCondLabelEmpty", "DiTCondLabelSelect", - "DitCheckpointLoader" + "DitCheckpointLoader", + "ExtraVAELoader" ], { "title_aux": "Extra Models for ComfyUI" @@ -3709,6 +3731,7 @@ "ESS Number to X", "ESS Parameterizer", "ESS Parameterizer & Prompts", + "ESS Six Float Output", "ESS Six Input Random", "ESS Six Input Text Switch", "ESS Six Integer IO Switch",