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

memory management #32

Open
overcrash66 opened this issue Jan 27, 2025 · 1 comment
Open

memory management #32

overcrash66 opened this issue Jan 27, 2025 · 1 comment

Comments

@overcrash66
Copy link

Avoid memory overload for long video generated
Maybe writing small video chunks into disk and after that merge all video chunks to final video output path

@hkchengrex
Copy link
Owner

This is possible and necessary for long videos -- the trained network cannot gracefully handle context that is significantly longer than the training duration (8s).
Unfortunately, I don't have the bandwidth for this but it should be fairly easy to implement.

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