-
Notifications
You must be signed in to change notification settings - Fork 440
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
Would it be possible to generate 720p or at least 480p videos? #39
Comments
I have been able to gen 512x512 well enough using half precision. You can try changing the input sizes in scripts/run.sh, but I wouldn't expect it to work well at more than 512x512 since the currently released weights were not trained on larger videos. Plus the VRAM requirements will go up. I tried genning at lower resolution than 512x320 and weird things started appearing in the videos. |
Thank you very much for answering! 512p is great in comparison!! If you could explain to me how I enter the value in "scripts/run.sh", |
you can try to use some super resolution tools. |
Forgive my clumsiness, I guess it's something that's still developing. It's an amazing tool, but if it could generate slightly larger images it could be used beyond the demo.
I also see that the brightness/tone/contrast in the video changes slightly with respect to the original images.
The text was updated successfully, but these errors were encountered: