diff --git a/custom-node-list.json b/custom-node-list.json index 099ccc2f..3f2d3716 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3411,6 +3411,16 @@ "install_type": "git-clone", "description": "Nodes:Save Text File" }, + { + "author": "AI2lab", + "title": "comfyUI-tool-2lab", + "reference": "https://github.com/AI2lab/comfyUI-tool-2lab", + "files": [ + "https://github.com/AI2lab/comfyUI-tool-2lab" + ], + "install_type": "git-clone", + "description": "Nodes:Mask to Image (2lab), Image to Mask (2lab)." + }, @@ -3653,6 +3663,17 @@ "install_type": "copy", "description": "A collection of ComfyUI nodes. These nodes are tailored for specific tasks, such as counting files in directories and sorting text segments based on token counts. Currently this is only tested on SDXL 1.0 models. An additional swich is needed to hand 1.x" }, + { + "author": "LZC", + "title": "Hayo comfyui nodes", + "reference": "https://github.com/1shadow1/hayo_comfyui_nodes", + "files": [ + "https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py" + ], + "install_type": "copy", + "description": "hayo toools" + }, + { "author": "theally", "title": "TheAlly's Custom Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index dd1f5274..01263388 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -29,6 +29,18 @@ "title_aux": "Latent Consistency Model for ComfyUI" } ], + "https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py": [ + [ + "LoadPILImages", + "MergeImages", + "make_transparentmask", + "tensor_trans_pil", + "words_generatee" + ], + { + "title_aux": "Hayo comfyui nodes" + } + ], "https://github.com/42lux/ComfyUI-safety-checker": [ [ "Safety Checker" @@ -48,6 +60,15 @@ "title_aux": "ComfyUI-Static-Primitives" } ], + "https://github.com/AI2lab/comfyUI-tool-2lab": [ + [ + "Image-To-Mask (2lab)", + "Mask-To-Image (2lab)" + ], + { + "title_aux": "comfyUI-tool-2lab" + } + ], "https://github.com/AIrjen/OneButtonPrompt": [ [ "CreatePromptVariant", @@ -4966,6 +4987,9 @@ "https://github.com/spacepxl/ComfyUI-Image-Filters": [ [ "AlphaClean", + "BlurImageFast", + "BlurMaskFast", + "DilateErodeMask", "EnhanceDetail", "GuidedFilterAlpha", "RemapRange" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 194ba0a9..ab1f079b 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,6 +9,17 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, + + { + "author": "komojini", + "title": "ComfyUI_Prompt_Template_CustomNodes", + "reference": "https://github.com/komojini/ComfyUI_Prompt_Template_CustomNodes", + "files": [ + "https://github.com/komojini/ComfyUI_Prompt_Template_CustomNodes/raw/main/prompt_with_template.py" + ], + "install_type": "copy", + "description": "Nodes:Prompt with Template" + }, { "author": "talesofai", "title": "comfyui-supersave [WIP]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 7312f463..0d1aff30 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,27 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel." }, - + + { + "author": "AI2lab", + "title": "comfyUI-tool-2lab", + "reference": "https://github.com/AI2lab/comfyUI-tool-2lab", + "files": [ + "https://github.com/AI2lab/comfyUI-tool-2lab" + ], + "install_type": "git-clone", + "description": "Nodes:Mask to Image (2lab), Image to Mask (2lab)." + }, + { + "author": "LZC", + "title": "Hayo comfyui nodes", + "reference": "https://github.com/1shadow1/hayo_comfyui_nodes", + "files": [ + "https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py" + ], + "install_type": "copy", + "description": "hayo toools" + }, { "author": "MNeMoNiCuZ", "title": "ComfyUI-mnemic-nodes", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index dd1f5274..01263388 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -29,6 +29,18 @@ "title_aux": "Latent Consistency Model for ComfyUI" } ], + "https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py": [ + [ + "LoadPILImages", + "MergeImages", + "make_transparentmask", + "tensor_trans_pil", + "words_generatee" + ], + { + "title_aux": "Hayo comfyui nodes" + } + ], "https://github.com/42lux/ComfyUI-safety-checker": [ [ "Safety Checker" @@ -48,6 +60,15 @@ "title_aux": "ComfyUI-Static-Primitives" } ], + "https://github.com/AI2lab/comfyUI-tool-2lab": [ + [ + "Image-To-Mask (2lab)", + "Mask-To-Image (2lab)" + ], + { + "title_aux": "comfyUI-tool-2lab" + } + ], "https://github.com/AIrjen/OneButtonPrompt": [ [ "CreatePromptVariant", @@ -4966,6 +4987,9 @@ "https://github.com/spacepxl/ComfyUI-Image-Filters": [ [ "AlphaClean", + "BlurImageFast", + "BlurMaskFast", + "DilateErodeMask", "EnhanceDetail", "GuidedFilterAlpha", "RemapRange"