update DB

This commit is contained in:
Dr.Lt.Data 2024-12-01 12:39:58 +09:00
parent 5c03e5453a
commit 61311f9b03
6 changed files with 35 additions and 25 deletions

View File

@ -12974,7 +12974,7 @@
"https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils"
],
"install_type": "git-clone",
"description": "NODES: Add Mask For IC Lora, Create Context Window, Concatenate Context Window"
"description": "NODES: Add Mask For IC Lora, Create Context Window, Concatenate Context Window, Auto Patch"
},
{
"author": "lrzjason",
@ -17480,6 +17480,17 @@
"install_type": "git-clone",
"description": "ComfyUI-CatvtonFluxWrapper provides ComfyUI nodes for diffusers implementation of Catvton-Flux."
},
{
"author": "Stable Diffusion VN",
"title": "SDVN Comfy node",
"id": "SDVN",
"reference": "https://github.com/StableDiffusionVN/SDVN_Comfy_node",
"files": [
"https://github.com/StableDiffusionVN/SDVN_Comfy_node"
],
"install_type": "git-clone",
"description": "Collection of nodes supports using comfyUi more quickly and conveniently (Auto download model, image, easy merger ...)"
},
@ -17912,17 +17923,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Stable Diffusion VN",
"title": "SDVN Comfy node",
"id": "SDVN",
"reference": "https://github.com/StableDiffusionVN/SDVN_Comfy_node",
"files": [
"https://github.com/StableDiffusionVN/SDVN_Comfy_node"
],
"install_type": "git-clone",
"description": "Collection of nodes supports using comfyUi more quickly and conveniently (Auto download model, image, easy merger ...)"
},
}
]
}

View File

@ -7877,6 +7877,7 @@
"VrchBooleanKeyControlNode",
"VrchChannelOSCControlNode",
"VrchChannelX4OSCControlNode",
"VrchDelayOSCControlNode",
"VrchFloatKeyControlNode",
"VrchFloatOSCControlNode",
"VrchImageFlipBookWebViewerNode",
@ -17913,6 +17914,7 @@
"https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": [
[
"AddMaskForICLora",
"AutoPatch",
"ConcatContextWindow",
"CreateContextWindow"
],
@ -18363,7 +18365,9 @@
"https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": [
[
"CatvtonFluxSampler",
"LoadCatvtonFlux"
"LoadCatvtonFlux",
"LoadCatvtonFluxLoRA",
"ModelPrinter"
],
{
"title_aux": "ComfyUI-CatvtonFluxWrapper"

View File

@ -56,16 +56,6 @@
"install_type": "git-clone",
"description": "Nodes to use SmolVLM for image tagging and captioning.\nNOTE: The files in the repo are not organized."
},
{
"author": "StableDiffusionVN",
"title": "SDVN_Comfy_node",
"reference": "https://github.com/StableDiffusionVN/SDVN_Comfy_node",
"files": [
"https://github.com/StableDiffusionVN/SDVN_Comfy_node"
],
"install_type": "git-clone",
"description": "NODES:SDVN Load Image"
},
{
"author": "anze",
"title": "ComfyUI-OIDN [WIP]",

View File

@ -2849,6 +2849,7 @@
[
"EasyHRFix",
"JKAnythingToString",
"JKEasyCheckpointLoader",
"JKEasyDetailer",
"JKInspireSchedulerAdapter"
],

View File

@ -10,6 +10,17 @@
{
"author": "Stable Diffusion VN",
"title": "SDVN Comfy node",
"id": "SDVN",
"reference": "https://github.com/StableDiffusionVN/SDVN_Comfy_node",
"files": [
"https://github.com/StableDiffusionVN/SDVN_Comfy_node"
],
"install_type": "git-clone",
"description": "Collection of nodes supports using comfyUi more quickly and conveniently (Auto download model, image, easy merger ...)"
},
{
"author": "lujiazho",
"title": "ComfyUI-CatvtonFluxWrapper",

View File

@ -7877,6 +7877,7 @@
"VrchBooleanKeyControlNode",
"VrchChannelOSCControlNode",
"VrchChannelX4OSCControlNode",
"VrchDelayOSCControlNode",
"VrchFloatKeyControlNode",
"VrchFloatOSCControlNode",
"VrchImageFlipBookWebViewerNode",
@ -17913,6 +17914,7 @@
"https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": [
[
"AddMaskForICLora",
"AutoPatch",
"ConcatContextWindow",
"CreateContextWindow"
],
@ -18363,7 +18365,9 @@
"https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": [
[
"CatvtonFluxSampler",
"LoadCatvtonFlux"
"LoadCatvtonFlux",
"LoadCatvtonFluxLoRA",
"ModelPrinter"
],
{
"title_aux": "ComfyUI-CatvtonFluxWrapper"