diff --git a/custom-node-list.json b/custom-node-list.json index 04c7f50..5bb1bde 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2215,6 +2215,16 @@ "install_type": "git-clone", "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", "title": "ComfyUI-Portrait-Maker", @@ -2496,17 +2506,6 @@ ], "install_type": "unzip", "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." } - ] } diff --git a/extension-node-map.json b/extension-node-map.json index e4807b9..373b40d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1244,12 +1244,13 @@ "FaceFusion", "FaceSkin", "GetImageInfo", + "ImageResizeTarget", + "ImageScaleShort", "MaskDilateErode", "MaskMerge2Image", "PortraitEnhancement", "RatioMerge2Image", "ReplaceBoxImg", - "ResizeImage", "RetainFace", "SkinRetouching" ], diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 4a16da0..ff97a04 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "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", "title": "ComfyUI MotionDiff", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index c7c568e..530e23a 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "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", "title": "ComfyUI-Portrait-Maker", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e4807b9..373b40d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1244,12 +1244,13 @@ "FaceFusion", "FaceSkin", "GetImageInfo", + "ImageResizeTarget", + "ImageScaleShort", "MaskDilateErode", "MaskMerge2Image", "PortraitEnhancement", "RatioMerge2Image", "ReplaceBoxImg", - "ResizeImage", "RetainFace", "SkinRetouching" ],