Thank you for your work. I get an error:
[KeySync Error] cannot access local variable 'num_frames' where it is not associated with a value
Traceback (most recent call last):
File "nodes.py", line 247, in process
print(f"[KeySync] Processing {num_frames} frames ({compute_secs}s) through KeySync...")
^^^^^^^^^^
UnboundLocalError: cannot access local variable 'num_frames' where it is not associated with a value
Prompt executed in 3.19 seconds