From 736ae5d63e896c738ec48a60c0fc691c01307214 Mon Sep 17 00:00:00 2001 From: Eric Rollei <97568200+EricRollei@users.noreply.github.com> Date: Thu, 20 Nov 2025 01:38:39 -0800 Subject: [PATCH] Add HYPIR Image Restoration entry to custom-node-list Added a new entry for HYPIR Image Restoration including author, title, reference, files, install type, description, and nodename pattern. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d5cc7f64..3d37818c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35053,6 +35053,17 @@ "nodename_pattern": "^(MetadataAwareSaveImage|Multi_LoRA_Loader|LoadImageLayers)", }, { + "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",