Update custom-node-list.json with a Video Reverse Tool (#2210)

Add a reference to a tool for reversing the image batch tensor of video type files such as MP4, WebM, WebP, Animated Gif.

Also added tags to my other custom nodes Virtual Camera and Image Compare.
This commit is contained in:
SBCODE 2025-10-12 22:09:43 +01:00 committed by GitHub
parent c792f9277c
commit c13da606b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",