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

What are the recommended hardware specifications for inference? #5

Open
Hangsiin opened this issue Nov 26, 2023 · 1 comment
Open

Comments

@Hangsiin
Copy link

How much VRAM need for inference?
And can you recommend minimum specific GPU for generating videos?
Thanks for open-sourcing this!

@zeinsh
Copy link
Contributor

zeinsh commented Nov 28, 2023

This depends on the target resolution and fps.

For example, if you want to generate 512x512 resolution at high fps, you will need at least 55-60G VRAM.
However, if you don't have a single device with enough VRAM, you can modify the code to move each model in the pipeline to a separate device.

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