From 7f443b287e3cbb84f3f20c05fee31db4ffc0ae1b Mon Sep 17 00:00:00 2001 From: Hitmare Date: Tue, 14 Nov 2023 19:44:50 +0000 Subject: [PATCH] Upload files to "TRT-Patch" --- TRT-Patch/Readme.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 TRT-Patch/Readme.md diff --git a/TRT-Patch/Readme.md b/TRT-Patch/Readme.md new file mode 100644 index 0000000..263a660 --- /dev/null +++ b/TRT-Patch/Readme.md @@ -0,0 +1,23 @@ +TRT- Patch from +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 + +::: \ No newline at end of file