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

# ImageDeduplication - ComfyUI Built-in Node Documentation

> Complete documentation for the ImageDeduplication 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/ImageDeduplication/zh.md)

此节点从一批图像中移除重复或高度相似的图像。其工作原理是为每张图像创建感知哈希——一种基于视觉内容的简单数字指纹——然后进行比较。哈希相似度超过设定阈值的图像将被视为重复项并被过滤掉。

## 输入参数

| 参数名                    | 数据类型  | 必填 | 取值范围      | 描述                                                 |
| ---------------------- | ----- | -- | --------- | -------------------------------------------------- |
| `images`               | IMAGE | 是  | -         | 需要进行去重处理的图像批次。                                     |
| `similarity_threshold` | FLOAT | 否  | 0.0 - 1.0 | 相似度阈值（0-1）。值越高表示相似度要求越严格。超过此阈值的图像被视为重复项。（默认值：0.95） |

## 输出结果

| 输出名称     | 数据类型  | 描述              |
| -------- | ----- | --------------- |
| `images` | IMAGE | 已移除重复项后的过滤图像列表。 |
