fix: the former STABLE_DIFFUSION_URL variable is not intuitive

This commit is contained in:
DiligentCatCat
2023-06-13 12:22:28 +08:00
parent 805d1d59eb
commit 367e20942b
2 changed files with 16 additions and 5 deletions
+2 -3
View File
@@ -38,9 +38,8 @@ JARVIS_CHAT_HISTORY_DIR=./chathistory
# =========== Stable diffusion
# The stable diffusion webui api's address.
# e.g. http://192.168.3.254:1997/sdapi/v1
# NOTE 1: REMOVE the final slash '/', or sd-webui will not recognize the request
# NOTE 2: Do *** NOT **** use 'localhost' or '127.0.0.1' or other loopback address,
# e.g. http://192.168.3.254:1997
# NOTE: Do *** NOT **** use 'localhost' or '127.0.0.1' or other loopback address,
# since we don't use host network in docker.
DEMO_STABLE_DIFFUSION_ADDRESS=
### The following 6 variables are optional. You can leave them empty if you want.