Add Comfy upstream decode runner
This commit is contained in:
parent
addc42a452
commit
1059b9f5d6
1 changed files with 10 additions and 0 deletions
10
tools/run_upstream_comfy_decode.sh
Normal file
10
tools/run_upstream_comfy_decode.sh
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Reference in a new issue