diff --git a/custom-node-list.json b/custom-node-list.json index 6588853..933e701 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3310,6 +3310,16 @@ "install_type": "git-clone", "description": "[PoC] This extension implements [a/DemoFusion](https://ruoyidu.github.io/demofusion/demofusion.html)." }, + { + "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": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index ae40c96..4f73401 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3798,7 +3798,6 @@ ], "https://github.com/knuknX/ComfyUI-Image-Tools": [ [ - "ImageBatchSqueezeProcessor", "ImageBgRemoveProcessor", "ImageStandardResizeProcessor", "SingleImagePathLoader", @@ -4893,6 +4892,17 @@ "title_aux": "ComfyUI-HQ-Image-Save" } ], + "https://github.com/spacepxl/ComfyUI-Image-Filters": [ + [ + "AlphaClean", + "EnhanceDetail", + "GuidedFilterAlpha", + "RemapRange" + ], + { + "title_aux": "ComfyUI-Image-Filters" + } + ], "https://github.com/spinagon/ComfyUI-seam-carving": [ [ "SeamCarving" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 935b6ca..0f3cb65 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "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/extension-node-map.json b/node_db/new/extension-node-map.json index ae40c96..4f73401 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3798,7 +3798,6 @@ ], "https://github.com/knuknX/ComfyUI-Image-Tools": [ [ - "ImageBatchSqueezeProcessor", "ImageBgRemoveProcessor", "ImageStandardResizeProcessor", "SingleImagePathLoader", @@ -4893,6 +4892,17 @@ "title_aux": "ComfyUI-HQ-Image-Save" } ], + "https://github.com/spacepxl/ComfyUI-Image-Filters": [ + [ + "AlphaClean", + "EnhanceDetail", + "GuidedFilterAlpha", + "RemapRange" + ], + { + "title_aux": "ComfyUI-Image-Filters" + } + ], "https://github.com/spinagon/ComfyUI-seam-carving": [ [ "SeamCarving"