You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It used to be possible to add :ALL after the Lora weight for example. <lora: "lora name":1:ALL>, but now it gives an error:
activating extra network lora with arguments [<modules.extra_networks.ExtraNetworkParams object at 0x000001D1AA563D30>]: ValueError
Traceback (most recent call last):
File "F:\WBC\automatic1111_dev\modules\extra_networks.py", line 135, in activate
extra_network.activate(p, extra_network_args)
File "F:\WBC\automatic1111_dev\extensions-builtin\Lora\extra_networks_lora.py", line 35, in activate
unet_multiplier = float(params.positional[2]) if len(params.positional) > 2 else te_multiplier
ValueError: could not convert string to float: 'ALL'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It used to be possible to add :ALL after the Lora weight for example. <lora: "lora name":1:ALL>, but now it gives an error:
Beta Was this translation helpful? Give feedback.
All reactions