mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
5c03e5453a
commit
61311f9b03
@ -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 ...)"
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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]",
|
||||
|
||||
@ -2849,6 +2849,7 @@
|
||||
[
|
||||
"EasyHRFix",
|
||||
"JKAnythingToString",
|
||||
"JKEasyCheckpointLoader",
|
||||
"JKEasyDetailer",
|
||||
"JKInspireSchedulerAdapter"
|
||||
],
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user