kellempxt's picture
Update README.md
4e87611 verified

ComfyUI-Facerestore-Tensorrt

https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt/tree/master

The instruction is to simply download the following onnx models:

  • gfqgan.onnx
  • codeformer.onnx

And build tensorrt engines for these models by running:

python export_trt.py

These files should work if you are using NVIDIA AGX ORIN 64GB Dev Kit. Otherwise you will need to build your own engine file as it is dependant on your hardware.

Good Luck~!