diff --git a/custom-node-list.json b/custom-node-list.json
index 80e59ba0..fb9ee2aa 100644
--- a/custom-node-list.json
+++ b/custom-node-list.json
@@ -773,13 +773,13 @@
},
{
"author": "FizzleDorf",
- "title": "AIT",
- "reference": "https://github.com/FizzleDorf/AIT",
+ "title": "ComfyUI-AIT",
+ "reference": "https://github.com/FizzleDorf/ComfyUI-AIT",
"files": [
- "https://github.com/FizzleDorf/AIT"
+ "https://github.com/FizzleDorf/ComfyUI-AIT"
],
"install_type": "git-clone",
- "description": "Nodes: Load AITemplate, Load AITemplate (ControlNet), VAE Decode (AITemplate), VAE Encode (AITemplate), VAE Encode (AITemplate, Inpaint). Experimental usage of AITemplate"
+ "description": "A ComfyUI implementation of Facebook Meta's AITemplate repo for faster inference using cpp/cuda. This new repo is behind the old version but is a much more stable foundation to keep AIT online. Please be patient as the repo will eventually include the same features as before."
},
{
"author": "filipemeneses",
@@ -2185,6 +2185,16 @@
"install_type": "git-clone",
"description": "Nodes: ImageGlitcher. Based on the HTML image glitcher by Felix Turner here."
},
+ {
+ "author": "spinagon",
+ "title": "ComfyUI-seam-carving",
+ "reference": "https://github.com/spinagon/ComfyUI-seam-carving",
+ "files": [
+ "https://github.com/spinagon/ComfyUI-seam-carving"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes: Image Resize (seam carving). Seam carving (image resize) for ComfyUI. Based on https://github.com/li-plus/seam-carving. With seam carving algorithm, the image could be intelligently resized while keeping the important contents undistorted. The carving process could be further guided, so that an object could be removed from the image without apparent artifacts."
+ },
{
"author": "taabata",
"title": "Syrian Falcon Nodes",
@@ -2403,6 +2413,16 @@
"install_type": "copy",
"description": "Adds an Image Loader node that also shows images in subfolders of the default input directory"
},
+ {
+ "author": "Smuzzies",
+ "title": "Chatbox Overlay node for ComfyUI",
+ "reference": "https://github.com/Smuzzies/comfyui_chatbox_overlay",
+ "files": [
+ "https://github.com/Smuzzies/comfyui_chatbox_overlay/raw/main/chatbox_overlay.py"
+ ],
+ "install_type": "copy",
+ "description": "Nodes: Chatbox Overlay. Custom node for ComfyUI to add a text box over a processed image before save node."
+ },
{
"author": "theally",
"title": "TheAlly's Custom Nodes",
diff --git a/extension-node-map.json b/extension-node-map.json
index 652a3dd6..2fe782ff 100644
--- a/extension-node-map.json
+++ b/extension-node-map.json
@@ -97,6 +97,8 @@
"BSZAbsoluteHires",
"BSZAspectHires",
"BSZCombinedHires",
+ "BSZLatentFill",
+ "BSZLatentOffsetXL",
"BSZPixelbuster",
"BSZPixelbusterHelp",
"BSZPrincipledSDXL"
@@ -400,18 +402,13 @@
"title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors"
}
],
- "https://github.com/FizzleDorf/AIT": [
+ "https://github.com/FizzleDorf/ComfyUI-AIT": [
[
- "AITemplateControlNetLoader",
- "AITemplateEmptyLatentImage",
- "AITemplateLatentUpscale",
- "AITemplateLoader",
- "AITemplateVAEDecode",
- "AITemplateVAEEncode",
- "AITemplateVAEEncodeForInpaint"
+ "AITLoader",
+ "AIT_Unet_Loader"
],
{
- "title_aux": "AIT"
+ "title_aux": "ComfyUI-AIT"
}
],
"https://github.com/FizzleDorf/ComfyUI_FizzNodes": [
@@ -1191,6 +1188,14 @@
"title_aux": "SDXL_sizing"
}
],
+ "https://github.com/Smuzzies/comfyui_chatbox_overlay/raw/main/chatbox_overlay.py": [
+ [
+ "Chatbox Overlay"
+ ],
+ {
+ "title_aux": "Chatbox Overlay node for ComfyUI"
+ }
+ ],
"https://github.com/Stability-AI/stability-ComfyUI-nodes": [
[
"ColorBlend",
@@ -1642,12 +1647,16 @@
],
"https://github.com/a1lazydog/ComfyUI-AudioScheduler": [
[
- "AmplitudeSchedule",
+ "AmplitudeToGraph",
+ "AmplitudeToNumber",
"AudioToAmplitudeGraph",
"AudioToFFTs",
"BatchAmplitudeSchedule",
- "FloatsToGraph",
- "LoadAudio"
+ "GateNormalizedAmplitude",
+ "LoadAudio",
+ "NormalizeAmplitude",
+ "NormalizedAmplitudeToGraph",
+ "NormalizedAmplitudeToNumber"
],
{
"title_aux": "ComfyUI-AudioScheduler"
@@ -3322,6 +3331,14 @@
"title_aux": "ComfyUI-HQ-Image-Save"
}
],
+ "https://github.com/spinagon/ComfyUI-seam-carving": [
+ [
+ "SeamCarving"
+ ],
+ {
+ "title_aux": "ComfyUI-seam-carving"
+ }
+ ],
"https://github.com/spinagon/ComfyUI-seamless-tiling": [
[
"CircularVAEDecode",
diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json
index 401caea0..9c542625 100644
--- a/node_db/legacy/custom-node-list.json
+++ b/node_db/legacy/custom-node-list.json
@@ -1,5 +1,15 @@
{
"custom_nodes": [
+ {
+ "author": "FizzleDorf",
+ "title": "AIT",
+ "reference": "https://github.com/FizzleDorf/AIT",
+ "files": [
+ "https://github.com/FizzleDorf/AIT"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes: Load AITemplate, Load AITemplate (ControlNet), VAE Decode (AITemplate), VAE Encode (AITemplate), VAE Encode (AITemplate, Inpaint). Experimental usage of AITemplate. NOTE: This is deprecated extension. Use ComfyUI-AIT instead of this."
+ },
{
"author": "chenbaiyujason",
"title": "sc-node-comfyui",
diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json
index 61c9e5b9..39dc0a07 100644
--- a/node_db/new/custom-node-list.json
+++ b/node_db/new/custom-node-list.json
@@ -1,5 +1,35 @@
{
"custom_nodes": [
+ {
+ "author": "spinagon",
+ "title": "ComfyUI-seam-carving",
+ "reference": "https://github.com/spinagon/ComfyUI-seam-carving",
+ "files": [
+ "https://github.com/spinagon/ComfyUI-seam-carving"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes: Image Resize (seam carving). Seam carving (image resize) for ComfyUI. Based on https://github.com/li-plus/seam-carving. With seam carving algorithm, the image could be intelligently resized while keeping the important contents undistorted. The carving process could be further guided, so that an object could be removed from the image without apparent artifacts."
+ },
+ {
+ "author": "Smuzzies",
+ "title": "Chatbox Overlay node for ComfyUI",
+ "reference": "https://github.com/Smuzzies/comfyui_chatbox_overlay",
+ "files": [
+ "https://github.com/Smuzzies/comfyui_chatbox_overlay/raw/main/chatbox_overlay.py"
+ ],
+ "install_type": "copy",
+ "description": "Nodes: Chatbox Overlay. Custom node for ComfyUI to add a text box over a processed image before save node."
+ },
+ {
+ "author": "FizzleDorf",
+ "title": "ComfyUI-AIT",
+ "reference": "https://github.com/FizzleDorf/ComfyUI-AIT",
+ "files": [
+ "https://github.com/FizzleDorf/ComfyUI-AIT"
+ ],
+ "install_type": "git-clone",
+ "description": "A ComfyUI implementation of Facebook Meta's AITemplate repo for faster inference using cpp/cuda. This new repo is behind the old version but is a much more stable foundation to keep AIT online. Please be patient as the repo will eventually include the same features as before."
+ },
{
"author": "ProDALOR",
"title": "ComfyUI-ImageGlitcher",
diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json
index 652a3dd6..2fe782ff 100644
--- a/node_db/new/extension-node-map.json
+++ b/node_db/new/extension-node-map.json
@@ -97,6 +97,8 @@
"BSZAbsoluteHires",
"BSZAspectHires",
"BSZCombinedHires",
+ "BSZLatentFill",
+ "BSZLatentOffsetXL",
"BSZPixelbuster",
"BSZPixelbusterHelp",
"BSZPrincipledSDXL"
@@ -400,18 +402,13 @@
"title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors"
}
],
- "https://github.com/FizzleDorf/AIT": [
+ "https://github.com/FizzleDorf/ComfyUI-AIT": [
[
- "AITemplateControlNetLoader",
- "AITemplateEmptyLatentImage",
- "AITemplateLatentUpscale",
- "AITemplateLoader",
- "AITemplateVAEDecode",
- "AITemplateVAEEncode",
- "AITemplateVAEEncodeForInpaint"
+ "AITLoader",
+ "AIT_Unet_Loader"
],
{
- "title_aux": "AIT"
+ "title_aux": "ComfyUI-AIT"
}
],
"https://github.com/FizzleDorf/ComfyUI_FizzNodes": [
@@ -1191,6 +1188,14 @@
"title_aux": "SDXL_sizing"
}
],
+ "https://github.com/Smuzzies/comfyui_chatbox_overlay/raw/main/chatbox_overlay.py": [
+ [
+ "Chatbox Overlay"
+ ],
+ {
+ "title_aux": "Chatbox Overlay node for ComfyUI"
+ }
+ ],
"https://github.com/Stability-AI/stability-ComfyUI-nodes": [
[
"ColorBlend",
@@ -1642,12 +1647,16 @@
],
"https://github.com/a1lazydog/ComfyUI-AudioScheduler": [
[
- "AmplitudeSchedule",
+ "AmplitudeToGraph",
+ "AmplitudeToNumber",
"AudioToAmplitudeGraph",
"AudioToFFTs",
"BatchAmplitudeSchedule",
- "FloatsToGraph",
- "LoadAudio"
+ "GateNormalizedAmplitude",
+ "LoadAudio",
+ "NormalizeAmplitude",
+ "NormalizedAmplitudeToGraph",
+ "NormalizedAmplitudeToNumber"
],
{
"title_aux": "ComfyUI-AudioScheduler"
@@ -3322,6 +3331,14 @@
"title_aux": "ComfyUI-HQ-Image-Save"
}
],
+ "https://github.com/spinagon/ComfyUI-seam-carving": [
+ [
+ "SeamCarving"
+ ],
+ {
+ "title_aux": "ComfyUI-seam-carving"
+ }
+ ],
"https://github.com/spinagon/ComfyUI-seamless-tiling": [
[
"CircularVAEDecode",