fix: add TQDM_DISABLE to comfyui start.sh
This commit is contained in:
@@ -11,6 +11,7 @@ HF_CACHE="${WORKSPACE_DIR}/huggingface_cache"
|
|||||||
# Set environment variables
|
# Set environment variables
|
||||||
export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
|
export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
|
||||||
export HF_HOME="${HF_CACHE}"
|
export HF_HOME="${HF_CACHE}"
|
||||||
|
export TQDM_DISABLE=1
|
||||||
|
|
||||||
# Navigate to ComfyUI directory
|
# Navigate to ComfyUI directory
|
||||||
cd "${COMFYUI_DIR}" || exit 1
|
cd "${COMFYUI_DIR}" || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user