Hi, thanks for the great work.
I have a quick clarification question about video extension.
Does the current open-source Causal Forcing code officially support short-video continuation / video extension with a multi-frame input video prefix, beyond I2V?
For example, if I encode a 3-second input video into latents and pass it as initial_latent, is this considered a supported use case for generating the following future frames, or is it still more of an internal / experimental path?
I saw that initial_latent with more than one frame is described as video extension in the pipeline code, but I could not find a clear user-facing example in the main inference script.
Thanks!
Hi, thanks for the great work.
I have a quick clarification question about video extension.
Does the current open-source Causal Forcing code officially support short-video continuation / video extension with a multi-frame input video prefix, beyond I2V?
For example, if I encode a 3-second input video into latents and pass it as
initial_latent, is this considered a supported use case for generating the following future frames, or is it still more of an internal / experimental path?I saw that
initial_latentwith more than one frame is described as video extension in the pipeline code, but I could not find a clear user-facing example in the main inference script.Thanks!