removed cache dir reset and make code more consistent

This commit is contained in:
tom-m 2026-05-18 12:28:05 +09:00 committed by GitHub
parent 2227364e3f
commit 2a26fb51bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 --enable-dynamic-vram
pause