mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-13 00:09:02 +08:00
Merge pull request #12466 from catboxanon/fix/lora-old-mk2
Fix broken `Lora/Networks: use old method` option
This commit is contained in:
commit
2c79f2af6e
@ -357,7 +357,7 @@ def network_forward(module, input, original_forward):
|
|||||||
if module is None:
|
if module is None:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
y = module.forward(y, input)
|
y = module.forward(input, y)
|
||||||
|
|
||||||
return y
|
return y
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user