Replies: 2 comments
-
The way I identified the problem was by going to the Windows Event Viewer. I found that python.exe was crashing, it was pointing to a particular .dll file This .dll file was part of the Microsoft Visual C++ Redistributable I updated this using the x64 version and it has not crashed since. The version of that .dll file that came with the PC from the strart seemed to be crashing python.exe |
Beta Was this translation helpful? Give feedback.
-
This was actually a very insightful answer. According to EV, I'm having issues pointing at c10.dll in /venv/. Yeah... Still doing it. So, not the solution for me unfortunately. |
Beta Was this translation helpful? Give feedback.
-
Whenever I execute controlnet in batch using txt2img,
Usually after only executing a dozen or so pictures, he will suddenly stop executing.
Only the following characters appear in the console,
"Press any key to continue . . ."
No other error messages appear,
I can only look for errors in the windows event log,
Below is what shows up in the windows event log:
Faulting application name: python.exe, version: 3.10.6150.1013, time stamp: 0x62e84c21
Faulting module name: python310.dll, version: 3.10.6150.1013, time stamp: 0x62e84bd6
Exception code: 0xc0000005
Fault offset: 0x0000000000077390
Faulting process id: 0x0x4C34
Faulting application start time: 0x0x1DA84B177A1A030
Faulting application path: C:\Users\user\AppData\Local\Programs\Python\Python310\python.exe
Faulting module path: C:\Users\user\AppData\Local\Programs\Python\Python310\python310.dll
Report Id: 680c6954-6894-4152-8800-6a6dd645b32b
Faulting package full name:
Faulting package-relative application ID:
I've tried various methods to troubleshoot the error,
As follows,
Delete venv and let him download it again
Reinstall python3.10.6
Disable all plugins
Remove all plugins
Use webui1.6.1
https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.6.1
Use webui1.7
https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.7.0
Use webui1.8
Don’t use any LORA
Reinstall the graphics card driver
Add various characters to webui-user.bat
There are also various small methods found on the Internet.
All are invalid
This is the status of my computer in use.
Unlikely a lack of performance
=== CPU Usage ===
Usage: 1.40%
=== System Memory Information ===
Total Memory: 63.75 GB
Available Memory: 51.62 GB
Used Memory: 12.13 GB
=== Graphics Card Information ===
Graphics Card 1 - Name: NVIDIA GeForce RTX 4090
Graphics Card 1 - Memory:
Total Memory: 23.99 GB
Available Memory: 15.91 GB
Used Memory: 8.08 GB
This is different from general errors. It does not seem to be an error of stable-diffusion-webui.
Because there is no error displayed in the console at all,
I can only look for errors in the windows event log,
This has been bothering me for 2 weeks and I really need help,
Plugins I installed
Stable-Diffusion-Webui-Civitai-Helper | https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper.git | main | 8ee7e6d2 | 2024-03-31 02:31:04 | latest
adetailer | https://github.com/Bing-su/adetailer.git | main | 06adf33a | 2024-03-29 21:13:54 | new commits
sd-dynamic-prompts | https://github.com/adieyal/sd-dynamic-prompts.git | main | e8326b5e | 2024-03-28 02:13:36 | latest
sd-webui-IS-NET-pro | https://github.com/ClockZinc/sd-webui-IS-NET-pro.git | main | 1ac270e4 | 2023-09-27 22:10:17 | latest
sd-webui-ar | https://github.com/alemelis/sd-webui-ar.git | main | 3973c86a | 2023-09-26 21:23:07 | latest
sd-webui-boomer | https://github.com/Haoming02/sd-webui-boomer.git | main | 4f310316 | 2024-03-06 10:16:12 | latest
sd-webui-controlnet | https://github.com/Mikubill/sd-webui-controlnet.git | main | eb451a0 | 2024-04-01 11:54:20 | latest
sd-webui-enable-checker | https://github.com/shirayu/sd-webui-enable-checker.git | main | b2b49769 | 2024-03-09 15:37:19 | new commits
sd-webui-freeu | https://github.com/ljleb/sd-webui-freeu.git | main | 08a1734f | 2023-10-19 05:45:52 | latest
sd-webui-lora-block-weight | https://github.com/hako-mikan/sd-webui-lora-block-weight.git | main | 1fa7eb78 | 2024-02-12 22:56:37 | latest
stable-diffusion-webui-chinese | https://github.com/VinsonLaro/stable-diffusion-webui-chinese.git | main | 1db3194d | 2024-03-13 23:13:03 | latest
stable-diffusion-webui-wd14-tagger | https://github.com/picobyte/stable-diffusion-webui-wd14-tagger.git | master | e72d984b | 2023-11-04 19:58:30 | latest
sysinfo-2024-04-02-07-53.json
Beta Was this translation helpful? Give feedback.
All reactions