mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-01-23 06:39:50 +01:00
Set the PYTHONPATH explicitly for the conda env
This commit is contained in:
parent
ba26f22f53
commit
4444525c01
@ -278,6 +278,13 @@ call WHERE uvicorn > .tmp
|
|||||||
|
|
||||||
@echo. & echo "Stable Diffusion is ready!" & echo.
|
@echo. & echo "Stable Diffusion is ready!" & echo.
|
||||||
|
|
||||||
|
@set SD_DIR=%cd%
|
||||||
|
|
||||||
|
@cd env\lib\site-packages
|
||||||
|
@set PYTHONPATH=%SD_DIR%;%cd%
|
||||||
|
@cd ..\..\..
|
||||||
|
@echo PYTHONPATH=%PYTHONPATH%
|
||||||
|
|
||||||
@cd ..
|
@cd ..
|
||||||
@set SD_UI_PATH=%cd%\ui
|
@set SD_UI_PATH=%cd%\ui
|
||||||
@cd stable-diffusion
|
@cd stable-diffusion
|
||||||
|
Loading…
Reference in New Issue
Block a user