From 9f189f0420b91b087df9bf5912fb89a2323f560a Mon Sep 17 00:00:00 2001 From: FortunaCournot <65296393+FortunaCournot@users.noreply.github.com> Date: Tue, 8 Jul 2025 01:55:24 +0200 Subject: [PATCH] Stereoscopic Nodes added (#1978) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2eb8b0bf..9db88474 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29308,6 +29308,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "FortunaCournot", + "title": "Stereoscopic", + "id": "stereoscopic", + "reference": "https://github.com/FortunaCournot/comfyui_stereoscopic", + "files": [ + "https://github.com/FortunaCournot/comfyui_stereoscopic" + ], + "install_type": "git-clone", + "description": "Contains ImageSBSConverter node to convert an image into a side-by-side image." } ] }