contains the modified api.py and necessary files for the TRTtensor patch
Go to file
Hitmare 387a99d1bf New Image size limit patch
added the new size limit patch where the limit sizes are now set through variables by @Akiru
change the original patch a bit to have the new variables below the mod. switches
2023-11-14 20:02:57 +00:00
#Original Upload files to "#Original" 2023-11-14 19:46:04 +00:00
TRT-Patch Upload files to "TRT-Patch/#Original" 2023-11-14 19:45:47 +00:00
LICENSE Initial commit 2023-11-14 19:41:07 +00:00
Readme.md Upload files to "/" 2023-11-14 19:43:33 +00:00
api.py New Image size limit patch 2023-11-14 20:02:57 +00:00

Readme.md

TRT- Patch from https://gist.github.com/Saren-Arterius/2014d9799361711d25ff33740990a7b8
Modified for Linux by estro

Copy files from modules folder into your modules folder. replace existing files.

Original files for restoring can be found in the #Original folder

Copy api.py from the previous folder into modules/api and enable eris_TRTpatch or eris_imagelimit

::: warn If you use the TRTpatch with the Imagelimit you will need to create a Dynamic Tensor Profile with the following settings:

min/opt/max batch size: 1

min/opt/max width: 256/576/1024

min/opt/max height: 256/704/1024

min/opt/max tokens: 75/75/500`

Those settings are very critical to have the TRT Plugin working correctly

:::