ComfyUI Extension: Comfyui-LTXCondReplace
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
A ComfyUI custom node for combining LTXV conditioning latents from different sources.
Looking for a different extension?
Custom Nodes (0)
README
ComfyUI LTXV Condition Replace
A ComfyUI custom node for combining LTXV conditioning latents from different sources.
Description
This extension provides the LTXVConditionReplace node, which combines two latent inputs:
- control_unit_latent: From
LTXAddVideoICLoRAGuide(handles control unit input) - key_frames_latent: From
LTXVAddGuideMulti(handles multiple key frame images)
The node replaces control unit latent frames with key frame latent frames at corresponding positions, outputting a unified condition latent.
Installation
-
Clone this repository to your ComfyUI custom_nodes directory:
cd ComfyUI/custom_nodes git clone <this-repo-url> Comfyui-LTXCondReplace -
Restart ComfyUI
Usage
LTXVConditionReplace Node
Inputs:
control_unit_latent: Latent fromLTXAddVideoICLoRAGuidekey_frames_latent: Latent fromLTXVAddGuideMultistrength: Strength of the replacement (0.0-1.0)- 1.0 = full replacement
- 0.0 = no replacement
Outputs:
unified_control_latent: Unified condition latent combining both inputs
Example Workflow
- Load your base video latent
- Add key frames using
LTXVAddGuideMulti→ produceskey_frames_latent - Add control unit using
LTXAddVideoICLoRAGuide→ producescontrol_unit_latent - Combine both using
LTXVConditionReplace→ producesunified_control_latent - Use the unified latent for sampling
Nodes
LTXVConditionReplace
Combines two latent inputs into a unified condition latent by replacing control unit latent frames with key frame latent frames.
License
See LICENSE file.
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.