forked from extern/easydiffusion
Merge pull request #71 from cmdr2/develop
Fix the bug where it would throw an error and require a restart, even if successful
This commit is contained in:
commit
c57e15bdf1
@ -19,10 +19,6 @@
|
|||||||
@set cmd_had_error=T
|
@set cmd_had_error=T
|
||||||
)
|
)
|
||||||
|
|
||||||
if "%ERRORLEVEL%" NEQ "0" (
|
|
||||||
@set cmd_had_error=T
|
|
||||||
)
|
|
||||||
|
|
||||||
if "%cmd_had_error%"=="T" (
|
if "%cmd_had_error%"=="T" (
|
||||||
@echo "Error downloading Stable Diffusion. Please try re-running this installer. If it doesn't work, please copy the messages in this window, and ask the community at https://discord.com/invite/u9yhsFmEkB or file an issue at https://github.com/cmdr2/stable-diffusion-ui/issues"
|
@echo "Error downloading Stable Diffusion. Please try re-running this installer. If it doesn't work, please copy the messages in this window, and ask the community at https://discord.com/invite/u9yhsFmEkB or file an issue at https://github.com/cmdr2/stable-diffusion-ui/issues"
|
||||||
pause
|
pause
|
||||||
|
Loading…
Reference in New Issue
Block a user