ComfyUI-LTXVideo icon indicating copy to clipboard operation
ComfyUI-LTXVideo copied to clipboard

Keyframe Workflow Does not work at all with 13b model.

Open markrmiller opened this issue 8 months ago • 3 comments

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.

markrmiller avatar May 12 '25 17:05 markrmiller

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.

rocky533 avatar May 13 '25 21:05 rocky533

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.

rsndetre avatar May 14 '25 09:05 rsndetre

#216

rsndetre avatar May 14 '25 09:05 rsndetre