update DB

This commit is contained in:
Dr.Lt.Data 2025-11-22 09:15:50 +09:00
parent 14d0e31268
commit 44ba79aa31
3 changed files with 21 additions and 20 deletions

View File

@ -832,16 +832,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A simple ComfyUI node that takes any window you have as an Input to ComfyUI node\nNOTE: WORKS IN WINDOWS ONLY[w/This nodepack has a feature that can retrieve your screen information remotely.]" "description": "A simple ComfyUI node that takes any window you have as an Input to ComfyUI node\nNOTE: WORKS IN WINDOWS ONLY[w/This nodepack has a feature that can retrieve your screen information remotely.]"
}, },
{
"author": "EricRollei",
"title": "Hyper-ComfyUI: HYPIR Image Restoration Node [WIP]",
"reference": "https://github.com/EricRollei/HYPIR-ComfyUI",
"files": [
"https://github.com/EricRollei/HYPIR-ComfyUI"
],
"install_type": "git-clone",
"description": "Custom ComfyUI nodes that embed the HYPIR image restoration method for Stable Diffusion 2.1. The upstream research was created by Xinqi Lin, Fanghua Yu, Jinfan Hu, Zhiyuan You, Wu Shi, Jimmy S. Ren, Jinjin Gu, and collaborators. Source: [a/https://github.com/XPixelGroup/HYPIR](https://github.com/XPixelGroup/HYPIR).\nNOTE:The file node_list.json is incorrectly written."
},
{ {
"author": "yamanacn", "author": "yamanacn",
"title": "ComfyUI-QwenVL3-image [WIP]", "title": "ComfyUI-QwenVL3-image [WIP]",

View File

@ -1,5 +1,16 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "EricRollei",
"title": "HYPIR Image Restoration for ComfyUI",
"reference": "https://github.com/EricRollei/HYPIR-ComfyUI",
"files": [
"https://github.com/EricRollei/HYPIR-ComfyUI"
],
"install_type": "git-clone",
"description": "Custom ComfyUI nodes for HYPIR image restoration using Stable Diffusion 2.1. Restores and upscales scanned or generated images with optional LM Studio prompt enhancement and tiled VAE processing for large resolutions.",
"nodename_pattern": "HYPIR"
},
{ {
"author": "Writili", "author": "Writili",
"title": "WtlNodes", "title": "WtlNodes",