diff --git a/custom-node-list.json b/custom-node-list.json index e793f316..eb42efc3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1532,6 +1532,16 @@ "install_type": "git-clone", "description": "Nodes: Embedding Picker. Tired of forgetting and misspelling often weird names of embeddings you use? Or perhaps you use only one, cause you forgot you have tens of them installed? Try this." }, + { + "author": "Acly", + "title": "ComfyUI Nodes for External Tooling", + "reference": "https://github.com/Acly/comfyui-tooling-nodes", + "files": [ + "https://github.com/Acly/comfyui-tooling-nodes" + ], + "install_type": "git-clone", + "description": "Nodes: Load Image (Base64), Load Mask (Base64), Send Image (WebSocket), Crop Image, Apply Mask to Image. Provides nodes geared towards using ComfyUI as a backend for external tools." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 0bd0b489..919f7cce 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -9,6 +9,18 @@ "title_aux": "One Button Prompt" } ], + "https://github.com/Acly/comfyui-tooling-nodes": [ + [ + "ETN_ApplyMaskToImage", + "ETN_CropImage", + "ETN_LoadImageBase64", + "ETN_LoadMaskBase64", + "ETN_SendImageWebSocket" + ], + { + "title_aux": "ComfyUI Nodes for External Tooling" + } + ], "https://github.com/ArtVentureX/comfyui-animatediff": [ [ "AnimateDiffCombine", @@ -512,7 +524,8 @@ ], "https://github.com/Lerc/canvas_tab": [ [ - "Canvas_Tab" + "Canvas_Tab", + "Send_To_Editor" ], { "title_aux": "canvas_tab" @@ -1297,10 +1310,12 @@ "HaldCLUT", "Image Caption", "Int to String", + "LoraSyntaxProcessor", "Mikey Sampler", "Mikey Sampler Base Only", "Mikey Sampler Tiled", "Mikey Sampler Tiled Base Only", + "MikeySamplerTiledAdvanced", "PresetRatioSelector", "Prompt With SDXL", "Prompt With Style", @@ -1315,7 +1330,8 @@ "Seed String", "Style Conditioner", "Upscale Tile Calculator", - "Wildcard Processor" + "Wildcard Processor", + "WildcardAndLoraSyntaxProcessor" ], { "title_aux": "Mikey Nodes" @@ -2254,6 +2270,7 @@ ], "https://github.com/sipherxyz/comfyui-art-venture": [ [ + "AV_CheckpointLoader", "AV_CheckpointModelsToParametersPipe", "AV_ControlNetLoader", "AV_ControlNetSelector", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 2039a452..55253e6b 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Acly", + "title": "ComfyUI Nodes for External Tooling", + "reference": "https://github.com/Acly/comfyui-tooling-nodes", + "files": [ + "https://github.com/Acly/comfyui-tooling-nodes" + ], + "install_type": "git-clone", + "description": "Nodes: Load Image (Base64), Load Mask (Base64), Send Image (WebSocket), Crop Image, Apply Mask to Image. Provides nodes geared towards using ComfyUI as a backend for external tools." + }, { "author": "ntdviet", "title": "ntdviet/comfyui-ext", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 0bd0b489..919f7cce 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -9,6 +9,18 @@ "title_aux": "One Button Prompt" } ], + "https://github.com/Acly/comfyui-tooling-nodes": [ + [ + "ETN_ApplyMaskToImage", + "ETN_CropImage", + "ETN_LoadImageBase64", + "ETN_LoadMaskBase64", + "ETN_SendImageWebSocket" + ], + { + "title_aux": "ComfyUI Nodes for External Tooling" + } + ], "https://github.com/ArtVentureX/comfyui-animatediff": [ [ "AnimateDiffCombine", @@ -512,7 +524,8 @@ ], "https://github.com/Lerc/canvas_tab": [ [ - "Canvas_Tab" + "Canvas_Tab", + "Send_To_Editor" ], { "title_aux": "canvas_tab" @@ -1297,10 +1310,12 @@ "HaldCLUT", "Image Caption", "Int to String", + "LoraSyntaxProcessor", "Mikey Sampler", "Mikey Sampler Base Only", "Mikey Sampler Tiled", "Mikey Sampler Tiled Base Only", + "MikeySamplerTiledAdvanced", "PresetRatioSelector", "Prompt With SDXL", "Prompt With Style", @@ -1315,7 +1330,8 @@ "Seed String", "Style Conditioner", "Upscale Tile Calculator", - "Wildcard Processor" + "Wildcard Processor", + "WildcardAndLoraSyntaxProcessor" ], { "title_aux": "Mikey Nodes" @@ -2254,6 +2270,7 @@ ], "https://github.com/sipherxyz/comfyui-art-venture": [ [ + "AV_CheckpointLoader", "AV_CheckpointModelsToParametersPipe", "AV_ControlNetLoader", "AV_ControlNetSelector",