Skip to content

Adds FMLF workflow support to LTX Tiled Sampler - #8

Open
ryukbk wants to merge 4 commits into
TenStrip:mainfrom
ryukbk:main
Open

Adds FMLF workflow support to LTX Tiled Sampler#8
ryukbk wants to merge 4 commits into
TenStrip:mainfrom
ryukbk:main

Conversation

@ryukbk

@ryukbk ryukbk commented Jun 27, 2026

Copy link
Copy Markdown
  • Fixed artifacts around guide frames when the input latent carries guide
    keyframes from an LTXVAddGuide-family node (e.g. an added last frame).
    Tiling now works WITH guides — run LTXVCropGuides after this node exactly
    as in a non-tiled workflow.
  • Root cause: those nodes append the guide latent on the frame axis AND
    store, in the conditioning, each guide token's position in FULL-FRAME
    pixel coordinates ('keyframe_idxs'). The model overwrites the guide
    tokens' positional coords with these values
    (pixel_coords[:, :, -N:, :] = keyframe_idxs). Spatial tiling gives each
    tile's video tokens tile-LOCAL coords, but keyframe_idxs still carried
    full-frame coords and a full-frame token count, so every tile positioned
    its guide tokens for the whole frame — corrupting the tile's positional
    embedding and producing artifacts at the guide frame. bypass_tiling=True
    avoided this only because a single full-frame pass keeps the coords valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant