lshqqytiger / stable-diffusion-webui-amdgpu

Stable Diffusion web UI
GNU Affero General Public License v3.0
1.8k stars 186 forks source link

[Bug]: Not opening, infinite "Already up to date." in cmd #339

Open JJMAIHEM opened 9 months ago

JJMAIHEM commented 9 months ago

Checklist

What happened?

Yesterday commit breaks the SD and the webui.bat, making impossible to launch it because it closes instantly after the update. If you have in the webui.settings.bat the "call git pull" option you get infinite loading with "Already up to update" in the cmd screen.

Steps to reproduce the problem

Go to stable-diffussion-dml folder Launch webui.settings.bat

What should have happened?

Check pull, load args and then auto-launch UI

What browsers do you use to access the UI ?

Google Chrome

Sysinfo

Using --dump-sysinfo does nothing right now.

Console logs

Already up to date.
Already up to date.
Already up to date.
Already up to date.
Already up to date.
Already up to date.
Already up to date.
Already up to date.
Already up to date.
Already up to date.
Already up to date.
Already up to date.
Already up to date.
Already up to date.
Already up to date.

Additional information

No changes in OS or GPU Drivers

cheremo commented 9 months ago

same issue here. didn't use SD for a few weeks. I've started it with git pull and now it has the same issue as described. Calling Settings.bat or webui.bat auto closes the cmd. Only if I add "git pull" in the settings-bat its spamming "already up to date".

cheremo commented 9 months ago

Fix for me was commenting out in the webui.bat the rows 3-5 (just add a "REM" at the beginning). It seems like a loop between my custom webui.settings.bat (that worked months) and the webui.bat, that came via update. But i'm a noob :-D .

image

Alternatively you could rename your webui.settings.bat to something else or (and I think that's the way) comment out the marked line in your custom webui.setting.bat image

after that SD started with my config parameters (had to add "--use-directml" after the update to 1.7 because SD was rendering images on CPU).

Hope this will help you too.