Upload webui-user_forge.sh
Browse files- webui-user_forge.sh +1 -1
webui-user_forge.sh
CHANGED
|
@@ -10,7 +10,7 @@ install_dir="/workspace"
|
|
| 10 |
#clone_dir="stable-diffusion-webui"
|
| 11 |
|
| 12 |
# Commandline arguments for webui.py, for example: export COMMANDLINE_ARGS="--medvram --opt-split-attention"
|
| 13 |
-
export COMMANDLINE_ARGS="--disable-xformers --share --enable-insecure-extension-access"
|
| 14 |
|
| 15 |
# python3 executable
|
| 16 |
#python_cmd="python3"
|
|
|
|
| 10 |
#clone_dir="stable-diffusion-webui"
|
| 11 |
|
| 12 |
# Commandline arguments for webui.py, for example: export COMMANDLINE_ARGS="--medvram --opt-split-attention"
|
| 13 |
+
export COMMANDLINE_ARGS="--disable-xformers --share --enable-insecure-extension-access --cuda-malloc --always-gpu"
|
| 14 |
|
| 15 |
# python3 executable
|
| 16 |
#python_cmd="python3"
|