dummyuser-123

Results 5 issues of dummyuser-123

I have created an API for Real-ESRGAN using FastAPI, and it is working properly for multiple user requests. However, when I am initially loading the models (Real-ESRGAN and GFPGAN) using...

I have converted Real-ESRGAN model using Chainner from pth to onnx format. But when I am quantizing this model using onnxruntime in int8 then I am getting following error. What...

I have created an API for Real-ESRGAN using FastAPI, and it is working properly for multiple user requests. However, when I am initially loading the models (Real-ESRGAN and GFPGAN) using...

I have used your script and converted gfpgan pth model into onnx model but I am getting horrible results. Like output image is same as input image (in terms of...

Hello @menyifang, First of all, thank you for this great work. It successfully transforms any face image into a cartoon style. While trying out different styles on various images, I...