From bff7620f9bde2e9fc581c027c3888e31655675bf Mon Sep 17 00:00:00 2001 From: ketle-man <152043204+ketle-man@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:05:32 +0900 Subject: [PATCH] Add PSD Figure Creator node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fb2c7643..fa337bae 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -52986,6 +52986,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ketle-man", + "title": "PSD Figure Creator", + "id": "psd-figure-creator", + "reference": "https://github.com/ketle-man/PSD-Figure-Creator", + "files": [ + "https://github.com/ketle-man/PSD-Figure-Creator" + ], + "install_type": "git-clone", + "description": "Load PSD files, rig layers with interactive R / MR / SW control points, and composite as IMAGE + MASK. Supports setup/pose modes, model/pose library, background options, and i18n (ja/en/zh)." } ] }