update DB

This commit is contained in:
Dr.Lt.Data 2023-11-09 20:04:07 +09:00
parent 1ae9629862
commit 8886552336
4 changed files with 42 additions and 8 deletions

View File

@ -2556,6 +2556,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This tool will turn entire workflows or parts of them into single integrated nodes. In a way, it is similar to the Node Templates functionality but hides the inner structure. This is useful if all you want is to reuse and quickly configure a bunch of nodes without caring how they are interconnected." "description": "This tool will turn entire workflows or parts of them into single integrated nodes. In a way, it is similar to the Node Templates functionality but hides the inner structure. This is useful if all you want is to reuse and quickly configure a bunch of nodes without caring how they are interconnected."
}, },
{
"author": "Off-Live",
"title": "ComfyUI-off-suite",
"reference": "https://github.com/Off-Live/ComfyUI-off-suite",
"files": [
"https://github.com/Off-Live/ComfyUI-off-suite"
],
"install_type": "copy",
"description": "Nodes:Image Crop Fit Node, OFF SEGS to Image, Crop Center wigh SEGS, GW Number Formatting Node."
},
{ {
"author": "Ser-Hilary", "author": "Ser-Hilary",
"title": "SDXL_sizing", "title": "SDXL_sizing",

View File

@ -665,6 +665,7 @@
"ADE_AnimateDiffModelSettings", "ADE_AnimateDiffModelSettings",
"ADE_AnimateDiffModelSettingsAdvancedAttnStrengths", "ADE_AnimateDiffModelSettingsAdvancedAttnStrengths",
"ADE_AnimateDiffModelSettingsSimple", "ADE_AnimateDiffModelSettingsSimple",
"ADE_AnimateDiffModelSettings_Release",
"ADE_AnimateDiffUniformContextOptions", "ADE_AnimateDiffUniformContextOptions",
"ADE_AnimateDiffUnload", "ADE_AnimateDiffUnload",
"ADE_EmptyLatentImageLarge", "ADE_EmptyLatentImageLarge",
@ -1409,6 +1410,7 @@
"TC_ImageResize", "TC_ImageResize",
"TC_ImageScale", "TC_ImageScale",
"TC_MaskBG_DIS", "TC_MaskBG_DIS",
"TC_RandomColorFill",
"TC_SizeApproximation" "TC_SizeApproximation"
], ],
{ {
@ -2152,7 +2154,6 @@
"Color Clip (advanced)", "Color Clip (advanced)",
"Color Clip ADE20k", "Color Clip ADE20k",
"ColorDictionary", "ColorDictionary",
"CondList",
"Conditioning (combine multiple)", "Conditioning (combine multiple)",
"Conditioning (combine selective)", "Conditioning (combine selective)",
"Conditioning Grid (cond)", "Conditioning Grid (cond)",
@ -2175,11 +2176,14 @@
"FlatLatentsIntoSingleGrid", "FlatLatentsIntoSingleGrid",
"Framed Mask Grab Cut", "Framed Mask Grab Cut",
"Framed Mask Grab Cut 2", "Framed Mask Grab Cut 2",
"FromListGetConds",
"FromListGetImages",
"FromListGetLatents",
"Get Contour from list", "Get Contour from list",
"Get Models", "Get Models",
"Get Prompt", "Get Prompt",
"HypernetworkLoader (dirty)", "HypernetworkLoader (dirty)",
"ImageBatchToImageList", "ImageBatchToList",
"InRange (hsv)", "InRange (hsv)",
"Inpaint", "Inpaint",
"Input/String to Int Array", "Input/String to Int Array",
@ -2205,6 +2209,9 @@
"String", "String",
"String to Float", "String to Float",
"String to Integer", "String to Integer",
"ToCondList",
"ToImageList",
"ToLatentList",
"VAEEncodeBatch" "VAEEncodeBatch"
], ],
{ {
@ -2880,6 +2887,8 @@
], ],
"https://github.com/kijai/ComfyUI-KJNodes": [ "https://github.com/kijai/ComfyUI-KJNodes": [
[ [
"BatchCropFromMask",
"BatchUncrop",
"ColorMatch", "ColorMatch",
"ColorToMask", "ColorToMask",
"ConditioningMultiCombine", "ConditioningMultiCombine",
@ -3970,7 +3979,6 @@
"ImageOutputToComfyNodes", "ImageOutputToComfyNodes",
"ImageShuffle", "ImageShuffle",
"LCMGenerate", "LCMGenerate",
"LCMGenerate_RIVAL",
"LCMGenerate_ReferenceOnly", "LCMGenerate_ReferenceOnly",
"LCMGenerate_img2img", "LCMGenerate_img2img",
"LCMGenerate_img2img_IPAdapter", "LCMGenerate_img2img_IPAdapter",
@ -3978,7 +3986,6 @@
"LCMGenerate_inpaintv2", "LCMGenerate_inpaintv2",
"LCMGenerate_inpaintv3", "LCMGenerate_inpaintv3",
"LCMLoader", "LCMLoader",
"LCMLoader_RIVAL",
"LCMLoader_RefInpaint", "LCMLoader_RefInpaint",
"LCMLoader_ReferenceOnly", "LCMLoader_ReferenceOnly",
"LCMLoader_controlnet", "LCMLoader_controlnet",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "Off-Live",
"title": "ComfyUI-off-suite",
"reference": "https://github.com/Off-Live/ComfyUI-off-suite",
"files": [
"https://github.com/Off-Live/ComfyUI-off-suite"
],
"install_type": "copy",
"description": "Nodes:Image Crop Fit Node, OFF SEGS to Image, Crop Center wigh SEGS, GW Number Formatting Node."
},
{ {
"author": "laksjdjf", "author": "laksjdjf",
"title": "LCMSampler-ComfyUI", "title": "LCMSampler-ComfyUI",

View File

@ -665,6 +665,7 @@
"ADE_AnimateDiffModelSettings", "ADE_AnimateDiffModelSettings",
"ADE_AnimateDiffModelSettingsAdvancedAttnStrengths", "ADE_AnimateDiffModelSettingsAdvancedAttnStrengths",
"ADE_AnimateDiffModelSettingsSimple", "ADE_AnimateDiffModelSettingsSimple",
"ADE_AnimateDiffModelSettings_Release",
"ADE_AnimateDiffUniformContextOptions", "ADE_AnimateDiffUniformContextOptions",
"ADE_AnimateDiffUnload", "ADE_AnimateDiffUnload",
"ADE_EmptyLatentImageLarge", "ADE_EmptyLatentImageLarge",
@ -1409,6 +1410,7 @@
"TC_ImageResize", "TC_ImageResize",
"TC_ImageScale", "TC_ImageScale",
"TC_MaskBG_DIS", "TC_MaskBG_DIS",
"TC_RandomColorFill",
"TC_SizeApproximation" "TC_SizeApproximation"
], ],
{ {
@ -2152,7 +2154,6 @@
"Color Clip (advanced)", "Color Clip (advanced)",
"Color Clip ADE20k", "Color Clip ADE20k",
"ColorDictionary", "ColorDictionary",
"CondList",
"Conditioning (combine multiple)", "Conditioning (combine multiple)",
"Conditioning (combine selective)", "Conditioning (combine selective)",
"Conditioning Grid (cond)", "Conditioning Grid (cond)",
@ -2175,11 +2176,14 @@
"FlatLatentsIntoSingleGrid", "FlatLatentsIntoSingleGrid",
"Framed Mask Grab Cut", "Framed Mask Grab Cut",
"Framed Mask Grab Cut 2", "Framed Mask Grab Cut 2",
"FromListGetConds",
"FromListGetImages",
"FromListGetLatents",
"Get Contour from list", "Get Contour from list",
"Get Models", "Get Models",
"Get Prompt", "Get Prompt",
"HypernetworkLoader (dirty)", "HypernetworkLoader (dirty)",
"ImageBatchToImageList", "ImageBatchToList",
"InRange (hsv)", "InRange (hsv)",
"Inpaint", "Inpaint",
"Input/String to Int Array", "Input/String to Int Array",
@ -2205,6 +2209,9 @@
"String", "String",
"String to Float", "String to Float",
"String to Integer", "String to Integer",
"ToCondList",
"ToImageList",
"ToLatentList",
"VAEEncodeBatch" "VAEEncodeBatch"
], ],
{ {
@ -2880,6 +2887,8 @@
], ],
"https://github.com/kijai/ComfyUI-KJNodes": [ "https://github.com/kijai/ComfyUI-KJNodes": [
[ [
"BatchCropFromMask",
"BatchUncrop",
"ColorMatch", "ColorMatch",
"ColorToMask", "ColorToMask",
"ConditioningMultiCombine", "ConditioningMultiCombine",
@ -3970,7 +3979,6 @@
"ImageOutputToComfyNodes", "ImageOutputToComfyNodes",
"ImageShuffle", "ImageShuffle",
"LCMGenerate", "LCMGenerate",
"LCMGenerate_RIVAL",
"LCMGenerate_ReferenceOnly", "LCMGenerate_ReferenceOnly",
"LCMGenerate_img2img", "LCMGenerate_img2img",
"LCMGenerate_img2img_IPAdapter", "LCMGenerate_img2img_IPAdapter",
@ -3978,7 +3986,6 @@
"LCMGenerate_inpaintv2", "LCMGenerate_inpaintv2",
"LCMGenerate_inpaintv3", "LCMGenerate_inpaintv3",
"LCMLoader", "LCMLoader",
"LCMLoader_RIVAL",
"LCMLoader_RefInpaint", "LCMLoader_RefInpaint",
"LCMLoader_ReferenceOnly", "LCMLoader_ReferenceOnly",
"LCMLoader_controlnet", "LCMLoader_controlnet",