From 3dbb7bddb84f7cc9a08a3b35c87c0599d20ef48b Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 24 Jul 2026 18:38:58 +0900 Subject: [PATCH] update DB --- node_db/new/custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 25de7294..e5e14c0f 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "rookiestar28", + "title": "ComfyUI-SCAIL-Pose2", + "id": "comfyui-scail-pose2", + "reference": "https://github.com/rookiestar28/ComfyUI-SCAIL-Pose2", + "files": [ + "https://github.com/rookiestar28/ComfyUI-SCAIL-Pose2" + ], + "install_type": "git-clone", + "description": "SCAIL and SCAIL-2 pose/mask preprocessing for ComfyUI, including DWPose-compatible pose data, NLF pose renders, condition metadata, and WanVideoWrapper adapter payloads." + }, { "author": "JWLHS", "title": "TINT4 — INT4 Weight-Only Quantization via torchao",