readme
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ComfyUI-Facerestore-Tensorrt
|
2 |
+
|
3 |
+
https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt/tree/master
|
4 |
+
|
5 |
+
The instruction is to simply download the following onnx models:
|
6 |
+
|
7 |
+
- gfqgan.onnx
|
8 |
+
- odeformer.onnx
|
9 |
+
|
10 |
+
And build tensorrt engines for these models by running:
|
11 |
+
```
|
12 |
+
python export_trt.py
|
13 |
+
```
|
14 |
+
|
15 |
+
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.
|
16 |
+
|
17 |
+
Good Luck~!
|
18 |
+
|