私的AI研究会 > ComfyUI17
#ref(): File not found: "krea_top_m.jpg" at page "ComfyUI16"
#ref(): File not found: "Krea2_turbo_00001_m.jpg" at page "ComfyUI16"
「ComfyUI」を使ってローカル環境でのAI画像生成を検証する
| アメリカのKrea社が開発した美意識やスタイル表現に特化した次世代のAI画像生成モデルを検証してみる |
| モデル | 特徴 |
| RAW | 細かな調整(ファインチューニング)やLoRAの学習向けベースモデル |
| Turbo | わずか数ステップで高品質な画像を出力する、高速・リアルタイム生成に特化したモデル |
| このプロジェクトで作成するワークフローと関連データは下記にアップロードしている(更新されている場合は再度ダウンロードのこと) |
📂ComfyUI └─📂user └─📂default └─📂workflows ← ワークフローの保存場所 : ├─📂Krea ← この章で作成するワークフロー :・解凍してできる「ComfyUI/」フォルダを「StabilityMatrix/Data/Packages/ComfyUI」へ上書きコピーする
| ワークフロー | 機 能 | モデル | CPU | CPU | |||||
| RTX 4070 | RTX 4060 | RTX 4060L | RTX 3050 | GTX 1050 | i7-1260P | i7-1185G7 | |||
| 8201_krea2_turbo_t2i | Text to Image 基本ワークフロー | Turbo fp8 | 01:13.67 | 01:46.56 | 01:39.96 | 02:59.84 | 13:48.52 | 01H56:49.48 | 01H29:13.97 |
| 8202_krea2_turbo_t2i_simple | Text to Image 展開版ワークフロー | Turbo fp8 | 00:29.68 | 01:21.04 | 01:26.33 | 02:03.60 | 15:38.75 | 01H49:32.15 | 01H24:18.79 |
| 8203_krea2_turbo_t2i | Text to Image 基本 (簡略版) | Turbo fp8 | 00:16.22 | 01:00.96 | 00:45.89 | 01:35.52 | 11:29.41 | 01H26:29.77 | 01H05:26.57 |
| 8204_krea2_turbo_t2i_simple | Text to Image 展開版 (簡略版) | Turbo fp8 | 00:17.24 | 00:49.12 | 00:46.97 | 01:37.71 | 13:27.32 | 01:32:34.96 | 01H06:59.93 |
| 8205_krea2_turbo_i2i | Image to Image 基本 (簡略版) | Turbo fp8 | 00:15.29 | 00:47.69 | 14:05.09 | 01H08:45.60 | |||
| 8206_krea2_turbo_i2i_simple | Image to Image 展開版 (簡略版) | Turbo fp8 | 00:17.24 | 00:44.63 | 14:14.84 | 01H09:42.86 | |||
| モデル名 | ファイル名(.safetensors) | 配置先(/StabilityMatrix/Data/) | ダウンロード URL | 共通で使用 | |
| diffusion_models | krea2_raw_fp8_scaled | Models/ | DiffusionModels/ | krea2_raw_fp8_scaled.safetensors | |
| krea2_turbo_fp8_scaled | krea2_turbo_fp8_scaled.safetensors | ||||
| loras | krea2_darkbrush | Lora/ | krea2_darkbrush.safetensors | ||
| krea2_dotmatrix | krea2_dotmatrix.safetensors | ||||
| krea2_kidsdrawing | krea2_kidsdrawing.safetensors | ||||
| krea2_neondrip | krea2_neondrip.safetensors | ||||
| krea2_rainywindow | krea2_rainywindow.safetensors | ||||
| krea2_retroanime | krea2_retroanime.safetensors | ||||
| krea2_softwatercolor | krea2_softwatercolor.safetensors | ||||
| krea2_sunsetblur | krea2_sunsetblur.safetensors | ||||
| krea2_turbo_lora_rank_64_bf16 | krea2_turbo_lora_rank_64_bf16.safetensors | ||||
| krea2_vintagetarot | krea2_vintagetarot.safetensors | ||||
| text_encoders | qwen3vl_4b_fp8_scaled | TextEncoders | qwen3vl_4b_fp8_scaled.safetensors | ||
| vae | qwen_image_vae | VAE/ | qwen_image_vae.safetensors | ||
| ComfyUI オフィシャルサイトで公開されているテンプレートのシード値を固定して再現性を確保し動かしながら整理する |
いか確認することが推奨される
#ref(): File not found: "comfyui_945_m.jpg" at page "ComfyUI16"
① 左端のメニューから「Template」を選択| テンプレート名 | モデル | ワークフロー | 保存ワークフロー名 | |
| ③ | Krea 2 Turbo: Text to Image | Turbo | image_krea2_turbo_t2i.json | image_krea2_turbo_t2i_org.json |
| ・テンプレートのオリジナル・ワークフローに対して「① モデルの変更, ② シード値を固定(同じ画像を再現できるように)」を変更する |
| Note Krea 2 |
| Guide: krea-2 This workflow generates images with Krea-2 Turbo, a fast distilled text-to-image model. The workflow is organized into a few parts: each handles a different step so you can generate quickly without digging through every node. Text to Image (Krea-2 Turbo) Subgraph Double-click this node to open the full pipeline. Inside, the canvas is grouped into several areas: Models: Loads the diffusion model, text encoder, VAE, and optional style LoRA (LoraLoaderModelOnly). Prompt: Enter your image description in Text String (User Prompt). Prompt Enhancement: Expands your prompt before generation. Enabled by default (prompt_enhance). You can turn it off to use your prompt as-is, or replace the built-in module with OpenAI or Gemini API nodes. Feature Switch: Quick toggles on the left side of the subgraph: ・prompt_enhance: enable or disable prompt expansion ・enable_lora?: enable or disable the style LoRA Image Generation: Handles latent sizing, sampling (8 steps), and VAE decode to produce the final image. When using a LoRA, set enable_lora? to true, select the matching file in LoraLoaderModelOnly, and adjust lora_strength as needed. LoRA & Trigger Word (CustomCombo) On the main canvas, the CustomCombo node is where you choose which style LoRA you are using (e.g. krea2_coolblue, krea2_darkbrush). The workflow uses your selection to automatically append the correct trigger word to your prompt. ・Download LoRA files from Comfy-Org/Krea-2/loras and place them in ComfyUI/models/loras/ ・Select the LoRA name that matches the file loaded inside the subgraph ・The trigger word is applied for you: no need to type it manually ・For trigger words and recommended strength values, see the LoRA Trigger Words and Settings note beside this workflow |
| ガイド: krea-2 このワークフローは、高速な蒸留済みText-to-Image(テキストから画像を生成する)モデルである「Krea-2 Turbo」を使用して画像を生成します。ワークフローはいくつかのセクションに分かれており、各セクションが異なる工程を担っているため、すべてのノードを細かく確認することなく、素早く画像を生成できます。 Text to Image (Krea-2 Turbo) サブグラフ このノードをダブルクリックすると、完全なパイプラインが開きます。内部のキャンバスはいくつかのエリアにグループ化されています。 Models(モデル): 拡散モデル、テキストエンコーダー、VAE、およびオプションのスタイルLoRA(LoraLoaderModelOnly)を読み込みます。 Prompt(プロンプト): 「Text String (User Prompt)」に画像の記述を入力します。 Prompt Enhancement(プロンプト拡張): 生成前にプロンプトを拡張します。デフォルトで有効(prompt_enhance)になっています。無効にしてプロンプトをそのまま使用したり、組み込みモジュールをOpenAIやGemini APIのノードに置き換えたりすることも可能です。 Feature Switch(機能の切り替え): サブグラフの左側にあるクイック切り替えスイッチです。 ・prompt_enhance: プロンプト拡張の有効/無効を切り替えます ・enable_lora?: スタイルLoRAの有効/無効を切り替えます Image Generation(画像生成): 最終的な画像を生成するために、Latent(潜在空間)のサイズ設定、サンプリング(8ステップ)、VAEデコード処理を行います。 LoRAを使用する場合は、`enable_lora?`を「true」に設定し、`LoraLoaderModelOnly`で該当するファイルを選択し、必要に応じて`lora_strength`を調整してください。 LoRA & Trigger Word (CustomCombo) メインキャンバス上の「CustomCombo」ノードでは、使用するスタイルLoRA(例: krea2_coolblue, krea2_darkbrush)を選択します。このワークフローは、選択内容に基づいて適切なトリガーワードをプロンプトに自動的に追加します。 ・Comfy-Org/Krea-2/loras からLoRAファイルをダウンロードし、`ComfyUI/models/loras/` に配置してください ・サブグラフ内で読み込まれたファイルと一致するLoRA名を選択してください ・トリガーワードが自動的に適用されるため、手動で入力する必要はありません ・トリガーワードや推奨される強度(strength)の値については、このワークフローの横にある「LoRA Trigger Words and Settings」のメモを参照してください |
| LoRA Trigger Words and Settings | |||
| Download the style LoRAs used in this workflow from [Comfy-Org/Krea-2/loras](https://huggingface.co/Comfy-Org/Krea-2/tree/main/loras). Place the `.safetensors` files in `ComfyUI/models/loras/`. | |||
| このワークフローで使用されているスタイルLoRAを [Comfy-Org/Krea-2/loras](https://huggingface.co/Comfy-Org/Krea-2/tree/main/loras) からダウンロードしてください。`.safetensors` ファイルは `ComfyUI/models/loras/` に配置してください。 | |||
| LoRA | Trigger Words | Recommended Strength | |
| krea2_darkbrush | `monochrome ink wash style` | モノクロ水墨画風 | 1.0 |
| krea2_dotmatrix | `monochrome stippling style` | モノクロの点描スタイル | 1.0 |
| krea2_kidsdrawing | `naive expressive sketch style | 素朴で表現力豊かなスケッチ風スタイル | 1.0 |
| krea2_neondrip | `textured abstract style | テクスチャー感のある抽象的なスタイル | 1.0 |
| krea2_rainywindow | `rainy window style` | 雨の窓辺風のスタイル | 1.0 |
| krea2_retroanime | `purple retro anime style` | 紫を基調としたレトロなアニメ風 | 1.0 |
| krea2_softwatercolor | `art deco watercolor style` | アール・デコ調の水彩画スタイル | 1.0 |
| krea2_sunsetblur | `ethereal motion blur style | 幻想的なモーションブラー・スタイル | 1.0 |
| krea2_vintagetarot | `vintage tarot style` | ヴィンテージ・タロット風 | 1.0 |
| システムプロンプト |
| You are an expert prompt engineer for text-to-image models. Your task is to expand the user's prompt into a highly effective image-generation prompt. Think step by step about the request before writing the answer: - What is the subject and mood? - What visual styles, mediums, and lighting options would fit? Consider two or three alternatives and pick the one that best serves the caption. - What composition, framing, and grounded details will help the text-to-image model? Then output a single expanded prompt paragraph. Follow these rules strictly: 1. **Faithfulness First:** Preserve all original subjects, actions, colors, and spatial relationships. Do not add new objects, props, characters, or animals unless the user clearly implies them. 2. **Practical T2I Structure:** Write a prompt that a text-to-image model can parse cleanly. Group subjects with their own attributes and actions. Use grounded phrasing for poses, interactions, and spatial layout. 3. **Style Planning Stays Internal:** Use your internal reasoning to choose style, medium, framing, and lighting. Do not emit planning tags or wrappers in the visible answer body. 4. **Text Rendering:** If the user requests visible text, quotes, labels, or typography, specify the exact text clearly and wrap requested words in quotes. 5. **Avoid Over-Specification:** Do not invent highly specific clothing, colors, materials, or scene details unless the input supports them. 6. **Structure:** Write one cohesive paragraph after the thinking block. No bullets, JSON, or markdown. 7. **Respect Existing Detail:** If the user's prompt is already detailed, lightly polish and finalize rather than heavily expanding — preserve their phrasing and direction. 8. **Respect the Human Form:** Treat depictions of people with dignity. Assume clothing covers genitals and intimate anatomy. 9. **Preserve User Medium:** When the user explicitly requests a medium (e.g. "photo of", "photograph of", "illustration of", "painting of", "sketch of", "3D render of"), honor it. Do not pivot to a different medium to avoid difficulty — match the user's stated intent. User's Input: |
| あなたは画像生成モデル向けのプロンプトエンジニアの専門家です。ユーザーのプロンプトを、画像生成に最適化された、より詳細で効果的なプロンプトへと拡張することがあなたの役割です。 回答を作成する前に、以下の点について段階的に検討してください: - 主題と雰囲気はどのようなものか? - どのようなビジュアルスタイル、画材(媒体)、照明が適しているか? 2〜3の選択肢を検討し、元の意図を最もよく表現できるものを選んでください。 - 画像生成モデルが理解しやすい構図、フレーミング、具体的なディテールは何か? その後、拡張されたプロンプトを単一の段落として出力してください。 以下のルールを厳守してください: 1. **忠実性の優先:** 元の主題、動作、色、空間的関係をすべて維持してください。ユーザーが明確に示唆していない限り、新しい物体、小道具、キャラクター、動物などを追加しないでください。 2. **実用的なT2I構造:** 画像生成モデルが明確に解釈できるプロンプトを作成してください。主題をその属性や動作と組み合わせて記述してください。ポーズ、相互作用、空間配置については、具体的で明確な表現を用いてください。 3. **スタイルの検討は内部で行う:** スタイル、画材、フレーミング、照明の選択は内部的な思考プロセスで行い、回答の本文には検討過程を示すタグやラッパーを含めないでください。 4. **テキストの描画:** ユーザーがテキスト、引用、ラベル、タイポグラフィの表示を求めている場合は、正確なテキストを明記し、対象となる単語を引用符で囲んでください。 5. **過度な詳細指定の回避:** 入力情報に裏付けがない限り、特定の衣服、色、素材、シーンの詳細を勝手に創作しないでください。 6. **構成:** 思考プロセスの記述後に、まとまりのある一つの段落を書いてください。箇条書き、JSON、マークダウン形式は使用しないでください。 7. **既存のディテールの尊重:** ユーザーのプロンプトがすでに詳細である場合は、大幅に拡張するのではなく、表現や方向性を維持しつつ、軽く整えて完成させてください。 8. **人物描写への配慮:** 人物を描く際は尊厳を持って扱ってください。衣服は性器や親密な部位を覆っているものと想定してください。 9. **ユーザー指定の画材の尊重:** ユーザーが画材を明示的に指定した場合(例:「〜の写真」「〜のイラスト」「〜の絵画」「〜のスケッチ」「〜の3Dレンダリング」など)、その指定に従ってください。難易度を理由に別の画材に変更せず、ユーザーの意図に沿ったものにしてください。 ユーザーの入力: |
| オリジナルのワークフローを整理して FHD(1920x1080) 画面内に一括表示できるようにする |
| 8201 基本ワークフロー | 8201 SubGraph(プロンプト・エンハンサー付き) |
| Prompt: A high-resolution, surreal digital illustration showing a human hand holding a hurricane glass. The image is overlaid with whimsical, expressive ink-style doodles, including a cartoon figure inside the glass, a drawn citrus wedge on the rim, and various abstract sketches and faces surrounding the glass against a clean, white background. The style seamlessly blends a realistic, lit photograph with loose, hand-drawn marker artistry, creating a playful and artistic juxtaposition. | |
| 人間の手がハリケーン・グラスを握っている様子を描いた、高解像度かつシュールなデジタル・イラストレーションです。真っ白な背景を舞台に、グラスの中の漫画風の人物、縁に描かれた柑橘類のカット、そしてグラスの周囲に散りばめられた様々な抽象的スケッチや顔といった、遊び心あふれる表現力豊かなインク調の落書きが重ね合わされています。写実的な照明効果を伴う写真の要素と、マーカーによる自由な手描きのタッチがシームレスに融合し、遊び心と芸術性が同居するユニークな対比を生み出しています。 | |
| &ref(): File not found: "comfyui_949_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "comfyui_949a_m.jpg" at page "ComfyUI16"; |
| 「Krea/」8201_krea2_turbo_t2i.json | |
| 8202 基本ワークフロー(展開版) | &ref(): File not found: "8201_2026-06-27_00001_m.jpg" at page "ComfyUI16";&ref(): File not found: "8202_2026-06-27_00001_m.jpg" at page "ComfyUI16"; |
| Prompt: ワイングラスを持つ人の手を捉えた、高解像度かつシュールなデジタルイラストレーションです。真っ白な背景を舞台に、グラスの中の漫画風の人物や縁に描かれた柑橘類のカット、そしてグラスの周囲に散りばめられた抽象的なスケッチや顔など、遊び心あふれる表現力豊かなインク画風の落書きが重ね合わされています。写実的な照明効果を伴う写真の質感と、マーカーによる自由な手描きのタッチがシームレスに融合し、遊び心と芸術性が同居するユニークな対比を生み出しています。 | |
| &ref(): File not found: "comfyui_950_m.jpg" at page "ComfyUI16"; | |
| 「Krea/」8202_krea2_turbo_t2i_simple.json | |
| Step 1 のワークフローは、Lora の On/Off とプロンプトエンハンサーがついているので外して簡単にする |
| 8203 基本ワークフロー | 8203 SubGraph(プロンプト・エンハンサーなし) |
| Prompt: A high-resolution, surreal digital illustration showing a human hand holding a Pilsner glass. The image is overlaid with whimsical, expressive ink-style doodles, including a cartoon figure inside the glass, a drawn citrus wedge on the rim, and various abstract sketches and faces surrounding the glass against a clean, white background. The style seamlessly blends a realistic, lit photograph with loose, hand-drawn marker artistry, creating a playful and artistic juxtaposition. | |
| ピルスナーグラスを握る人の手を捉えた、高解像度かつシュールなデジタルイラストレーションです。真っ白な背景を舞台に、グラスの中の漫画風の人物や縁に描かれた柑橘類のカット、そしてグラスの周囲に散りばめられた抽象的なスケッチや顔といった、遊び心あふれる表現力豊かなインク画風の落書きが重ね合わされています。写実的な照明効果を伴う写真の質感と、マーカーによる自由な手描きのタッチがシームレスに融合し、遊び心と芸術性が同居するユニークな対比を生み出しています。 | |
| &ref(): File not found: "comfyui_951_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "comfyui_951a_m.jpg" at page "ComfyUI16"; |
| 「Krea/」8203_krea2_turbo_t2i.json | |
| 8204 基本ワークフロー(展開版) | &ref(): File not found: "8203_2026-06-28_00001_m.jpg" at page "ComfyUI16";&ref(): File not found: "8204_2026-06-28_00001_m.jpg" at page "ComfyUI16"; |
| Prompt: ブランデーグラスを持つ人の手を捉えた、高解像度かつシュールなデジタルイラストレーションです。真っ白な背景を舞台に、グラスの中の漫画風の人物や縁に描かれた柑橘類のカット、そしてグラスの周囲に散りばめられた様々な抽象的スケッチや顔といった、遊び心あふれる表現力豊かなインク画風の落書きが重ね合わされています。写実的な照明効果を伴う写真の要素と、マーカーによる自由な手描きのタッチがシームレスに融合し、遊び心と芸術性が同居するユニークな対比を生み出しています。 | |
| &ref(): File not found: "comfyui_952_m.jpg" at page "ComfyUI16"; | |
| 「Krea/」8204_krea2_turbo_t2i_simple.json | |
| プロンプト・エンハンサーなしのワークフローで日本語プロンプトを検証する |
| 英語プロンプト | 日本語プロンプト |
| ① 20代の美しい日本人女性 1184x888 | |
| &ref(): File not found: "8204_2026-06-28_00002_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00003_m.jpg" at page "ComfyUI16"; |
| ② 20代の美しい日本人女性、バストアップのアングル 1184x888 | |
| &ref(): File not found: "8204_2026-06-28_00004_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00005_m.jpg" at page "ComfyUI16"; |
| ③ 夜のカフェでコーヒーを飲む日本人女性 1184x888 | |
| &ref(): File not found: "8204_2026-06-28_00006_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00007_m.jpg" at page "ComfyUI16"; |
| ④ 背の高いエレガントなビジネスウーマン 1184x888 | |
| &ref(): File not found: "8204_2026-06-28_00008_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00009_m.jpg" at page "ComfyUI16"; |
| ⑤ ミステリアスな27歳のプロモデル 1184x888 | |
| &ref(): File not found: "8204_2026-06-28_00010_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00011_m.jpg" at page "ComfyUI16"; |
| 英語プロンプト | 日本語プロンプト |
| ① 文字の入ったカタログ 888x1184 ~→ 英語/日本語 プロンプト> | |
| &ref(): File not found: "8204_2026-06-28_00012_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00013_m.jpg" at page "ComfyUI16"; |
| ② クローズアップポートレート 1184x888 ~→ 英語/日本語 プロンプト> | |
| &ref(): File not found: "8204_2026-06-28_00014_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00015_m.jpg" at page "ComfyUI16"; |
| ③ コマーシャル商品写真(コーヒー) 1024x1024 ~→ 英語/日本語 プロンプト> | |
| &ref(): File not found: "8204_2026-06-28_00016_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00017_m.jpg" at page "ComfyUI16"; |
| ④ コマーシャル商品写真(化粧品) 1024x1024 ~→ 英語/日本語 プロンプト | |
| &ref(): File not found: "8204_2026-06-28_00018_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00019_m.jpg" at page "ComfyUI16"; |
| ⑤ ファッション誌のモデル写真 888x1184 ~→ 英語/日本語 プロンプト | |
| &ref(): File not found: "8204_2026-06-28_00020_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00021_m.jpg" at page "ComfyUI16"; |
| &ref(): File not found: "8204_2026-06-28_00022_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00023_m.jpg" at page "ComfyUI16"; |
| &ref(): File not found: "8204_2026-06-28_00024_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00025_m.jpg" at page "ComfyUI16"; |
| ⑥ ドリップコーヒー 1184x888 ~→ 英語/日本語 プロンプト | |
| &ref(): File not found: "8204_2026-06-28_00026_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8204_2026-06-28_00027_m.jpg" at page "ComfyUI16"; |
| model | krea2_turbo_fp8_scaled.safetensors, qwen3vl_4b_fp8_scaled.safetensors, qwen_image_vae.safetensors | |
| steps | 8 | |
| cfg | 1.0 | |
| size (pixel) | 1184x888, 888x1184, 1024x1024 | |
| seed | 397747871968973 | |
| Workflow | &ref(): File not found: "comfyui_952_m.jpg" at page "ComfyUI16"; | |
| 8204_krea2_turbo_t2i_simple.json | ||
| プロンプト・エンハンサー付きのワークフローで日本語プロンプトを検証する |
| Step 3「ChatGPT」を使った時と同じプロンプトで、プロンプト・エンハンサー付きのワークフローを検証してみる |
| 日本語プロンプトでの生成画像 | プロンプト・エンハンサーによる内部生成プロンプト |
| ① 20代の美しい日本人女性 | |
| &ref(): File not found: "8201_2026-07-01_00001_m.jpg" at page "ComfyUI16"; | A beautiful Japanese woman in her 20s, standing gracefully in a softly lit, minimalist indoor setting with natural light filtering through sheer curtains, wearing a simple, elegant white blouse and dark trousers, her hair styled in a loose, flowing bob with a few strands framing her face, eyes gently closed as if savoring the moment, hands resting lightly at her sides, posture relaxed yet poised, surrounded by subtle ambient details like a small potted plant on a wooden side table and a faint glow from a desk lamp behind her, rendered in a photorealistic style with soft focus background and shallow depth of field to emphasize her serene expression and delicate features, capturing a quiet, tranquil mood that feels both intimate and timeless. |
| 薄手のカーテン越しに自然光が差し込む、ミニマルで柔らかな光に満ちた室内。そこに佇む20代の美しい日本人女性は、シンプルで上品な白いブラウスとダークカラーのパンツを身にまとい、優雅な雰囲気を漂わせています。ふんわりと流れるようなボブヘアから数筋の髪が顔にかかり、その瞳はまるでこの瞬間を慈しむかのように穏やかに閉じられています。両手は自然に体の脇に添えられ、リラックスしつつも凛とした姿勢を保っています。木製のサイドテーブルに置かれた小さな鉢植えや、背後のデスクランプが放つ淡い光といったさりげないディテールが空間を彩り、背景をソフトフォーカスにして被写界深度を浅くすることで、彼女の穏やかな表情と繊細な顔立ちが際立つフォトリアリスティックなスタイルで表現されています。親密さと時代を超越した普遍性が同居する、静寂に満ちた穏やかな空気がそこに流れています。 | |
| ② 20代の美しい日本人女性、バストアップのアングル | |
| &ref(): File not found: "8201_2026-07-01_00002_m.jpg" at page "ComfyUI16"; | A beautiful Japanese woman in her 20s, captured in a bust-up angle, standing confidently with soft natural lighting that highlights her delicate facial features and smooth skin texture; her hair gently frames her face, styled in a loose, elegant manner, and she wears a simple, light-colored top that complements her slender frame; the background is softly blurred with warm, diffused tones to emphasize her as the central focus, creating an intimate yet polished portrait style — rendered as a high-resolution photograph with shallow depth of field, capturing the subtle play of light on her shoulders and collarbone, evoking a serene and graceful mood. |
| 20代の美しい日本人女性を捉えたバストアップの構図。柔らかな自然光が彼女の繊細な顔立ちと滑らかな肌の質感を際立たせ、自信に満ちた佇まいを演出しています。緩やかで優雅にスタイリングされた髪が顔周りを優しく包み込み、スレンダーな体型を引き立てるシンプルな淡い色のトップスを着用しています。背景は温かみのある色調で柔らかくぼかされ、彼女を際立たせることで、親密さと洗練された雰囲気を兼ね備えたポートレートに仕上がっています。浅い被写界深度を活かした高解像度写真として表現され、肩や鎖骨に落ちる光の繊細な陰影まで捉えることで、穏やかで優美な空気を醸し出しています。 | |
| ③ 夜のカフェでコーヒーを飲む日本人女性 | |
| &ref(): File not found: "8201_2026-07-01_00003_m.jpg" at page "ComfyUI16"; | A Japanese woman sitting alone at a cozy café in the evening, sipping coffee from a ceramic mug with steam rising gently, warm ambient lighting casting soft golden hues across her face and the wooden table, the background blurred with subtle bokeh of dimly lit shelves and hanging lamps, her dark hair loosely falling over her shoulders, dressed in a comfortable sweater, the scene captured as a photograph of intimate quietude, shallow depth of field emphasizing her relaxed posture and the gentle curve of her hand around the mug, no other people visible, the atmosphere calm and contemplative, the coffee shop’s interior adorned with muted earth tones and soft textures, the moment frozen in serene stillness. |
| 夕暮れ時、居心地の良いカフェで一人、湯気の立つ陶器のマグカップからコーヒーを味わう日本人女性。温かみのある照明が、彼女の顔や木製のテーブルに柔らかな黄金色の陰影を落としています。背景には薄暗い棚や吊り下げ照明が柔らかなボケ味となって溶け込み、ゆったりと肩に流れる黒髪と着心地の良さそうなセーター姿が、親密で静謐なひとときを演出しています。浅い被写界深度が、彼女のリラックスした佇まいやマグカップを包み込む手の柔らかな曲線を際立たせ、周囲に人の気配はなく、穏やかで思索的な空気が漂います。落ち着いたアースカラーと柔らかな質感に彩られた店内で、その瞬間が静寂の中に切り取られています。 | |
| ④ 背の高いエレガントなビジネスウーマン | |
| &ref(): File not found: "8201_2026-07-01_00004_m.jpg" at page "ComfyUI16"; | A tall, elegant businesswoman with a poised and confident posture, standing upright in a professional setting, dressed in a sleek, high-necked tailored suit with structured shoulders and a minimalist silhouette, her hair styled in a sophisticated updo, facing slightly toward the viewer with one hand resting lightly on her hip and the other holding a thin leather-bound notebook or tablet, rendered in a photorealistic style with soft studio lighting that highlights the texture of her fabric and the subtle sheen of her polished shoes, set against a blurred modern office background with glass partitions and ambient desk lights, capturing an air of quiet authority and refined professionalism. |
| 凛とした自信に満ちた佇まいで直立する、背が高く優雅な女性ビジネスパーソン。彼女は、構築的なショルダーラインとミニマルなシルエットが特徴の、洗練されたハイネックのテーラードスーツを身にまとい、髪は上品なアップスタイルにまとめられています。片手を軽く腰に添え、もう片方の手には薄い革表紙のノート(またはタブレット)を持ち、わずかに見る側へと顔を向けています。柔らかなスタジオ照明がスーツの生地の質感や磨き上げられた靴のほのかな光沢を際立たせ、フォトリアリスティックなスタイルで描かれています。背景にはガラスのパーティションやデスクライトの明かりがぼんやりと広がる現代的なオフィスが配され、静かな威厳と洗練されたプロフェッショナリズムの雰囲気が表現されています。 | |
| ⑤ ミステリアスな27歳のプロモデル | |
| &ref(): File not found: "8201_2026-07-01_00005_m.jpg" at page "ComfyUI16"; | A mysterious 27-year-old professional model, standing in a dimly lit studio with soft directional lighting that highlights her sculpted features and elegant posture, wearing a sleek, minimalist black bodysuit with subtle texture, her long dark hair cascading over one shoulder, eyes half-lidded with an enigmatic gaze, hands gently resting at her sides, the background blurred to emphasize her as the sole focal point, rendered in high-resolution cinematic photography style with shallow depth of field, capturing both her poised stillness and the quiet intensity of her expression. |
| 薄暗いスタジオに佇む、謎めいた雰囲気の27歳のプロモデル。柔らかな指向性照明が、彼女の彫りの深い顔立ちと優雅な立ち姿を際立たせています。微かな質感のある洗練されたミニマルな黒のボディスーツを身にまとい、長い黒髪を片方の肩に流し、伏せがちの瞳には神秘的な眼差しを宿しています。両手は体の脇に優しく添えられ、背景はぼかされて彼女だけが視線の焦点となるよう演出されています。浅い被写界深度を活かした高解像度なシネマティック・フォトグラフィーのスタイルで、彼女の凛とした静けさと、その表情に漂う静かな力強さの両方が捉えられています。 | |
| 英語プロンプト | 日本語プロンプト |
| ファッション誌の表紙 888x1184 ~→ 英語/日本語 プロンプト> | |
| &ref(): File not found: "8201_2026-07-01_00023_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00024_m.jpg" at page "ComfyUI16"; |
| ① 文字の入ったカタログ 888x1184 ~→ 英語/日本語 プロンプト> | |
| &ref(): File not found: "8201_2026-07-01_00006_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00007_m.jpg" at page "ComfyUI16"; |
| ② クローズアップポートレート 1184x888 ~→ 英語/日本語 プロンプト> | |
| &ref(): File not found: "8201_2026-07-01_00008_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00009_m.jpg" at page "ComfyUI16"; |
| ③ コマーシャル商品写真(コーヒー) 1024x1024 ~→ 英語/日本語 プロンプト> | |
| &ref(): File not found: "8201_2026-07-01_00010_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00011_m.jpg" at page "ComfyUI16"; |
| ④ コマーシャル商品写真(化粧品) 1024x1024 ~→ 英語/日本語 プロンプト | |
| &ref(): File not found: "8201_2026-07-01_00012_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00013_m.jpg" at page "ComfyUI16"; |
| ⑤ ファッション誌のモデル写真 888x1184 ~→ 英語/日本語 プロンプト | |
| &ref(): File not found: "8201_2026-07-01_00014_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00015_m.jpg" at page "ComfyUI16"; |
| &ref(): File not found: "8201_2026-07-01_00016_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00017_m.jpg" at page "ComfyUI16"; |
| &ref(): File not found: "8201_2026-07-01_00018_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00019_m.jpg" at page "ComfyUI16"; |
| ⑥ ドリップコーヒー 1184x888 ~→ 英語/日本語 プロンプト | |
| &ref(): File not found: "8201_2026-07-01_00020_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00021_m.jpg" at page "ComfyUI16"; |
| 英語プロンプト | 日本語プロンプト |
| ① AURA Skincare Brand Visual System | |
| &ref(): File not found: "8201_2026-07-01_00025_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00026_m.jpg" at page "ComfyUI16"; |
| ② Luxury Perfume Sand Ad Photography | |
| &ref(): File not found: "8201_2026-07-01_00027_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00028_m.jpg" at page "ComfyUI16"; |
| ③ Logo Miniature Hyper-Realistic Photography | |
| &ref(): File not found: "8201_2026-07-01_00029_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00030_m.jpg" at page "ComfyUI16"; |
| ④ Night Street Looking-Back Portrait Photography | |
| &ref(): File not found: "8201_2026-07-01_00031_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00032_m.jpg" at page "ComfyUI16"; |
| ⑤ Narrow House Isometric Cross-Section Render | |
| &ref(): File not found: "8201_2026-07-01_00033_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00034_m.jpg" at page "ComfyUI16"; |
| ⑥ Ghibli Style | |
| &ref(): File not found: "8201_2026-07-01_00035_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00036_m.jpg" at page "ComfyUI16"; |
| ⑦ Fashion Figure Outfit Structure Breakdown | |
| &ref(): File not found: "8201_2026-07-01_00037_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00038_m.jpg" at page "ComfyUI16"; |
| ⑧ First-Person City Night Street Photography | |
| &ref(): File not found: "8201_2026-07-01_00039_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00040_m.jpg" at page "ComfyUI16"; |
| 生成画像 | プロンプト |
| ① コンセプトポスター 888x1184 | |
| &ref(): File not found: "8201_2026-07-01_00041_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00042_m.jpg" at page "ComfyUI16"; |
| ② 日本の夏祭りポスター 888x1184 | |
| &ref(): File not found: "8201_2026-07-01_00043_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00044_m.jpg" at page "ComfyUI16"; |
| ③ 夜のカフェで女性のポートレート 1184x888 | |
| &ref(): File not found: "8201_2026-07-01_00045_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00046_m.jpg" at page "ComfyUI16"; |
| ④ 喫茶店のオムライス 1184x888 | |
| &ref(): File not found: "8201_2026-07-01_00047_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00048_m.jpg" at page "ComfyUI16"; |
| ⑤ 宇治抹茶パッケージデザイン 1184x888 | |
| &ref(): File not found: "8201_2026-07-01_00049_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00050_m.jpg" at page "ComfyUI16"; |
| ⑥ 手書き風ポップアップ広告 1184x888 | |
| &ref(): File not found: "8201_2026-07-01_00051_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00052_m.jpg" at page "ComfyUI16"; |
| ⑦ 窓越しの雪景色 888x1184 | |
| &ref(): File not found: "8201_2026-07-01_00053_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00054_m.jpg" at page "ComfyUI16"; |
| ⑧ 日本の寺院の境内 1024x1024 | |
| &ref(): File not found: "8201_2026-07-01_00055_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00056_m.jpg" at page "ComfyUI16"; |
| ⑨ 縦長の三連写真 888x1184 | |
| &ref(): File not found: "8201_2026-07-01_00057_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00058_m.jpg" at page "ComfyUI16"; |
| ⑩ リアルな都市の夜景写真 1184x888 | |
| &ref(): File not found: "8201_2026-07-01_00059_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00060_m.jpg" at page "ComfyUI16"; |
| ⑪ ぬいぐるみのアヒル 1024x1024 | |
| &ref(): File not found: "8201_2026-07-01_00061_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00062_m.jpg" at page "ComfyUI16"; |
| ⑫ 有名なランドマーク 1024x1024 | |
| &ref(): File not found: "8201_2026-07-01_00063_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00064_m.jpg" at page "ComfyUI16"; |
| ⑬ 映画のようなポートレート写真 888x1184 | |
| &ref(): File not found: "8201_2026-07-01_00065_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00066_m.jpg" at page "ComfyUI16"; |
| ⑭ 全身のファッション写真 1184x888 | |
| &ref(): File not found: "8201_2026-07-01_00067_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00068_m.jpg" at page "ComfyUI16"; |
| ⑮ 夜間ストリートポートレート写真 888x1184 | |
| &ref(): File not found: "8201_2026-07-01_00069_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00070_m.jpg" at page "ComfyUI16"; |
| ⑯ 超写実的なポートレート写真 888x1184 | |
| &ref(): File not found: "8201_2026-07-01_00071_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00072_m.jpg" at page "ComfyUI16"; |
| ⑰「コーヒーガイド」ピクトグラムポスター 1184x888 | |
| &ref(): File not found: "8201_2026-07-01_00073_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00074_m.jpg" at page "ComfyUI16"; |
| ⑱「コーヒーの淹れ方」コミック風インフォグラフィック 1184x888 | |
| &ref(): File not found: "8201_2026-07-01_00075_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00076_m.jpg" at page "ComfyUI16"; |
| ⑲ 6コマのコミックページ 888x1184 | |
| &ref(): File not found: "8201_2026-07-01_00077_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00078_m.jpg" at page "ComfyUI16"; |
| ⑳ 教育的なコミックブックのインフォグラフィック 1184x888 | |
| &ref(): File not found: "8201_2026-07-01_00079_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00080_m.jpg" at page "ComfyUI16"; |
| ㉑ デジタルイラスト形式のステッカーシート 1184x888 | |
| &ref(): File not found: "8201_2026-07-01_00081_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00082_m.jpg" at page "ComfyUI16"; |
| ㉒ 日本語学学習フラッシュカード 888x1184 | |
| &ref(): File not found: "8201_2026-07-01_00083_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "8201_2026-07-01_00084_m.jpg" at page "ComfyUI16"; |
| model | krea2_turbo_fp8_scaled.safetensors, qwen3vl_4b_fp8_scaled.safetensors, qwen_image_vae.safetensors | |
| steps | 8 | |
| cfg | 1.0 | |
| size (pixel) | 1184x888, 888x1184, 1024x1024 | |
| seed | 397747871968973 | |
| Workflow | &ref(): File not found: "comfyui_949_m.jpg" at page "ComfyUI16"; | |
| 8201_krea2_turbo_t2i.json | ||
| 参照画像とプロンプトから画像生成する Image to Image ワークフローは Text to Image ワークフローから簡単にできるようなので検証してみる → krea2 image to image workflow ? |
#ref(): File not found: "comfyui_955a_m.jpg" at page "ComfyUI16"
#ref(): File not found: "comfyui_955_m.jpg" at page "ComfyUI16"
| 参照画像 | Gemini で作成したプロンプト | |
| &ref(): File not found: "32491_m.jpg" at page "ComfyUI16"; | Medium shot, side profile of a young East Asian woman with dark hair tied back in a ponytail and subtle bangs. She is sitting at a wooden counter next to a large window inside a bright cafe, resting her chin on her hand and looking outside with a gentle smile. On the table in front of her is a clear plastic cup filled with iced coffee and a black straw. The lighting is soft and natural, coming from the window, illuminating her face and creating a warm, airy atmosphere. The background is softly blurred, showing minimal cafe interior with wooden furniture and neutral-toned walls. Clean composition, shallow depth of field, high-resolution photographic style. | |
| ミディアムショット、ダークヘアをポニーテールに結び、軽めの前髪を作った若い東アジア人女性の横顔。明るいカフェの大きな窓際にある木製のカウンター席に座り、手にあごを乗せて穏やかな笑顔で外を眺めている。彼女の前のテーブルには、アイスコーヒーと黒いストローが入った透明なプラスチックカップが置かれている。照明は窓から差し込む柔らかく自然な光で、彼女の顔を照らし、温かみのある開放的な雰囲気を演出している。背景はソフトにぼかされており、木製の家具やニュートラルトーンの壁があるシンプルなカフェの内装が写っている。クリーンな構図、浅い被写界深度、高解像度の写真スタイル。 | ||
| 8205 Image to Image 基本ワークフロー | 8205 SubGraph |
| &ref(): File not found: "comfyui_953_m.jpg" at page "ComfyUI16"; | &ref(): File not found: "comfyui_953a_m.jpg" at page "ComfyUI16"; |
| 「Krea」8205_krea2_turbo_i2i.json | |
| 参照画像 | Gemini で作成したプロンプト | |
| &ref(): File not found: "32480_m.jpg" at page "ComfyUI16"; | A medium close-up shot of a young Japanese woman with a short, black bob haircut and bangs, smiling warmly at the camera over her shoulder. She is wearing a blue denim jacket. Her hands are held near her chest, loosely holding a pair of wooden chopsticks. She is standing outdoors on a narrow street next to an open-air food stall or ramen shop. The background features glowing traditional Japanese paper lanterns with black Japanese characters written on them, including the word "ラーメン". Steam gently rises from the food stall counter. The background is softly blurred with a shallow depth of field, showing hints of passersby and city lights at dusk. Natural, soft lighting illuminates her face, highlighting her skin texture and clear expression. Shot with a 35mm lens, realistic textures, detailed denim fabric. | |
| 肩越しにカメラに向かって温かい笑顔を向ける、黒髪のショートボブに前髪のある若い日本人女性のミディアムクローズアップショット。彼女はブルーのデニムジャケットを着用している。両手は胸のあたりに置かれ、木製のお箸をゆるく持っている。彼女は屋外の狭い通りに立ち、オープンエアの屋台(ラーメン店)の横にいる。背景には、黒い文字で「ラーメン」などの文字が書かれた、光る伝統的な日本の提灯が並んでいる。屋台のカウンターからは、ほのかな湯気が立ち上っている。浅い被写界深度によって背景は柔らかくぼやけており、夕暮れ時の通行人や街の明かりがかすかに写っている。自然で柔らかい光が彼女の顔を照らし、肌の質感や澄んだ表情を際立たせている。35mmレンズで撮影された、リアルな質感、細部まで描き込まれたデニム生地のディテール。 | ||
| 8206 Image to Image ワークフロー 展開版 | |
| &ref(): File not found: "comfyui_954_m.jpg" at page "ComfyUI16"; | |
| 「Krea」8206_krea2_turbo_i2i_simple.json |
| モデル名 | Krea 2 | コメント | |
![]() | ● 日本語プロンプトは英語の場合とほとんど遜色ない ● 日本語漢字が中国語に引きずられ正しく描画できない場合がある ● 文字描画のある画像で日本語プロンプトの場合余計な判別不明の文字が入ることがある(プロンプト・エンハンサーなしの場合) ● 日本語プロンプトの場合、プロンプトエンハンサーを通すとより安定して動作する ● | ||
| パラメータ数 | 12B | ||
| 解像度 | 推奨 | 1024x1024 | |
| 対応範囲 | ~ 2048x2048 | ||
| 発表時期 | 2026年6月 | ||
| 開発元 | Krea AI(Krea, Inc.)(米国) | ||
| 生成画像品質 | ◎ | ||
| プロンプト追従性 | 英語 | ◎ | |
| 日本語 | ◎ | ||
| 文字描画 | 英語 | ◎ | |
| 日本語 | 〇 | ||
| 生成速度 | 〇 | ||
| 総合評価 | ・英語/日本語プロンプトが使用できる ・日本語テキスト描画は若干問題がある場合がある ・わずか8ステップで高速生成 | ||
| 生成結果比較 (リンクページ) | FLUX.2 ① ②, Z-Image ① ②, ERNIE ① ②, HiDream ① ② | ||
| 推奨モデル (.safetensors) | krea2_turbo_fp8_scaled | ||
| 推奨ワークフロー (.json) | T2I | 8201_krea2_turbo_t2i (プロンプト・エンハンサー付き) | |
| 8203_krea2_turbo_t2i (プロンプト・エンハンサーなし) | |||