From 997f97e1fcaa4b9213644b432d29985fa684b283 Mon Sep 17 00:00:00 2001 From: Eric Rollei <97568200+EricRollei@users.noreply.github.com> Date: Thu, 20 Nov 2025 01:10:01 -0800 Subject: [PATCH 1/4] Add PDF Tools for advanced PDF processing and OCR Added a new entry for advanced PDF processing tools, including OCR and image parsing capabilities. --- custom-node-list.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6558bb2e..60070a15 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35015,7 +35015,32 @@ ], "install_type": "git-clone", "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": "PDF Tools - Advanced PDF Processing & OCR", + "id": "pdf-tools", + "reference": "https://github.com/EricRollei/PDF-Tools", + "files": [ + "https://github.com/EricRollei/PDF-Tools" + ], + "install_type": "git-clone", + "description": "Advanced PDF processing, OCR, Image and text parsing, smart image crop nodes for ComfyUI. Features include multi-language OCR (Surya, PaddleOCR VL), AI vision analysis (Florence-2, LayoutLMv3), advanced PDF extraction with quality assessment, spread detection for scanned books, and comprehensive layout analysis. Supports 90+ languages with multiple output formats.", + "tags": [ + "PDF", + "OCR", + "document", + "vision", + "Florence-2", + "Surya", + "PaddleOCR", + "LayoutLMv3", + "multilingual", + "layout-analysis" + ], + "category": "Document Processing", + }, + { "author": "nomadoor", "title": "ComfyUI Temporal Mask Tools", From 23b6c7f0de86d277fbd89819cbe9089cc0a202a5 Mon Sep 17 00:00:00 2001 From: Eric Rollei <97568200+EricRollei@users.noreply.github.com> Date: Thu, 20 Nov 2025 01:34:04 -0800 Subject: [PATCH 2/4] Add AAA Metadata System entry to custom-node-list Added a new entry for the AAA Metadata System with detailed features and installation instructions. --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 60070a15..d5cc7f64 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35040,7 +35040,18 @@ ], "category": "Document Processing", }, - + { + "author": "EricRollei", + "title": "AAA Metadata System", + "id": "aaa-metadata-system", + "reference": "https://github.com/EricRollei/AAA_Metadata_System", + "files": [ + "https://github.com/EricRollei/AAA_Metadata_System" + ], + "install_type": "git-clone", + "description": "Advanced metadata management and multi-format image save system for ComfyUI. Save/load with metadata for PNG, JPEG, TIFF, PSD (with layers), SVG, and WebP. Features XMP/TXT/JSON sidecar files, embedded EXIF/XMP, MWG-RS regions for face metadata, workflow tracking, LoRA/embedding detection, runtime execution hooks, and Automatic1111 compatibility. Preserve layers, alpha channels, and complete provenance across all formats.", + "nodename_pattern": "^(MetadataAwareSaveImage|Multi_LoRA_Loader|LoadImageLayers)", + }, { "author": "nomadoor", "title": "ComfyUI Temporal Mask Tools", 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 3/4] 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", From 656171037b05b18991343c610fa83a55cdfe3217 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Sat, 22 Nov 2025 09:28:40 +0900 Subject: [PATCH 4/4] Update custom-node-list.json HYPIR-ComfyUI was a separated PR. --- custom-node-list.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 3d37818c..4a7abfb5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35052,17 +35052,6 @@ "description": "Advanced metadata management and multi-format image save system for ComfyUI. Save/load with metadata for PNG, JPEG, TIFF, PSD (with layers), SVG, and WebP. Features XMP/TXT/JSON sidecar files, embedded EXIF/XMP, MWG-RS regions for face metadata, workflow tracking, LoRA/embedding detection, runtime execution hooks, and Automatic1111 compatibility. Preserve layers, alpha channels, and complete provenance across all formats.", "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",