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

Removed unused argument 'strength' from LTXVImgToVideo.generate() method

Open oumad opened this issue 7 months ago • 0 comments

When doing i2v the flow breaks at the LTXV Base Sampler node image

This happens because the strength value gets passed to LTXVImgToVideo().generate which doesn't use it.

So in this PR I simply removed the strength in that method. And now the i2v flow runs correctly for me.

oumad avatar May 08 '25 23:05 oumad