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
22 changes: 8 additions & 14 deletions ja/tutorials/3d/triposplat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ import UpdateReminder from '/snippets/ja/tutorials/update-reminder.mdx'

<UpdateReminder />

<CardGroup cols={1}>
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/3d_triposplat_image_to_gaussian_splat.json">
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/3d_triposplat_image_to_gaussian_splat.json">
JSON をダウンロード、またはテンプレートライブラリで "TripoSplat" を検索
</Card>
</CardGroup>

## 仕組み

Expand Down Expand Up @@ -98,29 +96,25 @@ TripoSplat は **フィードフォワードアーキテクチャ** を使用し

TripoSplat モデルと必要なファイルをダウンロードします。対応する `models/` サブディレクトリに配置してください。

<CardGroup cols={2}>
<Card title="TripoSplat 拡散モデル" icon="download" href="https://huggingface.co/VAST-AI/TripoSplat/resolve/main/diffusion_models/triposplat_fp16.safetensors">
<Card title="TripoSplat 拡散モデル" icon="download" href="https://huggingface.co/VAST-AI/TripoSplat/resolve/main/diffusion_models/triposplat_fp16.safetensors">
triposplat_fp16.safetensors — TripoSplat 拡散モデルチェックポイント
</Card>
<Card title="TripoSplat VAE デコーダー" icon="download" href="https://huggingface.co/VAST-AI/TripoSplat/resolve/main/vae/triposplat_vae_decoder_fp16.safetensors">

<Card title="TripoSplat VAE デコーダー" icon="download" href="https://huggingface.co/VAST-AI/TripoSplat/resolve/main/vae/triposplat_vae_decoder_fp16.safetensors">
triposplat_vae_decoder_fp16.safetensors — VAE デコーダー
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Flux2 VAE" icon="download" href="https://huggingface.co/VAST-AI/TripoSplat/resolve/main/vae/flux2-vae.safetensors">
<Card title="Flux2 VAE" icon="download" href="https://huggingface.co/VAST-AI/TripoSplat/resolve/main/vae/flux2-vae.safetensors">
flux2-vae.safetensors — Flux.2 VAE、潜在表現エンコード用
</Card>
<Card title="DINOv2 CLIP" icon="download" href="https://huggingface.co/VAST-AI/TripoSplat/resolve/main/clip_vision/dino_v3_vit_h.safetensors">

<Card title="DINOv2 CLIP" icon="download" href="https://huggingface.co/VAST-AI/TripoSplat/resolve/main/clip_vision/dino_v3_vit_h.safetensors">
dino_v3_vit_h.safetensors — CLIP ビジョンエンコーダー(DINOv2)
</Card>
</CardGroup>

<CardGroup cols={1}>
<Card title="BiRefNet 背景除去" icon="download" href="https://huggingface.co/VAST-AI/TripoSplat/resolve/main/background_removal/birefnet.safetensors">
<Card title="BiRefNet 背景除去" icon="download" href="https://huggingface.co/VAST-AI/TripoSplat/resolve/main/background_removal/birefnet.safetensors">
birefnet.safetensors — 前処理用の背景除去モデル
</Card>
</CardGroup>

### モデル保存場所

Expand Down
31 changes: 14 additions & 17 deletions ja/tutorials/audio/ace-step/ace-step-v1-5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,19 @@ AIO(All-in-One)版は、すべてのモデルを単一のチェックポイ

### AIOワークフロー

<CardGroup cols={2}>
<Card title="Comfy Cloudで実行" icon="cloud" href="https://cloud.comfy.org/?template=audio_ace_step_1_5_checkpoint&utm_source=docs">
<Card title="Comfy Cloudで実行" icon="cloud" href="https://cloud.comfy.org/?template=audio_ace_step_1_5_checkpoint&utm_source=docs">
AIOワークフローをComfy Cloud上で直接実行します。
</Card>
<Card title="ワークフローをダウンロード" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/audio_ace_step_1_5_checkpoint.json">

<Card title="ワークフローをダウンロード" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/audio_ace_step_1_5_checkpoint.json">
ローカル環境で使用するためのオールインワンチェックポイントワークフローをダウンロードします。
</Card>
</CardGroup>

### AIOモデルのダウンロード

<CardGroup cols={1}>
<Card title="ace_step_1.5_turbo_aio.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/resolve/main/checkpoints/ace_step_1.5_turbo_aio.safetensors">
<Card title="ace_step_1.5_turbo_aio.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/resolve/main/checkpoints/ace_step_1.5_turbo_aio.safetensors">
オールインワンチェックポイントファイル(大多数のユーザーに推奨)。
</Card>
</CardGroup>

**AIOモデルの保存場所**

Expand All @@ -60,31 +57,31 @@ AIO(All-in-One)版は、すべてのモデルを単一のチェックポイ

