File size: 463 Bytes
4f56ef3
 
 
 
 
 
 
4e87611
4f56ef3
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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~!