# ComfyUI-UniverSR runtime deps.
# torch / torchaudio / numpy / matplotlib are already shipped by ComfyUI.
# The vendored `universr` package only needs these extras on top of ComfyUI's stack:
torchdiffeq>=0.2.3
einops>=0.7
timm>=0.9
huggingface_hub>=0.20
pyyaml>=6.0
# Video loader/combiner nodes only — read/write WAV for ffmpeg muxing.
# (ffmpeg itself must be installed separately and on PATH.)
soundfile>=0.12
