diff --git a/comfyui/start.sh b/comfyui/start.sh index 23b8652..3f7a2cb 100644 --- a/comfyui/start.sh +++ b/comfyui/start.sh @@ -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