update DB

This commit is contained in:
Dr.Lt.Data 2023-10-14 10:27:56 +09:00
parent 90452518bb
commit 859378f16a
5 changed files with 34 additions and 13 deletions

View File

@ -2215,6 +2215,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Loader, Prompts, ..." "description": "Nodes:Loader, Prompts, ..."
}, },
{
"author": "DigitalIO",
"title": "ComfyUI-stable-wildcards",
"reference": "https://github.com/DigitalIO/ComfyUI-stable-wildcards/",
"files": [
"https://github.com/DigitalIO/ComfyUI-stable-wildcards/"
],
"install_type": "git-clone",
"description": "Wildcard implementation that can be reproduced with workflows."
},
{ {
"author": "THtianhao", "author": "THtianhao",
"title": "ComfyUI-Portrait-Maker", "title": "ComfyUI-Portrait-Maker",
@ -2496,17 +2506,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "DigitalIO",
"title": "ComfyUI-stable-wildcards",
"reference": "https://github.com/DigitalIO/ComfyUI-stable-wildcards/",
"files": [
"https://github.com/DigitalIO/ComfyUI-stable-wildcards/"
],
"install_type": "git-clone",
"description": "Wildcard implementation that can be reproduced with workflows."
} }
] ]
} }

View File

@ -1244,12 +1244,13 @@
"FaceFusion", "FaceFusion",
"FaceSkin", "FaceSkin",
"GetImageInfo", "GetImageInfo",
"ImageResizeTarget",
"ImageScaleShort",
"MaskDilateErode", "MaskDilateErode",
"MaskMerge2Image", "MaskMerge2Image",
"PortraitEnhancement", "PortraitEnhancement",
"RatioMerge2Image", "RatioMerge2Image",
"ReplaceBoxImg", "ReplaceBoxImg",
"ResizeImage",
"RetainFace", "RetainFace",
"SkinRetouching" "SkinRetouching"
], ],

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "zer0TF",
"title": "💜 Cute Comfy 💜",
"reference": "https://github.com/zer0TF/cute-comfy",
"files": [
"https://github.com/zer0TF/cute-comfy"
],
"install_type": "git-clone",
"description": "Nodes:RetainFace, FaceFusion, RatioMerge2Image, MaskMerge2Image, ReplaceBoxImg, ExpandMaskBox, FaceSkin, SkinRetouching, PortraitEnhancement, ..."
},
{ {
"author": "Fannovel16", "author": "Fannovel16",
"title": "ComfyUI MotionDiff", "title": "ComfyUI MotionDiff",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "DigitalIO",
"title": "ComfyUI-stable-wildcards",
"reference": "https://github.com/DigitalIO/ComfyUI-stable-wildcards/",
"files": [
"https://github.com/DigitalIO/ComfyUI-stable-wildcards/"
],
"install_type": "git-clone",
"description": "Wildcard implementation that can be reproduced with workflows."
},
{ {
"author": "THtianhao", "author": "THtianhao",
"title": "ComfyUI-Portrait-Maker", "title": "ComfyUI-Portrait-Maker",

View File

@ -1244,12 +1244,13 @@
"FaceFusion", "FaceFusion",
"FaceSkin", "FaceSkin",
"GetImageInfo", "GetImageInfo",
"ImageResizeTarget",
"ImageScaleShort",
"MaskDilateErode", "MaskDilateErode",
"MaskMerge2Image", "MaskMerge2Image",
"PortraitEnhancement", "PortraitEnhancement",
"RatioMerge2Image", "RatioMerge2Image",
"ReplaceBoxImg", "ReplaceBoxImg",
"ResizeImage",
"RetainFace", "RetainFace",
"SkinRetouching" "SkinRetouching"
], ],