mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-24 01:03:53 +01:00
Use the local profile folder for dev console
This commit is contained in:
parent
2612c274d3
commit
d143e85760
@ -41,6 +41,10 @@ call python --version
|
||||
|
||||
echo PYTHONPATH=%PYTHONPATH%
|
||||
|
||||
if exist "%cd%\profile" (
|
||||
set HF_HOME=%cd%\profile\.cache\huggingface
|
||||
)
|
||||
|
||||
@rem done
|
||||
echo.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user