From 80d29edede9c5f1d4ab775f0b79a7da0eb22fbab Mon Sep 17 00:00:00 2001 From: Hitmare Date: Sat, 11 Nov 2023 14:28:25 +0000 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddd5253..74c0528 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # Eris-Update-script -Downloads needed model files to be an Eris Bot worker \ No newline at end of file +Downloads needed model files to be an Eris Bot worker + +Start parameters for erisupdate.py: +`-si` or `--skipimage` : Skips the download of the preview images, Applies to all Model Types + +`-sl` or `--skiplora` : Skips check of lora models + +`-ss` or `--skipsdmodel` : Skips check of stable-diffusion models + +`-se` or `--skipemb` : Skips check of embedding models + +`-c` or `--cleanup` : Deletes any models that are locally but not on the eris model list. Affected by Skip Triggers + + +Run `erisupdate.bat` for Windows or `erisupdate.sh` for Linux + +If no `eris.json` file is found, a scan will be started automatically + +You can run `erisscan.bat` for Windows or `erisscan.sh` for Linux to update the eris.json file if you added or deleted any files in `./embeddings`, `./models/lora` or `./models/stable-diffusion` \ No newline at end of file