diff --git a/custom-node-list.json b/custom-node-list.json index 750a8f6..25bb2dd 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2768,6 +2768,36 @@ "install_type": "git-clone", "description": "Nodes: Mask to Centroid, Mask to Eigenvector. A small collection of custom nodes for use with ComfyUI, for geometry calculations" }, + { + "author": "bronkula", + "title": "comfyui-fitsize", + "reference": "https://github.com/bronkula/comfyui-fitsize", + "files": [ + "https://github.com/bronkula/comfyui-fitsize" + ], + "install_type": "git-clone", + "description": "Nodes: Fit Size, Fit Size From Image. A simple set of nodes for making an image fit within a bounding box" + }, + { + "author": "kijai", + "title": "ComfyUI-SVD", + "reference": "https://github.com/kijai/ComfyUI-SVD", + "files": [ + "https://github.com/kijai/ComfyUI-SVD" + ], + "install_type": "git-clone", + "description": "Preliminary use of SVD in ComfyUI.
NOTE: Quick Implementation, Unstable. See details on repositories." + }, + { + "author": "toyxyz", + "title": "ComfyUI_toyxyz_test_nodes", + "reference": "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes", + "files": [ + "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes" + ], + "install_type": "git-clone", + "description": "This node was created to send a webcam to ComfyUI in real time. This node is recommended for use with LCM." + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", diff --git a/extension-node-map.json b/extension-node-map.json index 34b9d38..2cf7077 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -150,6 +150,7 @@ "BSZAspectHires", "BSZColoredLatentImageXL", "BSZCombinedHires", + "BSZHueChromaXL", "BSZInjectionKSampler", "BSZLatentDebug", "BSZLatentFill", @@ -162,7 +163,8 @@ "BSZPixelbusterHelp", "BSZPrincipledConditioning", "BSZPrincipledSampler", - "BSZPrincipledScale" + "BSZPrincipledScale", + "BSZStrangeResample" ], { "title_aux": "bsz-cui-extras" @@ -2356,6 +2358,16 @@ "title_aux": "braintacles-nodes" } ], + "https://github.com/bronkula/comfyui-fitsize": [ + [ + "FitResizeImage", + "FitSizeByMax", + "FitSizeFromImage" + ], + { + "title_aux": "comfyui-fitsize" + } + ], "https://github.com/budihartono/comfyui_otonx_nodes": [ [ "OTX Integer Multiple Inputs 4", @@ -3091,6 +3103,14 @@ "title_aux": "KJNodes for ComfyUI" } ], + "https://github.com/kijai/ComfyUI-SVD": [ + [ + "SVDimg2vid" + ], + { + "title_aux": "ComfyUI-SVD" + } + ], "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": [ [ "GradientPatchModelAddDownscale" @@ -4327,6 +4347,15 @@ "title_aux": "Save Image Extended for ComfyUI" } ], + "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ + [ + "CaptureWebcam", + "LoadWebcamImage" + ], + { + "title_aux": "ComfyUI_toyxyz_test_nodes" + } + ], "https://github.com/trojblue/trNodes": [ [ "JpgConvertNode", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index cc861ce..3fab351 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,35 @@ { "custom_nodes": [ + { + "author": "toyxyz", + "title": "ComfyUI_toyxyz_test_nodes", + "reference": "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes", + "files": [ + "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes" + ], + "install_type": "git-clone", + "description": "This node was created to send a webcam to ComfyUI in real time. This node is recommended for use with LCM." + }, + { + "author": "kijai", + "title": "ComfyUI-SVD", + "reference": "https://github.com/kijai/ComfyUI-SVD", + "files": [ + "https://github.com/kijai/ComfyUI-SVD" + ], + "install_type": "git-clone", + "description": "Preliminary use of SVD in ComfyUI.
NOTE: Quick Implementation, Unstable. See details on repositories." + }, + { + "author": "bronkula", + "title": "comfyui-fitsize", + "reference": "https://github.com/bronkula/comfyui-fitsize", + "files": [ + "https://github.com/bronkula/comfyui-fitsize" + ], + "install_type": "git-clone", + "description": "Nodes: Fit Size, Fit Size From Image. A simple set of nodes for making an image fit within a bounding box" + }, { "author": "drago87", "title": "ComfyUI_Dragos_Nodes", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 34b9d38..2cf7077 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -150,6 +150,7 @@ "BSZAspectHires", "BSZColoredLatentImageXL", "BSZCombinedHires", + "BSZHueChromaXL", "BSZInjectionKSampler", "BSZLatentDebug", "BSZLatentFill", @@ -162,7 +163,8 @@ "BSZPixelbusterHelp", "BSZPrincipledConditioning", "BSZPrincipledSampler", - "BSZPrincipledScale" + "BSZPrincipledScale", + "BSZStrangeResample" ], { "title_aux": "bsz-cui-extras" @@ -2356,6 +2358,16 @@ "title_aux": "braintacles-nodes" } ], + "https://github.com/bronkula/comfyui-fitsize": [ + [ + "FitResizeImage", + "FitSizeByMax", + "FitSizeFromImage" + ], + { + "title_aux": "comfyui-fitsize" + } + ], "https://github.com/budihartono/comfyui_otonx_nodes": [ [ "OTX Integer Multiple Inputs 4", @@ -3091,6 +3103,14 @@ "title_aux": "KJNodes for ComfyUI" } ], + "https://github.com/kijai/ComfyUI-SVD": [ + [ + "SVDimg2vid" + ], + { + "title_aux": "ComfyUI-SVD" + } + ], "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": [ [ "GradientPatchModelAddDownscale" @@ -4327,6 +4347,15 @@ "title_aux": "Save Image Extended for ComfyUI" } ], + "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ + [ + "CaptureWebcam", + "LoadWebcamImage" + ], + { + "title_aux": "ComfyUI_toyxyz_test_nodes" + } + ], "https://github.com/trojblue/trNodes": [ [ "JpgConvertNode",