Voltar

LTX 2.3 - EditAnything is an experimental ComfyUI workflow that performs text-driven edits on existing video clips. Using an in‑context (IC) LoRA, it attempts to add, remove, replace, or restyle objects directly inside each frame without manual masking. The pipeline is simple: VHS_LoadVideo decodes your source clip into frames, a custom IC‑LoRA edit node (UUID 2e37ecc9-770a-4ac2-972c-e953901f49d3) applies the text instruction to those frames, and VHS_VideoCombine stitches the edited frames back into a video. A MarkdownNote node in the canvas provides author guidance and caveats.

Technically, the IC LoRA conditions the diffusion/edit process with your prompt so the model can infer where and how to apply changes across frames. Because the edit is prompt-only and experimental, temporal consistency will vary; shorter clips, clearer prompts, and conservative edit strength typically preserve motion and identity better. VHS_LoadVideo and VHS_VideoCombine (from VideoHelperSuite) handle robust frame I/O and encoding, so you can iterate quickly by tweaking the edit node’s prompt and strength, then re-queuing to compare results side by side.