1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Add webcam node (#3497)

* Add webcam node

* unused import
This commit is contained in:
pythongosssss
2024-05-17 18:16:08 +01:00
committed by GitHub
parent 19300655dd
commit 91590adf04
3 changed files with 154 additions and 0 deletions

View File

@@ -1961,6 +1961,7 @@ def init_custom_nodes():
"nodes_align_your_steps.py",
"nodes_attention_multiply.py",
"nodes_advanced_samplers.py",
"nodes_webcam.py",
]
import_failed = []