h3-blackwell-runtime/tools/run_upstream_comfy_decode.sh
2026-08-14 00:23:37 +07:00

10 lines
567 B
Bash

#!/bin/sh
set -eu
export PYTHONPATH="/opt/ComfyUI:/workspace/h3-blackwell-runtime/src:${PYTHONPATH:-}"
/opt/venv/bin/python /workspace/h3-blackwell-runtime/tools/decode_video_latent.py \
--implementation upstream \
--latent /output/h3-blackwell-runtime/direct-cat-house-backflip-disco-shades-960x544-5s-latent.pt \
--output /output/h3-blackwell-runtime/direct-cat-house-backflip-disco-shades-960x544-5s-upstream-comfy-tiled-decode.mp4 \
--frames-dir /output/h3-blackwell-runtime/direct-cat-house-backflip-disco-shades-960x544-5s-upstream-comfy-tiled-frames