diff --git a/custom-node-list.json b/custom-node-list.json index b0ed5425..d5111038 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33169,7 +33169,8 @@ "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." + "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.", + "tags": ["virtual-camera", "obs", "webcam"] }, { "author": "Sean-Bradley", @@ -33179,7 +33180,19 @@ "https://github.com/Sean-Bradley/ComfyUI-Image-Compare" ], "install_type": "git-clone", - "description": "Compare two images using ComfyUI. Connect images to both image_a and image_b inputs. Press RUN. Then use the slider to compare. Best used when two images are very similar and you want to see the differences very closely. Search for the manager for image compare, or imagecompare." + "description": "Compare two images using ComfyUI. Connect images to both image_a and image_b inputs. Press RUN. Then use the slider to compare. Best used when two images are very similar and you want to see the differences very closely. Search for the manager for image compare, or imagecompare.", + "tags": ["image-compare", "imagecompare"] + }, + { + "author": "Sean-Bradley", + "title": "ComfyUI Video Reverse", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse" + ], + "install_type": "git-clone", + "description": "A tool to reverse the frames of video type files (MP4, WebM, WebP, Animated GIF) using ComfyUI. It gets the image batch tensor and returns the same tensor, but flipped.", + "tags": ["video-reverse", "image-batch-reverse"] }, { "author": "LukeCoulson1",