From e9bc09475b7613846f38496fc7f6bbc19a7dc33a Mon Sep 17 00:00:00 2001 From: tom-m <61305041+Tom-M-Git@users.noreply.github.com> Date: Mon, 18 May 2026 12:26:05 +0900 Subject: [PATCH] removed cache dir reset and make code more consistent --- .ci/windows_nvidia_base_files/run_nvidia_gpu.bat | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.ci/windows_nvidia_base_files/run_nvidia_gpu.bat b/.ci/windows_nvidia_base_files/run_nvidia_gpu.bat index 12bdb86c7..5cac31463 100755 --- a/.ci/windows_nvidia_base_files/run_nvidia_gpu.bat +++ b/.ci/windows_nvidia_base_files/run_nvidia_gpu.bat @@ -1,14 +1,8 @@ set "BASE=%~dp0" -set PYTHONNOUSERSITE=1 -set PYTHONPATH= -set PYTHONHOME= - -set "USERPROFILE=%BASE%user_profile_cache" -set "HOME=%BASE%user_profile_cache" - -set "HF_HOME=%BASE%user_profile_cache\huggingface" -set "TORCH_HOME=%BASE%user_profile_cache\torch" +set "PYTHONNOUSERSITE=1" +set "PYTHONPATH=" +set "PYTHONHOME=" .\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest. If you get a c10.dll error you need to install vc redist that you can find: https://aka.ms/vc14/vc_redist.x64.exe