You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything was just fine until a week ago when I was trying to install an extension. Then the WebUI gave some errors so I restarted the client. Then the WebUI did not show up until I found out that ControlNet was somehow the issue.
I can use the WebUI if I remove controlnet folder from stable-diffusion-webui\extensions folder.
If I put it back there, it won't start.
I don't remember the name of the extension I was trying to install but it was a common one that everybody uses. I feel like something is broken and Controlnet folder is the victim.
Somebody recommended deleting the "venv" folder and reinstalling it to fix the problem. But as the folder size is too big for my limited internet speed here, I did not want to go for it immediately.
Any thoughts?
Here is the error message on console:
Traceback (most recent call last):
File "C:\Users\yuva\stable-diffusion-webui\launch.py", line 48, in
main()
File "C:\Users\yuva\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "C:\Users\yuva\stable-diffusion-webui\modules\launch_utils.py", line 385, in prepare_environment
if not args.skip_torch_cuda_test and not check_run_python("import torch; assert torch.cuda.is_available()"):
File "C:\Users\yuva\stable-diffusion-webui\modules\launch_utils.py", line 147, in check_run_python
result = subprocess.run([python, "-c", code], capture_output=True, shell=False)
File "C:\Program Files\Python310\lib\subprocess.py", line 503, in run
stdout, stderr = process.communicate(input, timeout=timeout)
File "C:\Program Files\Python310\lib\subprocess.py", line 1152, in communicate
stdout, stderr = self._communicate(input, endtime, timeout)
File "C:\Program Files\Python310\lib\subprocess.py", line 1526, in _communicate
self.stdout_thread.join(self._remaining_time(endtime))
File "C:\Program Files\Python310\lib\threading.py", line 1096, in join
self._wait_for_tstate_lock()
File "C:\Program Files\Python310\lib\threading.py", line 1116, in _wait_for_tstate_lock
if lock.acquire(block, timeout):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using SD1.5
Everything was just fine until a week ago when I was trying to install an extension. Then the WebUI gave some errors so I restarted the client. Then the WebUI did not show up until I found out that ControlNet was somehow the issue.
I can use the WebUI if I remove controlnet folder from stable-diffusion-webui\extensions folder.
If I put it back there, it won't start.
I don't remember the name of the extension I was trying to install but it was a common one that everybody uses. I feel like something is broken and Controlnet folder is the victim.
Somebody recommended deleting the "venv" folder and reinstalling it to fix the problem. But as the folder size is too big for my limited internet speed here, I did not want to go for it immediately.
Any thoughts?
Here is the error message on console:
Traceback (most recent call last):
File "C:\Users\yuva\stable-diffusion-webui\launch.py", line 48, in
main()
File "C:\Users\yuva\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "C:\Users\yuva\stable-diffusion-webui\modules\launch_utils.py", line 385, in prepare_environment
if not args.skip_torch_cuda_test and not check_run_python("import torch; assert torch.cuda.is_available()"):
File "C:\Users\yuva\stable-diffusion-webui\modules\launch_utils.py", line 147, in check_run_python
result = subprocess.run([python, "-c", code], capture_output=True, shell=False)
File "C:\Program Files\Python310\lib\subprocess.py", line 503, in run
stdout, stderr = process.communicate(input, timeout=timeout)
File "C:\Program Files\Python310\lib\subprocess.py", line 1152, in communicate
stdout, stderr = self._communicate(input, endtime, timeout)
File "C:\Program Files\Python310\lib\subprocess.py", line 1526, in _communicate
self.stdout_thread.join(self._remaining_time(endtime))
File "C:\Program Files\Python310\lib\threading.py", line 1096, in join
self._wait_for_tstate_lock()
File "C:\Program Files\Python310\lib\threading.py", line 1116, in _wait_for_tstate_lock
if lock.acquire(block, timeout):
Beta Was this translation helpful? Give feedback.
All reactions