mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-05 22:20:46 +08:00
fix(custom-node-list): §4.2 MERGE_RELOCATE #3022 designloves2/ComfyUI-TJ_NODE_STUDIO_ONE — root relocate + node_db/new sync
- 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
This commit is contained in:
parent
84c889b026
commit
99d3e6ddac
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user