Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
| 1 |
https://github.com/comfyanonymous/ComfyUI_TensorRT - base nodes for TRT models
|
| 2 |
-
https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt - bade node for TRT upscale models
|
| 3 |
|
| 4 |
You need to use tensorrt v 10.6.0:
|
| 5 |
1. if not istalled run CMD at ComfyUI\python_embeded and use command "python.exe -m pip install tensorrt" (or specify the version via tensorrt==10.6.0)
|
| 6 |
2. if installed already run "python.exe -m pip uninstall tensorrt", delete all folders with tensor name in python_embeded\Lib\site-packages, then use command "python.exe -m pip install tensorrt" (or specify the version via tensorrt==10.6.0)
|
| 7 |
3. check CMD window while upscale using, you may need to install another libs such as "colored"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
https://github.com/comfyanonymous/ComfyUI_TensorRT - base nodes for TRT models
|
| 2 |
+
https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt - bade node for TRT upscale models (you can convert any ESRGAN models to TRT engine, )
|
| 3 |
|
| 4 |
You need to use tensorrt v 10.6.0:
|
| 5 |
1. if not istalled run CMD at ComfyUI\python_embeded and use command "python.exe -m pip install tensorrt" (or specify the version via tensorrt==10.6.0)
|
| 6 |
2. if installed already run "python.exe -m pip uninstall tensorrt", delete all folders with tensor name in python_embeded\Lib\site-packages, then use command "python.exe -m pip install tensorrt" (or specify the version via tensorrt==10.6.0)
|
| 7 |
3. check CMD window while upscale using, you may need to install another libs such as "colored"
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
Models:
|
| 11 |
+
4x-AnimeSharp.engine - TRT engine of 4x-AnimeSharp
|
| 12 |
+
ComfyUI_DYN_$dyn-b-1-4-2-h-768-1280-1024-w-768-1280-1024_00001_.engine - dynamic TRT version of NoobAI v1.0 with WH resolutions from 768 to 1280 by side
|