Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The LTXVConditioning node adds frame rate information to both positive and negative conditioning inputs for video generation models. It takes existing conditioning data and applies the specified frame rate value to both conditioning sets, making them suitable for video model processing.

Inputs

ParameterData TypeRequiredRangeDescription
positiveCONDITIONINGYes-The positive conditioning input that will receive the frame rate information
negativeCONDITIONINGYes-The negative conditioning input that will receive the frame rate information
frame_rateFLOATNo0.0 - 1000.0The frame rate value to apply to both conditioning sets (default: 25.0)

Outputs

Output NameData TypeDescription
positiveCONDITIONINGThe positive conditioning with frame rate information applied
negativeCONDITIONINGThe negative conditioning with frame rate information applied