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 ConditioningSetAreaPercentageVideo node modifies conditioning data by defining a specific area and temporal region for video generation. It allows you to set the position, size, and duration of the area where the conditioning will be applied using percentage values relative to the overall dimensions. This is useful for focusing the generation on specific parts of a video sequence.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
conditioningCONDITIONINGRequired--The conditioning data to be modified
widthFLOATRequired1.00.0 - 1.0The width of the area as a percentage of the total width
heightFLOATRequired1.00.0 - 1.0The height of the area as a percentage of the total height
temporalFLOATRequired1.00.0 - 1.0The temporal duration of the area as a percentage of the total video length
xFLOATRequired0.00.0 - 1.0The horizontal starting position of the area as a percentage
yFLOATRequired0.00.0 - 1.0The vertical starting position of the area as a percentage
zFLOATRequired0.00.0 - 1.0The temporal starting position of the area as a percentage of the video timeline
strengthFLOATRequired1.00.0 - 10.0The strength multiplier applied to the conditioning within the defined area

Outputs

Output NameData TypeDescription
conditioningCONDITIONINGThe modified conditioning data with the specified area and strength settings applied