Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 100% 16/16 [00:21<00:00, 1.37s/it]
- activating extra network lora with arguments [<modules.extra_networks.ExtraNetworkParams object at 0x7f70221f4f40>]: RuntimeError
- Traceback (most recent call last):
- File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/extra_networks.py", line 75, in activate
- extra_network.activate(p, extra_network_args)
- File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/Lora/extra_networks_lora.py", line 23, in activate
- lora.load_loras(names, multipliers)
- File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 214, in load_loras
- lora = load_lora(name, lora_on_disk.filename)
- File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 176, in load_lora
- module.weight.copy_(weight)
- RuntimeError: output with shape [8, 320, 1, 1] doesn't match the broadcast shape [8, 320, 8, 320]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement