Can Smooth Video be accelerated?
I am using the Smooth Video node to optimize my videos, but it takes a long time to process. Is there a way to optimize or accelerate it? Here is my hardware configuration: GPU: NVIDIA H100 80GB HBM3 Memory: 200GB CPU: Intel(R) Xeon(R) Platinum 8468V
You can optimize by this formula:
- time complexity(accuracy=1): log(window_size) * minimum_patch_size^2 * num_iter * video length * video resolution
For example, doubling the minimum_patch_size will result in a 4-fold increase in the execution time.
Here are the parameters I am currently using. Could you provide approximate suggestions based on my hardware configuration? Thank you.
To clarify, the resolution of my video is 1280x720.
My torch version is 2.5.1+cu121. In my environment, the program only uses 12GB of VRAM, and I'm not sure if this is the reason for the slow processing speed.
Sorry, I haven't used this for a while. You can get more Information by fastblend for sd webui.
抱歉,我有一段时间没用过这个了。您可以通过 fastblend for sd webui 获取更多信息。
Ok, Thank you.