17.12.2022, 17:38
Hello Selur
looking to the benchmark provided by HolyWu, it seems that by setting "num_streams=2" as in the example below:
clip = RealESRGAN(clip=clip, model=3, device_index=0, num_streams=2, trt_cache_path="C:/Temp", trt_max_workspace_size=1073741824)
there is an increase in speed between 5% and 40%, could you add this parameter in Hybrid ?
Thanks,
Dan
looking to the benchmark provided by HolyWu, it seems that by setting "num_streams=2" as in the example below:
clip = RealESRGAN(clip=clip, model=3, device_index=0, num_streams=2, trt_cache_path="C:/Temp", trt_max_workspace_size=1073741824)
there is an increase in speed between 5% and 40%, could you add this parameter in Hybrid ?
Thanks,
Dan