fix(custom-node-list): §4.7-C-bis #2939 TechnoWarrior2 2-pack — manual register (CONFLICTING) + node_db/new sync

- ComfyUI Image Picker / ComfyUI Live Preview
- New author, appended at end of git-clone block
- live-preview code-scan verified CLEAN (no security surface, English UI, WEB_DIRECTORY only)
- Prepend both to node_db/new (newest-first)
This commit is contained in:
Dr.Lt.Data 2026-07-06 19:27:05 +09:00
parent 47df9c702c
commit 69bad851e0
2 changed files with 40 additions and 0 deletions

View File

@ -54133,6 +54133,26 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A soft, Anima-friendly Perturbed Attention Guidance node for ComfyUI." "description": "A soft, Anima-friendly Perturbed Attention Guidance node for ComfyUI."
},
{
"author": "TechnoWarrior2",
"title": "ComfyUI Image Picker",
"reference": "https://github.com/TechnoWarrior2/comfyui-image-picker",
"files": [
"https://github.com/TechnoWarrior2/comfyui-image-picker"
],
"install_type": "git-clone",
"description": "Pauses your workflow and opens a popup window to manually pick which generated images pass through to the rest of the graph."
},
{
"author": "TechnoWarrior2",
"title": "ComfyUI Live Preview",
"reference": "https://github.com/TechnoWarrior2/comfyui-live-preview",
"files": [
"https://github.com/TechnoWarrior2/comfyui-live-preview"
],
"install_type": "git-clone",
"description": "Displays a large draggable floating window with live denoising step previews as your image generates, similar to A1111 and Forge."
} }
] ]
} }

View File

@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "TechnoWarrior2",
"title": "ComfyUI Image Picker",
"reference": "https://github.com/TechnoWarrior2/comfyui-image-picker",
"files": [
"https://github.com/TechnoWarrior2/comfyui-image-picker"
],
"install_type": "git-clone",
"description": "Pauses your workflow and opens a popup window to manually pick which generated images pass through to the rest of the graph."
},
{
"author": "TechnoWarrior2",
"title": "ComfyUI Live Preview",
"reference": "https://github.com/TechnoWarrior2/comfyui-live-preview",
"files": [
"https://github.com/TechnoWarrior2/comfyui-live-preview"
],
"install_type": "git-clone",
"description": "Displays a large draggable floating window with live denoising step previews as your image generates, similar to A1111 and Forge."
},
{ {
"author": "shootthesound", "author": "shootthesound",
"title": "Lighthouse", "title": "Lighthouse",