From 94c6a5fd2dffdf4484cbd6a4db914c2786689cb5 Mon Sep 17 00:00:00 2001 From: brucew4yn3rp Date: Sun, 23 Nov 2025 10:33:03 -0500 Subject: [PATCH] Added ComfyUI_VintageEffect --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a22d5b16..0da61f2a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37353,6 +37353,17 @@ ], "install_type": "git-clone", "description": "A custom node extension that hides image previews until you hover over the node." + }, + { + "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, vignette, and more to emulate more realistic photo aesthetics." } ] }