From 1059b9f5d6b2bde5477cd258ae2a16c2684b3dfd Mon Sep 17 00:00:00 2001 From: Daniel Maddern Date: Fri, 14 Aug 2026 00:23:37 +0700 Subject: [PATCH] Add Comfy upstream decode runner --- tools/run_upstream_comfy_decode.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/run_upstream_comfy_decode.sh diff --git a/tools/run_upstream_comfy_decode.sh b/tools/run_upstream_comfy_decode.sh new file mode 100644 index 0000000..6bc1987 --- /dev/null +++ b/tools/run_upstream_comfy_decode.sh @@ -0,0 +1,10 @@ +#!/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