mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-24 09:13:42 +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%
|
echo PYTHONPATH=%PYTHONPATH%
|
||||||
|
|
||||||
|
if exist "%cd%\profile" (
|
||||||
|
set HF_HOME=%cd%\profile\.cache\huggingface
|
||||||
|
)
|
||||||
|
|
||||||
@rem done
|
@rem done
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user