Browse Source

update DB

pull/43/head
dr.lt.data 1 year ago
parent
commit
aa2ad3b0e4
  1. 5
      alter-list.json
  2. 10
      custom-node-list.json
  3. 3
      extension-node-map.json

5
alter-list.json

@ -119,6 +119,11 @@
"id":"https://github.com/adieyal/comfyui-dynamicprompts", "id":"https://github.com/adieyal/comfyui-dynamicprompts",
"tags":"prompt, dynamic prompt", "tags":"prompt, dynamic prompt",
"description": "This extension is a port of sd-dynamic-prompt to ComfyUI." "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."
} }
] ]
} }

10
custom-node-list.json

@ -828,6 +828,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: InpaintMediapipe. This node provides a simple interface to inpaint." "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", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",

3
extension-node-map.json

@ -857,6 +857,9 @@
"YKImagePadForOutpaint", "YKImagePadForOutpaint",
"YKMaskToImage" "YKMaskToImage"
], ],
"https://github.com/kwaroran/abg-comfyui": [
"Remove Image Background (abg)"
],
"https://github.com/lilly1987/ComfyUI_node_Lilly": [ "https://github.com/lilly1987/ComfyUI_node_Lilly": [
"CheckpointLoaderSimpleText", "CheckpointLoaderSimpleText",
"LoraLoaderText", "LoraLoaderText",

Loading…
Cancel
Save