From 99d3e6ddac18aee8ee399c42b8a0caf5ee49e788 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 5 Jul 2026 03:19:42 +0900 Subject: [PATCH] =?UTF-8?q?fix(custom-node-list):=20=C2=A74.2=20MERGE=5FRE?= =?UTF-8?q?LOCATE=20#3022=20designloves2/ComfyUI-TJ=5FNODE=5FSTUDIO=5FONE?= =?UTF-8?q?=20=E2=80=94=20root=20relocate=20+=20node=5Fdb/new=20sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - gh pr merge succeeded (MERGEABLE/UNSTABLE); entry landed at root idx 0 - Relocated to canonical position: after last git-clone (idx 5186, new author) - node_db/new: prepended (top, chronological newest-first) - Manual verification (post commented_with_response) confirmed: * Path Traversal @ nodes.py:576, 1150 FIXED (Path().resolve() + parent check via _safe_resolve_path helper) * Command Injection FIXED (subprocess.Popen shell=False + shutil.which) * Korean tooltip translated to English * Non-English sanity scan CLEAN --- custom-node-list.json | 22 +++++++++++----------- node_db/new/custom-node-list.json | 11 +++++++++++ 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index b331b86a..aa49bd19 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,16 +1,5 @@ { "custom_nodes": [ - { - "author": "designloves2", - "title": "ComfyUI-TJ_NODE_STUDIO_ONE", - "id": "ComfyUI-TJ_NODE_STUDIO_ONE", - "reference": "https://github.com/designloves2/ComfyUI-TJ_NODE_STUDIO_ONE", - "files": [ - "https://github.com/designloves2/ComfyUI-TJ_NODE_STUDIO_ONE" - ], - "install_type": "git-clone", - "description": "One-node studio UI package for Z-Image Turbo, Flux.2 Klein, Qwen Image Edit 2511, and Krea 2 workflows, including T2I, I2I, inpaint, outpaint, edit, faceswap, angle, and upscale modes." - }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider", @@ -54043,6 +54032,17 @@ ], "install_type": "git-clone", "description": "Save and reload ComfyUI latent tensors from the output folder." + }, + { + "author": "designloves2", + "title": "ComfyUI-TJ_NODE_STUDIO_ONE", + "id": "ComfyUI-TJ_NODE_STUDIO_ONE", + "reference": "https://github.com/designloves2/ComfyUI-TJ_NODE_STUDIO_ONE", + "files": [ + "https://github.com/designloves2/ComfyUI-TJ_NODE_STUDIO_ONE" + ], + "install_type": "git-clone", + "description": "One-node studio UI package for Z-Image Turbo, Flux.2 Klein, Qwen Image Edit 2511, and Krea 2 workflows, including T2I, I2I, inpaint, outpaint, edit, faceswap, angle, and upscale modes." } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 7e7eb434..6804d2d5 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "designloves2", + "title": "ComfyUI-TJ_NODE_STUDIO_ONE", + "id": "ComfyUI-TJ_NODE_STUDIO_ONE", + "reference": "https://github.com/designloves2/ComfyUI-TJ_NODE_STUDIO_ONE", + "files": [ + "https://github.com/designloves2/ComfyUI-TJ_NODE_STUDIO_ONE" + ], + "install_type": "git-clone", + "description": "One-node studio UI package for Z-Image Turbo, Flux.2 Klein, Qwen Image Edit 2511, and Krea 2 workflows, including T2I, I2I, inpaint, outpaint, edit, faceswap, angle, and upscale modes." + }, { "author": "A1-multiply", "title": "ComfyUI LatentSaver",