From 8fbfde0a9f67b842e246f2448913de7c50732122 Mon Sep 17 00:00:00 2001 From: Miosp <30725330+Miosp@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:49:46 +0100 Subject: [PATCH] Add FBCNN to custom node list --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 78595215..81a4dc75 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4244,6 +4244,16 @@ "install_type": "git-clone", "description": "Nodes:Enhanced Save Node" }, + { + "author": "miosp", + "title": "ComfyUI-FBCNN", + "reference": "https://github.com/Miosp/ComfyUI-FBCNN", + "files": [ + "https://github.com/Miosp/ComfyUI-FBCNN" + ], + "install_type": "git-clone", + "description": "A node for JPEG de-artifacting using [a/FBCNN](https://github.com/jiaxi-jiang/FBCNN)." + }, { "author": "LarryJane491", "title": "Lora-Training-in-Comfy",