comfyanonymous 61a123a1e0 A different way of handling multiple images passed to SVD.
Previously when a list of 3 images [0, 1, 2] was used for a 6 frame video
they were concated like this:
[0, 1, 2, 0, 1, 2]

now they are concated like this:
[0, 0, 1, 1, 2, 2]
2023-12-03 03:31:47 -05:00
..
2023-11-23 19:41:33 -05:00
2023-11-14 23:50:55 -05:00
2023-11-26 03:43:02 -05:00
2023-01-16 22:37:14 -05:00
2023-10-26 01:53:01 -04:00
2023-10-17 15:18:51 -04:00
2023-08-17 01:06:34 -04:00
2023-11-08 22:05:31 -05:00
2023-11-11 01:11:06 -05:00
2023-01-16 22:37:14 -05:00
2023-11-14 14:41:31 -05:00