> ## 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.

# LoopResult - ComfyUI Built-in Node Documentation

> LoopResult 是仅面向开发者的输出节点，用于标记循环块的结束点。

LoopResult 是仅面向开发者的输出节点，用于标记循环块的结束点。它按顺序收集传入的值（命名为 `output0`、`output1` 等），并释放由关闭 ID 标识的外部执行块。由于输入指纹始终返回 NaN，该节点会被视为始终已更改，并在每次运行时重新执行。

## 输入

| 参数                        | 描述                                                    | 数据类型   | 必填 | 范围 |
| ------------------------- | ----------------------------------------------------- | ------ | -- | -- |
| `close_id`                | 要关闭的循环块的标识符；仅使用列表中的第一个值                               | STRING | 是  | -  |
| `output0`, `output1`, ... | 从循环块收集的值。该节点接受任意额外输入，并从 `output0` 开始按顺序收集，在第一个缺失索引处停止 | 任意类型   | 否  | -  |

注意：此节点接受所有输入（`accept_all_inputs`）。除 `close_id` 之外的任何输入都会被视为收集的循环值，并且必须命名为 `output0`、`output1`、`output2` 等，且不能有间隔，才能被包含在结果中。

## 输出

此节点不返回任何输出。它仅释放与 `close_id` 关联的外部执行块。

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

***

**Source fingerprint (SHA-256):** `637f8a39b0e99e8d4453cfc482463bd14d909b710264021ac2c27fdcd68b6063`
