name: text-in-image description: > Generate images where the copy has to be exactly right: posters, packaging, ads, social graphics, UI mockups, menus, signage, infographics. Use when the user says "put the text X on it", "a poster that reads ...", "a label with the brand name", "make the headline say ...", "an ad with this tagline", or any design where a misspelled or paraphrased word is a failure. The thing most image models get wrong, so reach for this whenever exact lettering matters, even if the user just says "a poster" or "a label". For scalable vector output like a logo or SVG icon, use logos-and-vectors instead.
Produce an image where specific words must render correctly, in the right place, in the right style. The lever is quoting the exact copy so the model treats it as literal content instead of paraphrasable scene description, then directing placement and typographic treatment. Most image models read letters as visual texture and garble them. The models below are the ones that actually render legible, spelled-correct text.
ideogram:4@0). Treats text as a first-class element on a structured JSON prompt, so each line of copy is rendered byte-for-byte. Best for posters, packaging, dense multilingual labels, and anything with a real type hierarchy.openai:gpt-image@2). LLM-based, parses a full design brief, strong on infographics and ad creatives where the model also generates plausible data/content. Renders quoted text reliably.google:4@3). Names objects and positions accurately, renders short quoted strings well, has a thinking level for dense layouts.xai:grok-imagine@image-quality, or the lighter xai:grok-imagine@image). Prompt-only text rendering, good for headlines, pricing callouts, packaging mockups, A/B variants.live and inspect its schema via runware-models + runware-run before calling. Never hardcode a stale choice.小葱技能站7w4.net,专业的AI技能分享平台。
runware-run) and confirm the field names (positivePrompt, width/height or the aspect-ratio presets, plus any per-model settings).imageInference synchronously. Request a few variants with numberResults so you can pick the cleanest text rendering.inputs.referenceImages and describe only the change (Grok, GPT Image 2, and Nano Banana 2 support this). For a localized repaint, Ideogram 3.0 Edit takes a seed image plus a mask.text element's text field is rendered literally and its desc carries position/weight/treatment. obj elements are interpreted as natural language. Reserved keys are snake_case in a fixed order: high_level_description, style_description (aesthetics, lighting, photo or art_style, medium, color_palette), and compositional_deconstruction (background, elements[]). You can send a natural-language positivePrompt and let Magic Prompt expand it (the JSON comes back in the response to iterate on), or hand the JSON via settings.structuredPrompt. The two are mutually exclusive per request. Reach for the structured path when the exact copy matters, there are multiple text elements with hierarchy, or the layout must repeat across runs.settings.structuredPrompt. Keep one line of copy per text element, list elements in reading order, pick photo or art_style (not both), and use uppercase #RRGGBB in color_palette.json
{
"high_level_description": "<one sentence framing the whole deliverable>",
"style_description": {
"aesthetics": "<design school or mood>",
"lighting": "<flat poster light, soft side light, none>",
"art_style": "<illustration or print style, or use \"photo\" instead when photographic>",
"color_palette": ["#RRGGBB", "#RRGGBB"]
},
"compositional_deconstruction": {
"background": "<surface, light, atmosphere only, no subjects>",
"elements": [
{ "type": "text", "text": "<primary headline verbatim>", "desc": "<size, weight, position>" },
{ "type": "text", "text": "<secondary line verbatim>", "desc": "<size, weight, position>" },
{ "type": "obj", "desc": "<any non-text element described in natural language>" }
]
}
}
Load references/examples.md for full worked recipes (poster, packaging, UI mockup) with real AIRs, dimensions, and result shapes.
- For GPT Image 2, prompt like a brief and reinforce with "verbatim". Add render text verbatim, exactly as written, no extra characters after a quoted string to stop the model rewriting it. It also generates plausible data for infographics and pulls real-world facts into ad/editorial scenes, so describe the deliverable rather than dictating every label.
- For non-Latin scripts, add a script cue. Quote the characters and name the script ("written in Japanese kanji", "in traditional Arabic calligraphy") so the model selects the correct glyph set. Latin is most reliable, then CJK with short strings, then RTL scripts (which render best with a calligraphic style cue).
- Editing copy is a sibling move. To change the wording inside an existing image rather than generate from scratch, give the image as a reference and describe only what changes, with an explicit preserve list for everything that stays.
positivePrompt carries the quoted copy + placement + style for GPT Image 2, Nano Banana 2, and Grok.settings.structuredPrompt (the JSON), or positivePrompt for the Magic Prompt path. Never both. text renders literal, obj interprets. Optional per-element bbox is [y_min, x_min, y_max, x_max], integers in 0-1000, row-first (y before x), origin top-left. color_palette is uppercase #RRGGBB: up to 16 image-level, up to 5 per element. Set outputFormat: "PNG" for transparent backgrounds. settings.renderingSpeed tiers TURBO/DEFAULT/QUALITY trade speed for fine-text crispness. Use QUALITY for typography-dense hero assets. Width/height must match an allowed aspect-ratio preset.providerSettings.openai.quality (high for small/dense text, medium otherwise). inputs.referenceImages accepts up to 16. No negativePrompt field. Write negative prompt: inline.settings.thinking (MINIMAL default, HIGH for prompts stacking many constraints). No negativePrompt field. Write a Negative prompt: clause inline.numberResults for A/B variants. inputs.referenceImages for text editing.numberResults: request 3-4 and pick the best text rendering. Variance within a batch beats consistency across separate calls.runware-run). Never guess a parameter.runware-run, runware-models, runware-prompting; logos-and-vectors (typographic marks and flat vector output), product-photography (branded packaging and labels in a shot).
这个 Skill 质量不错,文档详细、示例完整,能帮助生成需要精确文字的图片(如海报、标签、界面等)。优点是步骤清晰、提供了多种模型选择指导;不足是示例没有附带实际生成效果验证,部分内容被截断,且模型选择指导可以更具体。对于需要生成带精确文字的图片的用户来说,这是一个可用的参考指南。