From a361cc17f515fa629e703441a09c415112716ac3 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 25 Jul 2023 15:10:31 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e3ee2ed6..f08b6451 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -895,6 +895,16 @@ "install_type": "copy", "description": "Nodes:CLIPTextEncodeWithWildcards. This wildcard node is a wildcard node that operates based on the seed." }, + { + "author": "Beinsezii", + "title": "bsz-cui-extras", + "reference": "https://github.com/Beinsezii/bsz-cui-extras", + "files": [ + "https://github.com/Beinsezii/bsz-cui-extras/raw/master/custom_nodes/bsz-auto-hires.py" + ], + "install_type": "copy", + "description": "Contains 3 nodes each with a different means to the same end result. These nodes are designed to automatically calculate the appropriate latent sizes when performing a 'Hi Res Fix' style workflow." + }, { "author": "theally", "title": "TheAlly's Custom Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 862b36a8..924b3216 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -28,6 +28,11 @@ "Unary Image Op", "Unary Mask Op" ], + "https://github.com/Beinsezii/bsz-cui-extras/raw/master/custom_nodes/bsz-auto-hires.py": [ + "BSZAutoHires", + "BSZAutoHiresAspect", + "BSZAutoHiresCombined" + ], "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [ "BNK_AddCLIPSDXLParams", "BNK_AddCLIPSDXLRParams",