File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212# Commandline arguments for webui.py, for example: export COMMANDLINE_ARGS="--medvram --opt-split-attention"
1313# export COMMANDLINE_ARGS=""
14- export COMMANDLINE_ARGS=" --data-dir sd-data --allow-code --administrator --precision full --no-half --xformers --api --enable-insecure-extension-access --cors-allow-origins * --listen --ray"
14+ # export COMMANDLINE_ARGS="--data-dir sd-data --allow-code --administrator --precision full --no-half --xformers --api --enable-insecure-extension-access --cors-allow-origins * --listen --ray"
1515
1616# python3 executable
1717# python_cmd="python3"
@@ -47,10 +47,10 @@ export ACCELERATE="True"
4747# export NO_TCMALLOC="True"
4848
4949# ##############ray############################
50- export RAY_NUM_GPUS=1
51- export RAY_MIN_REPLICAS=1
52- export RAY_MAX_REPLICAS=2
53- export RAY_PORT=7575
54- export RAY_IP=" 0.0.0.0"
50+ # export RAY_NUM_GPUS=1
51+ # export RAY_MIN_REPLICAS=1
52+ # export RAY_MAX_REPLICAS=2
53+ # export RAY_PORT=7575
54+ # export RAY_IP="0.0.0.0"
5555# export RAY_HEAD_ADDRESS='ray://ray-head:10001'
5656# export RAY_DOCKER="True"
You can’t perform that action at this time.
0 commit comments