mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Bug fixes, speed improvements, compatability adjustments withdiffusers updates
This commit is contained in:
@@ -334,6 +334,9 @@ class ToolkitNetworkMixin:
|
||||
|
||||
@multiplier.setter
|
||||
def multiplier(self, value: Union[float, List[float]]):
|
||||
# only update if the value has changed
|
||||
if self._multiplier == value:
|
||||
return
|
||||
self._multiplier = value
|
||||
self._update_lora_multiplier()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user