Browse Source

update DB

pull/92/head
Dr.Lt.Data 1 year ago
parent
commit
2260f58c4e
  1. 6
      custom-node-list.json
  2. 57
      extension-node-map.json
  3. 2
      node_db/legacy/custom-node-list.json
  4. 57
      node_db/new/extension-node-map.json

6
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. <p style='background-color: black; color: red;'>NOTE: Please refrain from using the controlnet preprocessor alongside this installation, as it may lead to conflicts and prevent proper recognition.</p>"
"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. <p style='background-color: black; color: red;'>NOTE: Please refrain from using the controlnet preprocessor alongside this installation, as it may lead to conflicts and prevent proper recognition.</p>"
},
{
"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"

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

2
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 <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: Please uninstall this custom node and instead install 'ComfyUI's ControlNet Auxiliary Preprocessors' from the default channel.<BR>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": "comfyanonymous",

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

Loading…
Cancel
Save