From 48555946ba9af4f9a863e74d1f4cabe9dcabc5d5 Mon Sep 17 00:00:00 2001 From: Nathan aka SoCalGuitarist <114831821+SanDiegoDude@users.noreply.github.com> Date: Mon, 26 May 2025 16:12:37 -0700 Subject: [PATCH] Update custom-node-list.json update db --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c7c155b2..d615ddd1 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26724,6 +26724,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "SanDiegoDude", + "title": "ComfyUI DeepStereo", + "reference": "https://github.com/SanDiegoDude/ComfyUI-DeepStereo", + "files": [ + "https://github.com/SanDiegoDude/ComfyUI-DeepStereo" + ], + "install_type": "git-clone", + "description": "Generate AI-powered autostereograms (Magic Eye style images) using depth maps and procedural textures. Features AI depth estimation, multiple texture generation methods, and advanced stereogram algorithms." } ] }