mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
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:
parent
6b2163c61f
commit
0038d74b86
@ -20621,5 +20621,16 @@
|
|||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"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."
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -28101,4 +28101,24 @@
|
|||||||
"title_aux": "SDXLResolutionPresets"
|
"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",
|
||||||
|
}
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user