From 773d59b1834a02bcb0a6d0741dab93b880392fd8 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 19 Nov 2023 14:56:36 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 20 ++++++++++++ extension-node-map.json | 47 ++++++++++++++++++++--------- node_db/new/custom-node-list.json | 20 ++++++++++++ node_db/new/extension-node-map.json | 47 ++++++++++++++++++++--------- 4 files changed, 106 insertions(+), 28 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 1d9b3f8..e0f5ffa 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2657,6 +2657,26 @@ "install_type": "git-clone", "description": "This extension simply connects the nodes and specifies the output path of the generated images to a manageable path." }, + { + "author": "Niutonian", + "title": "ComfyUi-NoodleWebcam", + "reference": "https://github.com/Niutonian/ComfyUi-NoodleWebcam", + "files": [ + "https://github.com/Niutonian/ComfyUi-NoodleWebcam" + ], + "install_type": "git-clone", + "description": "Nodes:Noodle webcam is a node that records frames and send them to your favourite node." + }, + { + "author": "kinfolk0117", + "title": "ComfyUI_GradientDeepShrink", + "reference": "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink", + "files": [ + "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink" + ], + "install_type": "git-clone", + "description": "Nodes:GradientPatchModelAddDownscale (Kohya Deep Shrink)." + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", diff --git a/extension-node-map.json b/extension-node-map.json index 438a9a3..96ce061 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -58,23 +58,22 @@ ], "https://github.com/Amorano/Jovimetrix": [ [ - "\u2697\ufe0f Blend Images (jov)", + "\u2697\ufe0f Blend (jov)", "\u2728 Shape Generator (jov)", - "\ud83c\udf08 HSV Image (jov)", - "\ud83c\udf31 Transform Image (jov)", - "\ud83c\udfad Invert Image (jov)", + "\ud83c\udf08 HSV (jov)", + "\ud83c\udf31 Transform (jov)", + "\ud83c\udf87 Expand (jov)", + "\ud83d\udd06 Pixel Shader (jov)", "\ud83d\udd06 Pixel Shader Image (jov)", - "\ud83d\udd27 Adjust Image (jov)", - "\ud83d\udd30 Mirror Image (jov)", - "\ud83d\udd33 Tile Image (jov)", - "\ud83d\udd78\ufe0f Filter Image (jov)", - "\ud83d\uddfa\ufe0f Remap Image (jov)", - "\ud83d\udfea Constant Image (jov)", - "\ud83e\udd7b Gradient (jov)" + "\ud83d\udd30 Mirror (jov)", + "\ud83d\udd33 Tile (jov)", + "\ud83d\udd78\ufe0f Adjust (jov)", + "\ud83d\uddfa\ufe0f Projection (jov)", + "\ud83d\udfea Constant (jov)" ], { "author": "amorano", - "description": "Shapes and Shaders.", + "description": "", "nickname": "Jovimetrix", "title": "Jovimetrix Composition Pack", "title_aux": "Jovimetrix Composition Nodes" @@ -521,7 +520,8 @@ "BatchStringSchedule", "BatchValueSchedule", "BatchValueScheduleLatentInput", - "CalculateLatentInterpFrameNumber", + "CalculateFrameOffset", + "ConcatStringSingle", "CosWave", "FizzFrame", "FizzFrameConcatenate", @@ -539,7 +539,8 @@ "StringConcatenate", "StringSchedule", "TriangleWave", - "ValueSchedule" + "ValueSchedule", + "convertKeyframeKeysToBatchKeys" ], { "title_aux": "FizzNodes" @@ -873,6 +874,14 @@ "title_aux": "ComfyUI_TravelSuite" } ], + "https://github.com/Niutonian/ComfyUi-NoodleWebcam": [ + [ + "WebcamNode" + ], + { + "title_aux": "ComfyUi-NoodleWebcam" + } + ], "https://github.com/Nourepide/ComfyUI-Allor": [ [ "AlphaChanelAdd", @@ -2995,6 +3004,7 @@ "CreateGradientMask", "CreateShapeMask", "CreateTextMask", + "CreateVoronoiMask", "CrossFadeImages", "EmptyLatentImagePresets", "FloatConstant", @@ -3019,6 +3029,14 @@ "title_aux": "KJNodes for ComfyUI" } ], + "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": [ + [ + "GradientPatchModelAddDownscale" + ], + { + "title_aux": "ComfyUI_GradientDeepShrink" + } + ], "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [ [ "TileCalc", @@ -3285,6 +3303,7 @@ "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": [ [ "AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire", + "ApplyRegionalIPAdapters //Inspire", "BindImageListPromptList //Inspire", "CacheBackendData //Inspire", "CacheBackendDataList //Inspire", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 42f139f..9efd0a4 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "kinfolk0117", + "title": "ComfyUI_GradientDeepShrink", + "reference": "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink", + "files": [ + "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink" + ], + "install_type": "git-clone", + "description": "Nodes:GradientPatchModelAddDownscale (Kohya Deep Shrink)." + }, + { + "author": "Niutonian", + "title": "ComfyUi-NoodleWebcam", + "reference": "https://github.com/Niutonian/ComfyUi-NoodleWebcam", + "files": [ + "https://github.com/Niutonian/ComfyUi-NoodleWebcam" + ], + "install_type": "git-clone", + "description": "Nodes:Noodle webcam is a node that records frames and send them to your favourite node." + }, { "author": "Umikaze-job", "title": "select_folder_path_easy", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 438a9a3..96ce061 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -58,23 +58,22 @@ ], "https://github.com/Amorano/Jovimetrix": [ [ - "\u2697\ufe0f Blend Images (jov)", + "\u2697\ufe0f Blend (jov)", "\u2728 Shape Generator (jov)", - "\ud83c\udf08 HSV Image (jov)", - "\ud83c\udf31 Transform Image (jov)", - "\ud83c\udfad Invert Image (jov)", + "\ud83c\udf08 HSV (jov)", + "\ud83c\udf31 Transform (jov)", + "\ud83c\udf87 Expand (jov)", + "\ud83d\udd06 Pixel Shader (jov)", "\ud83d\udd06 Pixel Shader Image (jov)", - "\ud83d\udd27 Adjust Image (jov)", - "\ud83d\udd30 Mirror Image (jov)", - "\ud83d\udd33 Tile Image (jov)", - "\ud83d\udd78\ufe0f Filter Image (jov)", - "\ud83d\uddfa\ufe0f Remap Image (jov)", - "\ud83d\udfea Constant Image (jov)", - "\ud83e\udd7b Gradient (jov)" + "\ud83d\udd30 Mirror (jov)", + "\ud83d\udd33 Tile (jov)", + "\ud83d\udd78\ufe0f Adjust (jov)", + "\ud83d\uddfa\ufe0f Projection (jov)", + "\ud83d\udfea Constant (jov)" ], { "author": "amorano", - "description": "Shapes and Shaders.", + "description": "", "nickname": "Jovimetrix", "title": "Jovimetrix Composition Pack", "title_aux": "Jovimetrix Composition Nodes" @@ -521,7 +520,8 @@ "BatchStringSchedule", "BatchValueSchedule", "BatchValueScheduleLatentInput", - "CalculateLatentInterpFrameNumber", + "CalculateFrameOffset", + "ConcatStringSingle", "CosWave", "FizzFrame", "FizzFrameConcatenate", @@ -539,7 +539,8 @@ "StringConcatenate", "StringSchedule", "TriangleWave", - "ValueSchedule" + "ValueSchedule", + "convertKeyframeKeysToBatchKeys" ], { "title_aux": "FizzNodes" @@ -873,6 +874,14 @@ "title_aux": "ComfyUI_TravelSuite" } ], + "https://github.com/Niutonian/ComfyUi-NoodleWebcam": [ + [ + "WebcamNode" + ], + { + "title_aux": "ComfyUi-NoodleWebcam" + } + ], "https://github.com/Nourepide/ComfyUI-Allor": [ [ "AlphaChanelAdd", @@ -2995,6 +3004,7 @@ "CreateGradientMask", "CreateShapeMask", "CreateTextMask", + "CreateVoronoiMask", "CrossFadeImages", "EmptyLatentImagePresets", "FloatConstant", @@ -3019,6 +3029,14 @@ "title_aux": "KJNodes for ComfyUI" } ], + "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": [ + [ + "GradientPatchModelAddDownscale" + ], + { + "title_aux": "ComfyUI_GradientDeepShrink" + } + ], "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [ [ "TileCalc", @@ -3285,6 +3303,7 @@ "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": [ [ "AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire", + "ApplyRegionalIPAdapters //Inspire", "BindImageListPromptList //Inspire", "CacheBackendData //Inspire", "CacheBackendDataList //Inspire",