From 97d6d52ea1e70368ef5ae1764be063822c6cfa08 Mon Sep 17 00:00:00 2001 From: ProGamerGov Date: Thu, 27 Feb 2025 12:48:28 -0700 Subject: [PATCH] Add new nodes to ComfyUI_pytorch360convert extension --- extension-node-map.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 0e1f4951..bcf920b9 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -7497,7 +7497,12 @@ "Paste Image with Coords", "Roll Image Axes", "Split Cubemap Faces", - "Stack Cubemap Faces" + "Stack Cubemap Faces", + "Pad 180 to 360 Equirectangular", + "Crop 360 to 180 Equirectangular", + "Crop Stereo to Monoscopic", + "Merge Monoscopic into Stereo", + ], { "title_aux": "PyTorch 360\u00b0 Image Conversion Toolkit for ComfyUI" @@ -29741,4 +29746,4 @@ "title_aux": "SDXLResolutionPresets" } ] -} \ No newline at end of file +}