15.02.2024, 22:47
Hello Selur,
I tested your dev version and I found the following problems:
1) FeMaSR 1.2 TensorRT is not working (actually never worked in RT on my PC since the bump version to 1.2)
I had to downgrade to FeMaSR 1.1 TensorRT to be able to use the filter in RT mode
2) The FeMaSR included in CodeFormer is using fp32 and is too slow to be practically used, please use as default fp16
3) In the FeMaSR included in CodeFormer is not used the parameter trt_min_subgraph_size, I suggest to set it = 5 (should be good for every one)
I do agree with you that FeMaSR could be better than RealESRGAN, see the comparison:
https://imgsli.com/MjQwMzY2
The problem is that is too slow, on my PC the speed is about 3fps (with TensoRT fp16) while with RealESRGAN I can get a speed around 6fps.
I need to do more tests to understand better when to use one of them.
Thanks
Dan
I tested your dev version and I found the following problems:
1) FeMaSR 1.2 TensorRT is not working (actually never worked in RT on my PC since the bump version to 1.2)
I had to downgrade to FeMaSR 1.1 TensorRT to be able to use the filter in RT mode
2) The FeMaSR included in CodeFormer is using fp32 and is too slow to be practically used, please use as default fp16
3) In the FeMaSR included in CodeFormer is not used the parameter trt_min_subgraph_size, I suggest to set it = 5 (should be good for every one)
I do agree with you that FeMaSR could be better than RealESRGAN, see the comparison:
https://imgsli.com/MjQwMzY2
The problem is that is too slow, on my PC the speed is about 3fps (with TensoRT fp16) while with RealESRGAN I can get a speed around 6fps.
I need to do more tests to understand better when to use one of them.
Thanks
Dan