From f683f9250943a92b04e36fa802819698b018b632 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Fri, 5 Jul 2024 14:52:51 +0800 Subject: [PATCH] Add custom node for AuraSR --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 3d216541..671defb9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11512,6 +11512,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Alexis ROLLAND", + "title": "ComfyUI-AuraSR", + "id": "comfyui-aurasr", + "reference": "https://github.com/alexisrolland/ComfyUI-AuraSR", + "files": [ + "https://github.com/alexisrolland/ComfyUI-AuraSR" + ], + "install_type": "git-clone", + "description": "Custom node to run AuraSR model." } ] }