Update setup_comfyui_wan22.sh
Browse files- setup_comfyui_wan22.sh +2 -1
setup_comfyui_wan22.sh
CHANGED
|
@@ -28,12 +28,13 @@ COMFY_PORT="${COMFY_PORT:-8818}"
|
|
| 28 |
CIVITAI_TOKEN="${CIVITAI_TOKEN:-4fcb2834969399006a736ee402b061e5}"
|
| 29 |
|
| 30 |
# Configurações de performance (fixas, sem detecção complexa)
|
| 31 |
-
export MAX_JOBS=
|
| 32 |
export NVCC_APPEND_FLAGS="--threads 8"
|
| 33 |
export UV_SYSTEM_PYTHON=1
|
| 34 |
export PYTORCH_CUDA_ALLOC_CONF="expandable_segments:True"
|
| 35 |
export HF_HUB_ENABLE_HF_TRANSFER=1
|
| 36 |
export HF_TRANSFER_CONCURRENCY=16
|
|
|
|
| 37 |
|
| 38 |
# -----------------------------
|
| 39 |
# Lista de downloads
|
|
|
|
| 28 |
CIVITAI_TOKEN="${CIVITAI_TOKEN:-4fcb2834969399006a736ee402b061e5}"
|
| 29 |
|
| 30 |
# Configurações de performance (fixas, sem detecção complexa)
|
| 31 |
+
export MAX_JOBS=32
|
| 32 |
export NVCC_APPEND_FLAGS="--threads 8"
|
| 33 |
export UV_SYSTEM_PYTHON=1
|
| 34 |
export PYTORCH_CUDA_ALLOC_CONF="expandable_segments:True"
|
| 35 |
export HF_HUB_ENABLE_HF_TRANSFER=1
|
| 36 |
export HF_TRANSFER_CONCURRENCY=16
|
| 37 |
+
export EXT_PARALLEL=4
|
| 38 |
|
| 39 |
# -----------------------------
|
| 40 |
# Lista de downloads
|