├── LICENSE ├── README.md ├── __init__.py ├── old__init__.txt ├── requirements.txt └── workflow ├── WebcamNode.json ├── noodlenode.png ├── webcamNode.gif ├── webcamNode.mp4 ├── webcamNode.png ├── webcamNode_OpPDW.gif ├── webcamNode_OpPDW.mp4 ├── webcamNode_OpPDW_4fps.gif ├── webcamNode_OpPDW_4fps.mp4 ├── webcamNode_depth.gif ├── webcamNode_depth.mp4 ├── webcamNode_depth_invert.gif ├── webcamNode_depth_invert.mp4 └── workflow.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/__init__.py -------------------------------------------------------------------------------- /old__init__.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/old__init__.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/requirements.txt -------------------------------------------------------------------------------- /workflow/WebcamNode.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/WebcamNode.json -------------------------------------------------------------------------------- /workflow/noodlenode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/noodlenode.png -------------------------------------------------------------------------------- /workflow/webcamNode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/webcamNode.gif -------------------------------------------------------------------------------- /workflow/webcamNode.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/webcamNode.mp4 -------------------------------------------------------------------------------- /workflow/webcamNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/webcamNode.png -------------------------------------------------------------------------------- /workflow/webcamNode_OpPDW.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/webcamNode_OpPDW.gif -------------------------------------------------------------------------------- /workflow/webcamNode_OpPDW.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/webcamNode_OpPDW.mp4 -------------------------------------------------------------------------------- /workflow/webcamNode_OpPDW_4fps.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/webcamNode_OpPDW_4fps.gif -------------------------------------------------------------------------------- /workflow/webcamNode_OpPDW_4fps.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/webcamNode_OpPDW_4fps.mp4 -------------------------------------------------------------------------------- /workflow/webcamNode_depth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/webcamNode_depth.gif -------------------------------------------------------------------------------- /workflow/webcamNode_depth.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/webcamNode_depth.mp4 -------------------------------------------------------------------------------- /workflow/webcamNode_depth_invert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/webcamNode_depth_invert.gif -------------------------------------------------------------------------------- /workflow/webcamNode_depth_invert.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/webcamNode_depth_invert.mp4 -------------------------------------------------------------------------------- /workflow/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niutonian/ComfyUi-NoodleWebcam/HEAD/workflow/workflow.png --------------------------------------------------------------------------------