Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ja/built-in-nodes/ARVideoI2V.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mode: wide

## 概要

このノードは、AR(自己回帰)ビデオモデル向けに画像からビデオを生成する設定を準備します。開始画像を受け取り、VAEを使用して潜在空間にエンコードし、エンコードされた画像をモデルの設定に保存します。これにより、ビデオサンプリングプロセスがその画像を最初のフレームとして使用できるようになり、個別の画像-to-ビデオモデルアーキテクチャを必要とせずに生成を効果的にシードします
このノードは、AR(自己回帰)ビデオモデル向けに画像からビデオを生成する設定を準備します。開始画像を受け取り、VAEを使用して潜在空間にエンコードし、エンコードされた画像をモデルの設定に保存します。これにより、ビデオサンプリングプロセスがその画像を最初のフレームとして使用できるようになり、個別の画像から動画へのモデルアーキテクチャを必要とせずに生成を効果的にシードします

## 入力

Expand Down
4 changes: 2 additions & 2 deletions ja/built-in-nodes/ByteDanceSeedreamNode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

このドキュメントはAIによって生成されました。誤りや改善のご提案がございましたら、ぜひご協力ください![GitHubで編集](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ByteDanceSeedreamNode/en.md)

ByteDance Seedream 4.5 & 5.0 ノードは、最大4K解像度での統合テキスト-to-画像生成と、高精度な単一文編集機能を提供します。テキストプロンプトから新しい画像を作成したり、テキスト指示を使用して既存の画像を編集したりできます。このノードは、単一画像の生成と、複数の関連画像の連続生成の両方をサポートしています。
ByteDance Seedream 4.5 & 5.0 ノードは、最大4K解像度での統合テキストから画像への生成と、高精度な単一文編集機能を提供します。テキストプロンプトから新しい画像を作成したり、テキスト指示を使用して既存の画像を編集したりできます。このノードは、単一画像の生成と、複数の関連画像の連続生成の両方をサポートしています。

Check warning on line 11 in ja/built-in-nodes/ByteDanceSeedreamNode.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ja/built-in-nodes/ByteDanceSeedreamNode.mdx#L11

Did you really mean 'Seedream'?

## 入力

| パラメータ | 説明 | データ型 | 必須 | 範囲 |
| --- | --- | --- | --- | --- |
| `model` | 生成に使用するSeedreamモデル。利用可能なモデルには、seedream-4-0、seedream-4-5、seedream-5-0の各バリアントが含まれます。 | STRING | はい | 説明を参照 |
| `prompt` | 画像を作成または編集するためのテキストプロンプト。1文字以上である必要があります。 | STRING | はい | - |
| `image` | 画像-to-画像生成のための入力画像。単一または複数参照生成のための参照画像。ほとんどのモデルで最大10枚、seedream-5-0-260128では最大14枚の参照画像が可能です。 | IMAGE | いいえ | - |
| `image` | 画像から画像への生成のための入力画像。単一または複数参照生成のための参照画像。ほとんどのモデルで最大10枚、seedream-5-0-260128では最大14枚の参照画像が可能です。 | IMAGE | いいえ | - |
| `size_preset` | 推奨サイズを選択します。カスタムを選択すると、以下の幅と高さを使用できます。デフォルト: RECOMMENDED_PRESETS_SEEDREAM_4の最初のプリセット。 | STRING | いいえ | 複数のオプションが利用可能 |
| `width` | 画像のカスタム幅。`size_preset`が`Custom`に設定されている場合のみ有効です。デフォルト: 2048。 | INT | いいえ | 1024 ~ 6240 (ステップ 2) |
| `height` | 画像のカスタム高さ。`size_preset`が`Custom`に設定されている場合のみ有効です。デフォルト: 2048。 | INT | いいえ | 1024 ~ 4992 (ステップ 2) |
Expand Down
4 changes: 2 additions & 2 deletions ja/tutorials/image/ideogram/ideogram-v4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

import UpdateReminder from "/snippets/ja/tutorials/update-reminder.mdx";

Ideogram 4.0 は、Ideogram がオープンソースモデルとして公開した最新のテキスト-to-画像モデルで、ローカルで完全に動作します。優れたフォトリアリスティックな品質、正確なテキストレンダリング、精密なスタイル制御を備えています。自然言語または **構造化 JSON プロンプト** を使用して、レイアウト、色、画像内テキストを細かく制御できます。
Ideogram 4.0 は、Ideogram がオープンソースモデルとして公開した最新のテキストから画像へのモデルで、ローカルで完全に動作します。優れたフォトリアリスティックな品質、正確なテキストレンダリング、精密なスタイル制御を備えています。自然言語または **構造化 JSON プロンプト** を使用して、レイアウト、色、画像内テキストを細かく制御できます。

<UpdateReminder/>

## Ideogram 4.0 テキスト-to-画像ワークフロー
## Ideogram 4.0 テキストから画像へのワークフロー

<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=image_ideogram4_t2i&utm_source=docs&utm_medium=referral&utm_campaign=ideogram-v4">
Comfy Cloud で開く
Expand Down Expand Up @@ -83,7 +83,7 @@

<CardGroup cols={2}>
<Card title="Subgraph について学ぶ" icon="book-open" href="/ja/interface/features/subgraph">
このワークフローは Subgraph ノードを使用しています。Subgraph ドキュメントでカスタマイズ方法を確認してください。

Check warning on line 86 in ja/tutorials/image/ideogram/ideogram-v4.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ja/tutorials/image/ideogram/ideogram-v4.mdx#L86

Did you really mean 'Subgraph'?
</Card>
</CardGroup>

Expand All @@ -104,7 +104,7 @@

## Ideogram & ComfyOrg 創業者対談

