Open CYDOPS opened 5 months ago
I encountered the same issue on my PC, and upon investigating the versions of jax and jaxlib in the WebUI's virtual environment, I found a version mismatch. The version of jax was 0.4.26, so I resolved the issue by installing the matching version of jaxlib.
Here is how I fixed it:
.\venv\Scripts\activate
pip show jax jaxlib
pip install jaxlib==0.4.24
I encountered the same issue on my PC, and upon investigating the versions of jax and jaxlib in the WebUI's virtual environment, I found a version mismatch. The version of jax was 0.4.26, so I resolved the issue by installing the matching version of jaxlib.
Here is how I fixed it:
1. Open a console in the WebUI directory. 2. Activate the virtual environment with the following command:
.\venv\Scripts\activate
3. Check the versions of jax and jaxlib:
pip show jax jaxlib
4. Ensure that the versions of jax and jaxlib match. If they do not, install the version of jaxlib that matches the version of jax. For example, if the version of jax is 0.4.24, install jaxlib version 0.4.24:
pip install jaxlib==0.4.24
Thanks a lot
I recently had this issue too, so before I went crazy, I just deleted the jax folders in the site-packages folder
\venv\Lib\site-packages
Then I added git pull to my webui-user.bat
git pull
Once I ran the bat shortcut, SD reinstalled all required dependencies and I have not had the issue again yet. There is most likely a better way than deleting folders, but that was the fastest way to remove corrupted files I could think of. Hope this helps
Checklist
What happened?
txt2img not working as expected
Steps to reproduce the problem
After the WIN10 computer restarts, it is estimated that the system update will make the SD unusable. It can be used before restarting.
What should have happened?
Run normally and open weibe UI
What browsers do you use to access the UI ?
Google Chrome
Sysinfo
SD-WebUI Launcher Diagnostic File
Date: 2024-05-20 14:44:24 Launcher Version: 2.8.4.332 Data File Version: 2024-05-18 17:21 SD-WebUI Version: bef51aed032c0aaa5cfd80445bc4cf0d85b408b5 (2024-03-02 12:03:13) Working Directory: C:\sd-webui-aki-v4
System Information: OS: Microsoft Windows NT 10.0.19045.0 CPU: 16 cores Memory Size: 32768 MB Page File Size: 30408 MB
NVIDIA Management Library: NVIDIA Driver Version: 552.44 NVIDIA Management Library Version: 12.552.44
CUDA Driver: Version: 12040 Devices: 00000000:01:00.0 0: NVIDIA GeForce RTX 3060 [86] 11 GB
NvApi: Version: 55244 r552_19
HIP Driver: Not Available
DirectML Driver: Devices: 9476 0: NVIDIA GeForce RTX 3060 11 GB 18050 1: Intel(R) UHD Graphics 730 0 GB 9476 2: NVIDIA GeForce RTX 3060 11 GB
Intel Level Zero Driver: Drivers: C1670301A0F83C000000000000000000 Driver 010367C1 API 00010003 Devices: Intel(R) UHD Graphics 730 TYP 1 VEN 00008086 DEV 00004682 FLG 5 SDI 00000000 CLK 1550 ALC 4294959104 UUID 868082460C0000000002000000000000 Memories: DDR (13646823424) CLK 0 BUS 64
Console logs
Additional information