diff --git a/custom-node-list.json b/custom-node-list.json index 933e701e..91e802c9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3068,6 +3068,16 @@ "install_type": "git-clone", "description": "This is an Extension for ComfyUI, which helps formatting texts." }, + { + "author": "Haoming02", + "title": "ComfyUI Clear Screen", + "reference": "https://github.com/Haoming02/comfyui-clear-screen", + "files": [ + "https://github.com/Haoming02/comfyui-clear-screen" + ], + "install_type": "git-clone", + "description": "This is an Extension for ComfyUI, which adds a button, CLS, to clear the console window." + }, { "author": "bedovyy", "title": "ComfyUI_NAIDGenerator", diff --git a/extension-node-map.json b/extension-node-map.json index 4f73401c..4df51383 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4060,6 +4060,7 @@ "Segs Mask ForEach", "SegsMaskCombine", "SegsToCombinedMask", + "SetDefaultImageForSEGS", "SubtractMask", "SubtractMaskForEach", "TiledKSamplerProvider", @@ -4729,6 +4730,8 @@ "ShowLayer", "ShowTextForGPT", "SmoothMask", + "SpeechRecognition", + "SpeechSynthesis", "SplitLongMask", "SvgImage", "TextImage", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 0f3cb658..935b6ca9 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,15 +1,5 @@ { "custom_nodes": [ - { - "author": "spacepxl", - "title": "ComfyUI-Image-Filters", - "reference": "https://github.com/spacepxl/ComfyUI-Image-Filters", - "files": [ - "https://github.com/spacepxl/ComfyUI-Image-Filters" - ], - "install_type": "git-clone", - "description": "Image and matte filtering nodes for ComfyUI `image/filters/*`" - }, { "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 dabbfdc6..6cc61478 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "spacepxl", + "title": "ComfyUI-Image-Filters", + "reference": "https://github.com/spacepxl/ComfyUI-Image-Filters", + "files": [ + "https://github.com/spacepxl/ComfyUI-Image-Filters" + ], + "install_type": "git-clone", + "description": "Image and matte filtering nodes for ComfyUI `image/filters/*`" + }, + { + "author": "Haoming02", + "title": "ComfyUI Clear Screen", + "reference": "https://github.com/Haoming02/comfyui-clear-screen", + "files": [ + "https://github.com/Haoming02/comfyui-clear-screen" + ], + "install_type": "git-clone", + "description": "This is an Extension for ComfyUI, which adds a button, CLS, to clear the console window." + }, { "author": "deroberon", "title": "demofusion-comfyui", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4f73401c..4df51383 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4060,6 +4060,7 @@ "Segs Mask ForEach", "SegsMaskCombine", "SegsToCombinedMask", + "SetDefaultImageForSEGS", "SubtractMask", "SubtractMaskForEach", "TiledKSamplerProvider", @@ -4729,6 +4730,8 @@ "ShowLayer", "ShowTextForGPT", "SmoothMask", + "SpeechRecognition", + "SpeechSynthesis", "SplitLongMask", "SvgImage", "TextImage",