opparco / stable-diffusion-webui-composable-lora

This extension replaces the built-in LoRA forward procedure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndexError: tuple index out of range

Soulreaver90 opened this issue · comments

I am running a Jan commit of Auto1111, so maybe its the cause but I do get the following error:
File "/sd/modules/extra_networks.py", line 75, in activate
extra_network.activate(p, extra_network_args)
File "/sd/extensions-builtin/Lora/extra_networks_lora.py", line 17, in activate
lora.load_loras(names, multipliers)
File "/sd/extensions-builtin/Lora/lora.py", line 146, in load_loras
lora = load_lora(name, lora_on_disk.filename)
File "/sd/extensions-builtin/Lora/lora.py", line 98, in load_lora
module = torch.nn.Conv2d(weight.shape[1], weight.shape[0], (1, 1), bias=False)
IndexError: tuple index out of range

Nevermind it was a specific Lora it wouldn't work with for whatever reason, seems to work with another one. Not a big deal.