diff --git a/custom-node-list.json b/custom-node-list.json index 4697f5b5..fafd7a4f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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 ...)" - }, + } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 75c8d7c2..df132eb5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -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" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index b969b1e8..dc40204a 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -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]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index ac3a3950..7a93d3ed 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2849,6 +2849,7 @@ [ "EasyHRFix", "JKAnythingToString", + "JKEasyCheckpointLoader", "JKEasyDetailer", "JKInspireSchedulerAdapter" ], diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index e7b76fa2..8b942f1b 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -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", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 75c8d7c2..df132eb5 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -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"