From 6126589e915f98c6d4e3e4427b7ec6e0867b4946 Mon Sep 17 00:00:00 2001 From: 2kpr <96332338+2kpr@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:08:29 +0000 Subject: [PATCH] Add ComfyUI-PMRF Node... --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 15274c9b..dacd4d77 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15822,6 +15822,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "2kpr", + "title": "ComfyUI-PMRF", + "id": "comfyui-pmrf", + "reference": "https://github.com/2kpr/ComfyUI-PMRF", + "files": [ + "https://github.com/2kpr/ComfyUI-PMRF" + ], + "install_type": "git-clone", + "description": "Implementation of PMRF on ComfyUI" } ] }