### 分割モデルワークフロー

<CardGroup cols={2}>
<Card title="Comfy Cloudで実行" icon="cloud" href="https://cloud.comfy.org/?template=audio_ace_step_1_5_split&utm_source=docs">
<Card title="Comfy Cloudで実行" icon="cloud" href="https://cloud.comfy.org/?template=audio_ace_step_1_5_split&utm_source=docs">
分割モデルワークフローをComfy Cloud上で直接実行します。
</Card>
<Card title="ワークフローをダウンロード" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/audio_ace_step_1_5_split.json">

<Card title="ワークフローをダウンロード" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/audio_ace_step_1_5_split.json">
ローカル環境で使用するための分割モデルワークフローをダウンロードします。
</Card>
</CardGroup>

### 分割モデルのダウンロード

<CardGroup cols={2}>
<Card title="acestep_v1.5_turbo.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/resolve/main/split_files/diffusion_models/acestep_v1.5_turbo.safetensors">
<Card title="acestep_v1.5_turbo.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/resolve/main/split_files/diffusion_models/acestep_v1.5_turbo.safetensors">
拡散モデル(Diffusion Model)。
</Card>
<Card title="qwen_0.6b_ace15.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/resolve/main/split_files/text_encoders/qwen_0.6b_ace15.safetensors">

<Card title="qwen_0.6b_ace15.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/resolve/main/split_files/text_encoders/qwen_0.6b_ace15.safetensors">
テキストエンコーダー(0.6B)。
</Card>
<Card title="qwen_1.7b_ace15.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/resolve/main/split_files/text_encoders/qwen_1.7b_ace15.safetensors">

<Card title="qwen_1.7b_ace15.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/resolve/main/split_files/text_encoders/qwen_1.7b_ace15.safetensors">
テキストエンコーダー(1.7B)。
</Card>
<Card title="ace_1.5_vae.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/resolve/main/split_files/vae/ace_1.5_vae.safetensors">

<Card title="ace_1.5_vae.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/resolve/main/split_files/vae/ace_1.5_vae.safetensors">
VAEモデル。
</Card>
</CardGroup>

**分割モデルの保存場所**

Expand Down
15 changes: 5 additions & 10 deletions ja/tutorials/audio/stable-audio/stable-audio-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ import UpdateReminder from "/snippets/ja/tutorials/update-reminder.mdx"

## ワークフロー

<CardGroup cols={2}>
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/audio_stable_audio_example.json">
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/audio_stable_audio_example.json">
JSON をダウンロードするか、テンプレートライブラリで"Stable Audio 1.0"を検索
</Card>
<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=audio_stable_audio_example&utm_source=docs&utm_medium=referral&utm_campaign=stable-audio-1">

<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=audio_stable_audio_example&utm_source=docs&utm_medium=referral&utm_campaign=stable-audio-1">
Comfy Cloud で開く
</Card>
</CardGroup>

![Stable Audio 1.0 ワークフロー](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/audio_stable_audio_example-1.webp)

Expand All @@ -40,11 +39,9 @@ import UpdateReminder from "/snippets/ja/tutorials/update-reminder.mdx"

### チェックポイント

<CardGroup cols={2}>
<Card title="stable-audio-open-1.0.safetensors" icon="download" href="https://huggingface.co/StabilityAI/stable-audio-open-1.0/resolve/main/stable-audio-open-1.0.safetensors">
<Card title="stable-audio-open-1.0.safetensors" icon="download" href="https://huggingface.co/StabilityAI/stable-audio-open-1.0/resolve/main/stable-audio-open-1.0.safetensors">
2.3GB。models/checkpoints/ に配置
</Card>
</CardGroup>

以下のように配置します:

Expand All @@ -57,11 +54,9 @@ import UpdateReminder from "/snippets/ja/tutorials/update-reminder.mdx"

### テキストエンコーダー

<CardGroup cols={2}>
<Card title="t5-base.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/t5-base/resolve/main/t5-base.safetensors">
<Card title="t5-base.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/t5-base/resolve/main/t5-base.safetensors">
プロンプト処理用テキストエンコーダー。models/text_encoders/ に配置
</Card>
</CardGroup>

以下のように配置します:

Expand Down
28 changes: 12 additions & 16 deletions ja/tutorials/audio/stable-audio/stable-audio-3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ Stable Audio 3 には3つのバリエーションがあります:

### Stable Audio 3 Medium

<CardGroup cols={2}>
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/audio_stable_audio_3_medium.json">
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/audio_stable_audio_3_medium.json">
JSON をダウンロードするか、テンプレートライブラリで"Stable Audio 3 Medium"を検索
</Card>
<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=audio_stable_audio_3_medium&utm_source=docs&utm_medium=referral&utm_campaign=stable-audio-3">

