mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 06:35:14 +03:00
Co-authored-by: Dice <What is Email?>
This commit is contained in:
parent
2a911049aa
commit
23d825221f
@ -82,7 +82,7 @@ call "%v_conda_path%\Scripts\activate.bat" "%v_conda_env_name%"
|
||||
:PROMPT
|
||||
set SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||
IF EXIST "models\ldm\stable-diffusion-v1\model.ckpt" (
|
||||
set PYTHONPATH=%~dp0
|
||||
set "PYTHONPATH=%~dp0"
|
||||
python scripts\relauncher.py
|
||||
) ELSE (
|
||||
echo Your model file does not exist! Place it in 'models\ldm\stable-diffusion-v1' with the name 'model.ckpt'.
|
||||
|
Loading…
Reference in New Issue
Block a user