Some methodologies employ a frame from the end of the preceding clip as
the initial frame of the subsequent generation, aiming to maintain a seamless
transition across concatenated segments. Inspired by that, our approach incorporates the last n frames, termed ’motion frames’ from the previously generated clip to enhance cross-clip consistency.

DRAFTED -
https://github.com/johndpope/Emote-hack/blob/main/train_stage_1_0.py
tomorrow i check the dimensions - it should actually be 64x64 once it's passed through the VAE.
https://github.com/johndpope/Emote-hack/blob/main/Net.py
UPDATE
(is this related?)
https://github.com/yrcong/flatten/blob/main/models/pipeline_flatten.py#L484
Some methodologies employ a frame from the end of the preceding clip as

the initial frame of the subsequent generation, aiming to maintain a seamless
transition across concatenated segments. Inspired by that, our approach incorporates the last n frames, termed ’motion frames’ from the previously generated clip to enhance cross-clip consistency.
DRAFTED -
https://github.com/johndpope/Emote-hack/blob/main/train_stage_1_0.py
tomorrow i check the dimensions - it should actually be 64x64 once it's passed through the VAE.
https://github.com/johndpope/Emote-hack/blob/main/Net.py
UPDATE
(is this related?)
https://github.com/yrcong/flatten/blob/main/models/pipeline_flatten.py#L484