Mohammad Norouzi(Ideogram CEO)と Yoland Yan(ComfyOrg CEO)をゲストに迎えた特別なライブ対談。司会は Purz と Rob。

Check warning on line 107 in ja/tutorials/image/ideogram/ideogram-v4.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ja/tutorials/image/ideogram/ideogram-v4.mdx#L107

Did you really mean 'Yoland'?

Check warning on line 107 in ja/tutorials/image/ideogram/ideogram-v4.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ja/tutorials/image/ideogram/ideogram-v4.mdx#L107

Did you really mean 'Purz'?

<iframe
className="w-full aspect-video rounded-xl"
Expand Down
4 changes: 2 additions & 2 deletions ja/tutorials/partner-nodes/ideogram/ideogram-v4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
import ReqHint from "/snippets/ja/tutorials/partner-nodes/req-hint.mdx";
import UpdateReminder from "/snippets/ja/tutorials/update-reminder.mdx";

Ideogram 4.0 は、Ideogram が提供する最新のテキスト-to-画像モデルで、優れたフォトリアリスティックな品質、正確なテキストレンダリング、精密なスタイル制御を備えています。自然言語または **構造化 JSON プロンプト** を使用して、レイアウト、色、画像内テキストを細かく制御できます。
Ideogram 4.0 は、Ideogram が提供する最新のテキストから画像へのモデルで、優れたフォトリアリスティックな品質、正確なテキストレンダリング、精密なスタイル制御を備えています。自然言語または **構造化 JSON プロンプト** を使用して、レイアウト、色、画像内テキストを細かく制御できます。

<ReqHint/>
<UpdateReminder/>

## Ideogram 4.0 Partner Node テキスト-to-画像ワークフロー
## Ideogram 4.0 Partner Node テキストから画像へのワークフロー

<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=api_ideogram_v4_t2i&utm_source=docs&utm_medium=referral&utm_campaign=ideogram-v4">
Comfy Cloud で開く
Expand Down Expand Up @@ -68,7 +68,7 @@

## Ideogram & ComfyOrg 創業者対談

Mohammad Norouzi(Ideogram CEO)と Yoland Yan(ComfyOrg CEO)をゲストに迎えた特別なライブ対談。司会は Purz と Rob。

Check warning on line 71 in ja/tutorials/partner-nodes/ideogram/ideogram-v4.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ja/tutorials/partner-nodes/ideogram/ideogram-v4.mdx#L71

Did you really mean 'Yoland'?

Check warning on line 71 in ja/tutorials/partner-nodes/ideogram/ideogram-v4.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ja/tutorials/partner-nodes/ideogram/ideogram-v4.mdx#L71

Did you really mean 'Purz'?

<iframe
className="w-full aspect-video rounded-xl"
Expand Down
6 changes: 3 additions & 3 deletions ja/tutorials/video/bytedance/bernini-r.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
- **複数タスクを1つに統合**:画像/動画生成、編集、再照明、スタイル転送、被写体挿入
- **コンテキスト内条件制御**:参照画像/動画を視覚的プロンプトとしてトークン注入
- **軽量設計**:レンダラーのみ — 拡散ベースの text-to-video バックボーンは不要
- **柔軟な入力対応**:単一または複数の参照画像、動画 to 動画、参照誘導編集
- **柔軟な入力対応**:単一または複数の参照画像、動画から動画へ、参照誘導編集

Bernini-R がサポートする6つのタスクタイプ:

| タスク | 入力 | 説明 |
|-------|------|------|
| **t2v** | テキストプロンプト | テキストから動画生成 |
| **v2v** | ソース動画 | 動画 to 動画スタイル転送 |
| **v2v** | ソース動画 | 動画から動画へのスタイル転送 |
| **rv2v** | ソース動画 + 参照画像 | 参照誘導動画編集(再照明、被写体挿入) |
| **r2v** | 参照画像 | 参照 to 動画生成 |
| **r2v** | 参照画像 | 参照から動画生成 |
| **ads2v** | ソース動画 + 参照動画 | 画像/動画コンテンツをソース動画に挿入 |
| **img** | ソース画像 | 画像編集 |

Check warning on line 39 in ja/tutorials/video/bytedance/bernini-r.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ja/tutorials/video/bytedance/bernini-r.mdx#L39

Did you really mean 'img'?

<UpdateReminder/>

Expand All @@ -48,16 +48,16 @@

必要なモデルウェイトをダウンロードし、対応する ComfyUI フォルダに保存します:

**text_encoders:**

Check warning on line 51 in ja/tutorials/video/bytedance/bernini-r.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ja/tutorials/video/bytedance/bernini-r.mdx#L51

Did you really mean 'text_encoders'?
- [umt5_xxl_fp8_e4m3fn_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors?download=true)

**vae:**

Check warning on line 54 in ja/tutorials/video/bytedance/bernini-r.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ja/tutorials/video/bytedance/bernini-r.mdx#L54

Did you really mean 'vae'?
- [Wan2_1_VAE_bf16.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/Wan2_1_VAE_bf16.safetensors?download=true)

**loras:**

Check warning on line 57 in ja/tutorials/video/bytedance/bernini-r.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ja/tutorials/video/bytedance/bernini-r.mdx#L57

Did you really mean 'loras'?
- [lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors?download=true)

**diffusion_models:**

Check warning on line 60 in ja/tutorials/video/bytedance/bernini-r.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ja/tutorials/video/bytedance/bernini-r.mdx#L60

Did you really mean 'diffusion_models'?
- [wan2.2_bernini_r_fp16.safetensors](https://huggingface.co/Comfy-Org/Bernini-R/resolve/main/wan2.2_bernini_r_fp16.safetensors)

```
Expand Down
Loading