Keyframe Workflow Does not work at all with 13b model.
Anyone seen this workflow work with the 13b model? I use it exactly as given, add three images and a prompt, I don't see it hits any of the three images. After a second or two, it hits something like a mix of the first two images, and then it goes kind of crazy and never even approaches the third image. All three images have the same character in them.
Are you using the optional cond indexes in the sampler to set the frames you want the images to be placed at? 0 is first frame If using more than one image, batch the images, send all to sampler, then set indexes in sampler to where you want them placed.
0 is first frame If using more than one image, batch the images, send all to sampler, then set indexes in sampler to where you want them placed.
@rocky533 It is necessary to implement the logic of adding keyframes to the Tiled Sampler node, as it is done in the Basic Sampler (add optional_cond_indices). Currently, keyframes only affect the first stage before upscaling.