update DB

This commit is contained in:
Dr.Lt.Data 2023-10-23 22:33:57 +09:00
parent 563e348a5a
commit 812a72aaf2
5 changed files with 127 additions and 57 deletions

View File

@ -2284,6 +2284,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: RandomPrompt, TransparentImage, LoadImageFromPath, SplitLongMask" "description": "Nodes: RandomPrompt, TransparentImage, LoadImageFromPath, SplitLongMask"
}, },
{
"author": "ostris",
"title": "Ostris Nodes ComfyUI",
"reference": "https://github.com/ostris/ostris_nodes_comfyui",
"files": [
"https://github.com/ostris/ostris_nodes_comfyui"
],
"install_type": "git-clone",
"nodename_pattern": "- Ostris$",
"description": "This is a collection of custom nodes for ComfyUI that I made for some QOL. I will be adding much more advanced ones in the future once I get more familiar with the API."
},
{ {
"author": "0xbitches", "author": "0xbitches",
"title": "Latent Consistency Model for ComfyUI", "title": "Latent Consistency Model for ComfyUI",
@ -2295,15 +2306,14 @@
"description": "This custom node implements a Latent Consistency Model sampler in ComfyUI." "description": "This custom node implements a Latent Consistency Model sampler in ComfyUI."
}, },
{ {
"author": "ostris", "author": "aszc-dev",
"title": "Ostris Nodes ComfyUI", "title": "Core ML Suite for ComfyUI",
"reference": "https://github.com/ostris/ostris_nodes_comfyui", "reference": "https://github.com/aszc-dev/ComfyUI-CoreMLSuite",
"files": [ "files": [
"https://github.com/ostris/ostris_nodes_comfyui" "https://github.com/aszc-dev/ComfyUI-CoreMLSuite"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"nodename_pattern": "- Ostris$", "description": "This extension contains a set of custom nodes for ComfyUI that allow you to use Core ML models in your ComfyUI workflows. The models can be obtained here, or you can convert your own models using coremltools. The main motivation behind using Core ML models in ComfyUI is to allow you to utilize the ANE (Apple Neural Engine) on Apple Silicon (M1/M2) machines to improve performance."
"description": "This is a collection of custom nodes for ComfyUI that I made for some QOL. I will be adding much more advanced ones in the future once I get more familiar with the API."
}, },
{ {
"author": "taabata", "author": "taabata",

View File

@ -9,6 +9,14 @@
"title_aux": "alkemann nodes" "title_aux": "alkemann nodes"
} }
], ],
"https://github.com/0xbitches/ComfyUI-LCM": [
[
"LCMSampler"
],
{
"title_aux": "Latent Consistency Model for ComfyUI"
}
],
"https://github.com/AIrjen/OneButtonPrompt": [ "https://github.com/AIrjen/OneButtonPrompt": [
[ [
"CreatePromptVariant", "CreatePromptVariant",
@ -102,6 +110,7 @@
"BSZLatentFill", "BSZLatentFill",
"BSZLatentOffsetXL", "BSZLatentOffsetXL",
"BSZLatentRGBAImage", "BSZLatentRGBAImage",
"BSZLatentbuster",
"BSZPixelbuster", "BSZPixelbuster",
"BSZPixelbusterHelp", "BSZPixelbusterHelp",
"BSZPrincipledSDXL", "BSZPrincipledSDXL",
@ -437,6 +446,7 @@
[ [
"AbsCosWave", "AbsCosWave",
"AbsSinWave", "AbsSinWave",
"BatchGLIGENSchedule",
"BatchPromptSchedule", "BatchPromptSchedule",
"BatchPromptScheduleEncodeSDXL", "BatchPromptScheduleEncodeSDXL",
"BatchValueSchedule", "BatchValueSchedule",
@ -459,14 +469,6 @@
"title_aux": "FizzNodes" "title_aux": "FizzNodes"
} }
], ],
"https://github.com/GeLi1989/GK-beifen-ComfyUI_roop": [
[
"roop"
],
{
"title_aux": "roop nodes for ComfyUI"
}
],
"https://github.com/Gourieff/comfyui-reactor-node": [ "https://github.com/Gourieff/comfyui-reactor-node": [
[ [
"ReActorFaceSwap" "ReActorFaceSwap"
@ -1258,21 +1260,21 @@
], ],
"https://github.com/THtianhao/ComfyUI-Portrait-Maker": [ "https://github.com/THtianhao/ComfyUI-Portrait-Maker": [
[ [
"BoxCropImage", "PM_BoxCropImage",
"ColorTransfer", "PM_ColorTransfer",
"ExpandMaskBox", "PM_ExpandMaskBox",
"FaceFusionPM", "PM_FaceFusion",
"FaceSkin", "PM_FaceSkin",
"GetImageInfo", "PM_GetImageInfo",
"ImageResizeTarget", "PM_ImageResizeTarget",
"ImageScaleShort", "PM_ImageScaleShort",
"MaskDilateErode", "PM_MaskDilateErode",
"MaskMerge2Image", "PM_MaskMerge2Image",
"PortraitEnhancement", "PM_PortraitEnhancement",
"RatioMerge2Image", "PM_RatioMerge2Image",
"ReplaceBoxImg", "PM_ReplaceBoxImg",
"RetainFace", "PM_RetinaFace",
"SkinRetouching" "PM_SkinRetouching"
], ],
{ {
"title_aux": "ComfyUI-Portrait-Maker" "title_aux": "ComfyUI-Portrait-Maker"
@ -1878,6 +1880,14 @@
"title_aux": "ComfyUI prompt control" "title_aux": "ComfyUI prompt control"
} }
], ],
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [
[
"CoreMLUNetLoader"
],
{
"title_aux": "Core ML Suite for ComfyUI"
}
],
"https://github.com/avatechai/avatar-graph-comfyui": [ "https://github.com/avatechai/avatar-graph-comfyui": [
[ [
"ApplyMeshTransformAsShapeKey", "ApplyMeshTransformAsShapeKey",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "flowtyone",
"title": "comfyui-flowty-lcm",
"reference": "https://github.com/flowtyone/comfyui-flowty-lcm",
"files": [
"https://github.com/flowtyone/comfyui-flowty-lcm"
],
"install_type": "git-clone",
"description": "This is a comfyui early testing node for LCM, adapted from <a href='https://github.com/0xbitches/sd-webui-lcm'/>https://github.com/0xbitches/sd-webui-lcm</a>. It uses the diffusers backend unfortunately and not comfy's model loading mechanism. But the intention here is just to be able to execute lcm inside comfy.<BR>NOTE: 0xbitches's 'Latent Consistency Model for ComfyUI' is original implementation."
},
{ {
"author": "doucx", "author": "doucx",
"title": "ComfyUI_WcpD_Utility_Kit", "title": "ComfyUI_WcpD_Utility_Kit",
@ -18,7 +28,7 @@
"https://github.com/AbyssYuan0/ComfyUI_BadgerTools" "https://github.com/AbyssYuan0/ComfyUI_BadgerTools"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodees: ImageOverlap-badger, FloatToInt-badger, IntToString-badger, FloatToString-badger." "description": "Nodes: ImageOverlap-badger, FloatToInt-badger, IntToString-badger, FloatToString-badger."
}, },
{ {
"author": "WSJUSA", "author": "WSJUSA",

View File

@ -1,5 +1,35 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "0xbitches",
"title": "Latent Consistency Model for ComfyUI",
"reference": "https://github.com/0xbitches/ComfyUI-LCM",
"files": [
"https://github.com/0xbitches/ComfyUI-LCM"
],
"install_type": "git-clone",
"description": "This custom node implements a Latent Consistency Model sampler in ComfyUI."
},
{
"author": "flowtyone",
"title": "comfyui-flowty-lcm",
"reference": "https://github.com/flowtyone/comfyui-flowty-lcm",
"files": [
"https://github.com/flowtyone/comfyui-flowty-lcm"
],
"install_type": "git-clone",
"description": "This is a comfyui early testing node for LCM, adapted from <a href='https://github.com/0xbitches/sd-webui-lcm'/>https://github.com/0xbitches/sd-webui-lcm</a>. It uses the diffusers backend unfortunately and not comfy's model loading mechanism. But the intention here is just to be able to execute lcm inside comfy.<BR>NOTE: 0xbitches's 'Latent Consistency Model for ComfyUI' is original implementation."
},
{
"author": "aszc-dev",
"title": "Core ML Suite for ComfyUI",
"reference": "https://github.com/aszc-dev/ComfyUI-CoreMLSuite",
"files": [
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite"
],
"install_type": "git-clone",
"description": "This extension contains a set of custom nodes for ComfyUI that allow you to use Core ML models in your ComfyUI workflows. The models can be obtained here, or you can convert your own models using coremltools. The main motivation behind using Core ML models in ComfyUI is to allow you to utilize the ANE (Apple Neural Engine) on Apple Silicon (M1/M2) machines to improve performance."
},
{ {
"author": "Fannovel16", "author": "Fannovel16",
"title": "ComfyUI MotionDiff", "title": "ComfyUI MotionDiff",

View File

@ -9,6 +9,14 @@
"title_aux": "alkemann nodes" "title_aux": "alkemann nodes"
} }
], ],
"https://github.com/0xbitches/ComfyUI-LCM": [
[
"LCMSampler"
],
{
"title_aux": "Latent Consistency Model for ComfyUI"
}
],
"https://github.com/AIrjen/OneButtonPrompt": [ "https://github.com/AIrjen/OneButtonPrompt": [
[ [
"CreatePromptVariant", "CreatePromptVariant",
@ -102,6 +110,7 @@
"BSZLatentFill", "BSZLatentFill",
"BSZLatentOffsetXL", "BSZLatentOffsetXL",
"BSZLatentRGBAImage", "BSZLatentRGBAImage",
"BSZLatentbuster",
"BSZPixelbuster", "BSZPixelbuster",
"BSZPixelbusterHelp", "BSZPixelbusterHelp",
"BSZPrincipledSDXL", "BSZPrincipledSDXL",
@ -437,6 +446,7 @@
[ [
"AbsCosWave", "AbsCosWave",
"AbsSinWave", "AbsSinWave",
"BatchGLIGENSchedule",
"BatchPromptSchedule", "BatchPromptSchedule",
"BatchPromptScheduleEncodeSDXL", "BatchPromptScheduleEncodeSDXL",
"BatchValueSchedule", "BatchValueSchedule",
@ -459,14 +469,6 @@
"title_aux": "FizzNodes" "title_aux": "FizzNodes"
} }
], ],
"https://github.com/GeLi1989/GK-beifen-ComfyUI_roop": [
[
"roop"
],
{
"title_aux": "roop nodes for ComfyUI"
}
],
"https://github.com/Gourieff/comfyui-reactor-node": [ "https://github.com/Gourieff/comfyui-reactor-node": [
[ [
"ReActorFaceSwap" "ReActorFaceSwap"
@ -1258,21 +1260,21 @@
], ],
"https://github.com/THtianhao/ComfyUI-Portrait-Maker": [ "https://github.com/THtianhao/ComfyUI-Portrait-Maker": [
[ [
"BoxCropImage", "PM_BoxCropImage",
"ColorTransfer", "PM_ColorTransfer",
"ExpandMaskBox", "PM_ExpandMaskBox",
"FaceFusionPM", "PM_FaceFusion",
"FaceSkin", "PM_FaceSkin",
"GetImageInfo", "PM_GetImageInfo",
"ImageResizeTarget", "PM_ImageResizeTarget",
"ImageScaleShort", "PM_ImageScaleShort",
"MaskDilateErode", "PM_MaskDilateErode",
"MaskMerge2Image", "PM_MaskMerge2Image",
"PortraitEnhancement", "PM_PortraitEnhancement",
"RatioMerge2Image", "PM_RatioMerge2Image",
"ReplaceBoxImg", "PM_ReplaceBoxImg",
"RetainFace", "PM_RetinaFace",
"SkinRetouching" "PM_SkinRetouching"
], ],
{ {
"title_aux": "ComfyUI-Portrait-Maker" "title_aux": "ComfyUI-Portrait-Maker"
@ -1878,6 +1880,14 @@
"title_aux": "ComfyUI prompt control" "title_aux": "ComfyUI prompt control"
} }
], ],
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [
[
"CoreMLUNetLoader"
],
{
"title_aux": "Core ML Suite for ComfyUI"
}
],
"https://github.com/avatechai/avatar-graph-comfyui": [ "https://github.com/avatechai/avatar-graph-comfyui": [
[ [
"ApplyMeshTransformAsShapeKey", "ApplyMeshTransformAsShapeKey",