From 253839faa258b818361524216242de5b80ad8eb6 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 30 Dec 2023 19:15:20 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 +++++++++ extension-node-map.json | 33 +++++++++++++++++++++++++++-- node_db/new/custom-node-list.json | 30 +++++++++----------------- node_db/new/extension-node-map.json | 33 +++++++++++++++++++++++++++-- 4 files changed, 82 insertions(+), 24 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f337f79..390ca4e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3844,6 +3844,16 @@ "install_type": "git-clone", "description": "Nodes: LiamLoadImage. This node provides the capability to load images from a URL." }, + { + "author": "Ryuukeisyou", + "title": "comfyui_face_parsing", + "reference": "https://github.com/Ryuukeisyou/comfyui_face_parsing", + "files": [ + "https://github.com/Ryuukeisyou/comfyui_face_parsing" + ], + "install_type": "git-clone", + "description": "This is a set of custom nodes for ComfyUI. The nodes utilize the [a/face parsing model](https://huggingface.co/jonathandinu/face-parsing) to provide detailed segmantation of face. To improve face segmantation accuracy, [a/yolov8 face model](https://huggingface.co/Bingsu/adetailer/) is used to first extract face from an image. There are also auxiliary nodes for image and mask processing. A guided filter is also provided for skin smoothing." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 8147b86..3955798 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1421,6 +1421,32 @@ "title_aux": "ComfyUI-RenderRiftNodes" } ], + "https://github.com/Ryuukeisyou/comfyui_face_parsing": [ + [ + "BBoxListItemSelect(FaceParsing)", + "BBoxResize(FaceParsing)", + "ColorAdjust(FaceParsing)", + "FaceBBoxDetect(FaceParsing)", + "FaceBBoxDetectorLoader(FaceParsing)", + "FaceParse(FaceParsing)", + "FaceParsingModelLoader(FaceParsing)", + "FaceParsingProcessorLoader(FaceParsing)", + "FaceParsingResultsParser(FaceParsing)", + "GuidedFilter(FaceParsing)", + "ImageCropWithBBox(FaceParsing)", + "ImageInsertWithBBox(FaceParsing)", + "ImageListSelect(FaceParsing)", + "ImagePadWithBBox(FaceParsing)", + "ImageResizeCalculator(FaceParsing)", + "ImageSize(FaceParsing)", + "MaskComposite(FaceParsing)", + "MaskListComposite(FaceParsing)", + "MaskListSelect(FaceParsing)" + ], + { + "title_aux": "comfyui_face_parsing" + } + ], "https://github.com/SLAPaper/ComfyUI-Image-Selector": [ [ "ImageDuplicator", @@ -3178,6 +3204,7 @@ "LoadImageExtended", "Loader", "Prompts", + "RandomResolutionLatent", "SaveImages", "SeedGenerator", "SimpleSampler", @@ -3858,8 +3885,8 @@ "PromptComposerAssembler", "PromptComposerEffect", "PromptComposerStyler", - "PromptComposerTextMuliple", - "PromptComposerTextSingle" + "PromptComposerTextSingle", + "promptComposerTextMultiple" ], { "title_aux": "comfyui-prompt-composer" @@ -5831,6 +5858,7 @@ "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ [ "CaptureWebcam", + "LatentDelay", "LoadWebcamImage", "SaveImagetoPath" ], @@ -5855,6 +5883,7 @@ "Batch Unsampler", "Iterative Mixing KSampler", "Iterative Mixing KSampler Advanced", + "Latent Batch Comparison Plot", "Latent Batch Statistics Plot" ], { diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 65674cb..bbe212a 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,16 @@ + { + "author": "Ryuukeisyou", + "title": "comfyui_face_parsing", + "reference": "https://github.com/Ryuukeisyou/comfyui_face_parsing", + "files": [ + "https://github.com/Ryuukeisyou/comfyui_face_parsing" + ], + "install_type": "git-clone", + "description": "This is a set of custom nodes for ComfyUI. The nodes utilize the [a/face parsing model](https://huggingface.co/jonathandinu/face-parsing) to provide detailed segmantation of face. To improve face segmantation accuracy, [a/yolov8 face model](https://huggingface.co/Bingsu/adetailer/) is used to first extract face from an image. There are also auxiliary nodes for image and mask processing. A guided filter is also provided for skin smoothing." + }, { "author": "florestefano1975", "title": "comfyui-prompt-composer", @@ -685,26 +695,6 @@ ], "install_type": "git-clone", "description": "This is an image/video/workflow browser and manager for ComfyUI. You could add image/video/workflow to collections and load it to ComfyUI. You will be able to use your collections everywhere." - }, - { - "author": "zcfrank1st", - "title": "Comfyui-Toolbox", - "reference": "https://github.com/zcfrank1st/Comfyui-Toolbox", - "files": [ - "https://github.com/zcfrank1st/Comfyui-Toolbox" - ], - "install_type": "git-clone", - "description": "Nodes:Preview Json, Save Json, Test Json Preview, ... preview and save nodes" - }, - { - "author": "80sVectorz", - "title": "ComfyUI-Static-Primitives", - "reference": "https://github.com/80sVectorz/ComfyUI-Static-Primitives", - "files": [ - "https://github.com/80sVectorz/ComfyUI-Static-Primitives" - ], - "install_type": "git-clone", - "description": "Adds Static Primitives to ComfyUI. Mostly to work with reroute nodes" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 8147b86..3955798 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1421,6 +1421,32 @@ "title_aux": "ComfyUI-RenderRiftNodes" } ], + "https://github.com/Ryuukeisyou/comfyui_face_parsing": [ + [ + "BBoxListItemSelect(FaceParsing)", + "BBoxResize(FaceParsing)", + "ColorAdjust(FaceParsing)", + "FaceBBoxDetect(FaceParsing)", + "FaceBBoxDetectorLoader(FaceParsing)", + "FaceParse(FaceParsing)", + "FaceParsingModelLoader(FaceParsing)", + "FaceParsingProcessorLoader(FaceParsing)", + "FaceParsingResultsParser(FaceParsing)", + "GuidedFilter(FaceParsing)", + "ImageCropWithBBox(FaceParsing)", + "ImageInsertWithBBox(FaceParsing)", + "ImageListSelect(FaceParsing)", + "ImagePadWithBBox(FaceParsing)", + "ImageResizeCalculator(FaceParsing)", + "ImageSize(FaceParsing)", + "MaskComposite(FaceParsing)", + "MaskListComposite(FaceParsing)", + "MaskListSelect(FaceParsing)" + ], + { + "title_aux": "comfyui_face_parsing" + } + ], "https://github.com/SLAPaper/ComfyUI-Image-Selector": [ [ "ImageDuplicator", @@ -3178,6 +3204,7 @@ "LoadImageExtended", "Loader", "Prompts", + "RandomResolutionLatent", "SaveImages", "SeedGenerator", "SimpleSampler", @@ -3858,8 +3885,8 @@ "PromptComposerAssembler", "PromptComposerEffect", "PromptComposerStyler", - "PromptComposerTextMuliple", - "PromptComposerTextSingle" + "PromptComposerTextSingle", + "promptComposerTextMultiple" ], { "title_aux": "comfyui-prompt-composer" @@ -5831,6 +5858,7 @@ "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ [ "CaptureWebcam", + "LatentDelay", "LoadWebcamImage", "SaveImagetoPath" ], @@ -5855,6 +5883,7 @@ "Batch Unsampler", "Iterative Mixing KSampler", "Iterative Mixing KSampler Advanced", + "Latent Batch Comparison Plot", "Latent Batch Statistics Plot" ], {