<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=audio_stable_audio_3_medium&utm_source=docs&utm_medium=referral&utm_campaign=stable-audio-3">
Comfy Cloud で開く
</Card>
</CardGroup>

![Stable Audio 3 Medium ワークフロー](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/audio_stable_audio_3_medium-1.webp)

Expand All @@ -47,14 +46,13 @@ Stable Audio 3 には3つのバリエーションがあります:

### Stable Audio 3 Medium Base

<CardGroup cols={2}>
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/audio_stable_audio_3_medium_base.json">
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/audio_stable_audio_3_medium_base.json">
JSON をダウンロードするか、テンプレートライブラリで"Stable Audio 3 Medium Base"を検索
</Card>
<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=audio_stable_audio_3_medium_base&utm_source=docs&utm_medium=referral&utm_campaign=stable-audio-3">

<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=audio_stable_audio_3_medium_base&utm_source=docs&utm_medium=referral&utm_campaign=stable-audio-3">
Comfy Cloud で開く
</Card>
</CardGroup>

![Stable Audio 3 Medium Base ワークフロー](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/audio_stable_audio_3_medium_base-1.webp)

Expand All @@ -72,14 +70,13 @@ Qwen リプロンプト機能を省いたシンプルなバージョン。完全

### チェックポイント

<CardGroup cols={2}>
<Card title="stable_audio_3_medium.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/stable-audio-3/resolve/main/checkpoints/stable_audio_3_medium.safetensors">
<Card title="stable_audio_3_medium.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/stable-audio-3/resolve/main/checkpoints/stable_audio_3_medium.safetensors">
Medium ワークフロー用。models/checkpoints/ に配置
</Card>
<Card title="stable_audio_3_medium_base.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/stable-audio-3/resolve/main/checkpoints/stable_audio_3_medium_base.safetensors">

<Card title="stable_audio_3_medium_base.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/stable-audio-3/resolve/main/checkpoints/stable_audio_3_medium_base.safetensors">
Medium Base ワークフロー用。models/checkpoints/ に配置
</Card>
</CardGroup>

以下のように配置します:

Expand All @@ -93,14 +90,13 @@ Qwen リプロンプト機能を省いたシンプルなバージョン。完全

### テキストエンコーダー

<CardGroup cols={2}>
<Card title="t5gemma_b_b_ul2.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/stable-audio-3/resolve/main/text_encoders/t5gemma_b_b_ul2.safetensors">
<Card title="t5gemma_b_b_ul2.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/stable-audio-3/resolve/main/text_encoders/t5gemma_b_b_ul2.safetensors">
すべての Stable Audio 3 ワークフローで必要。models/text_encoders/ に配置
</Card>
<Card title="qwen3.5_2b_bf16.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Qwen3.5/resolve/main/text_encoders/qwen3.5_2b_bf16.safetensors">

<Card title="qwen3.5_2b_bf16.safetensors" icon="download" href="https://huggingface.co/Comfy-Org/Qwen3.5/resolve/main/text_encoders/qwen3.5_2b_bf16.safetensors">
Medium ワークフローで必要(Qwen リプロンプト)。models/text_encoders/ に配置
</Card>
</CardGroup>

以下のように配置します:

Expand Down
14 changes: 6 additions & 8 deletions ja/tutorials/flux/flux-2-dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,25 @@ import UpdateReminder from '/snippets/tutorials/update-reminder.mdx'

FLUX.2 Dev を用いた基本的なテキストから画像への生成ワークフローです。

<CardGroup cols={2}>
<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=image_flux2&utm_source=docs">
<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=image_flux2&utm_source=docs">
このワークフローを直接 Comfy Cloud で開きます
</Card>
<Card title="ワークフローをダウンロード" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_flux2.json">

<Card title="ワークフローをダウンロード" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_flux2.json">
ローカル環境で使用するための JSON ワークフロー・ファイルをダウンロード
</Card>
</CardGroup>

## 複数画像参照ワークフロー

2 枚の参照画像を用いるワークフローの例です。この実装を拡張することで、さらに多くの参照画像に対応させることも可能です。

<CardGroup cols={2}>
<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=image_flux2_fp8&utm_source=docs">
<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=image_flux2_fp8&utm_source=docs">
このワークフローを直接 Comfy Cloud で開きます
</Card>
<Card title="ワークフローをダウンロード" icon="download" href="https://raw.githubusercontent.com/comfyui-wiki/workflow_templates/refs/heads/main/templates/image_flux2_fp8.json">

<Card title="ワークフローをダウンロード" icon="download" href="https://raw.githubusercontent.com/comfyui-wiki/workflow_templates/refs/heads/main/templates/image_flux2_fp8.json">
ローカル環境で使用するための JSON ワークフロー・ファイルをダウンロード
</Card>
</CardGroup>

## モデルのダウンロードリンク

Expand Down
Loading
Loading