Nodes Browser

ComfyDeploy: How Dobidop ComfyStereo works in ComfyUI?

What is Dobidop ComfyStereo?

Two simple nodes for stereoscopic image generation. Nodes: Stereo Image Node - a basic port from the Automatic1111 stereo script in thygate/stable-diffusion-webui-depthmap-script, LazyStereo - a naïve stereo image generator

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for Dobidop ComfyStereo and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyStereo

Introduction

A very basic port of the stereoscopic script used in thygate/stable-diffusion-webui-depthmap-script

Most of the credit goes to them, and most of the rest to some LLMs.

  • The Stereo Image Node is a basic port from the Automatic1111 stereo script
  • The LazyStereo node is a naïve stereo image generator I created with the help from LLMs

Both nodes supports handling of batches. Beware of bugs.

Installation

To install the these nodes, clone this repository and add it to custom_nodes folder in your ComfyUI nodes directory:

git clone https://github.com/Dobidop/ComfyStereo.git
pip install -r requirements.txt

Example workflow

workflow