> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ConditioningSetAreaPercentageVideo - ComfyUI Built-in Node Documentation

> Complete documentation for the ConditioningSetAreaPercentageVideo node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ConditioningSetAreaPercentageVideo/zh.md)

ConditioningSetAreaPercentageVideo 节点通过定义视频生成的特定区域和时域范围来修改条件数据。它允许您使用相对于整体尺寸的百分比值来设置条件应用区域的位置、大小和持续时间。这对于将生成过程聚焦在视频序列的特定部分非常有用。

## 输入参数

| 参数名  | 数据类型         | 输入类型 | 默认值 | 取值范围       | 描述                 |
| ---- | ------------ | ---- | --- | ---------- | ------------------ |
| `调节` | CONDITIONING | 必填   | -   | -          | 待修改的条件数据           |
| `宽度` | FLOAT        | 必填   | 1.0 | 0.0 - 1.0  | 区域宽度占总宽度的百分比       |
| `高度` | FLOAT        | 必填   | 1.0 | 0.0 - 1.0  | 区域高度占总高度的百分比       |
| `时间` | FLOAT        | 必填   | 1.0 | 0.0 - 1.0  | 区域持续时间占总视频长度的百分比   |
| `x`  | FLOAT        | 必填   | 0.0 | 0.0 - 1.0  | 区域水平起始位置的百分比       |
| `y`  | FLOAT        | 必填   | 0.0 | 0.0 - 1.0  | 区域垂直起始位置的百分比       |
| `z`  | FLOAT        | 必填   | 0.0 | 0.0 - 1.0  | 区域在视频时间轴上的起始位置百分比  |
| `强度` | FLOAT        | 必填   | 1.0 | 0.0 - 10.0 | 在定义区域内应用于条件数据的强度乘数 |

## 输出参数

| 输出名称 | 数据类型         | 描述                   |
| ---- | ------------ | -------------------- |
| `调节` | CONDITIONING | 应用了指定区域和强度设置的修改后条件数据 |
