From 46a58b466a57c872f2c669dc1485a787ac2ce6c7 Mon Sep 17 00:00:00 2001 From: patientx Date: Mon, 30 Dec 2024 15:03:01 +0300 Subject: [PATCH] removed pytorch garbage collection settings. --- comfyui.bat | 2 -- 1 file changed, 2 deletions(-) diff --git a/comfyui.bat b/comfyui.bat index 175df4391..63dfe18a5 100644 --- a/comfyui.bat +++ b/comfyui.bat @@ -4,8 +4,6 @@ set PYTHON="%~dp0/venv/Scripts/python.exe" set GIT= set VENV_DIR=./venv -set PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.8,max_split_size_mb:512 - set COMMANDLINE_ARGS=--auto-launch --use-quad-cross-attention --reserve-vram 0.9 set ZLUDA_COMGR_LOG_LEVEL=1