mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
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:
parent
c792f9277c
commit
c13da606b2
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user