From ab167175c9af59d82450e665395601a8a0e5a6e3 Mon Sep 17 00:00:00 2001 From: ProGamerGov Date: Sat, 1 Feb 2025 18:46:17 -0700 Subject: [PATCH] Add Preview 360 Panorma custom node (#1506) * Update custom-node-list.json * Update extension-node-map.json * Update custom-node-list.json * Update custom-node-list.json * Update extension-node-map.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 13 ++++++++++++- extension-node-map.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 2df7daf9..68e3c944 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20190,7 +20190,7 @@ "https://github.com/ProGamerGov/ComfyUI_pytorch360convert" ], "install_type": "git-clone", - "description": "A collection of custom nodes for working with and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano." + "description": "A collection of custom nodes for working with and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano, and 360 degree photos." }, { "author": "burnsbert", @@ -20922,6 +20922,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ProGamerGov", + "title": "Preview 360 Panorama for ComfyUI", + "id": "comfyui-preview360panorama", + "reference": "https://github.com/ProGamerGov/ComfyUI_preview360panorama", + "files": [ + "https://github.com/ProGamerGov/ComfyUI_preview360panorama" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node for interactive 360° panorama image previews. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano, and 360 degree photos." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 785ab07a..32eb895d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -28460,4 +28460,4 @@ "title_aux": "SDXLResolutionPresets" } ] -} \ No newline at end of file +}