From 33a07e3a869d2c732d02404c405c9f23691fa603 Mon Sep 17 00:00:00 2001 From: SBCODE Date: Thu, 18 Sep 2025 23:27:21 +0100 Subject: [PATCH] add ComfyUI Virtual Webcam to custom-node-list.json (#2161) * Added ComfyUI Virtual Webcam plugin to custom-node-list.json The ComfyUI Virtual Webcam allows you to stream your ksampler output images to a webcam driver * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d4df55cb..904e2e01 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33457,6 +33457,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Sean-Bradley", + "title": "ComfyUI Virtual Webcam", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam" + ], + "install_type": "git-clone", + "description": "A Virtual Camera Output For ComfyUI. On Windows, it will use the OBS Virtual Camera driver. So make sure you have OBS installed. Then in your other webcam capable applications, such as Google Meet, Teams, Zoom and even OBS itself, you can connect to the OBS Virtual Camera option and see what you are outputting from ComfyUI." } ] }