From 0c0b843e13a8c1502d2e75fa4f25f114b24d8cc2 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Wed, 26 Jul 2023 18:28:33 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 2 +- extension-node-map.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4bca202..2ac15d7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -944,7 +944,7 @@ "title": "comfy_meh", "reference": "https://github.com/s1dlx/comfy_meh", "files": [ - "https://github.com/s1dlx/comfy_meh/blob/main/meh.py" + "https://github.com/s1dlx/comfy_meh/raw/main/meh.py" ], "install_type": "copy", "description": "Advanced merging methods." diff --git a/extension-node-map.json b/extension-node-map.json index 924b321..f8eba3f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -421,6 +421,10 @@ "SeargeSDXLPromptEncoder", "SeargeSDXLSampler" ], + "https://github.com/Ser-Hilary/SDXL_sizing/raw/main/conditioning_sizing_for_SDXL.py": [ + "sizing_node", + "sizing_node_basic" + ], "https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git": [ "ttN busIN", "ttN busOUT", @@ -1037,6 +1041,9 @@ "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": [ "WD14Tagger|pysssss" ], + "https://github.com/s1dlx/comfy_meh/raw/main/meh.py": [ + "MergingExecutionHelper" + ], "https://github.com/shiimizu/ComfyUI_smZNodes": [ "smZ CLIPTextEncode" ],