diff --git a/extension-node-map.json b/extension-node-map.json index de2a436e..6a7440a5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -523,6 +523,7 @@ "https://github.com/GMapeSplat/ComfyUI_ezXY": [ [ "ConcatenateString", + "ItemFromDropdown", "IterationDriver", "JoinImages", "LineToConsole", @@ -531,7 +532,7 @@ "PlotImages", "StringFromList", "StringToLabel", - "StringToList", + "StringsToList", "ezMath", "ezXY_AssemblePlot", "ezXY_Driver" @@ -2893,7 +2894,9 @@ [ "BatchCLIPSeg", "BatchCropFromMask", + "BatchCropFromMaskAdvanced", "BatchUncrop", + "BatchUncropAdvanced", "ColorMatch", "ColorToMask", "ConditioningMultiCombine", @@ -2916,7 +2919,9 @@ "ImageConcanate", "ImageGridComposite2x2", "ImageGridComposite3x3", + "OffsetMask", "ReplaceImagesInBatch", + "ResizeMask", "ReverseImageBatch", "RoundMask", "SaveImageWithAlpha", @@ -4022,7 +4027,9 @@ "LCM_IPAdapter_inpaint", "LCM_outpaint_prep", "LoadImageNode_LCM", - "SaveImage_LCM" + "OutpaintCanvasTool", + "SaveImage_LCM", + "stitch" ], { "title_aux": "LCM_Inpaint-Outpaint_Comfy" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 418a8651..f37f4742 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "wormley", + "title": "comfyui-wormley-nodes", + "reference": "https://github.com/wormley/comfyui-wormley-nodes", + "files": [ + "hhttps://github.com/wormley/comfyui-wormley-nodes" + ], + "install_type": "git-clone", + "description": "Nodes: CheckpointVAELoaderSimpleText, CheckpointVAESelectorText, LoRA_Tag_To_Stack" + }, { "author": "dnl13", "title": "ComfyUI-dnl13-seg", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index de2a436e..6a7440a5 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -523,6 +523,7 @@ "https://github.com/GMapeSplat/ComfyUI_ezXY": [ [ "ConcatenateString", + "ItemFromDropdown", "IterationDriver", "JoinImages", "LineToConsole", @@ -531,7 +532,7 @@ "PlotImages", "StringFromList", "StringToLabel", - "StringToList", + "StringsToList", "ezMath", "ezXY_AssemblePlot", "ezXY_Driver" @@ -2893,7 +2894,9 @@ [ "BatchCLIPSeg", "BatchCropFromMask", + "BatchCropFromMaskAdvanced", "BatchUncrop", + "BatchUncropAdvanced", "ColorMatch", "ColorToMask", "ConditioningMultiCombine", @@ -2916,7 +2919,9 @@ "ImageConcanate", "ImageGridComposite2x2", "ImageGridComposite3x3", + "OffsetMask", "ReplaceImagesInBatch", + "ResizeMask", "ReverseImageBatch", "RoundMask", "SaveImageWithAlpha", @@ -4022,7 +4027,9 @@ "LCM_IPAdapter_inpaint", "LCM_outpaint_prep", "LoadImageNode_LCM", - "SaveImage_LCM" + "OutpaintCanvasTool", + "SaveImage_LCM", + "stitch" ], { "title_aux": "LCM_Inpaint-Outpaint_Comfy"