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",