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
When merging two (or more) Loras, why is the actual ratio calculated this way:
scale = math.sqrt(alpha / base_alpha) * ratio
I think I can understand it without the square root part, because the alpha of the first file is used as the final output alpha. But why the square root ?
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
-
Hi,
When merging two (or more) Loras, why is the actual ratio calculated this way:
scale = math.sqrt(alpha / base_alpha) * ratio
I think I can understand it without the square root part, because the alpha of the first file is used as the final output alpha. But why the square root ?
Beta Was this translation helpful? Give feedback.
All reactions