mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-13 01:30:32 +08:00
removed cache dir reset and make code more consistent
This commit is contained in:
parent
e9bc09475b
commit
dca779916c
@ -1,14 +1,8 @@
|
|||||||
set "BASE=%~dp0"
|
set "BASE=%~dp0"
|
||||||
|
|
||||||
set PYTHONNOUSERSITE=1
|
set "PYTHONNOUSERSITE=1"
|
||||||
set PYTHONPATH=
|
set "PYTHONPATH="
|
||||||
set PYTHONHOME=
|
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"
|
|
||||||
|
|
||||||
.\python_embeded\python.exe -s ComfyUI\main.py --cpu --windows-standalone-build
|
.\python_embeded\python.exe -s ComfyUI\main.py --cpu --windows-standalone-build
|
||||||
pause
|
pause
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user