From 2b9cec50ce9f7dbd5fb52ed0745ab611b4966cdc Mon Sep 17 00:00:00 2001 From: kukuo6666 <62006269+kukuo6666@users.noreply.github.com> Date: Tue, 18 Mar 2025 22:48:09 +0800 Subject: [PATCH] Update custom-node-list.json (#1674) This ComfyUI custom node provides tools for processing equirectangular images. Currently supports converting equirectangular images to cubemap format. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2f39a13e..3043990a 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -22995,6 +22995,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "kuo6", + "title": "ComfyUI Equirectangular Tools", + "reference": "https://github.com/kukuo6666/ComfyUI-Equirect", + "files": [ + "https://github.com/kukuo6666/ComfyUI-Equirect" + ], + "install_type": "git-clone", + "description": "Tools for processing equirectangular images, supporting conversion from equirectangular format to cubemap." } ] }