update DB

This commit is contained in:
Dr.Lt.Data 2023-11-13 19:45:33 +09:00
parent 7529774f0b
commit 6b972dc5e1
3 changed files with 28 additions and 4 deletions

View File

@ -523,6 +523,7 @@
"https://github.com/GMapeSplat/ComfyUI_ezXY": [ "https://github.com/GMapeSplat/ComfyUI_ezXY": [
[ [
"ConcatenateString", "ConcatenateString",
"ItemFromDropdown",
"IterationDriver", "IterationDriver",
"JoinImages", "JoinImages",
"LineToConsole", "LineToConsole",
@ -531,7 +532,7 @@
"PlotImages", "PlotImages",
"StringFromList", "StringFromList",
"StringToLabel", "StringToLabel",
"StringToList", "StringsToList",
"ezMath", "ezMath",
"ezXY_AssemblePlot", "ezXY_AssemblePlot",
"ezXY_Driver" "ezXY_Driver"
@ -2893,7 +2894,9 @@
[ [
"BatchCLIPSeg", "BatchCLIPSeg",
"BatchCropFromMask", "BatchCropFromMask",
"BatchCropFromMaskAdvanced",
"BatchUncrop", "BatchUncrop",
"BatchUncropAdvanced",
"ColorMatch", "ColorMatch",
"ColorToMask", "ColorToMask",
"ConditioningMultiCombine", "ConditioningMultiCombine",
@ -2916,7 +2919,9 @@
"ImageConcanate", "ImageConcanate",
"ImageGridComposite2x2", "ImageGridComposite2x2",
"ImageGridComposite3x3", "ImageGridComposite3x3",
"OffsetMask",
"ReplaceImagesInBatch", "ReplaceImagesInBatch",
"ResizeMask",
"ReverseImageBatch", "ReverseImageBatch",
"RoundMask", "RoundMask",
"SaveImageWithAlpha", "SaveImageWithAlpha",
@ -4022,7 +4027,9 @@
"LCM_IPAdapter_inpaint", "LCM_IPAdapter_inpaint",
"LCM_outpaint_prep", "LCM_outpaint_prep",
"LoadImageNode_LCM", "LoadImageNode_LCM",
"SaveImage_LCM" "OutpaintCanvasTool",
"SaveImage_LCM",
"stitch"
], ],
{ {
"title_aux": "LCM_Inpaint-Outpaint_Comfy" "title_aux": "LCM_Inpaint-Outpaint_Comfy"

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "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", "author": "dnl13",
"title": "ComfyUI-dnl13-seg", "title": "ComfyUI-dnl13-seg",

View File

@ -523,6 +523,7 @@
"https://github.com/GMapeSplat/ComfyUI_ezXY": [ "https://github.com/GMapeSplat/ComfyUI_ezXY": [
[ [
"ConcatenateString", "ConcatenateString",
"ItemFromDropdown",
"IterationDriver", "IterationDriver",
"JoinImages", "JoinImages",
"LineToConsole", "LineToConsole",
@ -531,7 +532,7 @@
"PlotImages", "PlotImages",
"StringFromList", "StringFromList",
"StringToLabel", "StringToLabel",
"StringToList", "StringsToList",
"ezMath", "ezMath",
"ezXY_AssemblePlot", "ezXY_AssemblePlot",
"ezXY_Driver" "ezXY_Driver"
@ -2893,7 +2894,9 @@
[ [
"BatchCLIPSeg", "BatchCLIPSeg",
"BatchCropFromMask", "BatchCropFromMask",
"BatchCropFromMaskAdvanced",
"BatchUncrop", "BatchUncrop",
"BatchUncropAdvanced",
"ColorMatch", "ColorMatch",
"ColorToMask", "ColorToMask",
"ConditioningMultiCombine", "ConditioningMultiCombine",
@ -2916,7 +2919,9 @@
"ImageConcanate", "ImageConcanate",
"ImageGridComposite2x2", "ImageGridComposite2x2",
"ImageGridComposite3x3", "ImageGridComposite3x3",
"OffsetMask",
"ReplaceImagesInBatch", "ReplaceImagesInBatch",
"ResizeMask",
"ReverseImageBatch", "ReverseImageBatch",
"RoundMask", "RoundMask",
"SaveImageWithAlpha", "SaveImageWithAlpha",
@ -4022,7 +4027,9 @@
"LCM_IPAdapter_inpaint", "LCM_IPAdapter_inpaint",
"LCM_outpaint_prep", "LCM_outpaint_prep",
"LoadImageNode_LCM", "LoadImageNode_LCM",
"SaveImage_LCM" "OutpaintCanvasTool",
"SaveImage_LCM",
"stitch"
], ],
{ {
"title_aux": "LCM_Inpaint-Outpaint_Comfy" "title_aux": "LCM_Inpaint-Outpaint_Comfy"