Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does your code support resuming training from where it left off after an interruption? #71

Open
Shuweis opened this issue Jul 26, 2024 · 3 comments

Comments

@Shuweis
Copy link

Shuweis commented Jul 26, 2024

How to resume training from where it left off after an interruption?

@sculmh
Copy link
Collaborator

sculmh commented Aug 6, 2024

The configuration file contains checkpointing_steps, which saves the model every n steps. After an interruption, you can change the pretrained_model_path to the checkpoint from the most recent step.

@Shuweis
Copy link
Author

Shuweis commented Aug 6, 2024

Ok,thank you for your reply! And does your code on SVD model support the text condition and motion strength control?

@sculmh
Copy link
Collaborator

sculmh commented Aug 6, 2024

  1. The original img2video-based SVD model does not support text conditions.
  2. SVD allows control over motion speed using motion_bucket_id.
  3. Our version only fine-tunes with motion_mask on top of SVD, so it also does not support text conditions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants