From b9852e433cc0b1e611cc9d9e75ddfed53f2b96e0 Mon Sep 17 00:00:00 2001 From: ProGamerGov Date: Sun, 26 Jan 2025 16:05:40 -0700 Subject: [PATCH] add pytorch360convert extension --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 35e8e76b..10e28fb4 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20610,5 +20610,16 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." } + { + "author": "ProGamerGov", + "title": "ComfyUI_pytorch360convert", + "id": "pytorch360convert", + "reference": "https://github.com/ProGamerGov/ComfyUI_pytorch360convert", + "files": [ + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert" + ], + "install_type": "git-clone", + "description": "A collection of nodes for working and converting between 360 degree equirectangular images, cubemaps, and perspective images." + }, ] }