update DB

This commit is contained in:
dr.lt.data 2023-12-04 16:48:24 +09:00
parent 20e82dbde0
commit 9b077bd56b
5 changed files with 94 additions and 4 deletions

View File

@ -2817,7 +2817,7 @@
"https://github.com/bronkula/comfyui-fitsize" "https://github.com/bronkula/comfyui-fitsize"
], ],
"install_type": "git-clone", "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", "author": "kijai",
@ -2877,7 +2877,7 @@
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack" "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Image Square Adapter Node" "description": "Nodes:Image Square Adapter Node, Image Resize And Crop Node"
}, },
{ {
"author": "komojini", "author": "komojini",
@ -3048,6 +3048,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Image Crop Fit, OFF SEGS to Image, Crop Center wigh SEGS, Watermarking, GW Number Formatting Node." "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", "author": "Ser-Hilary",
"title": "SDXL_sizing", "title": "SDXL_sizing",

View File

@ -2486,6 +2486,14 @@
"FlatLatentsIntoSingleGrid", "FlatLatentsIntoSingleGrid",
"Framed Mask Grab Cut", "Framed Mask Grab Cut",
"Framed Mask Grab Cut 2", "Framed Mask Grab Cut 2",
"FromListGet1Color",
"FromListGet1Cond",
"FromListGet1Float",
"FromListGet1Image",
"FromListGet1Int",
"FromListGet1Latent",
"FromListGet1Model",
"FromListGet1String",
"FromListGetColors", "FromListGetColors",
"FromListGetConds", "FromListGetConds",
"FromListGetFloats", "FromListGetFloats",
@ -2533,6 +2541,7 @@
"ToLatentList", "ToLatentList",
"ToModelList", "ToModelList",
"ToStringList", "ToStringList",
"UnGridify (image)",
"VAEEncodeBatch" "VAEEncodeBatch"
], ],
{ {
@ -2670,6 +2679,10 @@
"Preview Chooser Fabric" "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" "title_aux": "Image chooser"
} }
], ],
@ -3394,10 +3407,16 @@
"https://github.com/jags111/ComfyUI_Jags_VectorMagic": [ "https://github.com/jags111/ComfyUI_Jags_VectorMagic": [
[ [
"CircularVAEDecode", "CircularVAEDecode",
"YoloSEGdetectionNode",
"YoloSegNode",
"my unique name", "my unique name",
"xy_Tiling_KSampler" "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" "title_aux": "ComfyUI_Jags_VectorMagic"
} }
], ],
@ -4151,6 +4170,15 @@
"title_aux": "comfyUI_Nodes_nicolai256" "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": [ "https://github.com/noembryo/ComfyUI-noEmbryo": [
[ [
"PromptTermList1", "PromptTermList1",
@ -4458,6 +4486,7 @@
], ],
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [ "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [
[ [
"ImageResizeAndCropNode",
"ImageSquareAdapterNode" "ImageSquareAdapterNode"
], ],
{ {

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "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", "author": "Jaxkr",
"title": "comfyui-terminal-command [UNSAFE]", "title": "comfyui-terminal-command [UNSAFE]",

View File

@ -1,5 +1,16 @@
{ {
"custom_nodes": [ "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", "author": "Fannovel16",
"title": "ComfyUI-Video-Matting", "title": "ComfyUI-Video-Matting",
@ -237,7 +248,7 @@
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack" "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Image Square Adapter Node" "description": "Nodes:Image Square Adapter Node, Image Resize And Crop Node"
}, },
{ {
"author": "Danand", "author": "Danand",
@ -287,7 +298,7 @@
"https://github.com/bronkula/comfyui-fitsize" "https://github.com/bronkula/comfyui-fitsize"
], ],
"install_type": "git-clone", "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", "author": "drago87",

View File

@ -2486,6 +2486,14 @@
"FlatLatentsIntoSingleGrid", "FlatLatentsIntoSingleGrid",
"Framed Mask Grab Cut", "Framed Mask Grab Cut",
"Framed Mask Grab Cut 2", "Framed Mask Grab Cut 2",
"FromListGet1Color",
"FromListGet1Cond",
"FromListGet1Float",
"FromListGet1Image",
"FromListGet1Int",
"FromListGet1Latent",
"FromListGet1Model",
"FromListGet1String",
"FromListGetColors", "FromListGetColors",
"FromListGetConds", "FromListGetConds",
"FromListGetFloats", "FromListGetFloats",
@ -2533,6 +2541,7 @@
"ToLatentList", "ToLatentList",
"ToModelList", "ToModelList",
"ToStringList", "ToStringList",
"UnGridify (image)",
"VAEEncodeBatch" "VAEEncodeBatch"
], ],
{ {
@ -2670,6 +2679,10 @@
"Preview Chooser Fabric" "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" "title_aux": "Image chooser"
} }
], ],
@ -3394,10 +3407,16 @@
"https://github.com/jags111/ComfyUI_Jags_VectorMagic": [ "https://github.com/jags111/ComfyUI_Jags_VectorMagic": [
[ [
"CircularVAEDecode", "CircularVAEDecode",
"YoloSEGdetectionNode",
"YoloSegNode",
"my unique name", "my unique name",
"xy_Tiling_KSampler" "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" "title_aux": "ComfyUI_Jags_VectorMagic"
} }
], ],
@ -4151,6 +4170,15 @@
"title_aux": "comfyUI_Nodes_nicolai256" "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": [ "https://github.com/noembryo/ComfyUI-noEmbryo": [
[ [
"PromptTermList1", "PromptTermList1",
@ -4458,6 +4486,7 @@
], ],
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [ "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [
[ [
"ImageResizeAndCropNode",
"ImageSquareAdapterNode" "ImageSquareAdapterNode"
], ],
{ {