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", + } + ], +}