tensorrt polygraphy requests

[](https://www.python.org/downloads/release/python-3123//)
[](https://developer.nvidia.com/cuda-downloads)
[](https://developer.nvidia.com/tensorrt)
[](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en)
This project provides a Tensorrt implementation for fast image upscaling using models inside ComfyUI (2-4x faster)
Last tested: 12 January 2026 (ComfyUI v0.8.2@c623804 | Torch 2.9.1 | Tensorrt 10.14.1.48 | Python 3.12.3 | RTX5090 | CUDA 13.1 | Ubuntu 24.04)
If you like my projects and wish to see updates and new features, please consider supporting me. It helps a lot!
[](https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt)
[](https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt)
[](https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt)
[](https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt)
[](https://github.com/yuvraj108c/ComfyUI-Whisper)
[](https://github.com/yuvraj108c/ComfyUI_InvSR)
[](https://github.com/yuvraj108c/ComfyUI-Thera)
[](https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything)
[](https://github.com/yuvraj108c/ComfyUI-PiperTTS)
[](https://www.buymeacoffee.com/yuvraj108cZ)
[](https://paypal.me/yuvraj108c)
_Note: The following results were benchmarked on FP16 engines inside ComfyUI, using 100 identical frames_
| Device | Model | Input Resolution (WxH) | Output Resolution (WxH) | FPS |
| :—-: | :———–: | :——————–: | :———————: | :-: |
| RTX5090 | 4x-UltraSharp | 512 x 512 | 2048 x 2048 | 12.7 |
| RTX5090 | 4x-UltraSharp | 1280 x 1280 | 5120 x 5120 | 2.0 |
| RTX4090 | 4x-UltraSharp | 512 x 512 | 2048 x 2048 | 6.7 |
| RTX4090 | 4x-UltraSharp | 1280 x 1280 | 5120 x 5120 | 1.1 |
| RTX3060 | 4x-UltraSharp | 512 x 512 | 2048 x 2048 | 2.2 |
| RTX3060 | 4x-UltraSharp | 1280 x 1280 | 5120 x 5120 | 0.35 |
/ComfyUI/custom_nodes directorygit clone https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt.git
cd ./ComfyUI-Upscaler-Tensorrt
pip install -r requirements.txt
resize_to to resize the upscaled images to fixed or custom resolutions/ComfyUI/models/onnx/YOUR_MODEL.onnx.pth to .onnxCreative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)