diff --git a/README.md b/README.md
index db2f9e3..c775bb2 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,10 @@ Model-organized workflow library for local ComfyUI use.
## Layout
- `models/flux/` - FLUX family workflows and notes
+- `models/krea2/` - Krea 2 workflows and notes
- `models/ltx/` - LTX workflows and notes
- `models/flux2klein/` - FLUX.2-klein workflows and notes
+- `models/ideogram/` - Ideogram workflows and text-placement notes
- `models/minimax/` - MiniMax workflows and notes
- `optimized/` - maintained category masters built from collected workflows
- `models/_incoming/` - temporary holding area when a workflow is still being classified
@@ -44,8 +46,10 @@ Optimized workflows live under:
## Initial model families
- `flux`
+- `krea2`
- `ltx`
- `flux2klein`
+- `ideogram`
- `minimax`
More model families can be added later as needed.
diff --git a/models/ideogram/README.md b/models/ideogram/README.md
new file mode 100644
index 0000000..aea9e35
--- /dev/null
+++ b/models/ideogram/README.md
@@ -0,0 +1,32 @@
+# Ideogram Workflows
+
+Use this folder for `Ideogram` workflows, especially anything focused on reliable in-image text, poster layouts, labels, flyers, or other typography-heavy compositions.
+
+## Strong current lead
+
+- `Ideogram v4: Text to Image (API)`
+ - Source workflow page:
+ - Model listing page:
+ - Partner-node docs reference:
+
+## Why it matters
+
+- The workflow is explicitly built around structured JSON prompts instead of only free-form text.
+- The prompt format supports:
+ - high-level scene description
+ - style description
+ - literal in-image text
+ - color palette control
+ - per-element bounding boxes for layout guidance
+- This is the strongest current lead for text placement because it targets the exact weakness ordinary prompt-only workflows usually have: getting legible text into the right part of the frame.
+
+## Practical notes
+
+- Ideogram 4.0 is documented as supporting either natural language or structured JSON prompts, but the structured JSON route is the one to prioritize for posters, labels, and other text-first layouts.
+- The workflow notes say negative prompts are not needed for the partner-node path.
+- The docs also mention an optional prompt-builder path for authoring schema-matching JSON more comfortably.
+
+## What to import later
+
+- Prioritize the `Ideogram v4: Text to Image (API)` graph first.
+- If it imports cleanly, treat it as the baseline text-placement workflow for comparison against `Krea 2`, `FLUX`, and `FLUX.2-klein`.
diff --git a/models/krea2/README.md b/models/krea2/README.md
new file mode 100644
index 0000000..fa612ae
--- /dev/null
+++ b/models/krea2/README.md
@@ -0,0 +1,14 @@
+# Krea 2 Workflows
+
+Use this folder for `Krea 2` workflows, especially text-to-image and design-oriented pipelines that lean on the model's cleaner layout and stylization behavior.
+
+Recommended subcategories to watch for:
+
+- text-to-image
+- design / poster workflows
+- reference-guided variants
+- edit or inpaint workflows
+- typography-heavy comparisons against `Ideogram`
+- benchmark comparisons against `FLUX.2-klein`
+
+Store each workflow in its own subfolder.