mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 09:57:49 +02:00
Stop messing with %USERPROFILE%
Set HF_HOME, so that the models don't get downloaded again.
This commit is contained in:
parent
1f4e4d8d82
commit
bb607927d0
@ -8,7 +8,7 @@
|
|||||||
@copy sd-ui-files\scripts\check_models.py scripts\ /Y
|
@copy sd-ui-files\scripts\check_models.py scripts\ /Y
|
||||||
|
|
||||||
if exist "%cd%\profile" (
|
if exist "%cd%\profile" (
|
||||||
set USERPROFILE=%cd%\profile
|
set HF_HOME=%cd%\profile\.cache\huggingface
|
||||||
)
|
)
|
||||||
|
|
||||||
@rem set the correct installer path (current vs legacy)
|
@rem set the correct installer path (current vs legacy)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user