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
79a2539088
commit
52857dcd93
@ -2768,6 +2768,36 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Mask to Centroid, Mask to Eigenvector. A small collection of custom nodes for use with ComfyUI, for geometry calculations"
|
||||
},
|
||||
{
|
||||
"author": "bronkula",
|
||||
"title": "comfyui-fitsize",
|
||||
"reference": "https://github.com/bronkula/comfyui-fitsize",
|
||||
"files": [
|
||||
"https://github.com/bronkula/comfyui-fitsize"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Fit Size, Fit Size From Image. A simple set of nodes for making an image fit within a bounding box"
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI-SVD",
|
||||
"reference": "https://github.com/kijai/ComfyUI-SVD",
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-SVD"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Preliminary use of SVD in ComfyUI.<BR>NOTE: Quick Implementation, Unstable. See details on repositories."
|
||||
},
|
||||
{
|
||||
"author": "toyxyz",
|
||||
"title": "ComfyUI_toyxyz_test_nodes",
|
||||
"reference": "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes",
|
||||
"files": [
|
||||
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node was created to send a webcam to ComfyUI in real time. This node is recommended for use with LCM."
|
||||
},
|
||||
{
|
||||
"author": "Off-Live",
|
||||
"title": "ComfyUI-off-suite",
|
||||
|
||||
@ -150,6 +150,7 @@
|
||||
"BSZAspectHires",
|
||||
"BSZColoredLatentImageXL",
|
||||
"BSZCombinedHires",
|
||||
"BSZHueChromaXL",
|
||||
"BSZInjectionKSampler",
|
||||
"BSZLatentDebug",
|
||||
"BSZLatentFill",
|
||||
@ -162,7 +163,8 @@
|
||||
"BSZPixelbusterHelp",
|
||||
"BSZPrincipledConditioning",
|
||||
"BSZPrincipledSampler",
|
||||
"BSZPrincipledScale"
|
||||
"BSZPrincipledScale",
|
||||
"BSZStrangeResample"
|
||||
],
|
||||
{
|
||||
"title_aux": "bsz-cui-extras"
|
||||
@ -2356,6 +2358,16 @@
|
||||
"title_aux": "braintacles-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/bronkula/comfyui-fitsize": [
|
||||
[
|
||||
"FitResizeImage",
|
||||
"FitSizeByMax",
|
||||
"FitSizeFromImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-fitsize"
|
||||
}
|
||||
],
|
||||
"https://github.com/budihartono/comfyui_otonx_nodes": [
|
||||
[
|
||||
"OTX Integer Multiple Inputs 4",
|
||||
@ -3091,6 +3103,14 @@
|
||||
"title_aux": "KJNodes for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-SVD": [
|
||||
[
|
||||
"SVDimg2vid"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SVD"
|
||||
}
|
||||
],
|
||||
"https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": [
|
||||
[
|
||||
"GradientPatchModelAddDownscale"
|
||||
@ -4327,6 +4347,15 @@
|
||||
"title_aux": "Save Image Extended for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
|
||||
[
|
||||
"CaptureWebcam",
|
||||
"LoadWebcamImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_toyxyz_test_nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/trojblue/trNodes": [
|
||||
[
|
||||
"JpgConvertNode",
|
||||
|
||||
@ -1,5 +1,35 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "toyxyz",
|
||||
"title": "ComfyUI_toyxyz_test_nodes",
|
||||
"reference": "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes",
|
||||
"files": [
|
||||
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node was created to send a webcam to ComfyUI in real time. This node is recommended for use with LCM."
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI-SVD",
|
||||
"reference": "https://github.com/kijai/ComfyUI-SVD",
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-SVD"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Preliminary use of SVD in ComfyUI.<BR>NOTE: Quick Implementation, Unstable. See details on repositories."
|
||||
},
|
||||
{
|
||||
"author": "bronkula",
|
||||
"title": "comfyui-fitsize",
|
||||
"reference": "https://github.com/bronkula/comfyui-fitsize",
|
||||
"files": [
|
||||
"https://github.com/bronkula/comfyui-fitsize"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Fit Size, Fit Size From Image. A simple set of nodes for making an image fit within a bounding box"
|
||||
},
|
||||
{
|
||||
"author": "drago87",
|
||||
"title": "ComfyUI_Dragos_Nodes",
|
||||
|
||||
@ -150,6 +150,7 @@
|
||||
"BSZAspectHires",
|
||||
"BSZColoredLatentImageXL",
|
||||
"BSZCombinedHires",
|
||||
"BSZHueChromaXL",
|
||||
"BSZInjectionKSampler",
|
||||
"BSZLatentDebug",
|
||||
"BSZLatentFill",
|
||||
@ -162,7 +163,8 @@
|
||||
"BSZPixelbusterHelp",
|
||||
"BSZPrincipledConditioning",
|
||||
"BSZPrincipledSampler",
|
||||
"BSZPrincipledScale"
|
||||
"BSZPrincipledScale",
|
||||
"BSZStrangeResample"
|
||||
],
|
||||
{
|
||||
"title_aux": "bsz-cui-extras"
|
||||
@ -2356,6 +2358,16 @@
|
||||
"title_aux": "braintacles-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/bronkula/comfyui-fitsize": [
|
||||
[
|
||||
"FitResizeImage",
|
||||
"FitSizeByMax",
|
||||
"FitSizeFromImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-fitsize"
|
||||
}
|
||||
],
|
||||
"https://github.com/budihartono/comfyui_otonx_nodes": [
|
||||
[
|
||||
"OTX Integer Multiple Inputs 4",
|
||||
@ -3091,6 +3103,14 @@
|
||||
"title_aux": "KJNodes for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-SVD": [
|
||||
[
|
||||
"SVDimg2vid"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SVD"
|
||||
}
|
||||
],
|
||||
"https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": [
|
||||
[
|
||||
"GradientPatchModelAddDownscale"
|
||||
@ -4327,6 +4347,15 @@
|
||||
"title_aux": "Save Image Extended for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
|
||||
[
|
||||
"CaptureWebcam",
|
||||
"LoadWebcamImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_toyxyz_test_nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/trojblue/trNodes": [
|
||||
[
|
||||
"JpgConvertNode",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user