update DB

This commit is contained in:
Dr.Lt.Data 2024-01-17 00:42:55 +09:00
parent 1caf8de823
commit 961c2eeb53
4 changed files with 187 additions and 4 deletions

View File

@ -4264,6 +4264,27 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Simple node to handle scaling of YOLOv8 segmentation masks" "description": "Simple node to handle scaling of YOLOv8 segmentation masks"
}, },
{
"author": "nkchocoai",
"title": "ComfyUI-SizeFromPresets",
"reference": "https://github.com/nkchocoai/ComfyUI-SizeFromPresets",
"files": [
"https://github.com/nkchocoai/ComfyUI-SizeFromPresets"
],
"install_type": "git-clone",
"description": "Add a node that outputs width and height of the size selected from the preset (.csv)."
},
{
"author": "JaredTherriault",
"title": "ComfyUI-JNodes",
"reference": "https://github.com/JaredTherriault/ComfyUI-JNodes",
"files": [
"https://github.com/JaredTherriault/ComfyUI-JNodes"
],
"install_type": "git-clone",
"description": "python and web UX improvements for ComfyUI.\n[w/'DynamicPrompts.js' and 'EditAttention.js' from the core, along with 'ImageFeed.js' and 'favicon.js' from the custom scripts of pythongosssss, are not compatible. Therefore, manual deletion of these files is required to use this web extension.]"
},
{ {

View File

@ -120,6 +120,9 @@
"FindThickLinesFromCanny-badger", "FindThickLinesFromCanny-badger",
"FloatToInt-badger", "FloatToInt-badger",
"FloatToString-badger", "FloatToString-badger",
"FrameToVideo-badger",
"GetDirName-badger",
"GetUUID-badger",
"ImageNormalization-badger", "ImageNormalization-badger",
"ImageOverlap-badger", "ImageOverlap-badger",
"ImageScaleToSide-badger", "ImageScaleToSide-badger",
@ -128,10 +131,10 @@
"StringToFizz-badger", "StringToFizz-badger",
"TextListToString-badger", "TextListToString-badger",
"TrimTransparentEdges-badger", "TrimTransparentEdges-badger",
"VideoCut-badger", "VideoCutFromDir-badger",
"VideoToFrame-badger",
"deleteDir-badger", "deleteDir-badger",
"findCenterOfMask-badger", "findCenterOfMask-badger",
"frameToVideo-badger",
"getImageSide-badger", "getImageSide-badger",
"getParentDir-badger", "getParentDir-badger",
"mkdir-badger" "mkdir-badger"
@ -266,6 +269,7 @@
"ComfyUIDeployExternalImage", "ComfyUIDeployExternalImage",
"ComfyUIDeployExternalImageAlpha", "ComfyUIDeployExternalImageAlpha",
"ComfyUIDeployExternalNumber", "ComfyUIDeployExternalNumber",
"ComfyUIDeployExternalNumberInt",
"ComfyUIDeployExternalText" "ComfyUIDeployExternalText"
], ],
{ {
@ -958,6 +962,44 @@
"title_aux": "JPS Custom Nodes for ComfyUI" "title_aux": "JPS Custom Nodes for ComfyUI"
} }
], ],
"https://github.com/JaredTherriault/ComfyUI-JNodes": [
[
"JNodes_AddOrSetPngInfoKey",
"JNodes_AppendReversedFrames",
"JNodes_BooleanSelectorWithString",
"JNodes_CheckpointSelectorWithString",
"JNodes_GetOutputDirectory",
"JNodes_GetParameterFromList",
"JNodes_GetParameterGlobal",
"JNodes_GetTempDirectory",
"JNodes_ImageFormatSelector",
"JNodes_ImageSizeSelector",
"JNodes_LoadVideo",
"JNodes_LoraExtractor",
"JNodes_OutVideoInfo",
"JNodes_ParseDynamicPrompts",
"JNodes_ParseParametersToGlobalList",
"JNodes_ParseWildcards",
"JNodes_PromptBuilderSingleSubject",
"JNodes_PromptEditor",
"JNodes_RemoveParseableDataForInference",
"JNodes_RemovePngInfoKey",
"JNodes_SamplerSelectorWithString",
"JNodes_SaveImageWithOutput",
"JNodes_SaveVideo",
"JNodes_SchedulerSelectorWithString",
"JNodes_SetNegativePromptInMetaData",
"JNodes_SetPositivePromptInMetaData",
"JNodes_StringLiteral",
"JNodes_SyncedStringLiteral",
"JNodes_TokenCounter",
"JNodes_UploadVideo",
"JNodes_VaeSelectorWithString"
],
{
"title_aux": "ComfyUI-JNodes"
}
],
"https://github.com/Jcd1230/rembg-comfyui-node": [ "https://github.com/Jcd1230/rembg-comfyui-node": [
[ [
"Image Remove Background (rembg)" "Image Remove Background (rembg)"
@ -1946,6 +1988,8 @@
"CR Seed to Int", "CR Seed to Int",
"CR Select Font", "CR Select Font",
"CR Select Model", "CR Select Model",
"CR Select Resize Method",
"CR Set Switch From String",
"CR Set Value On Binary", "CR Set Value On Binary",
"CR Set Value On Boolean", "CR Set Value On Boolean",
"CR Set Value on String", "CR Set Value on String",
@ -3015,6 +3059,7 @@
"ImageBridge", "ImageBridge",
"LoadImageFromRequest", "LoadImageFromRequest",
"LoadImageWithAlpha", "LoadImageWithAlpha",
"LoadValueFromRequest",
"SAM MultiLayer", "SAM MultiLayer",
"Save Image With Workflow" "Save Image With Workflow"
], ],
@ -3239,6 +3284,7 @@
"RGB to HSV", "RGB to HSV",
"Rect Grab Cut", "Rect Grab Cut",
"Remap", "Remap",
"RemapFromQuadrilateral (homography)",
"RemapInsideParabolas", "RemapInsideParabolas",
"RemapInsideParabolasAdvanced", "RemapInsideParabolasAdvanced",
"RemapToInnerCylinder", "RemapToInnerCylinder",
@ -3434,6 +3480,16 @@
"title_aux": "ComfyUI-MotionCtrl" "title_aux": "ComfyUI-MotionCtrl"
} }
], ],
"https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": [
[
"Load Motionctrl-SVD Camera Preset",
"Load Motionctrl-SVD Checkpoint",
"Motionctrl-SVD Sample Simple"
],
{
"title_aux": "ComfyUI-MotionCtrl-SVD"
}
],
"https://github.com/chflame163/ComfyUI_MSSpeech_TTS": [ "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": [
[ [
"Input Trigger", "Input Trigger",
@ -5475,6 +5531,15 @@
"title_aux": "comfyui-NDI" "title_aux": "comfyui-NDI"
} }
], ],
"https://github.com/nkchocoai/ComfyUI-SizeFromPresets": [
[
"SizeFromPresetsSD15",
"SizeFromPresetsSDXL"
],
{
"title_aux": "ComfyUI-SizeFromPresets"
}
],
"https://github.com/noembryo/ComfyUI-noEmbryo": [ "https://github.com/noembryo/ComfyUI-noEmbryo": [
[ [
"PromptTermList1", "PromptTermList1",
@ -5883,6 +5948,7 @@
"MultiplicationNode", "MultiplicationNode",
"NewLayer", "NewLayer",
"NoiseImage", "NoiseImage",
"OutlineMask",
"PromptImage", "PromptImage",
"PromptSimplification", "PromptSimplification",
"PromptSlide", "PromptSlide",

View File

@ -10,6 +10,36 @@
}, },
{
"author": "chaojie",
"title": "ComfyUI-MotionCtrl-SVD",
"reference": "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD",
"files": [
"https://github.com/chaojie/ComfyUI-MotionCtrl-SVD"
],
"install_type": "git-clone",
"description": "Nodes: Download the weights of MotionCtrl-SVD [a/motionctrl_svd.ckpt](https://huggingface.co/TencentARC/MotionCtrl/blob/main/motionctrl_svd.ckpt) and put it to ComfyUI/models/checkpoints"
},
{
"author": "JaredTherriault",
"title": "ComfyUI-JNodes",
"reference": "https://github.com/JaredTherriault/ComfyUI-JNodes",
"files": [
"https://github.com/JaredTherriault/ComfyUI-JNodes"
],
"install_type": "git-clone",
"description": "python and web UX improvements for ComfyUI.\n[w/'DynamicPrompts.js' and 'EditAttention.js' from the core, along with 'ImageFeed.js' and 'favicon.js' from the custom scripts of pythongosssss, are not compatible. Therefore, manual deletion of these files is required to use this web extension.]"
},
{
"author": "nkchocoai",
"title": "ComfyUI-SizeFromPresets",
"reference": "https://github.com/nkchocoai/ComfyUI-SizeFromPresets",
"files": [
"https://github.com/nkchocoai/ComfyUI-SizeFromPresets"
],
"install_type": "git-clone",
"description": "Add a node that outputs width and height of the size selected from the preset (.csv)."
},
{ {
"author": "HAL41", "author": "HAL41",
"title": "ComfyUI aichemy nodes", "title": "ComfyUI aichemy nodes",

View File

@ -120,6 +120,9 @@
"FindThickLinesFromCanny-badger", "FindThickLinesFromCanny-badger",
"FloatToInt-badger", "FloatToInt-badger",
"FloatToString-badger", "FloatToString-badger",
"FrameToVideo-badger",
"GetDirName-badger",
"GetUUID-badger",
"ImageNormalization-badger", "ImageNormalization-badger",
"ImageOverlap-badger", "ImageOverlap-badger",
"ImageScaleToSide-badger", "ImageScaleToSide-badger",
@ -128,10 +131,10 @@
"StringToFizz-badger", "StringToFizz-badger",
"TextListToString-badger", "TextListToString-badger",
"TrimTransparentEdges-badger", "TrimTransparentEdges-badger",
"VideoCut-badger", "VideoCutFromDir-badger",
"VideoToFrame-badger",
"deleteDir-badger", "deleteDir-badger",
"findCenterOfMask-badger", "findCenterOfMask-badger",
"frameToVideo-badger",
"getImageSide-badger", "getImageSide-badger",
"getParentDir-badger", "getParentDir-badger",
"mkdir-badger" "mkdir-badger"
@ -266,6 +269,7 @@
"ComfyUIDeployExternalImage", "ComfyUIDeployExternalImage",
"ComfyUIDeployExternalImageAlpha", "ComfyUIDeployExternalImageAlpha",
"ComfyUIDeployExternalNumber", "ComfyUIDeployExternalNumber",
"ComfyUIDeployExternalNumberInt",
"ComfyUIDeployExternalText" "ComfyUIDeployExternalText"
], ],
{ {
@ -958,6 +962,44 @@
"title_aux": "JPS Custom Nodes for ComfyUI" "title_aux": "JPS Custom Nodes for ComfyUI"
} }
], ],
"https://github.com/JaredTherriault/ComfyUI-JNodes": [
[
"JNodes_AddOrSetPngInfoKey",
"JNodes_AppendReversedFrames",
"JNodes_BooleanSelectorWithString",
"JNodes_CheckpointSelectorWithString",
"JNodes_GetOutputDirectory",
"JNodes_GetParameterFromList",
"JNodes_GetParameterGlobal",
"JNodes_GetTempDirectory",
"JNodes_ImageFormatSelector",
"JNodes_ImageSizeSelector",
"JNodes_LoadVideo",
"JNodes_LoraExtractor",
"JNodes_OutVideoInfo",
"JNodes_ParseDynamicPrompts",
"JNodes_ParseParametersToGlobalList",
"JNodes_ParseWildcards",
"JNodes_PromptBuilderSingleSubject",
"JNodes_PromptEditor",
"JNodes_RemoveParseableDataForInference",
"JNodes_RemovePngInfoKey",
"JNodes_SamplerSelectorWithString",
"JNodes_SaveImageWithOutput",
"JNodes_SaveVideo",
"JNodes_SchedulerSelectorWithString",
"JNodes_SetNegativePromptInMetaData",
"JNodes_SetPositivePromptInMetaData",
"JNodes_StringLiteral",
"JNodes_SyncedStringLiteral",
"JNodes_TokenCounter",
"JNodes_UploadVideo",
"JNodes_VaeSelectorWithString"
],
{
"title_aux": "ComfyUI-JNodes"
}
],
"https://github.com/Jcd1230/rembg-comfyui-node": [ "https://github.com/Jcd1230/rembg-comfyui-node": [
[ [
"Image Remove Background (rembg)" "Image Remove Background (rembg)"
@ -1946,6 +1988,8 @@
"CR Seed to Int", "CR Seed to Int",
"CR Select Font", "CR Select Font",
"CR Select Model", "CR Select Model",
"CR Select Resize Method",
"CR Set Switch From String",
"CR Set Value On Binary", "CR Set Value On Binary",
"CR Set Value On Boolean", "CR Set Value On Boolean",
"CR Set Value on String", "CR Set Value on String",
@ -3015,6 +3059,7 @@
"ImageBridge", "ImageBridge",
"LoadImageFromRequest", "LoadImageFromRequest",
"LoadImageWithAlpha", "LoadImageWithAlpha",
"LoadValueFromRequest",
"SAM MultiLayer", "SAM MultiLayer",
"Save Image With Workflow" "Save Image With Workflow"
], ],
@ -3239,6 +3284,7 @@
"RGB to HSV", "RGB to HSV",
"Rect Grab Cut", "Rect Grab Cut",
"Remap", "Remap",
"RemapFromQuadrilateral (homography)",
"RemapInsideParabolas", "RemapInsideParabolas",
"RemapInsideParabolasAdvanced", "RemapInsideParabolasAdvanced",
"RemapToInnerCylinder", "RemapToInnerCylinder",
@ -3434,6 +3480,16 @@
"title_aux": "ComfyUI-MotionCtrl" "title_aux": "ComfyUI-MotionCtrl"
} }
], ],
"https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": [
[
"Load Motionctrl-SVD Camera Preset",
"Load Motionctrl-SVD Checkpoint",
"Motionctrl-SVD Sample Simple"
],
{
"title_aux": "ComfyUI-MotionCtrl-SVD"
}
],
"https://github.com/chflame163/ComfyUI_MSSpeech_TTS": [ "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": [
[ [
"Input Trigger", "Input Trigger",
@ -5475,6 +5531,15 @@
"title_aux": "comfyui-NDI" "title_aux": "comfyui-NDI"
} }
], ],
"https://github.com/nkchocoai/ComfyUI-SizeFromPresets": [
[
"SizeFromPresetsSD15",
"SizeFromPresetsSDXL"
],
{
"title_aux": "ComfyUI-SizeFromPresets"
}
],
"https://github.com/noembryo/ComfyUI-noEmbryo": [ "https://github.com/noembryo/ComfyUI-noEmbryo": [
[ [
"PromptTermList1", "PromptTermList1",
@ -5883,6 +5948,7 @@
"MultiplicationNode", "MultiplicationNode",
"NewLayer", "NewLayer",
"NoiseImage", "NoiseImage",
"OutlineMask",
"PromptImage", "PromptImage",
"PromptSimplification", "PromptSimplification",
"PromptSlide", "PromptSlide",