Browse Source

update DB

pull/69/head
Dr.Lt.Data 1 year ago
parent
commit
af89ce0b7c
  1. 10
      custom-node-list.json
  2. 23
      extension-node-map.json

10
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 <B>Install Models</B>)<BR> <p style='background-color: black; color: red;'>NOTE: To use nodes belonging to <B>controlnet v1</b> such as <B>Canny_Edge_Preprocessor, MIDAS_Depth_Map_Preprocessor, Uniformer_SemSegPreprocessor, etc.</B>, you need to copy the <font color='white'>config.yaml.example</font> file to <font color='white'>config.yaml</font> and change <font color='white'>skip_v1: True</font> to <font color='white'>skip_v1: False</font>.</p>"
},
{
"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",

23
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",

Loading…
Cancel
Save