Replies: 1 comment 3 replies
-
Not sure why python's auto garbage collection is not working, On my Linux PC this problem does not happen, so I don't know if the problem has been fixed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I process 1 video at a time, I have no issue with delays or slowdowns from going over the dedicated GPU memory into shared GPU memory - however, when I process an entire folder, the program will begin processing the next video before the VRAM usage has time to be lowered. This leads to situations where the VRAM usage stacks up the two, and the next video goes from rendering at 60fps to 1-2fps. At no point after that does the VRAM usage lower, it will stay like this until the entire batch is done. Is there currently a solution to this? Love the software, this is the only issue I've had with it. For reference I am using Any_V2_S, Full SBS, 4 depth batch size and 4 worker threads, fp16 and stream on an Nvidia 4070.
(The only temporary solution I've found is to just cancel the processing and re-start it by hand, but this defeats the purpose of being able to batch process it for me)
Beta Was this translation helpful? Give feedback.
All reactions