Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.comfy.org/llms.txt

Use this file to discover all available pages before exploring further.

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