SBS Stereoscope Nodes

This extension provides nodes for creating side-by-side stereoscopic 3D content in ComfyUI.

Video Utility Nodes

👀 SBS Video Uploader by SamSeen
Load a video file and convert it to a sequence of images with resizing options.
video: Select a video file to upload
max_width: Maximum width for resizing (default: 512)
max_height: Maximum height for resizing (0 = auto)
frame_load_cap: Maximum number of frames to load (0 = all)
skip_first_frames: Number of frames to skip from the beginning
select_every_nth: Select every nth frame
👀 SBS Image Uploader by SamSeen
Load a single image with resizing options.
image: Select an image file to upload
max_width: Maximum width for resizing (default: 512)
max_height: Maximum height for resizing (0 = auto)
👀 SBS Video Combiner by SamSeen
Combine a sequence of images into a video file.
images: Input images to combine
frame_rate: Frame rate of the output video (default: 30)
filename_prefix: Prefix for the output filename
format: Output video format (mp4, webm, gif)
save_output: Whether to save the output to the output directory

Usage

These nodes can be used to create a workflow for processing videos with SBS stereoscopic effects:

  1. Use the 👀 SBS Video Uploader to load a video file
  2. Process each frame with the 👀 SBS V2 by SamSeen node
  3. Combine the processed frames back into a video with the 👀 SBS Video Combiner node

For single images, use the 👀 SBS Image Uploader to load an image and process it with the SBS nodes.