From 2260f58c4eeea7fa88463533c3036368a439767b Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 3 Sep 2023 10:41:44 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 6 +-- extension-node-map.json | 57 +--------------------------- node_db/legacy/custom-node-list.json | 2 +- node_db/new/extension-node-map.json | 57 +--------------------------- 4 files changed, 8 insertions(+), 114 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d4fe9cc..47b9049 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -52,17 +52,17 @@ }, { "author": "Fannovel16", - "title": "(WIP) ComfyUI's ControlNet Auxiliary Preprocessors", + "title": "ComfyUI's ControlNet Auxiliary Preprocessors", "reference": "https://github.com/Fannovel16/comfyui_controlnet_aux", "files": [ "https://github.com/Fannovel16/comfyui_controlnet_aux" ], "install_type": "git-clone", - "description": "This is a WIP rework of comfyui_controlnet_preprocessors based on ControlNet auxiliary models by 🤗. I think the old repo isn't good enough to maintain. All old workflow will still be work with this repo but the version option won't do anything. Almost all v1 preprocessors are replaced by v1.1 except those doesn't appear in v1.1.

NOTE: Please refrain from using the controlnet preprocessor alongside this installation, as it may lead to conflicts and prevent proper recognition.

" + "description": "This is a rework of comfyui_controlnet_preprocessors based on ControlNet auxiliary models by 🤗. I think the old repo isn't good enough to maintain. All old workflow will still be work with this repo but the version option won't do anything. Almost all v1 preprocessors are replaced by v1.1 except those doesn't appear in v1.1.

NOTE: Please refrain from using the controlnet preprocessor alongside this installation, as it may lead to conflicts and prevent proper recognition.

" }, { "author": "Fannovel16", - "title": "ComfyUI-Frame-Interpolation", + "title": "ComfyUI Frame Interpolation", "reference": "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation", "files": [ "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation" diff --git a/extension-node-map.json b/extension-node-map.json index b4c36d9..c2bd2b3 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -299,7 +299,7 @@ "Sepconv VFI" ], { - "title_aux": "ComfyUI-Frame-Interpolation" + "title_aux": "ComfyUI Frame Interpolation" } ], "https://github.com/Fannovel16/ComfyUI-Loopchain": [ @@ -317,39 +317,6 @@ "title_aux": "ComfyUI-Loopchain" } ], - "https://github.com/Fannovel16/comfy_controlnet_preprocessors": [ - [ - "AnimeLineArtPreprocessor", - "BAE-NormalMapPreprocessor", - "BinaryPreprocessor", - "CannyEdgePreprocessor", - "ColorPreprocessor", - "FakeScribblePreprocessor", - "HEDPreprocessor", - "InpaintPreprocessor", - "LeReS-DepthMapPreprocessor", - "LineArtPreprocessor", - "M-LSDPreprocessor", - "Manga2Anime-LineArtPreprocessor", - "MediaPipe-FaceMeshPreprocessor", - "MediaPipe-HandPosePreprocessor", - "MiDaS-DepthMapPreprocessor", - "MiDaS-NormalMapPreprocessor", - "OneFormer-ADE20K-SemSegPreprocessor", - "OneFormer-COCO-SemSegPreprocessor", - "OpenposePreprocessor", - "PiDiNetPreprocessor", - "ScribblePreprocessor", - "SemSegPreprocessor", - "ShufflePreprocessor", - "TilePreprocessor", - "UniFormer-SemSegPreprocessor", - "Zoe-DepthMapPreprocessor" - ], - { - "title_aux": "ControlNet Preprocessors" - } - ], "https://github.com/Fannovel16/comfyui_controlnet_aux": [ [ "AnimeLineArtPreprocessor", @@ -381,7 +348,7 @@ "Zoe-DepthMapPreprocessor" ], { - "title_aux": "(WIP) ComfyUI's ControlNet Auxiliary Preprocessors" + "title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors" } ], "https://github.com/FizzleDorf/AIT": [ @@ -1762,17 +1729,6 @@ "title_aux": "As_ComfyUI_CustomNodes" } ], - "https://github.com/gamert/ComfyUI_tagger": [ - [ - "CLIPTextEncodeTaggerDD", - "ImageTaggerDD", - "LoadImage_Tagger", - "PromptDD" - ], - { - "title_aux": "ComfyUI_tagger" - } - ], "https://github.com/giriss/comfy-image-saver": [ [ "Cfg Literal", @@ -2089,15 +2045,6 @@ "title_aux": "ComfyUI Inspire Pack" } ], - "https://github.com/ltdrdata/ComfyUI-tomeSD-installer": [ - [ - "CheckpointTomeLoader", - "TestNode" - ], - { - "title_aux": "CheckpointTomeLoader" - } - ], "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [ [ "Custom Date Format | sokes \ud83e\uddac", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 7152ecc..9c0b33b 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -29,7 +29,7 @@ "https://github.com/Fannovel16/comfy_controlnet_preprocessors" ], "install_type": "git-clone", - "description": "ControlNet Preprocessors. (To use this extension, you need to download the required model file from Install Models)

NOTE: To use nodes belonging to controlnet v1 such as Canny_Edge_Preprocessor, MIDAS_Depth_Map_Preprocessor, Uniformer_SemSegPreprocessor, etc., you need to copy the config.yaml.example file to config.yaml and change skip_v1: True to skip_v1: False.

" + "description": "ControlNet Preprocessors. (To use this extension, you need to download the required model file from Install Models)

NOTE: Please uninstall this custom node and instead install 'ComfyUI's ControlNet Auxiliary Preprocessors' from the default channel.
To use nodes belonging to controlnet v1 such as Canny_Edge_Preprocessor, MIDAS_Depth_Map_Preprocessor, Uniformer_SemSegPreprocessor, etc., you need to copy the config.yaml.example file to config.yaml and change skip_v1: True to skip_v1: False.

" }, { "author": "comfyanonymous", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index b4c36d9..c2bd2b3 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -299,7 +299,7 @@ "Sepconv VFI" ], { - "title_aux": "ComfyUI-Frame-Interpolation" + "title_aux": "ComfyUI Frame Interpolation" } ], "https://github.com/Fannovel16/ComfyUI-Loopchain": [ @@ -317,39 +317,6 @@ "title_aux": "ComfyUI-Loopchain" } ], - "https://github.com/Fannovel16/comfy_controlnet_preprocessors": [ - [ - "AnimeLineArtPreprocessor", - "BAE-NormalMapPreprocessor", - "BinaryPreprocessor", - "CannyEdgePreprocessor", - "ColorPreprocessor", - "FakeScribblePreprocessor", - "HEDPreprocessor", - "InpaintPreprocessor", - "LeReS-DepthMapPreprocessor", - "LineArtPreprocessor", - "M-LSDPreprocessor", - "Manga2Anime-LineArtPreprocessor", - "MediaPipe-FaceMeshPreprocessor", - "MediaPipe-HandPosePreprocessor", - "MiDaS-DepthMapPreprocessor", - "MiDaS-NormalMapPreprocessor", - "OneFormer-ADE20K-SemSegPreprocessor", - "OneFormer-COCO-SemSegPreprocessor", - "OpenposePreprocessor", - "PiDiNetPreprocessor", - "ScribblePreprocessor", - "SemSegPreprocessor", - "ShufflePreprocessor", - "TilePreprocessor", - "UniFormer-SemSegPreprocessor", - "Zoe-DepthMapPreprocessor" - ], - { - "title_aux": "ControlNet Preprocessors" - } - ], "https://github.com/Fannovel16/comfyui_controlnet_aux": [ [ "AnimeLineArtPreprocessor", @@ -381,7 +348,7 @@ "Zoe-DepthMapPreprocessor" ], { - "title_aux": "(WIP) ComfyUI's ControlNet Auxiliary Preprocessors" + "title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors" } ], "https://github.com/FizzleDorf/AIT": [ @@ -1762,17 +1729,6 @@ "title_aux": "As_ComfyUI_CustomNodes" } ], - "https://github.com/gamert/ComfyUI_tagger": [ - [ - "CLIPTextEncodeTaggerDD", - "ImageTaggerDD", - "LoadImage_Tagger", - "PromptDD" - ], - { - "title_aux": "ComfyUI_tagger" - } - ], "https://github.com/giriss/comfy-image-saver": [ [ "Cfg Literal", @@ -2089,15 +2045,6 @@ "title_aux": "ComfyUI Inspire Pack" } ], - "https://github.com/ltdrdata/ComfyUI-tomeSD-installer": [ - [ - "CheckpointTomeLoader", - "TestNode" - ], - { - "title_aux": "CheckpointTomeLoader" - } - ], "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [ [ "Custom Date Format | sokes \ud83e\uddac",