This commit is contained in:
Vladimir Mandic
2023-02-20 11:58:16 -05:00
parent fc3e9e5d5b
commit 09ff8cd21a
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ if [ "$PYTHON" == "" ]; then
PYTHON=$(which python)
fi
CMD="launch.py --api --xformers --disable-console-progressbars --gradio-queue --skip-version-check --skip-install --skip-torch-cuda-test --disable-nan-check --cors-allow-origins=http://127.0.0.1:7860"
CMD="launch.py --api --xformers --disable-console-progressbars --gradio-queue --skip-version-check --skip-install --skip-torch-cuda-test --disable-nan-check --disable-safe-unpickle --cors-allow-origins=http://127.0.0.1:7860"
MODE=optimized