16.12.2024, 19:14
Installed new torch packages and dev version and not it seems OK.
You should add in Hybrid the support for vs-realesrgan new parameter: num_batches.
As stated in the release of v5.1.0: Improve performance by using separate streams and non_blocking for moving tensors between CPU and GPU. Now num_streams arg has negligible influence on performance compared to num_batches arg.
So by enabling num_batches the performance of vs-realesrgan should improve significantly.
Dan
You should add in Hybrid the support for vs-realesrgan new parameter: num_batches.
As stated in the release of v5.1.0: Improve performance by using separate streams and non_blocking for moving tensors between CPU and GPU. Now num_streams arg has negligible influence on performance compared to num_batches arg.
So by enabling num_batches the performance of vs-realesrgan should improve significantly.
Dan