Compare commits

...

12 Commits

Author SHA1 Message Date
Hitmare 6ce183544f Update TRT-Patch/Readme.md 2024-01-29 23:05:39 +00:00
Hitmare f8ea16349e Update Readme.md 2024-01-29 23:04:16 +00:00
Hitmare 26b4cf297a Update Readme.md 2024-01-29 23:03:50 +00:00
Hitmare dfa90b9f70 Update Readme.md 2024-01-29 23:03:40 +00:00
Hitmare b21fe64411 Update Readme.md 2024-01-29 23:03:17 +00:00
Hitmare cd70de52e8 Update Readme.md 2024-01-29 23:02:51 +00:00
Hitmare 9fcd7d5067 Update Readme.md 2024-01-29 23:02:19 +00:00
Hitmare 54f45d2390 Update Readme.md 2024-01-29 22:55:03 +00:00
Hitmare 9187dfdad1 Update Readme.md 2024-01-29 22:54:01 +00:00
Hitmare e93a2de8bc Update Readme.md 2024-01-29 22:53:11 +00:00
Hitmare 4a9bf0f823 Update Readme.md 2024-01-29 22:52:28 +00:00
Hitmare 8f3d7ca9fd Merge pull request 'Add anti child porn patch' (#3) from cofob/Eris_api_tensor_patch:anti-child-porn into main
Reviewed-on: Hitmare/Eris_api_tensor_patch#3
Reviewed-by: Hitmare <hitmare@noreply@foxo.me>
2024-01-06 09:42:53 +00:00
2 changed files with 16 additions and 20 deletions

View File

@ -2,10 +2,9 @@ This `api.py` file has some additional modifications that can be activated withi
This file replaces `modules/api/api.py` .
::: error
Don't overwrite your original `api.py` file. Rename it to something different like `api_original.py` and then copy the modified `api.py` into your `modules/api` folder.
> **Note** \
> Don't overwrite your original `api.py` file. Rename it to something different like `api_original.py` and then copy the modified `api.py` into your `modules/api` folder.
:::
A clean, original[ ](http://api.py)`api.py` file can be found in the `#Original API File` folder
@ -58,7 +57,6 @@ eris_antichildporn = True
Don't forget to save the `api.py` file again and (re)start your A1111 Stable-difussion
::: warn
Additional and !!**__necessary__**!! Instructions for the TRT-Patch are in the `TRT-Patch` Folder
> **Warning** \
> Additional and !!**__necessary__**!! Instructions for the TRT-Patch are in the `TRT-Patch` Folder
:::

View File

@ -7,17 +7,15 @@ 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, 2, 4`
`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
:::
> **Warning**\
>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, 2, 4`\
>\
>`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 \