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
Exception in thread Thread-2 (load_model):
Traceback (most recent call last):
File "/root/miniconda3/envs/sdwebui/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/root/miniconda3/envs/sdwebui/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/usr/lirong/taiyi1/stable-diffusion-webui/webui.py", line 302, in load_model
shared.sd_model # noqa: B018
AttributeError: module 'modules.shared' has no attribute 'sd_model'
The text was updated successfully, but these errors were encountered:
Exception in thread Thread-2 (load_model):
Traceback (most recent call last):
File "/root/miniconda3/envs/sdwebui/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/root/miniconda3/envs/sdwebui/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/usr/lirong/taiyi1/stable-diffusion-webui/webui.py", line 302, in load_model
shared.sd_model # noqa: B018
AttributeError: module 'modules.shared' has no attribute 'sd_model'
The text was updated successfully, but these errors were encountered: