diff --git a/custom-node-list.json b/custom-node-list.json index eab47c0..c0ffd7e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4264,6 +4264,27 @@ "install_type": "git-clone", "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.]" + }, + { diff --git a/extension-node-map.json b/extension-node-map.json index 5ff51cb..8714c4d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -120,6 +120,9 @@ "FindThickLinesFromCanny-badger", "FloatToInt-badger", "FloatToString-badger", + "FrameToVideo-badger", + "GetDirName-badger", + "GetUUID-badger", "ImageNormalization-badger", "ImageOverlap-badger", "ImageScaleToSide-badger", @@ -128,10 +131,10 @@ "StringToFizz-badger", "TextListToString-badger", "TrimTransparentEdges-badger", - "VideoCut-badger", + "VideoCutFromDir-badger", + "VideoToFrame-badger", "deleteDir-badger", "findCenterOfMask-badger", - "frameToVideo-badger", "getImageSide-badger", "getParentDir-badger", "mkdir-badger" @@ -266,6 +269,7 @@ "ComfyUIDeployExternalImage", "ComfyUIDeployExternalImageAlpha", "ComfyUIDeployExternalNumber", + "ComfyUIDeployExternalNumberInt", "ComfyUIDeployExternalText" ], { @@ -958,6 +962,44 @@ "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": [ [ "Image Remove Background (rembg)" @@ -1946,6 +1988,8 @@ "CR Seed to Int", "CR Select Font", "CR Select Model", + "CR Select Resize Method", + "CR Set Switch From String", "CR Set Value On Binary", "CR Set Value On Boolean", "CR Set Value on String", @@ -3015,6 +3059,7 @@ "ImageBridge", "LoadImageFromRequest", "LoadImageWithAlpha", + "LoadValueFromRequest", "SAM MultiLayer", "Save Image With Workflow" ], @@ -3239,6 +3284,7 @@ "RGB to HSV", "Rect Grab Cut", "Remap", + "RemapFromQuadrilateral (homography)", "RemapInsideParabolas", "RemapInsideParabolasAdvanced", "RemapToInnerCylinder", @@ -3434,6 +3480,16 @@ "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": [ [ "Input Trigger", @@ -5475,6 +5531,15 @@ "title_aux": "comfyui-NDI" } ], + "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": [ + [ + "SizeFromPresetsSD15", + "SizeFromPresetsSDXL" + ], + { + "title_aux": "ComfyUI-SizeFromPresets" + } + ], "https://github.com/noembryo/ComfyUI-noEmbryo": [ [ "PromptTermList1", @@ -5883,6 +5948,7 @@ "MultiplicationNode", "NewLayer", "NoiseImage", + "OutlineMask", "PromptImage", "PromptSimplification", "PromptSlide", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 2fa9646..32be8b2 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -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", "title": "ComfyUI aichemy nodes", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 5ff51cb..8714c4d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -120,6 +120,9 @@ "FindThickLinesFromCanny-badger", "FloatToInt-badger", "FloatToString-badger", + "FrameToVideo-badger", + "GetDirName-badger", + "GetUUID-badger", "ImageNormalization-badger", "ImageOverlap-badger", "ImageScaleToSide-badger", @@ -128,10 +131,10 @@ "StringToFizz-badger", "TextListToString-badger", "TrimTransparentEdges-badger", - "VideoCut-badger", + "VideoCutFromDir-badger", + "VideoToFrame-badger", "deleteDir-badger", "findCenterOfMask-badger", - "frameToVideo-badger", "getImageSide-badger", "getParentDir-badger", "mkdir-badger" @@ -266,6 +269,7 @@ "ComfyUIDeployExternalImage", "ComfyUIDeployExternalImageAlpha", "ComfyUIDeployExternalNumber", + "ComfyUIDeployExternalNumberInt", "ComfyUIDeployExternalText" ], { @@ -958,6 +962,44 @@ "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": [ [ "Image Remove Background (rembg)" @@ -1946,6 +1988,8 @@ "CR Seed to Int", "CR Select Font", "CR Select Model", + "CR Select Resize Method", + "CR Set Switch From String", "CR Set Value On Binary", "CR Set Value On Boolean", "CR Set Value on String", @@ -3015,6 +3059,7 @@ "ImageBridge", "LoadImageFromRequest", "LoadImageWithAlpha", + "LoadValueFromRequest", "SAM MultiLayer", "Save Image With Workflow" ], @@ -3239,6 +3284,7 @@ "RGB to HSV", "Rect Grab Cut", "Remap", + "RemapFromQuadrilateral (homography)", "RemapInsideParabolas", "RemapInsideParabolasAdvanced", "RemapToInnerCylinder", @@ -3434,6 +3480,16 @@ "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": [ [ "Input Trigger", @@ -5475,6 +5531,15 @@ "title_aux": "comfyui-NDI" } ], + "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": [ + [ + "SizeFromPresetsSD15", + "SizeFromPresetsSDXL" + ], + { + "title_aux": "ComfyUI-SizeFromPresets" + } + ], "https://github.com/noembryo/ComfyUI-noEmbryo": [ [ "PromptTermList1", @@ -5883,6 +5948,7 @@ "MultiplicationNode", "NewLayer", "NoiseImage", + "OutlineMask", "PromptImage", "PromptSimplification", "PromptSlide",