mirror of
https://github.com/vladmandic/automatic
synced 2026-09-12 16:08:43 +02:00
update launcher
This commit is contained in:
@@ -13,8 +13,18 @@ export CUDA_DEVICE_DEFAULT_PERSISTING_L2_CACHE_PERCENTAGE_LIMIT=0
|
||||
export GRADIO_ANALYTICS_ENABLED="False"
|
||||
export SAFETENSORS_FAST_GPU=1
|
||||
|
||||
# Check for Python
|
||||
if [ "$PYTHON" == "" ]; then
|
||||
PYTHON=$(which python)
|
||||
else
|
||||
echo "Python env variable set: $PYTHON"
|
||||
fi
|
||||
if [ "$PYTHON" == "" ]; then
|
||||
PYTHON=$(which python3)
|
||||
fi
|
||||
if ! type -P "$PYTHON" >/dev/null; then
|
||||
echo "Python not found"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Note: Some defaults are changed in shared.py
|
||||
|
||||
Submodule extensions-builtin/sd-extension-system-info updated: 2efff3811f...5f2161d0aa
Submodule extensions-builtin/stable-diffusion-webui-images-browser updated: db40a6e925...07940948ba
+1
-1
Submodule modules/lora updated: f037b09c2d...82c2553f07
Reference in New Issue
Block a user