From aa2ad3b0e4c680eb5ac757acfffaae03a133b53c Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Mon, 31 Jul 2023 11:54:00 +0900 Subject: [PATCH] update DB --- alter-list.json | 5 +++++ custom-node-list.json | 10 ++++++++++ extension-node-map.json | 3 +++ 3 files changed, 18 insertions(+) diff --git a/alter-list.json b/alter-list.json index 6110f78f..32a45915 100644 --- a/alter-list.json +++ b/alter-list.json @@ -119,6 +119,11 @@ "id":"https://github.com/adieyal/comfyui-dynamicprompts", "tags":"prompt, dynamic prompt", "description": "This extension is a port of sd-dynamic-prompt to ComfyUI." + }, + { + "id":"https://github.com/kwaroran/abg-comfyui", + "tags":"abg, background remover", + "description": "A Anime Background Remover node for comfyui, based on this hf space, works same as AGB extention in automatic1111." } ] } \ No newline at end of file diff --git a/custom-node-list.json b/custom-node-list.json index 7420459b..c4e20e65 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -828,6 +828,16 @@ "install_type": "git-clone", "description": "Nodes: InpaintMediapipe. This node provides a simple interface to inpaint." }, + { + "author": "kwaroran", + "title": "abg-comfyui", + "reference": "https://github.com/kwaroran/abg-comfyui", + "files": [ + "https://github.com/kwaroran/abg-comfyui" + ], + "install_type": "git-clone", + "description": "Nodes: Remove Image Background (abg). A Anime Background Remover node for comfyui, based on this hf space, works same as AGB extention in automatic1111." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 9ce69b6b..a912184e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -857,6 +857,9 @@ "YKImagePadForOutpaint", "YKMaskToImage" ], + "https://github.com/kwaroran/abg-comfyui": [ + "Remove Image Background (abg)" + ], "https://github.com/lilly1987/ComfyUI_node_Lilly": [ "CheckpointLoaderSimpleText", "LoraLoaderText",