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
Hello, today I ran a git pull on the stable webui and afterwards it would not start and outputted the following error:
Model loaded in 4.1s (0.4s create model, 2.2s load weights).
None
Traceback (most recent call last):
File "D:\AUTOMATIC1111stable-diffusion-webui\stable-diffusion-webui\launch.py", line 317, in <module>
start()
File "D:\AUTOMATIC1111stable-diffusion-webui\stable-diffusion-webui\launch.py", line 312, in start
webui.webui()
File "D:\AUTOMATIC1111stable-diffusion-webui\stable-diffusion-webui\webui.py", line 162, in webui
initialize()
File "D:\AUTOMATIC1111stable-diffusion-webui\stable-diffusion-webui\webui.py", line 91, in initialize
shared.reload_hypernetworks()
File "D:\AUTOMATIC1111stable-diffusion-webui\stable-diffusion-webui\extensions\Hypernetwork-MonkeyPatch-Extension\patches\shared.py", line 9, in reload_hypernetworks
load_hypernetwork(opts.sd_hypernetwork)
File "D:\AUTOMATIC1111stable-diffusion-webui\stable-diffusion-webui\extensions\Hypernetwork-MonkeyPatch-Extension\patches\hypernetwork.py", line 479, in load_hypernetwork
if shared.loaded_hypernetwork is not None:
AttributeError: module 'modules.shared' has no attribute 'loaded_hypernetwork'. Did you mean: 'loaded_hypernetworks'?
Press any key to continue . . .
However, I did remedy this by running the following in the extensions directory: git config --global --add safe.directory D:/AUTOMATIC1111stable-diffusion-webui/stable-diffusion-webui/extensions/Hypernetwork-MonkeyPatch-Extension
and then git pull
The text was updated successfully, but these errors were encountered:
Hello, today I ran a git pull on the stable webui and afterwards it would not start and outputted the following error:
However, I did remedy this by running the following in the extensions directory:
git config --global --add safe.directory D:/AUTOMATIC1111stable-diffusion-webui/stable-diffusion-webui/extensions/Hypernetwork-MonkeyPatch-Extension
and then
git pull
The text was updated successfully, but these errors were encountered: