fix: add TQDM_DISABLE to comfyui start.sh

This commit is contained in:
2025-11-22 21:17:04 +01:00
parent a4771f7139
commit a9ef505d0f

View File

@@ -11,6 +11,7 @@ HF_CACHE="${WORKSPACE_DIR}/huggingface_cache"
# Set environment variables
export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
export HF_HOME="${HF_CACHE}"
export TQDM_DISABLE=1
# Navigate to ComfyUI directory
cd "${COMFYUI_DIR}" || exit 1