From 2a9ce330a260b4e972783c09e1034e6898b059fa Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Mon, 15 Jun 2026 22:52:54 +0800 Subject: [PATCH] Expand Bria partner node tutorial with video background processing (EN/ZH/JA/KO) Added comprehensive coverage of Bria's video background processing nodes: - Remove Video Background (solid color and transparent) - Video Green Screen - Video Replace Background - Image Background Removal All 4 language versions updated. Uses existing Bria sidebar group (no sidebar changes needed). Related templates: - api_bria_remove_video_background (2026-06-04) - api_bria_remove_video_background_transparent (2026-06-04) - api_bria_video_green_screen (2026-06-04) - api_bria_video_replace_background (2026-06-10) - utility_bria_remove_image_background (2026-02-16) --- ja/tutorials/partner-nodes/bria/fibo.mdx | 116 ++++++++++++++++----- ko/tutorials/partner-nodes/bria/fibo.mdx | 124 ++++++++++++++++++----- tutorials/partner-nodes/bria/fibo.mdx | 96 +++++++++++++++--- zh/tutorials/partner-nodes/bria/fibo.mdx | 98 +++++++++++++++--- 4 files changed, 355 insertions(+), 79 deletions(-) diff --git a/ja/tutorials/partner-nodes/bria/fibo.mdx b/ja/tutorials/partner-nodes/bria/fibo.mdx index 1b593785e..c2e9ea71e 100644 --- a/ja/tutorials/partner-nodes/bria/fibo.mdx +++ b/ja/tutorials/partner-nodes/bria/fibo.mdx @@ -1,17 +1,19 @@ --- -title: "Bria FIBO Edit API ノード ComfyUI 公式サンプル" -description: "ComfyUI で Bria FIBO Edit パートナーノードを用いた高精度画像編集方法を学びましょう" -sidebarTitle: "FIBO Edit" -translationSourceHash: baa4787f +title: "Bria 編集、背景除去、動画処理 ComfyUI 公式サンプル" +description: "ComfyUI で Bria パートナーノードを用いた FIBO 高精度画像編集、画像/動画の背景除去、グリーンスクリーン、動画背景置換の方法を学びましょう。" +sidebarTitle: "Bria" +translationSourceHash: f8bbccdd translationFrom: tutorials/partner-nodes/bria/fibo.mdx --- import ReqHint from "/snippets/ja/tutorials/partner-nodes/req-hint.mdx"; import UpdateReminder from "/snippets/ja/tutorials/update-reminder.mdx"; -FIBO Edit は、Bria AI が開発した JSON ネイティブの画像編集モデルであり、パートナーノードを通じて ComfyUI で利用可能になりました。このモデルでは、画像に構造化された JSON プロンプトを組み合わせることで、正確かつ目的指向的な編集が可能です。プロンプトの推測は不要であり、画像の他の部分に意図しない変更が加わることもありません。 +Bria の AI モデルは、パートナーノードを通じて ComfyUI で利用可能になりました。このページでは **FIBO Edit**(高精度画像編集)、**画像背景除去**、および **動画背景処理**(除去、透明、グリーンスクリーン、背景置換)について説明します。 -## FIBO Edit について +## FIBO Edit + +FIBO Edit は、Bria AI が開発した JSON ネイティブの画像編集モデルです。画像に構造化された JSON プロンプトを組み合わせることで、正確かつ目的指向的な編集が可能です。プロンプトの推測は不要であり、画像の他の部分に意図しない変更が加わることもありません。 **主な特長:** - **精密な編集**:照明、色、テクスチャ、素材などの特定属性を変更する際に、シーンの他の部分を損なうことなく実行可能 @@ -23,31 +25,99 @@ FIBO Edit は、Bria AI が開発した JSON ネイティブの画像編集モ -## FIBO Edit のワークフロー +### FIBO Edit のワークフロー - - Bria FIBO 画像編集ワークフローをダウンロードします。 + + + Bria FIBO 画像編集ワークフローをダウンロード。 + + + Bria FIBO 画像アウトペインティングワークフローをダウンロード。 + + + Comfy Cloud で即座に試す。 + + + Comfy Cloud で即座に試す。 + + +### サンプル出力 + +FIBO Edit は、以下のような多様な編集タスクに優れています: - - Bria FIBO 画像アウトペインティングワークフローをダウンロードします。 +- **時間帯の変更**:シーンのライティングを再設定 +- **素材およびテクスチャの置換**:異なる色、素材、生地、衣装を試す +- **オブジェクトの素材置換**:特定オブジェクトの素材を置き換え +- **マスク領域の編集**:特定領域をマスクして高精度編集 +- **テキストの調整**:画像内のテキストを調整 +- **アートスタイルの変換**:別のアートスタイルで再構成 + +## 画像背景除去 + +Bria の AI サービスを使用して、あらゆる画像から背景を除去します。結果は透明な背景を持つ画像として返されます。 + + + + ワークフローをダウンロード。 + + + Comfy Cloud で試す。 + + +## 動画背景処理 + +Bria の動画背景処理ノードを使用して、動画の背景を除去、置換、またはクロマキー効果を適用できます。入力動画の長さは 60 秒以内である必要があります。 + +### 動画背景除去(単色) - - Comfy Cloud 上で即座に画像編集ワークフローを試すことができます。 +動画の背景を選択した単色に置き換えます。 + + + + ワークフローをダウンロード。 + + + Comfy Cloud で試す。 + + +### 動画背景除去(透明) + +背景を除去し、アルファマスク付きのフレームを出力して合成に使用します。出力を合成ノードまたは Save WEBM ノードに接続して透明動画を出力します。 - - Comfy Cloud 上で即座に画像アウトペインティングワークフローを試すことができます。 + + + ワークフローをダウンロード。 + + Comfy Cloud で試す。 + + -## サンプル出力 +### グリーンスクリーン -FIBO Edit は、以下のような多様な編集タスクに優れています: +動画の背景を単色のクロマキースクリーン(放送用グリーン、クロマグリーン、またはブルースクリーン)に置き換えます。 -- **時間帯の変更**:シーンのライティングを再設定したり、1日のうちの時間帯を変更したりできます -- **素材およびテクスチャの置換**:異なる色、素材、生地、衣装などを試すことができます -- **オブジェクトの素材置換**:特定のオブジェクトに適用されている素材を置き換えることができます -- **マスク領域の編集**:特定の領域をマスクして、高精度な編集を実行できます -- **テキストの調整**:画像内のテキストを調整できます -- **アートスタイルの変換**:画像を別のアートスタイルで再構成できます \ No newline at end of file + + + ワークフローをダウンロード。 + + + Comfy Cloud で試す。 + + + +### 動画背景置換 + +動画の背景を指定した画像または動画で置き換えます。背景画像または背景動画のいずれかを提供します。出力は前景動画の解像度とフレームレートを保持します。アスペクト比が一致しない場合、背景は引き伸ばされて適合します。 + + + + ワークフローをダウンロード。 + + + Comfy Cloud で試す。 + + diff --git a/ko/tutorials/partner-nodes/bria/fibo.mdx b/ko/tutorials/partner-nodes/bria/fibo.mdx index e271cd520..51f6a8e2a 100644 --- a/ko/tutorials/partner-nodes/bria/fibo.mdx +++ b/ko/tutorials/partner-nodes/bria/fibo.mdx @@ -1,53 +1,123 @@ --- -title: "Bria FIBO 편집 파트너 노드 ComfyUI 공식 예제" -description: "ComfyUI에서 정밀한 이미지 편집을 위해 Bria FIBO 편집 파트너 노드를 사용하는 방법을 알아보세요." -sidebarTitle: "FIBO 편집" -translationSourceHash: baa4787f +title: "Bria 편집, 배경 제거 및 비디오 처리 ComfyUI 공식 예제" +description: "ComfyUI에서 Bria 파트너 노드를 사용하여 FIBO 정밀 이미지 편집, 이미지/비디오 배경 제거, 그린 스크린 및 비디오 배경 교체 방법을 알아보세요." +sidebarTitle: "Bria" +translationSourceHash: f8bbccdd translationFrom: tutorials/partner-nodes/bria/fibo.mdx --- import ReqHint from "/snippets/ko/tutorials/partner-nodes/req-hint.mdx"; import UpdateReminder from "/snippets/ko/tutorials/update-reminder.mdx"; -FIBO 편집은 Bria AI의 JSON 기반 이미지 편집 모델로, 현재 파트너 노드를 통해 ComfyUI에서 이용 가능합니다. 이 모델을 사용하면 구조화된 JSON 프롬프트와 이미지를 결합해 정밀하고 목표에 맞는 편집을 할 수 있습니다—프롬프트 추측이 필요 없고, 이미지의 나머지 부분에 원치 않는 변경이 발생하지 않습니다. +Bria의 AI 모델이 파트너 노드를 통해 ComfyUI에서 제공됩니다. 이 페이지에서는 **FIBO Edit**(정밀 이미지 편집), **이미지 배경 제거** 및 **비디오 배경 처리**(제거, 투명, 그린 스크린, 배경 교체)를 다룹니다. -## FIBO 편집 소개 +## FIBO Edit + +FIBO Edit은 Bria AI의 JSON 기반 이미지 편집 모델입니다. 구조화된 JSON 프롬프트와 이미지를 결합하여 정밀하고 목표에 맞는 편집이 가능합니다—프롬프트 추측이 필요 없고, 이미지의 다른 부분에 원치 않는 변경이 발생하지 않습니다. **주요 특징:** -- **수술적 편집**: 특정 속성(조명, 색상, 질감, 재료)을 변경하면서 장면의 나머지 부분은 그대로 유지합니다. -- **배경 교체 및 객체 수정**: 타겟 영역을 정밀하게 제어할 수 있습니다. -- **재현 가능하고 감사 가능한 편집**: 구조화된 JSON 입력을 통해 일관된 결과를 얻을 수 있습니다. -- **100% 라이선스 데이터**: 상업적 사용에 대한 완벽한 관리와 법적 명확성을 보장합니다. -- **강력한 프롬프트 준수**: PRISM 방식의 평가를 통해 검증되었습니다. +- **정밀 편집**: 특정 속성(조명, 색상, 질감, 재료)을 변경하면서 장면의 나머지 부분은 유지 +- **배경 교체 및 객체 수정**: 대상 영역을 정밀하게 제어 +- **재현 가능하고 감사 가능한 편집**: 구조화된 JSON 입력으로 일관된 결과 +- **100% 라이선스 데이터**: 상업적 사용에 대한 완벽한 법적 명확성 +- **강력한 프롬프트 준수**: PRISM 방식 평가로 검증됨 -## FIBO 편집 워크플로우 +### FIBO 편집 워크플로우 - + + Bria FIBO 이미지 편집 워크플로우를 다운로드하세요. - - + Bria FIBO 이미지 아웃페인팅 워크플로우를 다운로드하세요. + + Comfy Cloud에서 바로 시도해 보세요. + + + Comfy Cloud에서 바로 시도해 보세요. + + + +### 예제 출력 + +FIBO 편집은 다양한 편집 작업에서 뛰어난 성능을 발휘합니다: + +- **시간대 변경**: 장면의 조명을 다시 설정하거나 시간대를 변경 +- **재료 및 질감 교체**: 다양한 색상, 재료, 직물, 의류 실험 +- **객체 재료 교체**: 특정 객체의 재료를 교체 +- **마스크 영역 편집**: 특정 영역을 마스크로 표시해 정밀 편집 +- **텍스트 조정**: 이미지 내 텍스트 조정 +- **예술 스타일 변환**: 이미지를 다른 예술 스타일로 재창조 - - Comfy 클라우드에서 바로 이미지 편집 워크플로우를 시도해 보세요. +## 이미지 배경 제거 + +Bria의 AI 서비스를 사용하여 모든 이미지에서 배경을 제거합니다. 결과는 투명 배경의 이미지로 반환됩니다. + + + + 워크플로우를 다운로드하세요. + + Comfy Cloud에서 시도해 보세요. + + + +## 비디오 배경 처리 + +Bria의 비디오 배경 처리 노드를 사용하여 비디오 배경을 제거, 교체 또는 크로마키 효과를 적용할 수 있습니다. 입력 비디오의 길이는 60초 이내여야 합니다. + +### 비디오 배경 제거(단색) + +비디오 배경을 선택한 단색으로 교체합니다. - - Comfy 클라우드에서 바로 이미지 아웃페인팅 워크플로우를 시도해 보세요. + + + 워크플로우를 다운로드하세요. + + Comfy Cloud에서 시도해 보세요. + + -## 예제 출력 +### 비디오 배경 제거(투명) -FIBO 편집은 다양한 편집 작업에서 뛰어난 성능을 발휘합니다: +배경을 제거하고 알파 마스크가 포함된 프레임을 출력하여 합성에 사용합니다. 출력을 합성 노드 또는 Save WEBM 노드에 연결하여 투명 비디오를 출력합니다. + + + + 워크플로우를 다운로드하세요. + + + Comfy Cloud에서 시도해 보세요. + + + +### 그린 스크린 + +비디오 배경을 단색 크로마키 스크린(방송용 그린, 크로마 그린 또는 블루 스크린)으로 교체합니다. -- **시간대 변경**: 장면의 조명을 다시 비추거나 시간대를 변경하세요. -- **재료 및 질감 교체**: 다양한 색상, 재료, 직물, 의류를 실험해 보세요. -- **객체 재료 교체**: 특정 객체의 재료를 교체하세요. -- **마스크 영역 편집**: 특정 영역을 마스크로 표시해 정밀하게 편집하세요. -- **텍스트 조정**: 이미지 내 텍스트를 조정하세요. -- **예술 스타일 변환**: 이미지를 다른 예술 스타일로 재창조해 보세요. \ No newline at end of file + + + 워크플로우를 다운로드하세요. + + + Comfy Cloud에서 시도해 보세요. + + + +### 비디오 배경 교체 + +비디오 배경을 제공된 이미지 또는 비디오로 교체합니다. 배경 이미지 또는 배경 비디오 중 하나를 제공합니다. 출력은 전경 비디오의 해상도와 프레임 속도를 유지합니다. 화면 비율이 일치하지 않으면 배경이 늘어나서 맞춰집니다. + + + + 워크플로우를 다운로드하세요. + + + Comfy Cloud에서 시도해 보세요. + + diff --git a/tutorials/partner-nodes/bria/fibo.mdx b/tutorials/partner-nodes/bria/fibo.mdx index 3c76ba933..64f56692d 100644 --- a/tutorials/partner-nodes/bria/fibo.mdx +++ b/tutorials/partner-nodes/bria/fibo.mdx @@ -1,15 +1,17 @@ --- -title: "Bria FIBO Edit Partner Nodes ComfyUI Official Example" -description: "Learn how to use the Bria FIBO Edit Partner node for precision image editing in ComfyUI" -sidebarTitle: "FIBO Edit" +title: "Bria Edit, Background Removal, and Video Processing in ComfyUI" +description: "Learn how to use Bria Partner Nodes in ComfyUI for FIBO precision image editing, image/video background removal, green screen, and video background replacement." +sidebarTitle: "Bria" --- import ReqHint from "/snippets/tutorials/partner-nodes/req-hint.mdx"; import UpdateReminder from "/snippets/tutorials/update-reminder.mdx"; -FIBO Edit is Bria AI's JSON-native image editing model, now available in ComfyUI through Partner Nodes. It lets you combine images with structured JSON prompts to make precise, targeted edits—no prompt guessing, no unwanted changes to the rest of your image. +Bria's AI models are now available in ComfyUI through Partner Nodes. This page covers **FIBO Edit** (precision image editing), **Image Background Removal**, and **Video Background Processing** (remove, transparent, green screen, replace background). -## About FIBO Edit +## FIBO Edit + +FIBO Edit is Bria AI's JSON-native image editing model. It lets you combine images with structured JSON prompts to make precise, targeted edits—no prompt guessing, no unwanted changes to the rest of your image. **Key features:** - **Surgical edits**: Change specific attributes (lighting, color, texture, materials) without breaking the rest of the scene @@ -21,25 +23,24 @@ FIBO Edit is Bria AI's JSON-native image editing model, now available in ComfyUI -## FIBO Edit Workflows +### FIBO Edit Workflows - + + Download the Bria FIBO Image Edit workflow. - - + Download the Bria FIBO Image Outpainting workflow. - - + Try the Image Edit workflow instantly on Comfy Cloud. - - + Try the Image Outpainting workflow instantly on Comfy Cloud. + -## Example outputs +### Example outputs FIBO Edit excels at various editing tasks: @@ -50,4 +51,71 @@ FIBO Edit excels at various editing tasks: - **Text adjustment**: Adjust the text in an image - **Art style transformation**: Re-imagine your image in a different art style +## Image Background Removal + +Remove the background from any image using Bria's AI service. The result is returned as an image with a transparent background. + + + + Download the workflow. + + + Try it on Comfy Cloud. + + + +## Video Background Processing + +Bria's video background processing nodes let you remove, replace, or apply chroma-key effects to video backgrounds. The input video must be 60 seconds or shorter. + +### Remove Video Background + +Replace a video's background with a solid color of your choice. + + + + Download the workflow. + + + Try it on Comfy Cloud. + + +### Remove Video Background (Transparent) + +Remove the background and output frames with an alpha mask for compositing. Connect the outputs to a compositing node or a Save WEBM node to write a transparent video. + + + + Download the workflow. + + + Try it on Comfy Cloud. + + + +### Video Green Screen + +Replace a video's background with a solid chroma-key screen (broadcast green, chroma green, or blue screen). + + + + Download the workflow. + + + Try it on Comfy Cloud. + + + +### Video Replace Background + +Replace the background of a video with a supplied image or video. Provide either a background image or a background video. The output keeps the foreground video's resolution and frame rate. If the aspect ratios don't match, the background is stretched to fit. + + + + Download the workflow. + + + Try it on Comfy Cloud. + + diff --git a/zh/tutorials/partner-nodes/bria/fibo.mdx b/zh/tutorials/partner-nodes/bria/fibo.mdx index 0ca77f623..4abc8876a 100644 --- a/zh/tutorials/partner-nodes/bria/fibo.mdx +++ b/zh/tutorials/partner-nodes/bria/fibo.mdx @@ -1,17 +1,19 @@ --- -title: "Bria FIBO Edit API 节点 ComfyUI 官方示例" -description: "了解如何在 ComfyUI 中使用 Bria FIBO Edit 合作伙伴节点进行精准图像编辑" -sidebarTitle: "FIBO Edit" -translationSourceHash: baa4787f +title: "Bria 编辑、背景移除和视频处理 ComfyUI 官方示例" +description: "了解如何在 ComfyUI 中使用 Bria 合作伙伴节点进行 FIBO 精准图像编辑、图像/视频背景移除、绿幕和视频背景替换。" +sidebarTitle: "Bria" +translationSourceHash: f8bbccdd translationFrom: tutorials/partner-nodes/bria/fibo.mdx --- import ReqHint from "/snippets/zh/tutorials/partner-nodes/req-hint.mdx"; import UpdateReminder from "/snippets/zh/tutorials/update-reminder.mdx"; -FIBO Edit 是 Bria AI 的 JSON 原生图像编辑模型,现已通过合作伙伴节点在 ComfyUI 中提供。它允许您将图像与结构化 JSON 提示词结合,进行精确、有针对性的编辑——无需猜测提示词,不会对图像其他部分造成不必要的更改。 +Bria 的 AI 模型现已通过合作伙伴节点在 ComfyUI 中提供。本文涵盖 **FIBO Edit**(精准图像编辑)、**图像背景移除** 和 **视频背景处理**(移除、透明、绿幕、背景替换)。 -## 关于 FIBO Edit +## FIBO Edit + +FIBO Edit 是 Bria AI 的 JSON 原生图像编辑模型。它允许您将图像与结构化 JSON 提示词结合,进行精确、有针对性的编辑——无需猜测提示词,不会对图像其他部分造成不必要的更改。 **主要特性:** - **精准编辑**:更改特定属性(光照、颜色、纹理、材质)而不破坏场景的其他部分 @@ -23,25 +25,24 @@ FIBO Edit 是 Bria AI 的 JSON 原生图像编辑模型,现已通过合作伙 -## FIBO Edit 工作流 +### FIBO Edit 工作流 - + + 下载 Bria FIBO 图像编辑工作流。 - - + 下载 Bria FIBO 图像扩展工作流。 - - + 在 Comfy Cloud 上即时体验图像编辑工作流。 - - + 在 Comfy Cloud 上即时体验图像扩展工作流。 + -## 示例输出 +### 示例输出 FIBO Edit 擅长各种编辑任务: @@ -52,4 +53,71 @@ FIBO Edit 擅长各种编辑任务: - **文字调整**:调整图像中的文字 - **艺术风格转换**:以不同的艺术风格重新想象您的图像 +## 图像背景移除 + +使用 Bria 的 AI 服务移除任何图像的背景。结果将返回为透明背景的图像。 + + + + 下载工作流。 + + + 在 Comfy Cloud 上尝试。 + + + +## 视频背景处理 + +Bria 的视频背景处理节点允许您移除、替换或为视频背景应用色度键效果。输入视频时长不得超过 60 秒。 + +### 移除视频背景(纯色) + +将视频背景替换为您选择的纯色。 + + + + 下载工作流。 + + + 在 Comfy Cloud 上尝试。 + + +### 移除视频背景(透明) + +移除背景并输出带有 Alpha 蒙版的帧,用于合成。将输出连接到合成节点或 Save WEBM 节点以输出透明视频。 + + + + 下载工作流。 + + + 在 Comfy Cloud 上尝试。 + + + +### 视频绿幕 + +将视频背景替换为纯色色度键屏幕(广播绿、色度绿或蓝幕)。 + + + + 下载工作流。 + + + 在 Comfy Cloud 上尝试。 + + + +### 视频背景替换 + +用提供的图像或视频替换视频的背景。提供背景图像或背景视频之一。输出保持前景视频的分辨率和帧率。如果宽高比不匹配,背景将被拉伸以适配。 + + + + 下载工作流。 + + + 在 Comfy Cloud 上尝试。 + +