chigozienri / VQGAN-CLIP-animations

133 stars 28 forks source link

How to resume from last frame after disconnect? #36

Open florianwalther-private opened 2 years ago

florianwalther-private commented 2 years ago

First of all, thank you for setting up this great Colab!

I have trouble generating my animations because Google Colab disconnects before it's finished (even tho I am not idle and interact with the screen every few minutes).

Is there a way to not have to start over again and instead resume image generation from the last generated frame?

chigozienri commented 2 years ago

Sorry Florian, I didn't see this before. I haven't coded in a way to do this automatically, but you can manually use the last frame as an initial image and change the keyframes to reflect that. Alternatively, Disco has that feature, and I would accept a PR porting it over here! Thanks for using.

florianwalther-private commented 2 years ago

@chigozienri Thank you!