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
In the current implementation, if you have images A,B,C and 4 frames per image, you'll get AAAACCCC and BBBBBBBB with weights 1 to 0 to 1 and 0 to 1 to 0.
With this change, you get AAAABBBB and BBBBCCCC with weights 1 to 0 repeating and 0 to 1 repeating.
The text was updated successfully, but these errors were encountered:
As I mentioned on discord, lines from 1716 to 1732 in ipadapterplus.py can be replaced by this:
In the current implementation, if you have images A,B,C and 4 frames per image, you'll get AAAACCCC and BBBBBBBB with weights 1 to 0 to 1 and 0 to 1 to 0.
With this change, you get AAAABBBB and BBBBCCCC with weights 1 to 0 repeating and 0 to 1 repeating.
The text was updated successfully, but these errors were encountered: