mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-03 18:50:49 +08:00
update DB
This commit is contained in:
parent
953178adf2
commit
253839faa2
@ -3844,6 +3844,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes: LiamLoadImage. This node provides the capability to load images from a URL."
|
"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."
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1421,6 +1421,32 @@
|
|||||||
"title_aux": "ComfyUI-RenderRiftNodes"
|
"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": [
|
"https://github.com/SLAPaper/ComfyUI-Image-Selector": [
|
||||||
[
|
[
|
||||||
"ImageDuplicator",
|
"ImageDuplicator",
|
||||||
@ -3178,6 +3204,7 @@
|
|||||||
"LoadImageExtended",
|
"LoadImageExtended",
|
||||||
"Loader",
|
"Loader",
|
||||||
"Prompts",
|
"Prompts",
|
||||||
|
"RandomResolutionLatent",
|
||||||
"SaveImages",
|
"SaveImages",
|
||||||
"SeedGenerator",
|
"SeedGenerator",
|
||||||
"SimpleSampler",
|
"SimpleSampler",
|
||||||
@ -3858,8 +3885,8 @@
|
|||||||
"PromptComposerAssembler",
|
"PromptComposerAssembler",
|
||||||
"PromptComposerEffect",
|
"PromptComposerEffect",
|
||||||
"PromptComposerStyler",
|
"PromptComposerStyler",
|
||||||
"PromptComposerTextMuliple",
|
"PromptComposerTextSingle",
|
||||||
"PromptComposerTextSingle"
|
"promptComposerTextMultiple"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "comfyui-prompt-composer"
|
"title_aux": "comfyui-prompt-composer"
|
||||||
@ -5831,6 +5858,7 @@
|
|||||||
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
|
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
|
||||||
[
|
[
|
||||||
"CaptureWebcam",
|
"CaptureWebcam",
|
||||||
|
"LatentDelay",
|
||||||
"LoadWebcamImage",
|
"LoadWebcamImage",
|
||||||
"SaveImagetoPath"
|
"SaveImagetoPath"
|
||||||
],
|
],
|
||||||
@ -5855,6 +5883,7 @@
|
|||||||
"Batch Unsampler",
|
"Batch Unsampler",
|
||||||
"Iterative Mixing KSampler",
|
"Iterative Mixing KSampler",
|
||||||
"Iterative Mixing KSampler Advanced",
|
"Iterative Mixing KSampler Advanced",
|
||||||
|
"Latent Batch Comparison Plot",
|
||||||
"Latent Batch Statistics Plot"
|
"Latent Batch Statistics Plot"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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",
|
"author": "florestefano1975",
|
||||||
"title": "comfyui-prompt-composer",
|
"title": "comfyui-prompt-composer",
|
||||||
@ -685,26 +695,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"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."
|
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1421,6 +1421,32 @@
|
|||||||
"title_aux": "ComfyUI-RenderRiftNodes"
|
"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": [
|
"https://github.com/SLAPaper/ComfyUI-Image-Selector": [
|
||||||
[
|
[
|
||||||
"ImageDuplicator",
|
"ImageDuplicator",
|
||||||
@ -3178,6 +3204,7 @@
|
|||||||
"LoadImageExtended",
|
"LoadImageExtended",
|
||||||
"Loader",
|
"Loader",
|
||||||
"Prompts",
|
"Prompts",
|
||||||
|
"RandomResolutionLatent",
|
||||||
"SaveImages",
|
"SaveImages",
|
||||||
"SeedGenerator",
|
"SeedGenerator",
|
||||||
"SimpleSampler",
|
"SimpleSampler",
|
||||||
@ -3858,8 +3885,8 @@
|
|||||||
"PromptComposerAssembler",
|
"PromptComposerAssembler",
|
||||||
"PromptComposerEffect",
|
"PromptComposerEffect",
|
||||||
"PromptComposerStyler",
|
"PromptComposerStyler",
|
||||||
"PromptComposerTextMuliple",
|
"PromptComposerTextSingle",
|
||||||
"PromptComposerTextSingle"
|
"promptComposerTextMultiple"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "comfyui-prompt-composer"
|
"title_aux": "comfyui-prompt-composer"
|
||||||
@ -5831,6 +5858,7 @@
|
|||||||
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
|
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
|
||||||
[
|
[
|
||||||
"CaptureWebcam",
|
"CaptureWebcam",
|
||||||
|
"LatentDelay",
|
||||||
"LoadWebcamImage",
|
"LoadWebcamImage",
|
||||||
"SaveImagetoPath"
|
"SaveImagetoPath"
|
||||||
],
|
],
|
||||||
@ -5855,6 +5883,7 @@
|
|||||||
"Batch Unsampler",
|
"Batch Unsampler",
|
||||||
"Iterative Mixing KSampler",
|
"Iterative Mixing KSampler",
|
||||||
"Iterative Mixing KSampler Advanced",
|
"Iterative Mixing KSampler Advanced",
|
||||||
|
"Latent Batch Comparison Plot",
|
||||||
"Latent Batch Statistics Plot"
|
"Latent Batch Statistics Plot"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user