first stab at adding video

This commit is contained in:
2026-04-12 04:11:52 -04:00
parent 680c5b04cc
commit 2818b41004
37 changed files with 2982 additions and 24 deletions
+9
View File
@@ -14,3 +14,12 @@ soundfile
scipy
python-multipart
pyyaml
# --- Avatar video (optional, only used when config.video.enabled=true) ---
# Video frame I/O (used by video_models/wan22.py and the muxer).
imageio[ffmpeg]>=2.34
av>=12.0
pyzmq>=25.0
# LightX2V (Wan2.2-Lightning) and MuseTalk are installed from source in the
# Dockerfile because neither ships a stable PyPI release yet. See lines
# "LightX2V from source" / "MuseTalk from source" in Dockerfile.