This commit is contained in:
xsl
2026-07-17 22:13:56 +08:00
parent 2606aca7c5
commit b2738fba7d
28 changed files with 126 additions and 126 deletions
+4 -4
View File
@@ -10,16 +10,16 @@
# bash start_all.sh status # 查看状态
# =====================================================================
set -u
BASE="/home/xsl/change_hair"
BASE="/home/ubuntu/change_hair"
PROJ="$BASE/project"
LOGDIR="$PROJ/logs"
PIDD="$LOGDIR/pids"
mkdir -p "$LOGDIR" "$PIDD"
# conda 环境的 python 路径
PY_HAIR="/home/xsl/miniconda3/envs/my_hair/bin/python"
PY_SD="/home/xsl/miniconda3/envs/sdwebui/bin/python"
PY_PHOTO="/home/xsl/miniconda3/envs/py310/bin/python"
PY_HAIR="/home/ubuntu/miniconda3/envs/my_hair/bin/python"
PY_SD="/home/ubuntu/miniconda3/envs/sdwebui/bin/python"
PY_PHOTO="/home/ubuntu/miniconda3/envs/py310/bin/python"
# 公共环境变量
export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 # 旧版 cryptography 兼容