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

# SamplerARVideo - ComfyUI Built-in Node Documentation

> Sampler AR Video 节点为自回归视频模型提供了一种专门的采样方法，例如使用 Causal Forcing 或 Self-Forcing 技术的模型。

Sampler AR Video 节点为自回归视频模型提供了一种专门的采样方法，例如使用 Causal Forcing 或 Self-Forcing 技术的模型。它直接在工作流中管理与自回归（AR）循环相关的所有参数，方便配置模型如何逐步生成视频帧。

## 输入

| Parameter             | Description                                                                    | Data Type | Required | Range  |
| --------------------- | ------------------------------------------------------------------------------ | --------- | -------- | ------ |
| `num_frame_per_block` | 每个自回归块生成的帧数。值为 1 表示模型一次生成一帧（逐帧模式），值为 3 表示一次生成三帧（分块模式）。此设置必须与检查点的训练模式相匹配。默认值：1。 | INT       | 是        | 1 到 64 |

## 输出

| Output Name | Description                              | Data Type |
| ----------- | ---------------------------------------- | --------- |
| `SAMPLER`   | 一个已配置的采样器对象，使用 `ar_video` 采样函数及指定的自回归参数。 | SAMPLER   |

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

***

**Source fingerprint (SHA-256):** `9ec72f52f5b77746f1587e64966bfa6cfd80ce8bb40a4fcb267f5197d09189fc`
