From 63379f759df1ba5e9638e13e57fcb6a2a657da63 Mon Sep 17 00:00:00 2001 From: Alan Kent Date: Sun, 16 Nov 2025 06:02:22 -0800 Subject: [PATCH] Added 360 interactive crop tool. (#2285) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c0c5006b..648878bb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36843,6 +36843,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "alankent", + "title": "OA 360 Clip", + "reference": "https://github.com/alankent/ComfyUI-OA-360-Clip", + "files": [ + "https://github.com/alankent/ComfyUI-OA-360-Clip" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for extracting perspective views from 360 degree equirectangular images with an interactive drag-and-drop crop interface." } ] }