update DB

This commit is contained in:
Dr.Lt.Data 2026-03-03 07:03:17 +09:00
parent eabd5ed9cd
commit 6f887b012c
2 changed files with 22 additions and 11 deletions

View File

@ -43735,6 +43735,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Single-node image quality gate for LoRA dataset filtering. Analyzes blur, sharpness, noise, clipping, and entropy with three-tier verdict (PASS/SO-SO/FAIL), center-weighted blur detection, and shot-type presets." "description": "Single-node image quality gate for LoRA dataset filtering. Analyzes blur, sharpness, noise, clipping, and entropy with three-tier verdict (PASS/SO-SO/FAIL), center-weighted blur detection, and shot-type presets."
}, },
{
"author": "nic-schi",
"title": "Open Images for ComfyUI",
"id": "openimage",
"reference": "https://github.com/nic-schi/ComfyUI-OpenImage",
"files": [
"https://github.com/nic-schi/ComfyUI-OpenImage"
],
"install_type": "git-clone",
"description": "Lets you open a generated Image in a specified application after generation."
},
@ -44129,17 +44140,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "nic-schi",
"title": "Open Images for ComfyUI",
"id": "openimage",
"reference": "https://github.com/nic-schi/ComfyUI-OpenImage",
"files": [
"https://github.com/nic-schi/ComfyUI-OpenImage"
],
"install_type": "git-clone",
"description": "Lets you open a generated Image in a specified application after generation."
} }
] ]
} }

View File

@ -1,5 +1,16 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "nic-schi",
"title": "Open Images for ComfyUI",
"id": "openimage",
"reference": "https://github.com/nic-schi/ComfyUI-OpenImage",
"files": [
"https://github.com/nic-schi/ComfyUI-OpenImage"
],
"install_type": "git-clone",
"description": "Lets you open a generated Image in a specified application after generation."
},
{ {
"author": "Praveen", "author": "Praveen",
"title": "ComfyUI DeOldify", "title": "ComfyUI DeOldify",