Closed popsoda27 closed 5 months ago
Whats your GPU?
It seems like your using Zluda but with many not needed launch arguments.
First remove --sub-quad-q-chunk-size 1024 --sub-quad-kv-chunk-size 256 --sub-quad-chunk-threshold 75 --no-half --precision full --skip-torch-cuda-test
If your GPU has 8GB VRAM (not RAM) you can change --medvram
to --medvram-sdxl
with more than 12gb you can remove --medvram-sdxl
With these settings the Webui should work much faster.
You dont have any other errors in your cmd. The Zluda Webui can take 15-40 minutes to load, mostly that happens after doing a GPU Driver update. In your case, relaunch the webui-user.bat and just let it load. It will take a while but it will launch. I had this case a few times before too. Its just like the first Zluda image generation. You also can open up the Webui manually with this URL: http://127.0.0.1:7860
Whats your GPU? It seems like your using Zluda but with many not needed launch arguments. First remove
--sub-quad-q-chunk-size 1024 --sub-quad-kv-chunk-size 256 --sub-quad-chunk-threshold 75 --no-half --precision full --skip-torch-cuda-test
If your GPU has 8GB VRAM (not RAM) you can change--medvram
to--medvram-sdxl
with more than 12gb you can remove--medvram-sdxl
With these settings the Webui should work much faster.You dont have any other errors in your cmd. The Zluda Webui can take 15-40 minutes to load, mostly that happens after doing a GPU Driver update. In your case, relaunch the webui-user.bat and just let it load. It will take a while but it will launch. I had this case a few times before too. Its just like the first Zluda image generation. You also can open up the Webui manually with this URL: http://127.0.0.1:7860
Thank you very much for advice. This is resolved.
I'm on a 7900xtx and 5800X3D, last gpu update on 8th May and it's the latest. With the current cmd args, it was working perfectly fine the week before I was away. Technically nothing changed because when I did the gitpull, there wasn't any updates to the UI. The args are based on user recommendations here on what worked so I'm not really sure exactly which args are necessary or not.
'The Zluda Webui can take 15-40 minutes to load,' I did not know it's ever that long. Usually it launches within a min.
However I tried launching with just '--update-all-extensions --use-zluda --autolaunch' and finally it pops up. Awesome.
Checklist
What happened?
Did not use for a week. Did a git pull when trying to work on it but already up to date. However, UI doesn't launch at all. Autolaunch cmd arg is present. Tried --disable-all-extensions to no success.
Steps to reproduce the problem
Did a git pull, no new updates. Launch webui-user.bat Console output to loading optimization stage and stays there.
What should have happened?
WebUI should launch successfully as normal.
What browsers do you use to access the UI ?
Google Chrome
Sysinfo
sysinfo-2024-05-28-18-42.json
Console logs
Additional information
No response