fix: the former STABLE_DIFFUSION_URL variable is not intuitive
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user