16.12.2024, 15:20
Yes it works as expected.
But in my dev version 2024.12.15.1 the RealESRGAN resizer is not working.
The generated script is the following
And I get the following error:
2024-12-16 14:16:20.625
Failed to evaluate the script:
Python exception: realesrgan() got an unexpected keyword argument 'trt_int8'
Could you check ?
Dan

But in my dev version 2024.12.15.1 the RealESRGAN resizer is not working.
The generated script is the following
clip = RealESRGAN(clip=clip, model=5, device_index=0, trt=True, trt_cache_dir=r"D:\PProjects\vs-deoldify_dev\clips", trt_workspace_size=1073741824, trt_int8=False, denoise_strength=0.50, num_streams=1) # 2960x2160
And I get the following error:
2024-12-16 14:16:20.625
Failed to evaluate the script:
Python exception: realesrgan() got an unexpected keyword argument 'trt_int8'
Could you check ?
Dan