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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Dobidop ComfyStereo
and select it - 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