mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #9901] Why is there a problem with upgrading from 0.5.10 to 0.5.11 #102685
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @a506488043 on GitHub (Feb 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9901
Bug Report
Update using the following command line
pip install --upgrade open-webui@i-iooi-i commented on GitHub (Feb 13, 2025):
Same issue, can't get the latest version.
@beastech commented on GitHub (Feb 13, 2025):
Did you try clearing your cache after you updated? I've seen that MANY times when moving to new versions of Open WebUI.
@a506488043 commented on GitHub (Feb 13, 2025):
Hello, how do I clear the cache of openwebui?
@chaosnature commented on GitHub (Feb 13, 2025):
Please look into this ASAP, i know the image generation was definitly broken by the update to 0.5.11 as i was using just now before upddating.
now when i click image generation i get 👍
[ERROR: HTTPConnectionPool(host='127.0.0.1', port=7860): Max retries exceeded with url: /sdapi/v1/txt2img (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f18750b7690>: Failed to establish a new connection: [Errno 111] Connection refused'))]@chaosnature commented on GitHub (Feb 13, 2025):
Look further into it, tunrs out its my stable diffusion integration that it broke, is there soemthing we have to to to the stable api integration to make sure it works with the new update?
@chaosnature commented on GitHub (Feb 13, 2025):
Update:
this fixed it after skipping cuda test :
./webui.sh --listen --api --skip-torch-cuda-testdoes it mean the update is not compatible with my cuda version which is currently 12.8 the latest version?
@chaosnature commented on GitHub (Feb 13, 2025):
Use this command:
sudo docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui