numpy>=1.20.0 Pillow>=9.0.0 torch>=1.12.0 torchvision>=0.13.0 tqdm>=4.64.0 huggingface_hub>=0.12.0 accelerate>=0.16.0 importlib-metadata>=4.12.0 timm>=0.6.12 transformers>=4.51.0 opencv-python>=4.5.0 scipy>=1.7.0 imageio>=2.0.0 imageio-ffmpeg>=0.4.0

[](LICENSE)
[]()
Transform any 2D image into immersive stereoscopic 3D content in ComfyUI.
The SideBySide Stereoscope Node is a cutting-edge 2D-to-3D conversion tool designed for ComfyUI. Powered by Depth-Anything (V2 & V3), it automatically creates high-quality depth maps and generates side-by-side (SBS) 3D images and videos perfect for VR headsets and 3D displays.
imageio-ffmpeg binary (included in dependencies).“`bash
cd ComfyUI/custom_nodes
“`
“`bash
git clone https://github.com/SamSeenX/ComfyUI_SSStereoscope.git
“`
“`bash
pip install -r ComfyUI_SSStereoscope/requirements.txt
“`
_(Note: The AI model will download automatically on first use.)_
depth_scale: Intensity of the 3D effect.mode: Cross-eyed vs Parallel.highsodium_optimization: Enable vectorized algorithm for faster processing (may produce slightly different results).depth_scale (0-100) now maps to 0-20% of image width. This gives you fine-grained control while preventing output-breaking values.SBS Video Uploader to load a video.SBS V2 node.SBS Video Combiner to save the 3D video.ComfyUI_SSStereoscope/
├── sbs_v2.py # Main logic
├── requirements.txt # Dependencies
├── video_utils.py # Video processing helpers
└── README.md
Contributions are welcome!
This project is licensed under the MIT License – see the LICENSE file for details.
If you find this project useful, please consider supporting me:
Created with ❤️ by SamSeen