私的AI研究会 > ComfyUI15
「ComfyUI」を使ってローカル環境でのAI画像生成を検証する
| カナダの Ideogram(イデオグラム)社が開発した、最先端のオープンウェイト画像生成AIモデル「Ideogram 4.0」を検証してみる |
| このプロジェクトで作成するワークフローと関連データは下記にアップロードしている(更新されている場合は再度ダウンロードのこと) |
📂ComfyUI ├─📂input ← ワークフローに含まれる入力画像 └─📂user └─📂default └─📂workflows ← ワークフローの保存場所 : ├─📂~beta ├─📂Ideogram ← この章で作成するワークフロー :・解凍してできる「ComfyUI/」フォルダを「StabilityMatrix/Data/Packages/ComfyUI」へ上書きコピーする
| ワークフロー | 機 能 | モデル | CPU | CPU | |||||
| RTX 4070 | RTX 4060 | RTX 4060L | RTX 3050 | GTX 1050 | i7-1260P | i7-1185G7 | |||
| 8000_ideogram4_prompt | LLM入力プロンプト作成 | fp8 | 00:00.01 | 00:00.01 | 00:00.02 | 00:02.06 | 00:00.03 | 00:00.01 | |
| 8001_ideogram4_t2i | Text to Image 基本ワークフロー | fp8 | 00:95.32 | 02:21.51 | 01:51.89 | 04:40.28 | × | 02H:28:43.77 | |
| 8002_ideogram4_t2i_simple | Text to Image 展開版ワークフロー | fp8 | 00:24.45 | 01:54.28 | 01:44.67 | 04:02.22 | × | 02H:44:39.33 | |
| 8010_ideogram4_t2i_KJBuilder | JSON プロンプトを視覚的に操作 | fp8 | 01:20.94 | 03:58.58 | 04:27.92 | 09:44.68 | 01:37:24.07 | 06H36:05.85 | |
| 8011_ideogram4_t2i_PromptGen | t2i プロンプト・ジェネレータ含む | fp8 | 06H10:30.32 | ||||||
| モデル名 | ファイル名(.safetensors) | 配置先(/StabilityMatrix/Data/) | ダウンロード URL | 共通で使用 | |
| checkpoints | ideogram4_fp8_scaled | Models/ | DiffusionModels/ | ideogram4_fp8_scaled.safetensors | |
| ideogram4_unconditional_fp8_scaled | ideogram4_unconditional_fp8_scaled.safetensors | ||||
| text_encoders | qwen3vl_8b_fp8_scaled | TextEncoders | qwen3vl_8b_fp8_scaled.safetensors | ||
| gemma4_e4b_it_fp8_scaled | gemma4_e4b_it_fp8_scaled.safetensors | HiDream-O1 | |||
| vae | flux2-vae | VAE/ | flux2-vae.safetensors | FLUX.2 | |
| ComfyUI オフィシャルサイトで公開されているテンプレートのシード値を固定して再現性を確保し動かしながら整理する |
| テンプレート名 | ワークフロー | 保存ワークフロー名 | |
| ④ | Ideogram v4: Trxt to Image | image_ideogram4_t2i.json | image_ideogram4_t2i_org.json |
| 本文(英語) | 日本語訳(AI による翻訳) |
| Text to Image (Ideogram v4) | |
| About the model The model is trained on structured JSON captions (scene summary, style block, background, and optional per-object descriptions with bounding boxes and hex color palettes). Official inference validates prompts against that schema. Guidance uses flow-matching with asymmetric classifier-free guidance (the unconditional pass drops text tokens)—not a separate negative prompt string. NOTE: If you see "Image blocked by safety filter" it is because of safety training in the model itself, ComfyUI does not have any safety filter. How to build prompts here (a) Raw input: Paste or type directly into the subgraph. You may use plain natural language, but structured JSON (as in the subgraph default) gives the most predictable layout and style control. (b) Model-assisted (LLM): Use the Ideogram4 Caption Prompt Template output with any LLM tools to obtain the JSON format prompt | モデルについて このモデルは、構造化されたJSONキャプション(シーン概要、スタイルブロック、背景、およびオプションのオブジェクトごとの説明(バウンディングボックスと16進数カラーパレットを含む))で学習されています。公式推論では、プロンプトをこのスキーマに照らし合わせて検証します。ガイダンスは、非対称分類器フリーガイダンス(無条件合格の場合はテキストトークンが破棄されます)を用いたフローマッチングを使用しており、別途否定プロンプト文字列は使用していません。 注:もし「安全フィルターにより画像がブロックされました」と表示される場合は、モデル自体の安全学習によるものであり、ComfyUIには安全フィルターは搭載されていません。 プロンプトの作成方法 (a) 生の入力:サブグラフに直接貼り付けるか入力してください。自然言語も使用できますが、構造化されたJSON(サブグラフのデフォルト設定)を使用すると、レイアウトとスタイルの制御が最も予測しやすくなります。 (b) モデル支援(LLM):Ideogram4キャプションプロンプトテンプレートの出力を任意のLLMツールで使用すると、JSON形式のプロンプトを取得できます。 |
| Ideogram4 Caption Prompt Template | |
| This is a prompt construction template. You can copy its input into any LLM to generate matching prompts. You may try installing or updating KJNodes and use the Ideogram 4 Prompt Builder KJ node to achieve visual control over prompts. | これはプロンプト作成テンプレートです。このテンプレートの入力内容を任意のLLMにコピーすることで、対応するプロンプトを生成できます。 プロンプトを視覚的に制御するには、KJNodesをインストールまたは更新し、Ideogram 4 Prompt Builder KJノードを使用してみてください。 |
| Step | 内容 |
| ① | 「Text to Image (Ideogram v4)」ノードと「Save Image」ノードをバイパスする |
| ② | 「Ideogram4 Caption Prompt Template」ノードに自然文でプロンプトを入力して「Run」(実行) |
| ③ | 「Preview as Text」ノードに出力されたテキストを LLM(Geminiなど)に貼り付ける(ChatGPT の場合は「JSON形式のプロンプトを作って」と指示する) |
| ④ | 出力された JSON形式のプロンプトを「Text to Image (Ideogram v4)」ノードに貼り付ける |
| ⑤ | バイパスを解除して「Run」(実行)して画像を生成する~ |
| mode | 主にサンプラーノード等で「生成速度、品質、忠実度」のバランスをコントロールするために設定する項目 |
| Default(デフォルト) | 処理速度と画像のクオリティ・忠実度のバランスが取れた標準的なモード。迷った際はこの設定を推奨。 |
| Quality(クオリティ) | ステップ数やプロンプトに対する忠実度を最優先するモード。より高品質で精密な画像生成が期待できるが、生成には時間がかかる。 |
| Turbo(ターボ) | ステップ数を少なくし、最速でフィードバック(生成)を得るための高速化モード。素早くアイデアや構図を確認したい場合に適する。 |
| Step 1 のワークフローを整理して「Text to Image」の基本部分だけで構成する(JSON フォーマットのプロンプトを想定) |
| Gemini に入力するテキスト | 生成画像 |
|
【Ideogram 4プロンプトガイドライン】に従って、以下の【自然文のプロンプト】の内容の画像を Ideogram 4 で生成するための JSON 形式のプロンプトを英語で生成してください。 ----- 【Ideogram 4プロンプトガイドライン】 https://github.com/ideogram-oss/ideogram4/blob/main/docs/prompting.md ----- 【自然文のプロンプト】 旅行雑誌「Ideogram」の表紙。美しくて壮大な自然の風景。上部と左右の余白に、おしゃれな雑誌のロゴ、季節の特集記事のタイトル、サブテキスト、発行月と年を配置。雑誌特有の洗練されたレイアウト、シネマティックな照明、高画質、クリアで鮮明。 | ![]() |
| Gemini が作成した JSON プロンプト | |
|
{ "prompt": "A sophisticated travel magazine cover titled 'Ideogram' in a modern, stylish serif font across the top. The background features a breathtaking and majestic natural landscape of a sun-drenched canyon with layered rock formations, capturing a sense of grand adventure. Golden hour cinematic lighting illuminates the scene, creating warm glows and deep shadows. In a clean and professional layout, seasonal feature article titles are arranged in the margins: 'WANDERLUST: THE GREAT ESCAPE' in a bold minimalist font on the left, and 'HIDDEN GEMS OF THE SEASON' with a smaller subtext on the right. The publication month and year 'JULY 2026' is subtly placed in the top right corner. The overall composition is pristine, high-resolution, clear, and sharp, perfectly mimicking a high-end travel magazine.", "aspect_ratio": "3:4", "style_type": "REALISTIC" } | |
| { "prompt": "洗練された旅行雑誌の表紙。上部にはモダンでスタイリッシュなセリフ体で「Ideogram」というタイトルが配されています。背景には、幾重にも重なる岩層を持つ、太陽の光を浴びた峡谷の壮大で息をのむような自然の風景が広がり、雄大な冒険の雰囲気を醸し出しています。ゴールデンアワーの映画的な照明がシーンを照らし出し、温かみのある輝きと深い影のコントラストを生み出しています。すっきりとプロフェッショナルなレイアウトで、余白には季節の特集記事のタイトルが配置されています。左側には太字のミニマルなフォントで「WANDERLUST: THE GREAT ESCAPE」、右側には小さめのサブテキストを伴う「HIDDEN GEMS OF THE SEASON」が記されています。右上隅には、発行年月である「JULY 2026」が控えめに配置されています。全体的な構図は極めて美しく、高解像度で鮮明かつシャープであり、高級旅行雑誌の雰囲気を完璧に再現しています。", "aspect_ratio": "3:4", "style_type": "REALISTIC" } | |
| Step 1 ワークフローの「Caption Prompt Template」部分を整理して構成する。LLM 入力用テキスト生成ワークフロー。 Ideogram4 は自然言語のプロンプト入力も扱えるようだが、本来の性能を発揮するには JSONプロンプトが推奨されている。 自然言語から JSONプロンプトを LLMを使って作成するツール。 |
| 「Ideogram/」8000_ideogram4_prompt.json | 8000 SubGraph |
![]() | ![]() |
| 入力プロンプト (自然言語) | LLM 向け出力テキスト |
| 旅行雑誌「Ideogram」の表紙。美しくて壮大な自然の風景。上部と左右の余白に、おしゃれな雑誌のロゴ、季節の特集記事のタイトル、サブテキスト、発行月と年を配置。雑誌特有の洗練されたレイアウト、シネマティックな照明、高画質、クリアで鮮明。 |
| {"aspect_ratio":"896:1184","high_level_description":"A sophisticated travel magazine cover for 'Ideogram' featuring a breathtakingly grand and beautiful natural landscape photograph with professional editorial typography layered seamlessly over the top-third and side margins.","compositional_deconstruction":{"background":"A majestic mountain range at sunrise, with jagged peaks catching the first amber rays of light against a crisp, cool-neutral sky filled with soft, wispy clouds. A calm, glassy alpine lake in the lower half reflects the mountains perfectly. The global color balance is clean and natural, avoiding artificial warm grading outside of the physical sunlit highlights on the stone peaks. The entire landscape serves as a deep, receding architectural backdrop for the cover elements.","elements":[{"type":"obj","bbox":[40,150,160,850],"desc":"The primary background element of the upper frame, acting as the main magazine masthead bar that anchors the title text over the sky."},{"type":"text","bbox":[50,160,150,840],"text":"Ideogram","desc":"The main magazine title logo, rendered in an elegant, bold serif typeface, centered horizontally near the top edge. The color is a crisp, clean white that contrasts sharply with the sky behind it."},{"type":"text","bbox":[180,160,210,400],"text":"AUTUMN SPECIAL","desc":"A seasonal feature banner text, written in a clean, all-caps, light sans-serif font. It is positioned directly beneath the main logo on the left side, colored in a subtle cream tone."},{"type":"text","bbox":[220,160,320,600],"text":"THE GREAT\nESCAPE","desc":"The main feature article headline, split into two lines. It uses a bold, modern display serif typeface in pure white, commanding attention in the upper-left quadrant of the layout."},{"type":"text","bbox":[340,160,390,550],"text":"Discovering the untouched wilderness of the northern peaks.","desc":"A multi-line editorial subtext block located beneath the main headline, rendered in a small, regular upright sans-serif font with a clean white color."},{"type":"text","bbox":[180,780,210,840],"text":"ISSUE 42","desc":"Issue numbering text positioned on the upper-right side, aligned with the seasonal banner, in a light, small sans-serif font."},{"type":"text","bbox":[220,740,240,840],"text":"OCTOBER 2026","desc":"The publication month and year text, written in a small, regular sans-serif typeface, aligned vertically below the issue number along the right margin."}]}} |
| {"aspect_ratio":"896:1184","high_level_description":"「Ideogram」誌の洗練された表紙デザイン。息をのむほど壮大で美しい自然の風景写真を背景に、上部3分の1と側面の余白にプロフェッショナルな編集用タイポグラフィがシームレスに配置されています。","compositional_deconstruction":{"background":"日の出の雄大な山脈。ギザギザの山頂が、薄くたなびく雲が浮かぶ澄んだ冷涼な空を背景に、琥珀色の最初の光を浴びています。画面下半分には、山々を完璧に映し出す、鏡のように穏やかな高山の湖が広がっています。全体的な色調はクリーンかつ自然で、岩肌の山頂に当たる太陽光のハイライト部分を除き、人工的な暖色系の色調補正は避けられています。風景全体が、表紙の各要素に対して奥行きと広がりを感じさせる建築的な背景の役割を果たしています。","elements":[{"type":"obj","bbox":[40,150,160,850],"desc":"上部フレームの主要な背景要素であり、空を背景にタイトルテキストを支える、雑誌のメイン・マストヘッド(題字)エリアとしての役割を担っています。"},{"type":"text","bbox":[50,160,150,840],"text":"Ideogram","desc":"雑誌のメインタイトルロゴ。エレガントかつ力強いセリフ体で、上部中央付近に配置されています。色は鮮明でクリーンな白で、背後の空と鮮やかなコントラストを成しています。"},{"type":"text","bbox":[180,160,210,400],"text":"AUTUMN SPECIAL","desc":"季節の特集を示すバナーテキスト。すっきりとした大文字のライト・サンセリフ体で表記されています。メインロゴのすぐ下、左側に配置され、色は控えめなクリーム色です。"},{"type":"text","bbox":[220,160,320,600],"text":"THE GREAT\nESCAPE","desc":"特集記事のメイン見出し。2行に分かれています。純白の力強くモダンなディスプレイ用セリフ体が使用され、レイアウトの左上エリアで強い存在感を放っています。"},{"type":"text","bbox":[340,160,390,550],"text":"Discovering the untouched wilderness of the northern peaks.","desc":"メイン見出しの下に配置された、複数行からなる編集用サブテキスト・ブロック。すっきりとした白の、小さく標準的な直立サンセリフ体フォント。"},{"type":"text","bbox":[180,780,210,840],"text":"ISSUE 42","desc":"季節のバナーと位置を合わせ、右上に配置された号数を示すテキスト。軽やかで小さなサンセリフ体を使用。"},{"type":"text","bbox":[220,740,240,840],"text":"OCTOBER 2026","desc":"発行年月を示すテキスト。小さく標準的なサンセリフ体を用い、右端に沿って号数の直下に縦並びで配置。 |
|
[USER] TARGET IMAGE ASPECT RATIO: xxxx:yyyy (width:height). User idea: '自然言語体のプロンプトテキスト' |
| 縦横比 | 1.0 M pixel | 2.0 M pixel | ||
| X | Y | X | Y | |
| 1:1 (Square) | 1024 | 1024 | 1456 | 1456 |
| 2:3 (Portrate Photo) | 848 | 1264 | 1184 | 1776 |
| 3:2 (Photo) | 1264 | 848 | 1776 | 1184 |
| 3:4 (Portrate Standard) | 896 | 1184 | 1264 | 1680 |
| 4:3 (Standard) | 1184 | 896 | 1680 | 1264 |
| 9:16 (Photo Widescreen) | 768 | 1376 | 1088 | 1936 |
| 16:9 (Widescreen) | 1376 | 768 | 1936 | 1088 |
| 21:9 (UltraWide) | 1568 | 672 | 2224 | 960 |
| Step 3 でできた JSON プロンプトを入力して画像を生成する。 使用するワークフローは Step 2「8001_ideogram4_t2i.json」のSubGraph を展開した「8002_ideogram4_t2i_simple.json」 |
| Ideogram 4 Prompt Builder KJ 拡張ノードを使うと、複雑な JSON プロンプトを視覚的に操作できる このノードは現在進行形で機能のアップデートが行われている ※ 参考:ワークフロー:Ideogram4(LoRA対応+修正) |
| Gemini に入力するテキスト | 生成画像 |
|
【Ideogram 4プロンプトガイドライン】に従って、以下の【自然文のプロンプト】の内容の画像を Ideogram 4 で生成するための JSON 形式のプロンプトを英語で生成してください。 ---- 【Ideogram 4プロンプトガイドライン】 https://github.com/ideogram-oss/ideogram4/blob/main/docs/prompting.md ----- 【自然文のプロンプト】 ファッション雑誌「Ideogram」の表紙。中央に自信に満ちた表情の日本人女性モデル。カラフルでスタイリッシュな雑誌のタイトルロゴ(英語)、大きな見出し(日本語)、特集記事のタイトル(日本語)、バーコードを配置。プロのカメラマンが撮影したような高画質、スタジオ照明、鮮やかな色合い、グラフィックデザイン。 | ![]() |
| Gemini が作成した JSON プロンプト | |
| {"aspect_ratio":"896:1184","high_level_description":"A vibrant and stylish fashion magazine cover for 'Ideogram' featuring a confident Japanese female model posed centrally in a studio setting, surrounded by professional graphic design elements, colorful typography, and a barcode.","compositional_deconstruction":{"background":"A clean, minimalist studio backdrop with a solid, light grey color. The studio lighting is professionally arranged with soft, balanced key lights and subtle rim lighting that creates a gentle separation between the model and the background, maintaining a neutral white balance across the entire canvas.","elements":[{"type":"obj","bbox":[180,200,980,800],"desc":"A confident Japanese female model standing centrally. She has shoulder-length straight black hair, a medium-light skin tone, and a bold, self-assured expression looking directly into the camera. She wears a chic, structured electric-blue blazer over a white crew-neck top and matching tailored trousers. Her pose is powerful yet elegant, with one hand resting naturally on her hip."},{"type":"text","bbox":[40,100,160,900],"text":"Ideogram","desc":"The main magazine title logo centered at the top, rendered in a bold, stylized display sans-serif typeface. The letters feature a vibrant, colorful gradient shifting smoothly from hot pink to bright orange."},{"type":"text","bbox":[220,80,300,500],"text":"未来を纏うファッション","desc":"The main feature article headline written in Japanese characters, positioned in the upper-left area. It uses a bold, modern Gothic sans-serif typeface in a crisp white color with a subtle drop shadow."},{"type":"text","bbox":[320,80,450,450],"text":"TOKYO STREET STYLE\n東京のストリートから世界へ","desc":"A two-line sub-feature article title in the mid-left section. The first line is English and the second line is Japanese, rendered in a medium-weight, clean sans-serif font in bright yellow."},{"type":"text","bbox":[750,80,830,400],"text":"秋の最新トレンド100","desc":"A secondary feature article title written in Japanese in the lower-left quadrant, using an elegant, regular-weight Mincho serif typeface in a clean white color."},{"type":"obj","bbox":[880,820,960,940],"desc":"A standard, realistic retail barcode sticker with vertical black lines and tiny numbers beneath it, neatly placed in the lower-right corner of the cover layout."}]}} | |
| {"aspect_ratio":"896:1184","high_level_description":"「Ideogram」誌の鮮やかでスタイリッシュな表紙。スタジオで中央に立つ自信に満ちた日本人女性モデルを、プロフェッショナルなグラフィックデザイン要素、カラフルなタイポグラフィ、バーコードが囲んでいます。","compositional_deconstruction":{"background":"すっきりとしたミニマルなスタジオの背景で、単色のライトグレーが使われています。スタジオ照明はプロ仕様に調整されており、柔らかくバランスの取れたキーライトと、モデルと背景を優しく際立たせる繊細なリムライトが配置され、画面全体でニュートラルなホワイトバランスが保たれています。","elements":[{"type":"obj","bbox":[180,200,980,800],"desc":"中央に立つ、自信に満ちた日本人女性モデル。肩までのストレートな黒髪、中間から明るめの肌色で、カメラを真っ直ぐに見つめる大胆で堂々とした表情をしています。白いクルーネックのトップスの上に、構築的でシックなエレクトリックブルーのブレザーを羽織り、お揃いのテーラードパンツを着用しています。片手を腰に自然に添えたポーズは、力強さとエレガンスを兼ね備えています。"},{"type":"text","bbox":[40,100,160,900],"text":"Ideogram","desc":"上部中央に配置されたメインの雑誌タイトルロゴ。大胆でスタイリッシュなディスプレイ用サンセリフ体で描かれています。文字には、ホットピンクから鮮やかなオレンジへと滑らかに変化する、鮮やかでカラフルなグラデーションが施されています。"},{"type":"text","bbox":[220,80,300,500],"text":"未来を纏うファッション","desc":"左上エリアに配置された特集記事のメイン見出し。日本語で書かれており、大胆でモダンなゴシック系サンセリフ体が使用されています。色はくっきりとした白で、繊細なドロップシャドウが施されています。"},{"type":"text","bbox":[320,80,450,450],"text":"TOKYO STREET STYLE\n東京のストリートから世界へ","desc":"左中段にある2行のサブ特集タイトル。1行目は英語、2行目は日本語で、中太のすっきりとしたサンセリフ体で描かれています。 yellow."},{"type":"text","bbox":[750,80,830,400],"text":"秋の最新トレンド100","desc":"表紙の左下エリアに配置された、上品で標準的な太さの明朝体(セリフ体)による特集記事のサブタイトル。色はすっきりとした白。"},{"type":"obj","bbox":[880,820,960,940],"desc":"表紙レイアウトの右下隅にきれいに配置された、一般的かつリアルな小売用バーコードステッカー。縦の黒い線と、その下部に小さな数字が記載されている。"}]}} | |
| 入力プロンプト (自然言語) | LLM 向け出力テキスト |
| ファッション雑誌「Ideogram」の表紙。中央に自信に満ちた表情の日本人女性モデル。カラフルでスタイリッシュな雑誌のタイトルロゴ(英語)、大きな見出し(日本語)、特集記事のタイトル(日本語)、バーコードを配置。プロのカメラマンが撮影したような高画質、スタジオ照明、鮮やかな色合い、グラフィックデザイン。 |
| {"aspect_ratio":"896:1184","high_level_description":"A vibrant and stylish fashion magazine cover for 'Ideogram' featuring a confident Japanese female model centered in the frame, surrounded by bold typography, headlines, and a barcode, shot with professional studio lighting.","compositional_deconstruction":{"background":"A solid, clean studio backdrop in a rich teal color, with soft and even high-key studio lighting casting a gentle, imperceptible shadow behind the central model to create depth.","elements":[{"type":"obj","bbox":[180,200,1000,800],"desc":"Confident Japanese female model centered in the frame, looking directly into the camera with a self-assured expression. She has sleek, shoulder-length black hair with sharp bangs, a warm medium-light skin tone, and flawless editorial makeup featuring a bold red lip. She wears a structured, high-fashion blazer in a vibrant magenta hue over a simple black top, posed from the waist up."},{"type":"text","bbox":[50,100,180,900],"text":"Ideogram","desc":"The primary magazine title logo positioned at the top of the cover, overlapping the top of the model's hair. The typography is a bold, modern sans-serif typeface in a striking electric yellow color with a clean white outline."},{"type":"text","bbox":[650,80,720,600],"text":"未来のファッション","desc":"The large main headline in Japanese, positioned on the left side of the cover over the model's blazer. The text is in a bold, contemporary Gothic sans-serif typeface, rendered in solid white characters."},{"type":"text","bbox":[740,80,780,500],"text":"東京スタイル新時代","desc":"A secondary feature article title in Japanese, placed directly below the main headline. The font is a medium-weight modern sans-serif in a bright pastel pink color."},{"type":"text","bbox":[810,80,840,450],"text":"独占インタビュー","desc":"A smaller feature article subtitle in Japanese, located below the secondary title. The text is styled in a clean, light sans-serif typeface in a crisp white color."},{"type":"text","bbox":[880,80,910,550],"text":"今シーズン絶対流行るマストアイテム10選","desc":"A detailed feature article title in Japanese near the bottom left. The font is a regular-weight sans-serif, rendered in electric yellow to match the main logo."},{"type":"obj","bbox":[900,750,970,920],"desc":"Standard retail barcode white rectangle with black vertical lines, positioned horizontally in the bottom-right corner of the magazine cover."},{"type":"text","bbox":[875,750,895,920],"desc":"A string of small black numbers printed directly beneath the retail barcode lines.","text":"4 912345 678901"}]}} |
| {"aspect_ratio":"896:1184","high_level_description":"プロフェッショナルなスタジオ照明で撮影された、ファッション誌『Ideogram』の鮮やかでスタイリッシュな表紙。自信に満ちた日本人女性モデルが中央に配置され、大胆なタイポグラフィ、見出し、バーコードに囲まれています。","compositional_deconstruction":{"background":"リッチなティールカラーの無地でクリーンなスタジオ背景。柔らかく均一なハイキー照明が、中央のモデルの背後にごくわずかな影を落とし、奥行きを生み出しています。","elements":[{"type":"obj","bbox":[180,200,1000,800],"desc":"自信に満ちた表情でカメラを直視する、日本人女性モデルのバストアップショット。肩までの長さの艶やかな黒髪にシャープな前髪、温かみのあるミディアムライトな肌色、そして大胆な赤いリップを際立たせた完璧なエディトリアルメイクを施しています。鮮やかなマゼンタ色の構築的なハイファッション・ブレザーをシンプルな黒のトップスの上に着用しています。"},{"type":"text","bbox":[50,100,180,900],"text":"Ideogram","desc":"表紙上部に配置されたメインの雑誌タイトルロゴ。モデルの髪の上部に重なるように配置されています。クリーンな白い縁取りが施された、鮮烈なエレクトリックイエローの大胆でモダンなサンセリフ体です。"},{"type":"text","bbox":[650,80,720,600],"text":"未来のファッション","desc":"モデルのブレザーの上に重なるように表紙左側に配置された、日本語の大きなメイン見出し。太字の現代的なゴシック・サンセリフ体で、白のベタ塗りで表現されています。"},{"type":"text","bbox":[740,80,780,500],"text":"東京スタイル新時代","desc":"メイン見出しのすぐ下に配置された、日本語の特集記事のサブタイトル。明るいパステルピンク色の、中太のモダンなサンセリフ体です。"},{"type":"text","bbox":[810,80,840,450],"text":"独占インタビュー","desc":"サブタイトルの下に配置された、日本語の特集記事の小さなサブ見出し。テキストのスタイルは..."}]すっきりとした明るいサンセリフ体、鮮やかな白で。"},{"type":"text","bbox":[880,80,910,550],"text":"今シーズン絶対流行るマストアイテム10選","desc":"左下付近にある、特集記事の詳細なタイトル。メインのロゴに合わせたエレクトリックイエローの、標準的な太さのサンセリフ体。"},{"type":"obj","bbox":[900,750,970,920],"desc":"一般的な小売用バーコード(白い長方形に黒い縦線)。雑誌の表紙の右下隅に横向きに配置されている。"},{"type":"text","bbox":[875,750,895,920],"desc":"バーコードの線のすぐ下に印刷された、小さな黒い数字の列。","text":"4 912345 678901"}]}} |
| 自然言語のプロンプトから内部で JSON プロンプトを作成して画像生成するワークフローを検証する ※ 参考:ワークフロー:Ideogram4(LoRA対応+修正) |
| 「Ideogram 4.0」標準ワークフローのシステムプロンプト( 得られた JSON プロンプトにより画像を生成する。同様に JSON プロンプト対応の「Krea 2」モデルと比較してみる |
| Ideogram 4.0 :「8002_ideogram4_t2i_simple」 | Krea 2 :「8203_krea2_turbo_t2i」 |
| 20代の美しい日本人女性。縦横比4:3 | |
| {"aspect_ratio":"4:3","high_level_description":"A beautiful 20-year-old Japanese woman in a candid photo, captured outdoors in natural daylight with a neutral white balance.","compositional_deconstruction":{"background":"A slightly blurred residential street in Japan during overcast daylight, with soft concrete pavement below and quiet houses in the soft-focus background.","elements":[{"type":"obj","bbox":[120,280,1000,720],"desc":"A beautiful Japanese woman in her early 20s, with a gentle and natural smile, looking toward the camera. She has shoulder-length straight black hair, a fair skin tone, and is wearing a simple white short-sleeved linen shirt and a light beige pleated midi skirt."}]}} | |
| {"aspect_ratio":"4:3","high_level_description":"自然光の下、ニュートラルなホワイトバランスで撮影された、20歳の日本人女性の自然なスナップ写真。","compositional_deconstruction":{"background":"曇り空の日の日本の住宅街。足元は柔らかな質感のコンクリート舗装で、背景にはソフトフォーカスのかかった静かな家々が写っている。","elements":[{"type":"obj","bbox":[120,280,1000,720],"desc":"20代前半の美しい日本人女性。優しく自然な笑みを浮かべ、カメラの方を見つめている。肩までの長さのストレートな黒髪と色白の肌を持ち、シンプルな白い半袖リネンシャツと淡いベージュのプリーツ入りミディ丈スカートを着用している。"}]}} | |
![]() | ![]() |
| 20代の美しい日本人女性、バストアップのアングル。縦横比4:3 | |
| {"aspect_ratio":"4:3","high_level_description":"A beautiful Japanese woman in her 20s, captured from a bust-up angle in natural daylight.","compositional_deconstruction":{"background":"A softly blurred outdoor background featuring a quiet street in Japan with soft, overcast daylight and a cool-neutral white balance.","elements":[{"type":"obj","bbox":[0,180,1000,820],"desc":"A beautiful Japanese woman in her 20s, shown from the chest up. She has smooth, natural skin tone, shoulder-length straight black hair framing her face, and dark brown eyes looking gently toward the camera with a subtle, serene smile. She is wearing a simple, high-quality white cotton crewneck t-shirt. The lighting is diffused and even, coming from the front-left."}]}} | |
| {"aspect_ratio":"4:3","high_level_description":"自然光の中で撮影された、20代の美しい日本人女性のバストアップ写真。","compositional_deconstruction":{"background":"日本の静かな通りを背景に、柔らかくぼかされた屋外の風景。曇り空の柔らかな光と、クールでニュートラルな色調(ホワイトバランス)が特徴。","elements":[{"type":"obj","bbox":[0,180,1000,820],"desc":"20代の美しい日本人女性のバストアップ。滑らかで自然な肌の質感、顔周りを縁取る肩までのストレートな黒髪、そして穏やかな微笑みを浮かべながら優しくカメラを見つめる濃い茶色の瞳が印象的。シンプルで上質な白いコットンのクルーネックTシャツを着用している。照明は左前方から差し込む、柔らかく均一な光。"}]}} | |
![]() | ![]() |
| 夜のカフェでコーヒーを飲む日本人女性。縦横比4:3 | |
| {"aspect_ratio":"4:3","high_level_description":"A warm-toned photograph of a Japanese woman sitting at a small table inside a cozy, dimly lit Tokyo cafe at night, contentedly holding a warm white ceramic mug of coffee near her face while looking towards the window.","compositional_deconstruction":{"background":"The interior of a cozy, dimly lit cafe at night with dark wood-paneled walls, warm ambient glow from overhead brass pendant lights, and a large rain-streaked window in the background reflecting the blurry neon signs and streetlights of a Tokyo cityscape. The floor is dark polished hardwood, subtly catching the warm reflections of the interior lights.","elements":[{"type":"obj","bbox":[180,250,920,780],"desc":"Japanese woman in her late 20s, medium skin tone, with shoulder-length straight black hair tucked behind her ears. She is wearing a soft, oversized cream-colored knit sweater. She has a gentle, peaceful smile, looking slightly off-camera toward the window with a relaxed expression."},{"type":"obj","bbox":[620,440,750,560],"desc":"Warm white ceramic mug filled with hot coffee, held gently by the woman with both hands near her chin. A faint, delicate wisp of steam rises from the surface of the dark coffee."},{"type":"obj","bbox":[780,250,950,850],"desc":"Small, round dark oak café table in front of the woman, with a polished surface reflecting the warm overhead light. A small, closed leather-bound journal and a sleek black pen rest on the table surface next to her hands."}]}} | |
| {"aspect_ratio":"4:3","high_level_description":"夜、東京の居心地の良い薄暗いカフェで、小さなテーブルに座る日本人女性を捉えた温かみのある写真。彼女は窓の方に視線を向けながら、温かい白い陶器のコーヒーマグを顔の近くで満足げに両手で持っている。","compositional_deconstruction":{"background":"夜のカフェの落ち着いた薄暗い室内。壁は濃い色の木製パネル張りで、頭上の真鍮製ペンダントライトが温かな光を放っている。背景には雨に濡れた大きな窓があり、東京の街並みのネオンサインや街灯の光がぼんやりと映り込んでいる。床は磨き上げられた濃い色の硬材で、室内の照明の温かい光をほのかに反射している。","elements":[{"type":"obj","bbox":[180,250,920,780],"desc":"20代後半の日本人女性。肌の色は標準的で、肩までの長さのストレートな黒髪を耳にかけている。ゆったりとしたサイズのクリーム色のニットセーターを着用。穏やかで安らいだ表情を浮かべ、リラックスした様子で、カメラから少し外れた窓の方を見つめている。"},{"type":"obj","bbox":[620,440,750,560],"desc":"熱いコーヒーが入った温かみのある白い陶器のマグカップ。女性が顎の近くで両手を使って優しく持っている。黒いコーヒーの表面からは、薄く繊細な湯気が立ち上っている。"},{"type":"obj","bbox":[780,250,950,850],"desc":"女性の前に置かれた、濃いオーク材の小さな丸いカフェテーブル。磨かれた天板には頭上の温かい光が反射している。テーブルの上、彼女の手のそばには、革表紙の小さな手帳(閉じられた状態)と洗練された黒いペンが置かれている。"}]}} | |
![]() | ![]() |
| 背の高いエレガントなビジネスウーマン。縦横比4:3 | |
| {"aspect_ratio":"4:3","high_level_description":"A full-length photograph of a tall, elegant Japanese businesswoman standing confidently in a modern minimalist office lobby.","compositional_deconstruction":{"background":"A modern minimalist office lobby with floor-to-ceiling glass windows showing a soft-focus city view under overcast daylight. The floor is polished light grey concrete with subtle reflections, and the background wall is a neutral matte charcoal grey. The overall lighting is clean, diffused, and neutral with an accurate white balance.","elements":[{"type":"obj","bbox":[120,350,920,650],"desc":"A tall Japanese businesswoman standing in a confident three-quarter pose, looking toward the camera with a serene, professional smile. She has smooth medium-fair skin and shoulder-length straight black hair neatly tucked behind her ears. She wears a tailored charcoal grey blazer over a crisp white silk blouse, matching slim-fit trousers, and black leather pointed-toe heels. A delicate silver watch is visible on her left wrist."}]}} | |
| {"aspect_ratio":"4:3","high_level_description":"モダンでミニマルなオフィスのロビーに、自信に満ちた様子で立つ、背が高く洗練された日本人女性ビジネスパーソンの全身写真。","compositional_deconstruction":{"background":"モダンでミニマルなオフィスのロビー。床から天井まであるガラス窓からは、曇り空の下、ソフトフォーカスのかかった街の風景が見える。床は磨き上げられた明るいグレーのコンクリートで、ほのかに光を反射しており、背景の壁はニュートラルなマット・チャコールグレー。全体的な照明は、正確なホワイトバランスで、すっきりと拡散したニュートラルな光に包まれている。","elements":[{"type":"obj","bbox":[120,350,920,650],"desc":"自信に満ちた様子で斜め向き(スリークォーター)に立ち、穏やかでプロフェッショナルな笑みを浮かべてカメラを見つめる、背の高い日本人女性ビジネスパーソン。滑らかで明るめの肌を持ち、肩までの長さのストレートな黒髪は耳の後ろにすっきりとまとめられている。チャコールグレーの仕立ての良いブレザーの下に、パリッとした白いシルクのブラウスを着用し、同色のスリムフィットのパンツと、黒いレザーのポインテッドトゥ・ヒールを合わせている。左手首には繊細なシルバーの時計が見える。"}]}} | |
![]() | ![]() |
| ミステリアスな27歳のプロモデル。縦横比4:3 | |
| {"aspect_ratio":"4:3","high_level_description":"A professional fashion portrait of a mysterious 27-year-old female model captured in neutral, diffused studio lighting against a minimal backdrop.","compositional_deconstruction":{"background":"A solid, matte charcoal grey studio backdrop, completely uniform and clean, with subtle soft shadowing near the bottom.","elements":[{"type":"obj","bbox":[50,250,950,750],"desc":"Professional 27-year-old female model standing in a sharp, three-quarter view pose. She has a pale skin tone, sharp facial features, and an enigmatic, calm gaze directed slightly off-camera. Her shoulder-length hair is styled in sleek, dark brown waves with a sharp middle part. She wears a tailored, structured black blazer over a simple cream-colored silk camisole, creating a clean and sophisticated silhouette."}]}} | |
| {"aspect_ratio":"4:3","high_level_description":"ミニマルな背景の前で、ニュートラルかつ柔らかなスタジオ照明を浴びた、ミステリアスな雰囲気の27歳の女性モデルを捉えたプロフェッショナルなファッションポートレート。","compositional_deconstruction":{"background":"均一でクリーンな無地のマットなチャコールグレーのスタジオ用背景幕。下部にはほのかに柔らかな陰影が見られる。","elements":[{"type":"obj","bbox":[50,250,950,750],"desc":"シャープな印象を与えるスリークォーター(斜め向き)のポーズをとった、27歳のプロの女性モデル。色白の肌と際立った顔立ちを持ち、カメラからわずかに視線を外した、謎めいた落ち着きのある眼差しを向けている。肩までの長さの髪は、センター分けでダークブラウンの滑らかなウェーブスタイルに整えられている。シンプルなクリーム色のシルクキャミソールの上に、仕立ての良い構築的な黒のブレザーを着用し、クリーンで洗練されたシルエットを作り出している。"}]}} | |
![]() | ![]() |
| モデル名 | Krea 2 | コメント | |
![]() | ● JSON プロンプトは難解。編集ツールの利用が必須 ● プロンプトは JSON フォーマットではなく自然言語も可能 但し、NSFWフィルターでブロックされる可能性あり ![]() ● | ||
| パラメータ数 | 9.3 | ||
| 解像度 | 推奨 | 1024x1024 (2K) | |
| 対応範囲 | 256x256 ~ 2048x2048 | ||
| 発表時期 | 2026年6月 | ||
| 開発元 | Ideogram(カナダ) | ||
| 生成画像品質 | |||
| プロンプト追従性 | 英語 | ||
| 日本語 | |||
| 文字描画 | 英語 | ||
| 日本語 | |||
| 生成速度 | |||
| 総合評価 | |||
| 生成結果比較 (リンクページ) | FLUX.2 ① ②, Z-Image ① ②, ERNIE ① ②, HiDream ① ② | ||
| 推奨モデル (.safetensors) | ideogram4_fp8_scaled | ||
| 推奨ワークフロー (.json) | T2I | 8001_ideogram4_t2i | |