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

# Bria FIBO Edit 合作节点 ComfyUI 官方示例

> 了解如何在 ComfyUI 中使用 Bria FIBO Edit 合作节点进行精准图像编辑

FIBO Edit 是 Bria AI 的 JSON 原生图像编辑模型，现可通过 ComfyUI 合作节点使用。它允许你将多个图像与结构化 JSON 提示组合，进行精准、有针对性的编辑：无需猜测提示，也无需担心图像其他部分受到不必要的更改。

## Bria FIBO Edit 擅长什么

* **精准编辑**：更改特定属性（光照、颜色、纹理、材质），而不会破坏场景的其余部分
* **背景替换与对象修改**：对目标区域进行精确控制
* **可复现、可审计的编辑**：结构化 JSON 输入，确保结果一致
* **100% 授权数据**：为商业使用提供完整的治理与明确的法律依据
* **强大的提示词遵循能力**：经 PRISM 风格评估验证

FIBO Edit 擅长各种编辑使用例：

* **时间调整**：重新为场景布光，或更改场景中的时间
* **材质和纹理替换**：尝试不同的颜色、材质、面料和服装
* **对象材质替换**：替换特定对象上的材质
* **遮罩区域编辑**：遮罩出特定区域以进行精确编辑
* **文本调整**：调整图像中的文本
* **艺术风格转换**：以不同的艺术风格重新构想您的图像

## 示例输出

通过结构化的 JSON 控制光照、构图和相机设置，实现精准图像编辑：

![Bria: Image Edit 示例输出](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_bria_image_edit.png)

<Tip>
  使用 API 节点需要保证你已经正常登录，并在受许可的网络环境下使用，请参考[API 节点总览](/zh/tutorials/partner-nodes/overview)部分文档来了解使用 API 节点的具体使用要求。
</Tip>

<Tip>
  <Tabs>
    <Tab title="本地用户">
      请确保你的 ComfyUI 已经更新。

      * [ComfyUI 下载](https://www.comfy.org/download)
      * [ComfyUI 更新教程](/zh/installation/update_comfyui)

      本指南里的工作流可以在[工作流模板](/zh/interface/features/template)中找到。如果找不到，可能是 ComfyUI 没有更新。

      如果加载工作流时有节点缺失，可能原因有：

      1. 你用的不是最新版（每夜版）。
      2. 启动时有些节点导入失败。
    </Tab>

    <Tab title="云端用户">
      * [Cloud](https://cloud.comfy.org) 会在 ComfyUI 稳定版本发布后更新。

      所以，如果你发现本文档中有任何核心节点缺失，可能是因为新核心节点尚未在最新稳定版中发布。请等待下一个稳定版发布。
    </Tab>
  </Tabs>
</Tip>

<h3 id="api_bria_image_edit">
  Bria：图像编辑
</h3>

FIBO 通过结构化的 JSON 控制光照、构图和相机设置，实现精准、可预测的图像编辑。

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_bria_image_edit-1.webp" alt="Bria: Image Edit 工作流预览" />

<CardGroup cols={2}>
  <Card title="在 Comfy Cloud 上运行" icon="cloud" href="https://cloud.comfy.org/?template=api_bria_image_edit&utm_source=docs&utm_medium=referral&utm_campaign=fibo">
    在 Comfy Cloud 中打开
  </Card>

  <Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_bria_image_edit.json">
    下载 JSON 或在模板库中搜索“Bria: Image Edit”
  </Card>
</CardGroup>

**输入素材**

将此文件上传到对应的 `LoadImage` 节点：

<CardGroup cols={2}>
  <Card title="sunlit_rooftop_capture.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/sunlit_rooftop_capture.png">
    `LoadImage` 节点 5 · `sunlit_rooftop_capture.png`
  </Card>
</CardGroup>

<div style={{display: 'grid', gridTemplateColumns: 'repeat(2, minmax(0, 1fr))', gap: '1rem', alignItems: 'start'}}>
  <img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/sunlit_rooftop_capture.png" alt="输入图像" style={{width: '100%', height: 'auto', objectFit: 'contain'}} />

  <img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_bria_image_edit.png" alt="Bria: Image Edit 示例输出" style={{width: '100%', height: 'auto', objectFit: 'contain'}} />
</div>

<h3 id="api_bria_image_outpainting">
  Bria：图像外绘
</h3>

一款由 Bria 提供支持的专业 outpainting 模板，专为无缝图像扩展和边缘感知的场景扩展而设计。

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_bria_image_outpainting-1.webp" alt="Bria: Image Outpainting 工作流预览" />

<CardGroup cols={2}>
  <Card title="在 Comfy Cloud 上运行" icon="cloud" href="https://cloud.comfy.org/?template=api_bria_image_outpainting&utm_source=docs&utm_medium=referral&utm_campaign=fibo">
    在 Comfy Cloud 中打开
  </Card>

  <Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_bria_image_outpainting.json">
    下载 JSON 或在模板库中搜索“Bria: Image Outpainting”
  </Card>
</CardGroup>

**输入素材**

将此文件上传到对应的 `LoadImage` 节点：

<CardGroup cols={2}>
  <Card title="baby_otter.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/baby_otter.png">
    `LoadImage` 节点 11 · `baby_otter.png`
  </Card>
</CardGroup>

<div style={{display: 'grid', gridTemplateColumns: 'repeat(2, minmax(0, 1fr))', gap: '1rem', alignItems: 'start'}}>
  <img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/baby_otter.png" alt="输入图像" style={{width: '100%', height: 'auto', objectFit: 'contain'}} />
</div>
