# ComfyUI Workflow Vault uses the Python standard library plus aiohttp and
# Pillow — both already bundled by ComfyUI, so no extra installs are needed.
# Pillow powers optional example-image compression; the vault still runs
# without it (compression just disables).
Pillow

# imageio-ffmpeg ships a self-contained, cross-platform ffmpeg binary (no
# system install). It powers MP4/MOV/WebM -> animated-WebP previews for both
# thumbnails and the optional before/after compare image. Many ComfyUI users
# already have it (VideoHelperSuite depends on it). If the binary is somehow
# unavailable, videos fall back to picking a single frame in the browser; image
# thumbnails/compare images are unaffected.
imageio-ffmpeg
