diff --git a/custom-node-list.json b/custom-node-list.json index 7898403..dc61b2f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2345,6 +2345,26 @@ "install_type": "git-clone", "description": "ComfyUI custom nodes for inpainting/outpainting using the new latent consistency model (LCM)" }, + { + "author": "noxinias", + "title": "ComfyUI_NoxinNodes", + "reference": "https://github.com/noxinias/ComfyUI_NoxinNodes", + "files": [ + "https://github.com/noxinias/ComfyUI_NoxinNodes" + ], + "install_type": "git-clone", + "description": "Nodes: Noxin Complete Chime, Noxin Scaled Resolutions, Load from Noxin Prompt Library, Save to Noxin Prompt Library" + }, + { + "author": "GMapeSplat", + "title": "ezXY", + "reference": "https://github.com/GMapeSplat/ComfyUI_ezXY", + "files": [ + "https://github.com/GMapeSplat/ComfyUI_ezXY" + ], + "install_type": "git-clone", + "description": "Features: Automatic type-casting for most custom and native nodes, Compact math node, List generation for iteration control, Versitile XY plotter" + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", @@ -2563,6 +2583,16 @@ "install_type": "copy", "description": "Nodes: Chatbox Overlay. Custom node for ComfyUI to add a text box over a processed image before save node." }, + { + "author": "CaptainGrock", + "title": "ComfyUIInvisibleWatermark", + "reference": "https://github.com/CaptainGrock/ComfyUIInvisibleWatermark", + "files": [ + "https://github.com/CaptainGrock/ComfyUIInvisibleWatermark/raw/main/Invisible%20Watermark.py" + ], + "install_type": "copy", + "description": "Nodes:Apply Invisible Watermark, Extract Watermark. Adds up to 12 characters encoded into an image that can be extracted." + }, { "author": "theally", "title": "TheAlly's Custom Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 1bdb2f8..0a55a2c 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -193,6 +193,15 @@ "title_aux": "Tiled sampling for ComfyUI" } ], + "https://github.com/CaptainGrock/ComfyUIInvisibleWatermark/raw/main/Invisible%20Watermark.py": [ + [ + "Apply Invisible Watermark", + "Extract Watermark" + ], + { + "title_aux": "ComfyUIInvisibleWatermark" + } + ], "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [ [ "LoadImageFromPath" @@ -476,6 +485,21 @@ "title_aux": "FizzNodes" } ], + "https://github.com/GMapeSplat/ComfyUI_ezXY": [ + [ + "ItemFromList", + "IterationDriver", + "LineToConsole", + "NumbersToList", + "PlotImages", + "StringToList", + "ezMath", + "ezXY_Driver" + ], + { + "title_aux": "ezXY" + } + ], "https://github.com/Gourieff/comfyui-reactor-node": [ [ "ReActorFaceSwap" @@ -3151,6 +3175,17 @@ "title_aux": "comfyUI_Nodes_nicolai256" } ], + "https://github.com/noxinias/ComfyUI_NoxinNodes": [ + [ + "NOXCHIME", + "NOXPROMPTLIB_LOAD", + "NOXPROMPTLIB_SAVE", + "NOXSCALEDRES" + ], + { + "title_aux": "ComfyUI_NoxinNodes" + } + ], "https://github.com/ntdviet/comfyui-ext/raw/main/custom_nodes/gcLatentTunnel/gcLatentTunnel.py": [ [ "gcLatentTunnel" @@ -3665,8 +3700,11 @@ ], "https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": [ [ + "FreeU_LCM", "LCMGenerate", + "LCMGenerate_img2img", "LCMLoader", + "LCMLoader_img2img", "LCM_outpaint_prep", "LoadImageNode_LCM", "SaveImage_LCM" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4cd5c51..7350f90 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,35 @@ { "custom_nodes": [ + { + "author": "CaptainGrock", + "title": "ComfyUIInvisibleWatermark", + "reference": "https://github.com/CaptainGrock/ComfyUIInvisibleWatermark", + "files": [ + "https://github.com/CaptainGrock/ComfyUIInvisibleWatermark/raw/main/Invisible%20Watermark.py" + ], + "install_type": "copy", + "description": "Nodes:Apply Invisible Watermark, Extract Watermark. Adds up to 12 characters encoded into an image that can be extracted." + }, + { + "author": "GMapeSplat", + "title": "ezXY", + "reference": "https://github.com/GMapeSplat/ComfyUI_ezXY", + "files": [ + "https://github.com/GMapeSplat/ComfyUI_ezXY" + ], + "install_type": "git-clone", + "description": "Features: Automatic type-casting for most custom and native nodes, Compact math node, List generation for iteration control, Versitile XY plotter" + }, + { + "author": "noxinias", + "title": "ComfyUI_NoxinNodes", + "reference": "https://github.com/noxinias/ComfyUI_NoxinNodes", + "files": [ + "https://github.com/noxinias/ComfyUI_NoxinNodes" + ], + "install_type": "git-clone", + "description": "Nodes: Noxin Complete Chime, Noxin Scaled Resolutions, Load from Noxin Prompt Library, Save to Noxin Prompt Library" + }, { "author": "taabata", "title": "LCM_Inpaint-Outpaint_Comfy", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 1bdb2f8..0a55a2c 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -193,6 +193,15 @@ "title_aux": "Tiled sampling for ComfyUI" } ], + "https://github.com/CaptainGrock/ComfyUIInvisibleWatermark/raw/main/Invisible%20Watermark.py": [ + [ + "Apply Invisible Watermark", + "Extract Watermark" + ], + { + "title_aux": "ComfyUIInvisibleWatermark" + } + ], "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [ [ "LoadImageFromPath" @@ -476,6 +485,21 @@ "title_aux": "FizzNodes" } ], + "https://github.com/GMapeSplat/ComfyUI_ezXY": [ + [ + "ItemFromList", + "IterationDriver", + "LineToConsole", + "NumbersToList", + "PlotImages", + "StringToList", + "ezMath", + "ezXY_Driver" + ], + { + "title_aux": "ezXY" + } + ], "https://github.com/Gourieff/comfyui-reactor-node": [ [ "ReActorFaceSwap" @@ -3151,6 +3175,17 @@ "title_aux": "comfyUI_Nodes_nicolai256" } ], + "https://github.com/noxinias/ComfyUI_NoxinNodes": [ + [ + "NOXCHIME", + "NOXPROMPTLIB_LOAD", + "NOXPROMPTLIB_SAVE", + "NOXSCALEDRES" + ], + { + "title_aux": "ComfyUI_NoxinNodes" + } + ], "https://github.com/ntdviet/comfyui-ext/raw/main/custom_nodes/gcLatentTunnel/gcLatentTunnel.py": [ [ "gcLatentTunnel" @@ -3665,8 +3700,11 @@ ], "https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": [ [ + "FreeU_LCM", "LCMGenerate", + "LCMGenerate_img2img", "LCMLoader", + "LCMLoader_img2img", "LCM_outpaint_prep", "LoadImageNode_LCM", "SaveImage_LCM"