From 0038d74b86a60609b6d0c839632c09d5bcf7eb6f Mon Sep 17 00:00:00 2001 From: ProGamerGov Date: Mon, 27 Jan 2025 14:55:16 -0700 Subject: [PATCH] Add ComfyUI pytorch360convert extension (#1489) * add pytorch360convert extension * Change title * Update extension-node-map.json * Update extension-node-map.json * Update extension-node-map.json * Update custom-node-list.json * Update extension-node-map.json * Update custom-node-list.json * Update extension-node-map.json * Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ extension-node-map.json | 22 +++++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index bcd2d328..6c142e09 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20621,5 +20621,16 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." } + { + "author": "ProGamerGov", + "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", + "id": "pytorch360convert", + "reference": "https://github.com/ProGamerGov/ComfyUI_pytorch360convert", + "files": [ + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for working and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano." + }, ] } diff --git a/extension-node-map.json b/extension-node-map.json index e6e39c13..2f1ebb2f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -28101,4 +28101,24 @@ "title_aux": "SDXLResolutionPresets" } ] -} \ No newline at end of file + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": [ + [ + "Cubemap to Equirectangular", + "Equirectangular to Cubemap", + "Equirectangular to Perspective", + "Equirectangular Rotation", + "Split Cubemap Faces", + "Stack Cubemap Faces", + "Roll Image Axes", + "Crop Image with Coords", + "Paste Image with Coords", + ], + { + "author": "ProGamerGov", + "description": "A collection of custom nodes for working and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano.", + "title_aux": "ComfyUI_pytorch360convert", + "nickname": "pytorch360convert", + "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", + } + ], +}