mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
1ae9629862
commit
8886552336
@ -2556,6 +2556,16 @@
|
||||
"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."
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"title": "SDXL_sizing",
|
||||
|
||||
@ -665,6 +665,7 @@
|
||||
"ADE_AnimateDiffModelSettings",
|
||||
"ADE_AnimateDiffModelSettingsAdvancedAttnStrengths",
|
||||
"ADE_AnimateDiffModelSettingsSimple",
|
||||
"ADE_AnimateDiffModelSettings_Release",
|
||||
"ADE_AnimateDiffUniformContextOptions",
|
||||
"ADE_AnimateDiffUnload",
|
||||
"ADE_EmptyLatentImageLarge",
|
||||
@ -1409,6 +1410,7 @@
|
||||
"TC_ImageResize",
|
||||
"TC_ImageScale",
|
||||
"TC_MaskBG_DIS",
|
||||
"TC_RandomColorFill",
|
||||
"TC_SizeApproximation"
|
||||
],
|
||||
{
|
||||
@ -2152,7 +2154,6 @@
|
||||
"Color Clip (advanced)",
|
||||
"Color Clip ADE20k",
|
||||
"ColorDictionary",
|
||||
"CondList",
|
||||
"Conditioning (combine multiple)",
|
||||
"Conditioning (combine selective)",
|
||||
"Conditioning Grid (cond)",
|
||||
@ -2175,11 +2176,14 @@
|
||||
"FlatLatentsIntoSingleGrid",
|
||||
"Framed Mask Grab Cut",
|
||||
"Framed Mask Grab Cut 2",
|
||||
"FromListGetConds",
|
||||
"FromListGetImages",
|
||||
"FromListGetLatents",
|
||||
"Get Contour from list",
|
||||
"Get Models",
|
||||
"Get Prompt",
|
||||
"HypernetworkLoader (dirty)",
|
||||
"ImageBatchToImageList",
|
||||
"ImageBatchToList",
|
||||
"InRange (hsv)",
|
||||
"Inpaint",
|
||||
"Input/String to Int Array",
|
||||
@ -2205,6 +2209,9 @@
|
||||
"String",
|
||||
"String to Float",
|
||||
"String to Integer",
|
||||
"ToCondList",
|
||||
"ToImageList",
|
||||
"ToLatentList",
|
||||
"VAEEncodeBatch"
|
||||
],
|
||||
{
|
||||
@ -2880,6 +2887,8 @@
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-KJNodes": [
|
||||
[
|
||||
"BatchCropFromMask",
|
||||
"BatchUncrop",
|
||||
"ColorMatch",
|
||||
"ColorToMask",
|
||||
"ConditioningMultiCombine",
|
||||
@ -3970,7 +3979,6 @@
|
||||
"ImageOutputToComfyNodes",
|
||||
"ImageShuffle",
|
||||
"LCMGenerate",
|
||||
"LCMGenerate_RIVAL",
|
||||
"LCMGenerate_ReferenceOnly",
|
||||
"LCMGenerate_img2img",
|
||||
"LCMGenerate_img2img_IPAdapter",
|
||||
@ -3978,7 +3986,6 @@
|
||||
"LCMGenerate_inpaintv2",
|
||||
"LCMGenerate_inpaintv3",
|
||||
"LCMLoader",
|
||||
"LCMLoader_RIVAL",
|
||||
"LCMLoader_RefInpaint",
|
||||
"LCMLoader_ReferenceOnly",
|
||||
"LCMLoader_controlnet",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"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",
|
||||
"title": "LCMSampler-ComfyUI",
|
||||
|
||||
@ -665,6 +665,7 @@
|
||||
"ADE_AnimateDiffModelSettings",
|
||||
"ADE_AnimateDiffModelSettingsAdvancedAttnStrengths",
|
||||
"ADE_AnimateDiffModelSettingsSimple",
|
||||
"ADE_AnimateDiffModelSettings_Release",
|
||||
"ADE_AnimateDiffUniformContextOptions",
|
||||
"ADE_AnimateDiffUnload",
|
||||
"ADE_EmptyLatentImageLarge",
|
||||
@ -1409,6 +1410,7 @@
|
||||
"TC_ImageResize",
|
||||
"TC_ImageScale",
|
||||
"TC_MaskBG_DIS",
|
||||
"TC_RandomColorFill",
|
||||
"TC_SizeApproximation"
|
||||
],
|
||||
{
|
||||
@ -2152,7 +2154,6 @@
|
||||
"Color Clip (advanced)",
|
||||
"Color Clip ADE20k",
|
||||
"ColorDictionary",
|
||||
"CondList",
|
||||
"Conditioning (combine multiple)",
|
||||
"Conditioning (combine selective)",
|
||||
"Conditioning Grid (cond)",
|
||||
@ -2175,11 +2176,14 @@
|
||||
"FlatLatentsIntoSingleGrid",
|
||||
"Framed Mask Grab Cut",
|
||||
"Framed Mask Grab Cut 2",
|
||||
"FromListGetConds",
|
||||
"FromListGetImages",
|
||||
"FromListGetLatents",
|
||||
"Get Contour from list",
|
||||
"Get Models",
|
||||
"Get Prompt",
|
||||
"HypernetworkLoader (dirty)",
|
||||
"ImageBatchToImageList",
|
||||
"ImageBatchToList",
|
||||
"InRange (hsv)",
|
||||
"Inpaint",
|
||||
"Input/String to Int Array",
|
||||
@ -2205,6 +2209,9 @@
|
||||
"String",
|
||||
"String to Float",
|
||||
"String to Integer",
|
||||
"ToCondList",
|
||||
"ToImageList",
|
||||
"ToLatentList",
|
||||
"VAEEncodeBatch"
|
||||
],
|
||||
{
|
||||
@ -2880,6 +2887,8 @@
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-KJNodes": [
|
||||
[
|
||||
"BatchCropFromMask",
|
||||
"BatchUncrop",
|
||||
"ColorMatch",
|
||||
"ColorToMask",
|
||||
"ConditioningMultiCombine",
|
||||
@ -3970,7 +3979,6 @@
|
||||
"ImageOutputToComfyNodes",
|
||||
"ImageShuffle",
|
||||
"LCMGenerate",
|
||||
"LCMGenerate_RIVAL",
|
||||
"LCMGenerate_ReferenceOnly",
|
||||
"LCMGenerate_img2img",
|
||||
"LCMGenerate_img2img_IPAdapter",
|
||||
@ -3978,7 +3986,6 @@
|
||||
"LCMGenerate_inpaintv2",
|
||||
"LCMGenerate_inpaintv3",
|
||||
"LCMLoader",
|
||||
"LCMLoader_RIVAL",
|
||||
"LCMLoader_RefInpaint",
|
||||
"LCMLoader_ReferenceOnly",
|
||||
"LCMLoader_controlnet",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user