Skip to content

Commit 8c2e044

Browse files
committed
removing cmd args
1 parent 9c42814 commit 8c2e044

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

‎webui-user.sh‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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"

0 commit comments

Comments
 (0)