diff --git a/custom-node-list.json b/custom-node-list.json index ab599cf..9c13d7d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -80,6 +80,16 @@ "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.

" }, + { + "author": "Fannovel16", + "title": "ComfyUI's ControlNet Preprocessors auxiliary models", + "reference": "https://github.com/Fannovel16/comfyui_controlnet_aux", + "files": [ + "https://github.com/Fannovel16/comfyui_controlnet_aux" + ], + "install_type": "git-clone", + "description": "(WIP) 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 apppear in v1.1." + }, { "author": "Fannovel16", "title": "ComfyUI-Frame-Interpolation", diff --git a/extension-node-map.json b/extension-node-map.json index 9f30fed..6aee8ce 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -312,6 +312,29 @@ "title_aux": "ControlNet Preprocessors" } ], + "https://github.com/Fannovel16/comfyui_controlnet_aux": [ + [ + "AnimeLineArtPreprocessor", + "BAE-NormalMapPreprocessor", + "CannyEdgePreprocessor", + "DWPreprocessor", + "FakeScribblePreprocessor", + "HEDPreprocessor", + "LeReS-DepthMapPreprocessor", + "LineArtPreprocessor", + "M-LSDPreprocessor", + "Manga2Anime_LineArt_Preprocessor", + "MiDaS-DepthMapPreprocessor", + "MiDaS-NormalMapPreprocessor", + "OpenposePreprocessor", + "PiDiNetPreprocessor", + "ScribblePreprocessor", + "Zoe-DepthMapPreprocessor" + ], + { + "title_aux": "ComfyUI's ControlNet Preprocessors auxiliary models" + } + ], "https://github.com/FizzleDorf/AIT": [ [ "AITemplateControlNetLoader",