From 29f6e375e53d2cc060db091ddc189e6f6ffb2404 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Wed, 27 Sep 2023 11:21:52 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 12 +++++++++++- extension-node-map.json | 9 +++++++++ node_db/dev/custom-node-list.json | 11 ----------- node_db/new/custom-node-list.json | 12 +++++++++++- node_db/new/extension-node-map.json | 9 +++++++++ 5 files changed, 40 insertions(+), 13 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f98872d..7aa3cf6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1202,7 +1202,7 @@ "https://github.com/M1kep/Comfy_KepMatteAnything" ], "install_type": "git-clone", - "description": "Nodes: MatteAnything_SAMLoader, MatteAnything_InitSamPredictor, MatteAnything_LoadDINO, MatteAnything_DinoBoxes, MatteAnything_SAMMaskFromBoxes, MatteAnything_ToTrimap, MatteAnything_LoadVITMatteModel, MatteAnything_GenerateVITMatte. This nodes provides several detection nodes." + "description": "This extension provides a custom node that allows the use of Matte Anything in ComfyUI." }, { "author": "M1kep", @@ -1962,6 +1962,16 @@ "install_type": "git-clone", "description": "Custom AI prompt generator node for ComfyUI." }, + { + "author": "mlinmg", + "title": "LaMa Preprocessor [WIP]", + "reference": "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor", + "files": [ + "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor" + ], + "install_type": "git-clone", + "description": "A LaMa prerocessor for ComfyUi. You can find the processor in image/processors." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 9b48155..3dd8615 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2649,6 +2649,15 @@ "title_aux": "mihaiiancu/Inpaint" } ], + "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": [ + [ + "LaMaPreprocessor", + "lamaPreprocessor" + ], + { + "title_aux": "LaMa Preprocessor [WIP]" + } + ], "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [ [ "Save IMG Prompt" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 0170554..5bcea1c 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,16 +1,5 @@ { "custom_nodes": [ - { - "author": "mlinmg", - "title": "ComfyUI LaMA Preprocessor [WIP]", - "reference": "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor", - "pip": ["kornia"], - "files": [ - "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor" - ], - "install_type": "git-clone", - "description": "A LaMa prerocessor for ComfyUi. You can find the processor in image/processors.

NOTE: BEWARE THIS EXTENSION IS NOT FINISHED YET. At the moment it returns a preprocessed image that still needs to be injected with a custom controlnet implementation(missing)

" - }, { "author": "Dr.Lt.Data", "title": "ComfyUI-Workflow-Component [WIP]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index cc45638..922e86b 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "mlinmg", + "title": "LaMa Preprocessor [WIP]", + "reference": "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor", + "files": [ + "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor" + ], + "install_type": "git-clone", + "description": "A LaMa prerocessor for ComfyUi. You can find the processor in image/processors." + }, { "author": "alpertunga-bile", "title": "prompt-generator", @@ -38,7 +48,7 @@ "https://github.com/M1kep/Comfy_KepMatteAnything" ], "install_type": "git-clone", - "description": "Nodes: MatteAnything_SAMLoader, MatteAnything_InitSamPredictor, MatteAnything_LoadDINO, MatteAnything_DinoBoxes, MatteAnything_SAMMaskFromBoxes, MatteAnything_ToTrimap, MatteAnything_LoadVITMatteModel, MatteAnything_GenerateVITMatte. This nodes provides several detection nodes." + "description": "This extension provides a custom node that allows the use of Matte Anything in ComfyUI." }, { "author": "TGu-97", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 9b48155..3dd8615 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2649,6 +2649,15 @@ "title_aux": "mihaiiancu/Inpaint" } ], + "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": [ + [ + "LaMaPreprocessor", + "lamaPreprocessor" + ], + { + "title_aux": "LaMa Preprocessor [WIP]" + } + ], "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [ [ "Save IMG Prompt"