From 4fedd0307481a18efb3311a32f8e37eacbc6c176 Mon Sep 17 00:00:00 2001 From: ProGamerGov Date: Wed, 29 Jan 2025 18:01:15 -0700 Subject: [PATCH] Improve extension description (#1496) * Improve description * Update extension-node-map.json --- custom-node-list.json | 2 +- extension-node-map.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 64207925..77e3933f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20150,7 +20150,7 @@ "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." + "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." }, { "author": "burnsbert", diff --git a/extension-node-map.json b/extension-node-map.json index 845994f6..42abfa16 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -7042,6 +7042,7 @@ ], { "title_aux": "PyTorch 360\u00b0 Image Conversion Toolkit for ComfyUI" + "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." } ], "https://github.com/Pseudotools/Pseudocomfy": [ @@ -28313,4 +28314,4 @@ "title_aux": "SDXLResolutionPresets" } ] -} \ No newline at end of file +}