-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpyproject.toml
More file actions
19 lines (17 loc) · 1.32 KB
/
Copy pathpyproject.toml
File metadata and controls
19 lines (17 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "comfyui_ssstereoscope_bysamseen"
description = "Create immersive 3D SBS (Side-by-Side / Stereoscopic) images and videos! Transform your ComfyUI generations into stunning side-by-side 3D visuals for videos and image sequences. Powered by Depth-Anything-V2, no external depth maps needed. Perfect for VR, 3D displays, and cross-eyed viewing - no special glasses required!"
version = "2.1.8"
license = "LICENSE"
dependencies = ["numpy", "Pillow", "torch", "transformers>=4.51.0", "opencv-python", "tqdm", "imageio", "imageio-ffmpeg", "scipy"]
keywords = ["stereoscopic", "3D", "SBS", "side-by-side", "depth-map", "VR", "virtual-reality", "ComfyUI", "depth-estimation", "3D-conversion", "depth-anything", "3D-video", "3D-image", "cross-eyed", "parallel-view", "AI-depth", "immersive", "no-glasses-3D"]
[project.urls]
Repository = "https://github.com/SamSeenX/ComfyUI_SSStereoscope"
Documentation = "https://github.com/SamSeenX/ComfyUI_SSStereoscope#readme"
Issues = "https://github.com/SamSeenX/ComfyUI_SSStereoscope/issues"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "samseen"
DisplayName = "SideBySide_Stereoscope"
Icon = "https://raw.githubusercontent.com/SamSeenX/ComfyUI_SSStereoscope/main/sbs_icon.png"
Tags = ["3D", "stereoscopic", "depth-map", "VR", "video", "image-sequence", "depth-anything"]