DiffSynth-Studio
DiffSynth-Studio copied to clipboard
Fix typo
Change
Only num_frames % 4 != 1 is acceptable
to
Only num_frames % 4 == 1 is acceptable