ComfyUi-NoodleWebcam

ComfyUi-NoodleWebcam
★ 30

摄像头帧录制实时输入自定义节点
记录摄像头帧并将帧发送到指定节点,便于将实时视频输入集成到ComfyUI节点流中。
💡 将摄像头帧实时送入指定节点进行处理与保存。
🍴 6 Forks💻 Python🔄 2024-05-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/51137d50651f
📦 requirements.txt
torch
torchvision
opencv-python-headless
📄 README

ComfyUi-NoodleWebcam

Noodle webcam is a node that records frames and send them to your favourite node.

Currently you can only select the webcam, set the frame rate, set the duration and start/stop the stream (for continuous streaming TODO).

BROKEN THINGS// ANY HELP TO FIX THESE ISSUES WOULD BE MORE THAN WELCOME

  • This node is completely broken because you need to change the framerate or duration to get the node to restart.
  • It will randomly crash and need a restart of comfyUI
  • doesn’t return the correct preview
  • it crashes a lot so let me know what kind of error you are getting
  • EXAMPLE NODE

    WORKFLOW

    Example of output

    OpenPoseDW Controlnet

    Depth Controlnet

    Depth Controlnet invert node on

    Have fun

    NEEDED CUSTOM NODES

    AnimateDiff Evolved – https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved

    pythongosssss ComfyUI-Custom-Scripts – https://github.com/pythongosssss/ComfyUI-Custom-Scripts

    MTB Nodes – https://github.com/melMass/comfy_mtb

    ComfyUI FizzNodes – https://github.com/FizzleDorf/ComfyUI_FizzNodes

    ComfyUI Advanced ControlNet – https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet

    INSTALLATION

    To install clone this repo inside your confyUI’s custom_nodes folder

    TODO

    — Fix all the bugs above

    — Continuous streaming