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 LTXVCropGuides node processes conditioning and latent inputs for video generation by removing keyframe information and adjusting the latent dimensions. It crops the latent image and noise mask to exclude keyframe sections while clearing keyframe indices from both positive and negative conditioning inputs. This prepares the data for video generation workflows that don’t require keyframe guidance.

Inputs

ParameterData TypeRequiredRangeDescription
positiveCONDITIONINGYes-The positive conditioning input containing guidance information for generation
negativeCONDITIONINGYes-The negative conditioning input containing guidance information for what to avoid in generation
latentLATENTYes-The latent representation containing image samples and noise mask data

Outputs

Output NameData TypeDescription
positiveCONDITIONINGThe processed positive conditioning with keyframe indices cleared
negativeCONDITIONINGThe processed negative conditioning with keyframe indices cleared
latentLATENTThe cropped latent representation with adjusted samples and noise mask