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

Where can I change to get the final result only. #49

Open
fergomez1 opened this issue Jul 9, 2024 · 2 comments
Open

Where can I change to get the final result only. #49

fergomez1 opened this issue Jul 9, 2024 · 2 comments

Comments

@fergomez1
Copy link

Hi, thank you for sharing this.
I have a question, where can I change to get the final result only? In other words, I would like to have the final video only and not all the 3 videos together.

Thank you!

@wangxiang1230
Copy link
Collaborator

Hi, you can save only the generated video by commenting out this line

vid_gif = torch.cat(cons_list + [vid_gif,], dim=3)

That is, change the above line to # vid_gif = torch.cat(cons_list + [vid_gif,], dim=3)

@fergomez1
Copy link
Author

Is working! Thank you.

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