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

不知爲何更新之後lyco模型再也加載不出,之前還是可以的 #26

Closed ManulPoly closed 1 year ago

lzardy commented 1 year ago

Translation: LoRA cannot be loaded after recent updates.

fadedninna commented 1 year ago

please update!

TengPan2011 commented 1 year ago

Exact error message ating extra network lyco with arguments [<modules.extra_networks.ExtraNetworkParams object at 0x000001D2BF420E50>]: TypeError Traceback (most recent call last): File "D:\SD\stable-diffusion-webui\modules\extra_networks.py", line 75, in activate extra_network.activate(p, extra_network_args) File "D:\SD\stable-diffusion-webui\extensions\a1111-sd-webui-lycoris\extra_networks_lyco.py", line 69, in activate te, unet, dyn_dim = parse_args(params.items[1:]) File "D:\SD\stable-diffusion-webui\extensions\a1111-sd-webui-lycoris\extra_networks_lyco.py", line 35, in parse_args x = type(x) TypeError: float() argument must be a string or a real number, not 'NoneType'

KohakuBlueleaf commented 1 year ago

@TengPan2011 Your error should be fixed, plz check latest commit

KohakuBlueleaf commented 1 year ago

@ManulPoly 如果沒有任何錯誤訊息/額外訊息的話,比較有可能的是你的sd-webui並沒有正確載入插件。