From 7f937aeaae1623c8701b97872f1e337fd10acf7d Mon Sep 17 00:00:00 2001 From: 2kpr <96332338+2kpr@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:55:59 +0000 Subject: [PATCH] Add ComfyUI-PMRF Node... (#1137) --- 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" } ] }