From 846485198cbd2450172c49419392f8100d52a122 Mon Sep 17 00:00:00 2001 From: Eric Rollei <97568200+EricRollei@users.noreply.github.com> Date: Thu, 20 Nov 2025 01:17:24 -0800 Subject: [PATCH] Add HYPIR Image Restoration nodes to custom-node-list Added custom ComfyUI nodes for HYPIR image restoration, including details on author, title, reference, and description. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6558bb2e..1f03a50b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35017,6 +35017,17 @@ "description": "A comprehensive collection of advanced image processing nodes for ComfyUI, featuring state-of-the-art denoising, enhancement, and restoration techniques with GPU acceleration and specialized film grain processing." }, { + "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": "nomadoor", "title": "ComfyUI Temporal Mask Tools", "reference": "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools",