FoleyCrafter icon indicating copy to clipboard operation
FoleyCrafter copied to clipboard

No temporal_align flag in inference.py

Open avishkarsaha opened this issue 5 months ago • 0 comments

I tried to run the inference command from the README (with my own input/outpout directories), but there is no --temporal_align flag in inference.py.This is the command I ran:

python inference.py \
--temporal_align \
--input=input/avsync \
--save_dir=output/avsync/

This is the error:

usage: inference.py [-h] [--prompt PROMPT] [--nprompt NPROMPT] [--seed SEED] [--semantic_scale SEMANTIC_SCALE]
                    [--temporal_scale TEMPORAL_SCALE] [--input INPUT] [--ckpt CKPT] [--save_dir SAVE_DIR]
                    [--pretrain PRETRAIN] [--device DEVICE]
inference.py: error: unrecognized arguments: --temporal_align

I'm assuming the inference script provided is an older version? Is there a version which matches the README?

avishkarsaha avatar Sep 09 '24 12:09 avishkarsaha