diff --git a/custom-node-list.json b/custom-node-list.json index 42c6dc9..e2fc772 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2284,7 +2284,18 @@ "install_type": "git-clone", "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", "title": "Latent Consistency Model for ComfyUI", "reference": "https://github.com/0xbitches/ComfyUI-LCM", @@ -2295,15 +2306,14 @@ "description": "This custom node implements a Latent Consistency Model sampler in ComfyUI." }, { - "author": "ostris", - "title": "Ostris Nodes ComfyUI", - "reference": "https://github.com/ostris/ostris_nodes_comfyui", + "author": "aszc-dev", + "title": "Core ML Suite for ComfyUI", + "reference": "https://github.com/aszc-dev/ComfyUI-CoreMLSuite", "files": [ - "https://github.com/ostris/ostris_nodes_comfyui" + "https://github.com/aszc-dev/ComfyUI-CoreMLSuite" ], "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." + "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": "taabata", diff --git a/extension-node-map.json b/extension-node-map.json index 33b71e3..44fdf4a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -9,6 +9,14 @@ "title_aux": "alkemann nodes" } ], + "https://github.com/0xbitches/ComfyUI-LCM": [ + [ + "LCMSampler" + ], + { + "title_aux": "Latent Consistency Model for ComfyUI" + } + ], "https://github.com/AIrjen/OneButtonPrompt": [ [ "CreatePromptVariant", @@ -102,6 +110,7 @@ "BSZLatentFill", "BSZLatentOffsetXL", "BSZLatentRGBAImage", + "BSZLatentbuster", "BSZPixelbuster", "BSZPixelbusterHelp", "BSZPrincipledSDXL", @@ -437,6 +446,7 @@ [ "AbsCosWave", "AbsSinWave", + "BatchGLIGENSchedule", "BatchPromptSchedule", "BatchPromptScheduleEncodeSDXL", "BatchValueSchedule", @@ -459,14 +469,6 @@ "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": [ [ "ReActorFaceSwap" @@ -1258,21 +1260,21 @@ ], "https://github.com/THtianhao/ComfyUI-Portrait-Maker": [ [ - "BoxCropImage", - "ColorTransfer", - "ExpandMaskBox", - "FaceFusionPM", - "FaceSkin", - "GetImageInfo", - "ImageResizeTarget", - "ImageScaleShort", - "MaskDilateErode", - "MaskMerge2Image", - "PortraitEnhancement", - "RatioMerge2Image", - "ReplaceBoxImg", - "RetainFace", - "SkinRetouching" + "PM_BoxCropImage", + "PM_ColorTransfer", + "PM_ExpandMaskBox", + "PM_FaceFusion", + "PM_FaceSkin", + "PM_GetImageInfo", + "PM_ImageResizeTarget", + "PM_ImageScaleShort", + "PM_MaskDilateErode", + "PM_MaskMerge2Image", + "PM_PortraitEnhancement", + "PM_RatioMerge2Image", + "PM_ReplaceBoxImg", + "PM_RetinaFace", + "PM_SkinRetouching" ], { "title_aux": "ComfyUI-Portrait-Maker" @@ -1878,6 +1880,14 @@ "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": [ [ "ApplyMeshTransformAsShapeKey", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index e466fab..6e3e147 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "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 https://github.com/0xbitches/sd-webui-lcm. 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.
NOTE: 0xbitches's 'Latent Consistency Model for ComfyUI' is original implementation." + }, { "author": "doucx", "title": "ComfyUI_WcpD_Utility_Kit", @@ -18,7 +28,7 @@ "https://github.com/AbyssYuan0/ComfyUI_BadgerTools" ], "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", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index ae73bc9..e9ab5e4 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,35 @@ { "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 https://github.com/0xbitches/sd-webui-lcm. 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.
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", "title": "ComfyUI MotionDiff", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 33b71e3..44fdf4a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -9,6 +9,14 @@ "title_aux": "alkemann nodes" } ], + "https://github.com/0xbitches/ComfyUI-LCM": [ + [ + "LCMSampler" + ], + { + "title_aux": "Latent Consistency Model for ComfyUI" + } + ], "https://github.com/AIrjen/OneButtonPrompt": [ [ "CreatePromptVariant", @@ -102,6 +110,7 @@ "BSZLatentFill", "BSZLatentOffsetXL", "BSZLatentRGBAImage", + "BSZLatentbuster", "BSZPixelbuster", "BSZPixelbusterHelp", "BSZPrincipledSDXL", @@ -437,6 +446,7 @@ [ "AbsCosWave", "AbsSinWave", + "BatchGLIGENSchedule", "BatchPromptSchedule", "BatchPromptScheduleEncodeSDXL", "BatchValueSchedule", @@ -459,14 +469,6 @@ "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": [ [ "ReActorFaceSwap" @@ -1258,21 +1260,21 @@ ], "https://github.com/THtianhao/ComfyUI-Portrait-Maker": [ [ - "BoxCropImage", - "ColorTransfer", - "ExpandMaskBox", - "FaceFusionPM", - "FaceSkin", - "GetImageInfo", - "ImageResizeTarget", - "ImageScaleShort", - "MaskDilateErode", - "MaskMerge2Image", - "PortraitEnhancement", - "RatioMerge2Image", - "ReplaceBoxImg", - "RetainFace", - "SkinRetouching" + "PM_BoxCropImage", + "PM_ColorTransfer", + "PM_ExpandMaskBox", + "PM_FaceFusion", + "PM_FaceSkin", + "PM_GetImageInfo", + "PM_ImageResizeTarget", + "PM_ImageScaleShort", + "PM_MaskDilateErode", + "PM_MaskMerge2Image", + "PM_PortraitEnhancement", + "PM_RatioMerge2Image", + "PM_ReplaceBoxImg", + "PM_RetinaFace", + "PM_SkinRetouching" ], { "title_aux": "ComfyUI-Portrait-Maker" @@ -1878,6 +1880,14 @@ "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": [ [ "ApplyMeshTransformAsShapeKey",