From 3202ca7fecac233af1fb5c3dfc74baaf233cd140 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 1 Dec 2023 12:48:03 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 40 +++++++++++++++++++++-------- extension-node-map.json | 37 ++++++++++++++++++++++++++ node_db/new/custom-node-list.json | 29 +++++++++++++++++++++ node_db/new/extension-node-map.json | 37 ++++++++++++++++++++++++++ 4 files changed, 133 insertions(+), 10 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6d36ae9..2e82ef5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2959,6 +2959,35 @@ "install_type": "git-clone", "description": "A ComfyUI extension to add spatial anchors/waypoints to better navigate large workflows." }, + { + "author": "vanillacode314", + "title": "Simple Wildcard", + "reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI", + "files": ["https://github.com/vanillacode314/SimpleWildcardsComfyUI"], + "install_type": "git-clone", + "pip": ["pipe"], + "description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node." + }, + { + "author": "WebDev9000", + "title": "WebDev9000-Nodes", + "reference": "https://github.com/WebDev9000/WebDev9000-Nodes", + "files": [ + "https://github.com/WebDev9000/WebDev9000-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:Ignore Braces, Settings Switch." + }, + { + "author": "Scholar01", + "title": "Simple Wildcard", + "reference": "https://github.com/Scholar01/ComfyUI-Keyframe", + "files": [ + "https://github.com/Scholar01/ComfyUI-Keyframe" + ], + "install_type": "git-clone", + "description": "Nodes:Keyframe Part, Keyframe Interpolation Part, Keyframe Apply." + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", @@ -3250,15 +3279,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "vanillacode314", - "title": "Simple Wildcard", - "reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI", - "files": ["https://github.com/vanillacode314/SimpleWildcardsComfyUI"], - "install_type": "git-clone", - "pip": ["pipe"], - "description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node." - } + } ] } diff --git a/extension-node-map.json b/extension-node-map.json index f1f02db..4cbf543 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -713,6 +713,7 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [ [ "ACN_AdvancedControlNetApply", + "ACN_DefaultUniversalWeights", "ControlNetLoaderAdvanced", "CustomControlNetWeights", "CustomT2IAdapterWeights", @@ -723,6 +724,7 @@ "LatentKeyframeTiming", "LoadImagesFromDirectory", "ScaledSoftControlNetWeights", + "ScaledSoftMaskedUniversalWeights", "SoftControlNetWeights", "SoftT2IAdapterWeights", "TimestepKeyframe" @@ -1354,6 +1356,16 @@ "title_aux": "ComfyUI A1111-like Prompt Custom Node Solution" } ], + "https://github.com/Scholar01/ComfyUI-Keyframe": [ + [ + "KeyframeApply", + "KeyframeInterpolationPart", + "KeyframePart" + ], + { + "title_aux": "Simple Wildcard" + } + ], "https://github.com/SeargeDP/SeargeSDXL": [ [ "SeargeAdvancedParameters", @@ -1956,6 +1968,15 @@ "title_aux": "WAS Node Suite" } ], + "https://github.com/WebDev9000/WebDev9000-Nodes": [ + [ + "IgnoreBraces", + "SettingsSwitch" + ], + { + "title_aux": "WebDev9000-Nodes" + } + ], "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [ [ "Image Save", @@ -4775,6 +4796,18 @@ "title_aux": "ComfyUI-Fans" } ], + "https://github.com/vanillacode314/SimpleWildcardsComfyUI": [ + [ + "SimpleWildcard" + ], + { + "author": "VanillaCode314", + "description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node.", + "nickname": "Simple Wildcard", + "title": "Simple Wildcard", + "title_aux": "Simple Wildcard" + } + ], "https://github.com/wallish77/wlsh_nodes": [ [ "Alternating KSampler (WLSH)", @@ -4940,12 +4973,14 @@ "Critic", "DisplayString", "DisplayTextAsImage", + "EVAL", "Engineer", "Executor", "GroupChat", "Image_generation_Conditioning", "LM_Studio", "LoadAPIconfig", + "LoadTXT", "MemGPT", "Memory_Excel", "Model_1", @@ -4959,6 +4994,8 @@ "TextInput", "TextOutput", "UserProxy", + "llama-cpp", + "llava", "oobaboogaOpenAI" ], { diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index bf40371..767507c 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,34 @@ { "custom_nodes": [ + { + "author": "Scholar01", + "title": "Simple Wildcard", + "reference": "https://github.com/Scholar01/ComfyUI-Keyframe", + "files": [ + "https://github.com/Scholar01/ComfyUI-Keyframe" + ], + "install_type": "git-clone", + "description": "Nodes:Keyframe Part, Keyframe Interpolation Part, Keyframe Apply." + }, + { + "author": "WebDev9000", + "title": "WebDev9000-Nodes", + "reference": "https://github.com/WebDev9000/WebDev9000-Nodes", + "files": [ + "https://github.com/WebDev9000/WebDev9000-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:Ignore Braces, Settings Switch." + }, + { + "author": "vanillacode314", + "title": "Simple Wildcard", + "reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI", + "files": ["https://github.com/vanillacode314/SimpleWildcardsComfyUI"], + "install_type": "git-clone", + "pip": ["pipe"], + "description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node." + }, { "author": "DrJKL", "title": "ComfyUI-Anchors", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f1f02db..4cbf543 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -713,6 +713,7 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [ [ "ACN_AdvancedControlNetApply", + "ACN_DefaultUniversalWeights", "ControlNetLoaderAdvanced", "CustomControlNetWeights", "CustomT2IAdapterWeights", @@ -723,6 +724,7 @@ "LatentKeyframeTiming", "LoadImagesFromDirectory", "ScaledSoftControlNetWeights", + "ScaledSoftMaskedUniversalWeights", "SoftControlNetWeights", "SoftT2IAdapterWeights", "TimestepKeyframe" @@ -1354,6 +1356,16 @@ "title_aux": "ComfyUI A1111-like Prompt Custom Node Solution" } ], + "https://github.com/Scholar01/ComfyUI-Keyframe": [ + [ + "KeyframeApply", + "KeyframeInterpolationPart", + "KeyframePart" + ], + { + "title_aux": "Simple Wildcard" + } + ], "https://github.com/SeargeDP/SeargeSDXL": [ [ "SeargeAdvancedParameters", @@ -1956,6 +1968,15 @@ "title_aux": "WAS Node Suite" } ], + "https://github.com/WebDev9000/WebDev9000-Nodes": [ + [ + "IgnoreBraces", + "SettingsSwitch" + ], + { + "title_aux": "WebDev9000-Nodes" + } + ], "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [ [ "Image Save", @@ -4775,6 +4796,18 @@ "title_aux": "ComfyUI-Fans" } ], + "https://github.com/vanillacode314/SimpleWildcardsComfyUI": [ + [ + "SimpleWildcard" + ], + { + "author": "VanillaCode314", + "description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node.", + "nickname": "Simple Wildcard", + "title": "Simple Wildcard", + "title_aux": "Simple Wildcard" + } + ], "https://github.com/wallish77/wlsh_nodes": [ [ "Alternating KSampler (WLSH)", @@ -4940,12 +4973,14 @@ "Critic", "DisplayString", "DisplayTextAsImage", + "EVAL", "Engineer", "Executor", "GroupChat", "Image_generation_Conditioning", "LM_Studio", "LoadAPIconfig", + "LoadTXT", "MemGPT", "Memory_Excel", "Model_1", @@ -4959,6 +4994,8 @@ "TextInput", "TextOutput", "UserProxy", + "llama-cpp", + "llava", "oobaboogaOpenAI" ], {