diff --git a/alter-list.json b/alter-list.json index 6110f78..32a4591 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 7420459..c4e20e6 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 9ce69b6..a912184 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",