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

Add early experimental SaveWEBM node to save .webm files.

The frontend part isn't done yet so there is no video preview on the node
or dragging the webm on the interface to load the workflow yet.

This uses a new dependency: PyAV.
This commit is contained in:
comfyanonymous
2025-02-19 07:11:49 -05:00
parent afc85cdeb6
commit 0d4d9222c6
3 changed files with 77 additions and 0 deletions

View File

@@ -2265,6 +2265,7 @@ def init_builtin_extra_nodes():
"nodes_hooks.py",
"nodes_load_3d.py",
"nodes_cosmos.py",
"nodes_video.py",
"nodes_lumina2.py",
]