KohakuBlueleaf / a1111-sd-webui-lycoris

An extension for stable-diffusion-webui to load lycoris models.
Apache License 2.0
861 stars 116 forks source link

activating extra network lyco: AttributeError #23

Closed acergelff closed 1 year ago

acergelff commented 1 year ago

activating extra network lyco: AttributeError Traceback (most recent call last): File "C:\Users\XXX\stable-diffusion-webui\modules\extra_networks.py", line 85, in activate extra_network.activate(p, []) File "C:\Users\XXX\stable-diffusion-webui\extensions\a1111-sd-webui-lycoris\extra_networks_lyco.py", line 41, in activate additional = shared.opts.sd_lyco File "C:\Users\XXX\stable-diffusion-webui\modules\shared.py", line 493, in getattr return super(Options, self).getattribute(item) AttributeError: 'Options' object has no attribute 'sd_lyco'

I got an error when generating images after I pulled the new version of webui today (and updated all the plugins).

jamesofarrell commented 1 year ago

You can fix this by added "--xformers" to your COMMANDLINE_ARGS in webui-user

KohakuBlueleaf commented 1 year ago

You need to use cold reboot instead of "apply and restart"