From 1fbacf9b8cb70fcf1b79d59b0615d29c22b26a7b Mon Sep 17 00:00:00 2001 From: brucew4yn3rp <135722417+brucew4yn3rp@users.noreply.github.com> Date: Wed, 12 Nov 2025 21:33:39 -0500 Subject: [PATCH] Add ComfyUI_VintageEffect --- 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 8b9013f8..7e39a455 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36649,6 +36649,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "brucew4yn3rp", + "title": "Vintage Effect", + "id": "VintageEffect", + "reference": "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect", + "files": [ + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect" + ], + "install_type": "git-clone", + "description": "ComfyUI node that applies vintage/retro effects through JPG compression, color grading, film grain, and vignette to emulate old photo aesthetics." + }, ] }