update DB

This commit is contained in:
Dr.Lt.Data 2023-10-22 22:51:21 +09:00
parent e4579869cb
commit ac6b2ee3e0
4 changed files with 94 additions and 6 deletions

View File

@ -80,6 +80,16 @@
"install_type": "git-clone", "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." "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", "author": "biegert",
"title": "CLIPSeg", "title": "CLIPSeg",
@ -2284,6 +2294,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: RandomPrompt, TransparentImage, LoadImageFromPath, SplitLongMask" "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", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",

View File

@ -367,6 +367,23 @@
"title_aux": "ComfyUI Loopchain" "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": [ "https://github.com/Fannovel16/comfyui_controlnet_aux": [
[ [
"AIO_Preprocessor", "AIO_Preprocessor",
@ -595,12 +612,10 @@
"VHS_LoadVideoPath", "VHS_LoadVideoPath",
"VHS_MergeImages", "VHS_MergeImages",
"VHS_MergeLatents", "VHS_MergeLatents",
"VHS_OutVideoInfo",
"VHS_SelectEveryNthImage", "VHS_SelectEveryNthImage",
"VHS_SelectEveryNthLatent", "VHS_SelectEveryNthLatent",
"VHS_SplitImages", "VHS_SplitImages",
"VHS_SplitLatents", "VHS_SplitLatents",
"VHS_UploadVideo",
"VHS_VideoCombine" "VHS_VideoCombine"
], ],
{ {
@ -979,8 +994,10 @@
"CR Color Bars", "CR Color Bars",
"CR Color Gradient", "CR Color Gradient",
"CR Color Tint", "CR Color Tint",
"CR Composite Text",
"CR Conditioning Input Switch", "CR Conditioning Input Switch",
"CR ControlNet Input Switch", "CR ControlNet Input Switch",
"CR Draw Text",
"CR Float To Integer", "CR Float To Integer",
"CR Float To String", "CR Float To String",
"CR Halftone Grid", "CR Halftone Grid",
@ -1005,6 +1022,7 @@
"CR LoRA Stack", "CR LoRA Stack",
"CR Load LoRA", "CR Load LoRA",
"CR Load XY Annotation From File", "CR Load XY Annotation From File",
"CR Mask Text",
"CR Model Input Switch", "CR Model Input Switch",
"CR Model Merge Stack", "CR Model Merge Stack",
"CR Module Input", "CR Module Input",
@ -1012,6 +1030,7 @@
"CR Module Pipe Loader", "CR Module Pipe Loader",
"CR Multi Upscale Stack", "CR Multi Upscale Stack",
"CR Multi-ControlNet Stack", "CR Multi-ControlNet Stack",
"CR Overlay Text",
"CR Pipe Switch", "CR Pipe Switch",
"CR Polygons", "CR Polygons",
"CR Process Switch", "CR Process Switch",
@ -1025,6 +1044,8 @@
"CR Seed", "CR Seed",
"CR Seed to Int", "CR Seed to Int",
"CR Split String", "CR Split String",
"CR Starburst Colors",
"CR Starburst Lines",
"CR String To Combo", "CR String To Combo",
"CR String To Number", "CR String To Number",
"CR Style Bars", "CR Style Bars",
@ -2204,7 +2225,8 @@
[ [
"DiTCondLabelEmpty", "DiTCondLabelEmpty",
"DiTCondLabelSelect", "DiTCondLabelSelect",
"DitCheckpointLoader" "DitCheckpointLoader",
"ExtraVAELoader"
], ],
{ {
"title_aux": "Extra Models for ComfyUI" "title_aux": "Extra Models for ComfyUI"
@ -3709,6 +3731,7 @@
"ESS Number to X", "ESS Number to X",
"ESS Parameterizer", "ESS Parameterizer",
"ESS Parameterizer & Prompts", "ESS Parameterizer & Prompts",
"ESS Six Float Output",
"ESS Six Input Random", "ESS Six Input Random",
"ESS Six Input Text Switch", "ESS Six Input Text Switch",
"ESS Six Integer IO Switch", "ESS Six Integer IO Switch",

View File

@ -1,5 +1,26 @@
{ {
"custom_nodes": [ "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", "author": "city96",
"title": "Extra Models for ComfyUI", "title": "Extra Models for ComfyUI",

View File

@ -367,6 +367,23 @@
"title_aux": "ComfyUI Loopchain" "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": [ "https://github.com/Fannovel16/comfyui_controlnet_aux": [
[ [
"AIO_Preprocessor", "AIO_Preprocessor",
@ -595,12 +612,10 @@
"VHS_LoadVideoPath", "VHS_LoadVideoPath",
"VHS_MergeImages", "VHS_MergeImages",
"VHS_MergeLatents", "VHS_MergeLatents",
"VHS_OutVideoInfo",
"VHS_SelectEveryNthImage", "VHS_SelectEveryNthImage",
"VHS_SelectEveryNthLatent", "VHS_SelectEveryNthLatent",
"VHS_SplitImages", "VHS_SplitImages",
"VHS_SplitLatents", "VHS_SplitLatents",
"VHS_UploadVideo",
"VHS_VideoCombine" "VHS_VideoCombine"
], ],
{ {
@ -979,8 +994,10 @@
"CR Color Bars", "CR Color Bars",
"CR Color Gradient", "CR Color Gradient",
"CR Color Tint", "CR Color Tint",
"CR Composite Text",
"CR Conditioning Input Switch", "CR Conditioning Input Switch",
"CR ControlNet Input Switch", "CR ControlNet Input Switch",
"CR Draw Text",
"CR Float To Integer", "CR Float To Integer",
"CR Float To String", "CR Float To String",
"CR Halftone Grid", "CR Halftone Grid",
@ -1005,6 +1022,7 @@
"CR LoRA Stack", "CR LoRA Stack",
"CR Load LoRA", "CR Load LoRA",
"CR Load XY Annotation From File", "CR Load XY Annotation From File",
"CR Mask Text",
"CR Model Input Switch", "CR Model Input Switch",
"CR Model Merge Stack", "CR Model Merge Stack",
"CR Module Input", "CR Module Input",
@ -1012,6 +1030,7 @@
"CR Module Pipe Loader", "CR Module Pipe Loader",
"CR Multi Upscale Stack", "CR Multi Upscale Stack",
"CR Multi-ControlNet Stack", "CR Multi-ControlNet Stack",
"CR Overlay Text",
"CR Pipe Switch", "CR Pipe Switch",
"CR Polygons", "CR Polygons",
"CR Process Switch", "CR Process Switch",
@ -1025,6 +1044,8 @@
"CR Seed", "CR Seed",
"CR Seed to Int", "CR Seed to Int",
"CR Split String", "CR Split String",
"CR Starburst Colors",
"CR Starburst Lines",
"CR String To Combo", "CR String To Combo",
"CR String To Number", "CR String To Number",
"CR Style Bars", "CR Style Bars",
@ -2204,7 +2225,8 @@
[ [
"DiTCondLabelEmpty", "DiTCondLabelEmpty",
"DiTCondLabelSelect", "DiTCondLabelSelect",
"DitCheckpointLoader" "DitCheckpointLoader",
"ExtraVAELoader"
], ],
{ {
"title_aux": "Extra Models for ComfyUI" "title_aux": "Extra Models for ComfyUI"
@ -3709,6 +3731,7 @@
"ESS Number to X", "ESS Number to X",
"ESS Parameterizer", "ESS Parameterizer",
"ESS Parameterizer & Prompts", "ESS Parameterizer & Prompts",
"ESS Six Float Output",
"ESS Six Input Random", "ESS Six Input Random",
"ESS Six Input Text Switch", "ESS Six Input Text Switch",
"ESS Six Integer IO Switch", "ESS Six Integer IO Switch",