> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-comfy-router-docs.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プロンプトと画像を結合して、正確で対象を絞った編集が可能になります。プロンプトの推測は不要です。画像の他の部分に不要な変更が加えられることもありません。

## FIBO Edit について

**主な特長:**

* **外科的編集**: 照明、色、テクスチャ、マテリアルなどの特定の属性を、シーンの残りを壊さずに変更できます
* **背景の入れ替えとオブジェクトの変更**: ターゲット領域を正確に制御
* **再現可能で監査可能な編集**: 構造化されたJSON入力により一貫した結果を実現
* **100%ライセンスされたデータ**: 商用利用のための完全なガバナンスと法的明確性
* **強力なプロンプト追従**: PRISMスタイルの評価で検証済み

<Tip>
  APIノードを使用するには、正しくログインしていることと、許可されたネットワーク環境で使用していることを確認する必要があります。APIノードの使用に必要な具体的な要件については、ドキュメントの「[APIノードの概要](/ja/tutorials/partner-nodes/overview)」セクションをご参照ください。
</Tip>

<Tip>
  <Tabs>
    <Tab title="ローカルユーザー">
      ComfyUI が最新版に更新されていることを確認してください。

      * [ComfyUI のダウンロード](https://www.comfy.org/download)
      * [更新手順](/ja/installation/update_comfyui)

      このガイドで紹介するワークフローは、[ワークフローテンプレート](/ja/interface/features/template)から入手できます。
      テンプレート内に該当のワークフローが見つからない場合、ComfyUI のバージョンが古くなっている可能性があります。

      ワークフローを読み込んだ際にノードが欠落している場合の考えられる原因：

      1. 最新の ComfyUI（Nightly 版）を使用していない
      2. 起動時に一部のノードのインポートに失敗している
    </Tab>

    <Tab title="クラウドユーザー">
      * [Cloud](https://cloud.comfy.org) は、ComfyUI の安定版リリース後に更新されます。

      したがって、このドキュメントでコアノードが見つからない場合、それは新しいコアノードがまだ最新の安定版にリリースされていない可能性があります。次回の安定版リリースをお待ちください。
    </Tab>
  </Tabs>
</Tip>

<h3 id="api_bria_image_edit">
  Bria: Image Edit
</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: Image Outpainting
</h3>

プロフェッショナルなBria搭載のアウトペインティングテンプレート。シームレスな画像拡張とエッジ認識型のシーン拡大用に設計されています。

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

## 出力例

FIBO Edit は、さまざまな編集タスクに優れています：

* **時間帯の変更**: シーンの照明を変更したり、時間帯を変更する
* **素材とテクスチャの交換**: 異なる色、素材、生地、衣服を試す
* **オブジェクトの素材置き換え**: 特定のオブジェクトの素材を入れ替える
* **マスク領域の編集**: 特定の領域をマスクして精密に編集する
* **テキストの調整**: 画像内のテキストを調整する
* **アートスタイルの変換**: 画像を別のアートスタイルで再解釈する
