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
This commit is contained in:
ProGamerGov 2025-01-27 14:55:16 -07:00 committed by GitHub
parent 6b2163c61f
commit 0038d74b86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 32 additions and 1 deletions

View File

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

View File

@ -28101,4 +28101,24 @@
"title_aux": "SDXLResolutionPresets"
}
]
"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",
}
],
}