From db2f5ef5a2841c84c088efed5f894830aafc332f Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 7 Jul 2024 21:59:16 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 13 ++++++++++++- extension-node-map.json | 18 +++++++++++++++++- github-stats.json | 5 +++++ node_db/new/custom-node-list.json | 21 +++++++++++---------- node_db/new/extension-node-map.json | 18 +++++++++++++++++- 5 files changed, 62 insertions(+), 13 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6fa3b131..dafa8070 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2158,7 +2158,18 @@ "https://github.com/bradsec/ComfyUI_ResolutionSelector" ], "install_type": "git-clone", - "description": "Nodes:ResolutionSelector" + "description": "A custom node for Stable Diffusion ComfyUI to enable easy selection of image resolutions for SDXL SD15 SD21" + }, + { + "author": "bradsec", + "title": "ComfyUI_StringTools", + "id": "stringtools", + "reference": "https://github.com/bradsec/ComfyUI_StringTools", + "files": [ + "https://github.com/bradsec/ComfyUI_StringTools" + ], + "install_type": "git-clone", + "description": "Some simple string tools to modify text and strings in ComfyUI." }, { "author": "kohya-ss", diff --git a/extension-node-map.json b/extension-node-map.json index 8b36a601..9d63cd8e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -6655,6 +6655,15 @@ "title_aux": "ResolutionSelector for ComfyUI" } ], + "https://github.com/bradsec/ComfyUI_StringTools": [ + [ + "ModifyStringNode", + "ShowStringNode" + ], + { + "title_aux": "ComfyUI_StringTools" + } + ], "https://github.com/braintacles/braintacles-comfyui-nodes": [ [ "CLIPTextEncodeSDXL-Multi-IO", @@ -9853,6 +9862,8 @@ "KG_csv_toolkit_user", "KG_json_toolkit_developer", "KG_json_toolkit_user", + "KG_neo_toolkit_developer", + "KG_neo_toolkit_user", "KSampler_party", "LLM", "LLM_api_loader", @@ -11810,10 +11821,15 @@ [ "Added Layer Info To Array", "Enhanced Random Light Source", + "Float Relay", + "Image Relay", "Init Layer Info Array", + "Int Relay", "Layer Image Seleted", "Layer Images IPAdapter Advanced", - "Layer Info Array Fuse" + "Layer Info Array Fuse", + "Mask Relay", + "String Relay" ], { "title_aux": "comfyui-common-util" diff --git a/github-stats.json b/github-stats.json index d270da2d..df8e571f 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2109,6 +2109,11 @@ "last_update": "2024-06-30 03:38:12", "author_account_age_days": 3668 }, + "https://github.com/bradsec/ComfyUI_StringTools": { + "stars": 0, + "last_update": "2024-07-07 12:38:43", + "author_account_age_days": 3669 + }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-05-23 06:06:16", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index e2ab124f..510797c9 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -12,6 +12,17 @@ + { + "author": "bradsec", + "title": "ComfyUI_StringTools", + "id": "stringtools", + "reference": "https://github.com/bradsec/ComfyUI_StringTools", + "files": [ + "https://github.com/bradsec/ComfyUI_StringTools" + ], + "install_type": "git-clone", + "description": "Some simple string tools to modify text and strings in ComfyUI." + }, { "author": "bluevisor", "title": "ComfyUI_PS_Blend_Node", @@ -680,16 +691,6 @@ ], "install_type": "git-clone", "description": "This is an attempt to recreate the wildcards plugin for Automatic1111 but for ComfyUI." - }, - { - "author": "lordgasmic", - "title": "comfyui_save_image_with_options", - "reference": "https://github.com/lordgasmic/comfyui_save_image_with_options", - "files": [ - "https://github.com/lordgasmic/comfyui_save_image_with_options" - ], - "install_type": "git-clone", - "description": "Nodes:Save Image with Options" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 8b36a601..9d63cd8e 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -6655,6 +6655,15 @@ "title_aux": "ResolutionSelector for ComfyUI" } ], + "https://github.com/bradsec/ComfyUI_StringTools": [ + [ + "ModifyStringNode", + "ShowStringNode" + ], + { + "title_aux": "ComfyUI_StringTools" + } + ], "https://github.com/braintacles/braintacles-comfyui-nodes": [ [ "CLIPTextEncodeSDXL-Multi-IO", @@ -9853,6 +9862,8 @@ "KG_csv_toolkit_user", "KG_json_toolkit_developer", "KG_json_toolkit_user", + "KG_neo_toolkit_developer", + "KG_neo_toolkit_user", "KSampler_party", "LLM", "LLM_api_loader", @@ -11810,10 +11821,15 @@ [ "Added Layer Info To Array", "Enhanced Random Light Source", + "Float Relay", + "Image Relay", "Init Layer Info Array", + "Int Relay", "Layer Image Seleted", "Layer Images IPAdapter Advanced", - "Layer Info Array Fuse" + "Layer Info Array Fuse", + "Mask Relay", + "String Relay" ], { "title_aux": "comfyui-common-util"