From e4579869cbdc5568c0ec63305eb1548b9d2ac9fe Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 21 Oct 2023 22:19:54 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 17 +++++++++++++++-- node_db/dev/custom-node-list.json | 10 ++++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 17 +++++++++++++++-- 5 files changed, 60 insertions(+), 4 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8e27be78..d1bfa956 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -447,6 +447,16 @@ "install_type": "git-clone", "description": "This extension currently has two sets of nodes - one set for editing the contrast/color of images and another set for saving images as 16 bit PNG files." }, + { + "author": "city96", + "title": "Extra Models for ComfyUI", + "reference": "https://github.com/city96/ComfyUI_ExtraModels", + "files": [ + "https://github.com/city96/ComfyUI_ExtraModels" + ], + "install_type": "git-clone", + "description": "This extension aims to add support for various random image diffusion models to ComfyUI." + }, { "author": "Kaharos94", "title": "ComfyUI-Saveaswebp", diff --git a/extension-node-map.json b/extension-node-map.json index a6a8b155..4d038350 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -104,7 +104,8 @@ "BSZLatentRGBAImage", "BSZPixelbuster", "BSZPixelbusterHelp", - "BSZPrincipledSDXL" + "BSZPrincipledSDXL", + "BSZPrincipledScale" ], { "title_aux": "bsz-cui-extras" @@ -633,6 +634,7 @@ ], "https://github.com/LucianoCirino/efficiency-nodes-comfyui": [ [ + "AnimateDiff Script", "Apply ControlNet Stack", "Control Net Stacker", "Eff. Loader SDXL", @@ -645,8 +647,9 @@ "KSampler SDXL (Eff.)", "LoRA Stacker", "Manual XY Entry Info", + "Noise Control Script", "Pack SDXL Tuple", - "Refiner Extras", + "Tiled Upscaler Script", "Unpack SDXL Tuple", "XY Input: Add/Return Noise", "XY Input: Aesthetic Score", @@ -2197,6 +2200,16 @@ "title_aux": "ComfyUI_DiT [WIP]" } ], + "https://github.com/city96/ComfyUI_ExtraModels": [ + [ + "DiTCondLabelEmpty", + "DiTCondLabelSelect", + "DitCheckpointLoader" + ], + { + "title_aux": "Extra Models for ComfyUI" + } + ], "https://github.com/city96/ComfyUI_NetDist": [ [ "FetchRemote", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 47b056ba..e466fab4 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "doucx", + "title": "ComfyUI_WcpD_Utility_Kit", + "reference": "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit", + "files": [ + "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit" + ], + "install_type": "git-clone", + "description": "Nodes: MergeStrings, ExecStrAsCode, RandnLatentImage.

NOTE: This extension includes the ability to execute code as a string in nodes. Be cautious during installation, as it can pose a security risk.

" + }, { "author": "AbyssYuan0", "title": "ComfyUI_BadgerTools", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index eee5ac1b..9b2f05d6 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "city96", + "title": "Extra Models for ComfyUI", + "reference": "https://github.com/city96/ComfyUI_ExtraModels", + "files": [ + "https://github.com/city96/ComfyUI_ExtraModels" + ], + "install_type": "git-clone", + "description": "This extension aims to add support for various random image diffusion models to ComfyUI." + }, { "author": "shadowcz007", "title": "comfyui-mixlab-nodes", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index a6a8b155..4d038350 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -104,7 +104,8 @@ "BSZLatentRGBAImage", "BSZPixelbuster", "BSZPixelbusterHelp", - "BSZPrincipledSDXL" + "BSZPrincipledSDXL", + "BSZPrincipledScale" ], { "title_aux": "bsz-cui-extras" @@ -633,6 +634,7 @@ ], "https://github.com/LucianoCirino/efficiency-nodes-comfyui": [ [ + "AnimateDiff Script", "Apply ControlNet Stack", "Control Net Stacker", "Eff. Loader SDXL", @@ -645,8 +647,9 @@ "KSampler SDXL (Eff.)", "LoRA Stacker", "Manual XY Entry Info", + "Noise Control Script", "Pack SDXL Tuple", - "Refiner Extras", + "Tiled Upscaler Script", "Unpack SDXL Tuple", "XY Input: Add/Return Noise", "XY Input: Aesthetic Score", @@ -2197,6 +2200,16 @@ "title_aux": "ComfyUI_DiT [WIP]" } ], + "https://github.com/city96/ComfyUI_ExtraModels": [ + [ + "DiTCondLabelEmpty", + "DiTCondLabelSelect", + "DitCheckpointLoader" + ], + { + "title_aux": "Extra Models for ComfyUI" + } + ], "https://github.com/city96/ComfyUI_NetDist": [ [ "FetchRemote",