Advertisement
kopyl

Untitled

Mar 29th, 2023
1,125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.92 KB | None | 0 0
  1. 100% 16/16 [00:21<00:00,  1.37s/it]
  2. activating extra network lora with arguments [<modules.extra_networks.ExtraNetworkParams object at 0x7f70221f4f40>]: RuntimeError
  3. Traceback (most recent call last):
  4.   File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/extra_networks.py", line 75, in activate
  5.     extra_network.activate(p, extra_network_args)
  6.   File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/Lora/extra_networks_lora.py", line 23, in activate
  7.     lora.load_loras(names, multipliers)
  8.   File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 214, in load_loras
  9.     lora = load_lora(name, lora_on_disk.filename)
  10.   File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 176, in load_lora
  11.     module.weight.copy_(weight)
  12. 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