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

# Pikadditions - ComfyUI Built-in Node Documentation

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

Pikadditions 节点允许您将任意对象或图像添加到视频中。您只需上传视频并指定要添加的内容，即可创建无缝集成的效果。该节点利用 Pika API 将图像插入视频，实现自然逼真的融合效果。

## 输入参数

| 参数      | 数据类型   | 必填 | 取值范围           | 描述                 |
| ------- | ------ | -- | -------------- | ------------------ |
| `视频`    | VIDEO  | 是  | -              | 需要添加图像的目标视频        |
| `图像`    | IMAGE  | 是  | -              | 要添加到视频中的图像         |
| `提示词`   | STRING | 是  | -              | 描述视频添加内容的文本说明      |
| `反向提示词` | STRING | 是  | -              | 描述视频中需要避免出现内容的文本说明 |
| `种子`    | INT    | 是  | 0 至 4294967295 | 用于实现可重复结果的随机种子值    |

## 输出结果

| 输出名称     | 数据类型  | 描述          |
| -------- | ----- | ----------- |
| `output` | VIDEO | 已插入图像的处理后视频 |
