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
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.
Both nodes supports handling of batches. Beware of bugs.
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