From 050514656330e84521fbeee8fd01969531a2c9d4 Mon Sep 17 00:00:00 2001 From: cofob Date: Sat, 6 Jan 2024 09:38:07 +0700 Subject: [PATCH] Add README --- Readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 2f03be6..3a4a7d6 100644 --- a/Readme.md +++ b/Readme.md @@ -25,6 +25,8 @@ The modified API.py file can do the following: 5. Eris Imagelimit: - Will resize and limit every request down to 1024px max on height and width, keeping the aspect ratio. Also reduces Steps down to 35 if the set Steps exceeds 35 - Compatible with TRTpatch. Please read the Readme in the `TRT-Patch` folder for the additional instructions +6. Eris AntiChildPorn: + - Will prevent the generation of child porn images. # Enabling the Modifications @@ -38,11 +40,12 @@ eris_imagelog = False eris_consolelog = False eris_TRTpatch = False eris_imagelimit = False +eris_antichildporn = False ``` Change the `False` to `True` to enable any of the modifications. -For example to enable the Promptlog and Imagelog: +For example to enable the Promptlog, Imagelog and AntiChildPorn: ```python eris_promtlog = True @@ -50,6 +53,7 @@ eris_imagelog = True eris_consolelog = False eris_TRTpatch = False eris_imagelimit = False +eris_antichildporn = True ``` Don't forget to save the `api.py` file again and (re)start your A1111 Stable-difussion @@ -57,4 +61,4 @@ Don't forget to save the `api.py` file again and (re)start your A1111 Stable-dif ::: warn Additional and !!**__necessary__**!! Instructions for the TRT-Patch are in the `TRT-Patch` Folder -::: \ No newline at end of file +:::