From 12fb063839a56b9e6e8244b4e59214d2ab2b1e1c Mon Sep 17 00:00:00 2001 From: BarsTiger <60313248+BarsTiger@users.noreply.github.com> Date: Sun, 12 Mar 2023 12:21:10 +0200 Subject: [PATCH 1/3] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c57804b..c6dda79 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ Password to encrypt some database fields. Do not share it. Type `/start` in new bot PM to set up everything. Install [AUTOMATIC1111 webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) -and run it with `--api` argument (for me arguments are `--no-half --xformers --api`) +and run it with `--api` argument (for me arguments are `--no-half --xformers --api --listen` to properly work with newer SD models and work in local network) Run `/setendpoint http://endpoint_address:port` -Bot is ready to use! \ No newline at end of file +Bot is ready to use! From 735a0ba34c10425958177f46de1440ac6ebbad79 Mon Sep 17 00:00:00 2001 From: BarsTiger <60313248+BarsTiger@users.noreply.github.com> Date: Sun, 12 Mar 2023 12:24:15 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6dda79..aabf9d3 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,6 @@ Type `/start` in new bot PM to set up everything. Install [AUTOMATIC1111 webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and run it with `--api` argument (for me arguments are `--no-half --xformers --api --listen` to properly work with newer SD models and work in local network) -Run `/setendpoint http://endpoint_address:port` +Run `/setendpoint http://endpoint_address:port`. For me now it is `http://192.168.50.30:7860`, WITHOUT BACKSLASH at the end Bot is ready to use! From 2f8847d554fac8ea2cdc971c56a5699373a34f2c Mon Sep 17 00:00:00 2001 From: BarsTiger <60313248+BarsTiger@users.noreply.github.com> Date: Sun, 12 Mar 2023 12:25:07 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aabf9d3..9d3db26 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Add value to `DB_CHAT` variable. For me it is `-816497374` ### DB_PATH Path to folder where `db` and `dbmeta` are stored. `dbmeta` is file, that you need to copy when moving to other hosting -to restore database. Path can be `.` to store in same folder +to restore database. Path can be `.` to store in same folder. For me now it is `/home/barstiger/db/TeleDiffusionBot` ### ENCRYPTION_KEY Password to encrypt some database fields. Do not share it.