mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 10:02:28 +08:00
update DB
This commit is contained in:
parent
20e82dbde0
commit
9b077bd56b
@ -2817,7 +2817,7 @@
|
||||
"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"
|
||||
"description": "Nodes:Fit Size From Int/Image/Resize, Load Image And Resize To Fit, Pick Image From Batch/List, Crop Image Into Even Pieces, Image Region To Mask... A simple set of nodes for making an image fit within a bounding box"
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
@ -2877,7 +2877,7 @@
|
||||
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Image Square Adapter Node"
|
||||
"description": "Nodes:Image Square Adapter Node, Image Resize And Crop Node"
|
||||
},
|
||||
{
|
||||
"author": "komojini",
|
||||
@ -3048,6 +3048,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Image Crop Fit, OFF SEGS to Image, Crop Center wigh SEGS, Watermarking, GW Number Formatting Node."
|
||||
},
|
||||
{
|
||||
"author": "ningxiaoxiao",
|
||||
"title": "comfyui-NDI",
|
||||
"reference": "https://github.com/ningxiaoxiao/comfyui-NDI",
|
||||
"files": [
|
||||
"https://github.com/ningxiaoxiao/comfyui-NDI"
|
||||
],
|
||||
"pip": ["ndi-python"],
|
||||
"install_type": "git-clone",
|
||||
"description": "Real-time input output node for ComfyUI by NDI. Leveraging the powerful linking capabilities of NDI, you can access NDI video stream frames and send images generated by the model to NDI video streams."
|
||||
},
|
||||
{
|
||||
"author": "Ser-Hilary",
|
||||
"title": "SDXL_sizing",
|
||||
|
||||
@ -2486,6 +2486,14 @@
|
||||
"FlatLatentsIntoSingleGrid",
|
||||
"Framed Mask Grab Cut",
|
||||
"Framed Mask Grab Cut 2",
|
||||
"FromListGet1Color",
|
||||
"FromListGet1Cond",
|
||||
"FromListGet1Float",
|
||||
"FromListGet1Image",
|
||||
"FromListGet1Int",
|
||||
"FromListGet1Latent",
|
||||
"FromListGet1Model",
|
||||
"FromListGet1String",
|
||||
"FromListGetColors",
|
||||
"FromListGetConds",
|
||||
"FromListGetFloats",
|
||||
@ -2533,6 +2541,7 @@
|
||||
"ToLatentList",
|
||||
"ToModelList",
|
||||
"ToStringList",
|
||||
"UnGridify (image)",
|
||||
"VAEEncodeBatch"
|
||||
],
|
||||
{
|
||||
@ -2670,6 +2679,10 @@
|
||||
"Preview Chooser Fabric"
|
||||
],
|
||||
{
|
||||
"author": "chrisgoringe",
|
||||
"description": "Custom nodes that preview images and pause the workflow to allow the user to select one or more to progress",
|
||||
"nickname": "Image Chooser",
|
||||
"title": "Image Chooser",
|
||||
"title_aux": "Image chooser"
|
||||
}
|
||||
],
|
||||
@ -3394,10 +3407,16 @@
|
||||
"https://github.com/jags111/ComfyUI_Jags_VectorMagic": [
|
||||
[
|
||||
"CircularVAEDecode",
|
||||
"YoloSEGdetectionNode",
|
||||
"YoloSegNode",
|
||||
"my unique name",
|
||||
"xy_Tiling_KSampler"
|
||||
],
|
||||
{
|
||||
"author": "jags111",
|
||||
"description": "This extension offers various vector manipulation and generation tools",
|
||||
"nickname": "Jags_VectorMagic",
|
||||
"title": "Jags_VectorMagic",
|
||||
"title_aux": "ComfyUI_Jags_VectorMagic"
|
||||
}
|
||||
],
|
||||
@ -4151,6 +4170,15 @@
|
||||
"title_aux": "comfyUI_Nodes_nicolai256"
|
||||
}
|
||||
],
|
||||
"https://github.com/ningxiaoxiao/comfyui-NDI": [
|
||||
[
|
||||
"NDI_LoadImage",
|
||||
"NDI_SendImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-NDI"
|
||||
}
|
||||
],
|
||||
"https://github.com/noembryo/ComfyUI-noEmbryo": [
|
||||
[
|
||||
"PromptTermList1",
|
||||
@ -4458,6 +4486,7 @@
|
||||
],
|
||||
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [
|
||||
[
|
||||
"ImageResizeAndCropNode",
|
||||
"ImageSquareAdapterNode"
|
||||
],
|
||||
{
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "crystian",
|
||||
"title": "Crystian Node Suite [WIP]",
|
||||
"reference": "https://github.com/crystian/ComfyUI-Crys-Plugins",
|
||||
"files": [
|
||||
"https://github.com/crystian/ComfyUI-Crys-Plugins"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Debugger, CryConvert, Util, ..."
|
||||
},
|
||||
{
|
||||
"author": "Jaxkr",
|
||||
"title": "comfyui-terminal-command [UNSAFE]",
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "ningxiaoxiao",
|
||||
"title": "comfyui-NDI",
|
||||
"reference": "https://github.com/ningxiaoxiao/comfyui-NDI",
|
||||
"files": [
|
||||
"https://github.com/ningxiaoxiao/comfyui-NDI"
|
||||
],
|
||||
"pip": ["ndi-python"],
|
||||
"install_type": "git-clone",
|
||||
"description": "Real-time input output node for ComfyUI by NDI. Leveraging the powerful linking capabilities of NDI, you can access NDI video stream frames and send images generated by the model to NDI video streams."
|
||||
},
|
||||
{
|
||||
"author": "Fannovel16",
|
||||
"title": "ComfyUI-Video-Matting",
|
||||
@ -237,7 +248,7 @@
|
||||
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Image Square Adapter Node"
|
||||
"description": "Nodes:Image Square Adapter Node, Image Resize And Crop Node"
|
||||
},
|
||||
{
|
||||
"author": "Danand",
|
||||
@ -287,7 +298,7 @@
|
||||
"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"
|
||||
"description": "Nodes:Fit Size From Int/Image/Resize, Load Image And Resize To Fit, Pick Image From Batch/List, Crop Image Into Even Pieces, Image Region To Mask... A simple set of nodes for making an image fit within a bounding box"
|
||||
},
|
||||
{
|
||||
"author": "drago87",
|
||||
|
||||
@ -2486,6 +2486,14 @@
|
||||
"FlatLatentsIntoSingleGrid",
|
||||
"Framed Mask Grab Cut",
|
||||
"Framed Mask Grab Cut 2",
|
||||
"FromListGet1Color",
|
||||
"FromListGet1Cond",
|
||||
"FromListGet1Float",
|
||||
"FromListGet1Image",
|
||||
"FromListGet1Int",
|
||||
"FromListGet1Latent",
|
||||
"FromListGet1Model",
|
||||
"FromListGet1String",
|
||||
"FromListGetColors",
|
||||
"FromListGetConds",
|
||||
"FromListGetFloats",
|
||||
@ -2533,6 +2541,7 @@
|
||||
"ToLatentList",
|
||||
"ToModelList",
|
||||
"ToStringList",
|
||||
"UnGridify (image)",
|
||||
"VAEEncodeBatch"
|
||||
],
|
||||
{
|
||||
@ -2670,6 +2679,10 @@
|
||||
"Preview Chooser Fabric"
|
||||
],
|
||||
{
|
||||
"author": "chrisgoringe",
|
||||
"description": "Custom nodes that preview images and pause the workflow to allow the user to select one or more to progress",
|
||||
"nickname": "Image Chooser",
|
||||
"title": "Image Chooser",
|
||||
"title_aux": "Image chooser"
|
||||
}
|
||||
],
|
||||
@ -3394,10 +3407,16 @@
|
||||
"https://github.com/jags111/ComfyUI_Jags_VectorMagic": [
|
||||
[
|
||||
"CircularVAEDecode",
|
||||
"YoloSEGdetectionNode",
|
||||
"YoloSegNode",
|
||||
"my unique name",
|
||||
"xy_Tiling_KSampler"
|
||||
],
|
||||
{
|
||||
"author": "jags111",
|
||||
"description": "This extension offers various vector manipulation and generation tools",
|
||||
"nickname": "Jags_VectorMagic",
|
||||
"title": "Jags_VectorMagic",
|
||||
"title_aux": "ComfyUI_Jags_VectorMagic"
|
||||
}
|
||||
],
|
||||
@ -4151,6 +4170,15 @@
|
||||
"title_aux": "comfyUI_Nodes_nicolai256"
|
||||
}
|
||||
],
|
||||
"https://github.com/ningxiaoxiao/comfyui-NDI": [
|
||||
[
|
||||
"NDI_LoadImage",
|
||||
"NDI_SendImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-NDI"
|
||||
}
|
||||
],
|
||||
"https://github.com/noembryo/ComfyUI-noEmbryo": [
|
||||
[
|
||||
"PromptTermList1",
|
||||
@ -4458,6 +4486,7 @@
|
||||
],
|
||||
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [
|
||||
[
|
||||
"ImageResizeAndCropNode",
|
||||
"ImageSquareAdapterNode"
|
||||
],
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user