update DB

This commit is contained in:
Dr.Lt.Data 2023-08-17 01:41:50 +09:00
parent 30058b4e29
commit af89ce0b7c
2 changed files with 33 additions and 0 deletions

View File

@ -80,6 +80,16 @@
"install_type": "git-clone", "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>" "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", "author": "Fannovel16",
"title": "ComfyUI-Frame-Interpolation", "title": "ComfyUI-Frame-Interpolation",

View File

@ -312,6 +312,29 @@
"title_aux": "ControlNet Preprocessors" "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": [ "https://github.com/FizzleDorf/AIT": [
[ [
"AITemplateControlNetLoader", "AITemplateControlNetLoader",