diff --git a/custom-node-list.json b/custom-node-list.json index 22070272..95535305 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4052,7 +4052,7 @@ "https://github.com/kft334/Knodes" ], "install_type": "git-clone", - "description": "Nodes: Image(s) To Websocket (Base64)" + "description": "Nodes: Image(s) To Websocket (Base64), Load Image (Base64),Load Images (Base64)" }, { "author": "MrForExample", @@ -4407,6 +4407,16 @@ "install_type": "copy", "description": "Nodes:Simple Gooogle Translator Client, Simple Mustache Parameter Switcher, Simple Latent Resolution Solver." }, + { + "author": "underclockeddev", + "title": "Preview Subselection Node for ComfyUI", + "reference": "https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node", + "files": [ + "https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node/raw/master/preview_subselection.py" + ], + "install_type": "copy", + "description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning." + }, { @@ -4452,16 +4462,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "underclockeddev", - "title": "Preview Subselection Node for ComfyUI", - "reference": "https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node", - "files": [ - "https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node/raw/master/preview_subselection.py" - ], - "install_type": "copy", - "description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index e90643eb..8d42dff0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -126,6 +126,7 @@ "StringToFizz-badger", "TextListToString-badger", "VideoCut-badger", + "deleteDir-badger", "findCenterOfMask-badger", "getImageSide-badger", "getParentDir-badger", @@ -987,6 +988,7 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [ [ "ACN_AdvancedControlNetApply", + "ACN_ControlNetLoaderWithLoraAdvanced", "ACN_DefaultUniversalWeights", "ACN_SparseCtrlIndexMethodNode", "ACN_SparseCtrlLoaderAdvanced", @@ -2188,6 +2190,7 @@ "0246.Beautify", "0246.BoxRange", "0246.CastReroute", + "0246.Cloud", "0246.Convert", "0246.Count", "0246.Highway", @@ -2475,6 +2478,9 @@ "Text Concatenate", "Text Dictionary Convert", "Text Dictionary Get", + "Text Dictionary Keys", + "Text Dictionary New", + "Text Dictionary To Text", "Text Dictionary Update", "Text File History Loader", "Text Find and Replace", @@ -2712,7 +2718,6 @@ "Aegisflow CLIP Pass", "Aegisflow Image Pass", "Aegisflow Latent Pass", - "Aegisflow Mask Pass", "Aegisflow Model Pass", "Aegisflow VAE Pass", "Aegisflow controlnet preprocessor bus", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index ac7b7378..f10fe75f 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "underclockeddev", + "title": "Preview Subselection Node for ComfyUI", + "reference": "https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node", + "files": [ + "https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node/raw/master/preview_subselection.py" + ], + "install_type": "copy", + "description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning." + }, { "author": "AInseven", "title": "ComfyUI-fastblend", @@ -140,7 +150,7 @@ "https://github.com/kft334/Knodes" ], "install_type": "git-clone", - "description": "Nodes: Image(s) To Websocket (Base64)" + "description": "Nodes: Image(s) To Websocket (Base64), Load Image (Base64),Load Images (Base64)" }, { "author": "alexopus", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e90643eb..8d42dff0 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -126,6 +126,7 @@ "StringToFizz-badger", "TextListToString-badger", "VideoCut-badger", + "deleteDir-badger", "findCenterOfMask-badger", "getImageSide-badger", "getParentDir-badger", @@ -987,6 +988,7 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [ [ "ACN_AdvancedControlNetApply", + "ACN_ControlNetLoaderWithLoraAdvanced", "ACN_DefaultUniversalWeights", "ACN_SparseCtrlIndexMethodNode", "ACN_SparseCtrlLoaderAdvanced", @@ -2188,6 +2190,7 @@ "0246.Beautify", "0246.BoxRange", "0246.CastReroute", + "0246.Cloud", "0246.Convert", "0246.Count", "0246.Highway", @@ -2475,6 +2478,9 @@ "Text Concatenate", "Text Dictionary Convert", "Text Dictionary Get", + "Text Dictionary Keys", + "Text Dictionary New", + "Text Dictionary To Text", "Text Dictionary Update", "Text File History Loader", "Text Find and Replace", @@ -2712,7 +2718,6 @@ "Aegisflow CLIP Pass", "Aegisflow Image Pass", "Aegisflow Latent Pass", - "Aegisflow Mask Pass", "Aegisflow Model Pass", "Aegisflow VAE Pass", "Aegisflow controlnet preprocessor bus",