From 1b39b5e8eecf6c86bc29ed78c58f7d978f178053 Mon Sep 17 00:00:00 2001 From: Alan Kent Date: Sat, 15 Nov 2025 21:42:08 -0800 Subject: [PATCH] Added 360 interactive crop tool. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f0422338..7f571747 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36832,6 +36832,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." } ] }