ERNIE-Image

ERNIE-Image is Baidu's 8B text-to-image model built on a single-stream Diffusion Transformer architecture. It is designed for strong prompt adherence, reliable text rendering, and structured visual generation, making it well suited to posters, comics, storyboards, multi-panel layouts, and other workflows where content accuracy and composition matter as much as aesthetics. The standard model emphasizes stronger general-purpose capability and instruction fidelity, typically running at around 50 inference steps.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Polar Mail Sorting Poster

A crisp vertical editorial poster for an imaginary penguin-run postal station at the South Pole, centered symmetrical layout, clean graphic illustration mixed with cinematic realism. Top headline in large perfectly readable block letters: "SOUTH POLE SORTING ROOM". Main scene: penguins in tiny navy courier caps organizing colorful envelopes on long wooden tables, snow sample crates, wax seals, red string bundles, stamped maps, frost on metal shelves, warm amber task lamps, pale blue snowfield visible through round porthole windows. Include three small labeled inset panels along the bottom with clear readable captions: "NEXT AIR DROP: 06:30", "FRAGILE: SNOW SAMPLES", and "ROUTE B: ICE FIELD". Sharp typography, balanced margins, detailed faces and feathers, playful professional mood, high instruction fidelity, no misspelled text, premium magazine poster finish.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'baidu:ernie-image@0',
positivePrompt: 'A crisp vertical editorial poster for an imaginary penguin-run postal station at the South Pole, centered symmetrical layout, clean graphic illustration mixed with cinematic realism. Top headline in large perfectly readable block letters: "SOUTH POLE SORTING ROOM". Main scene: penguins in tiny navy courier caps organizing colorful envelopes on long wooden tables, snow sample crates, wax seals, red string bundles, stamped maps, frost on metal shelves, warm amber task lamps, pale blue snowfield visible through round porthole windows. Include three small labeled inset panels along the bottom with clear readable captions: "NEXT AIR DROP: 06:30", "FRAGILE: SNOW SAMPLES", and "ROUTE B: ICE FIELD". Sharp typography, balanced margins, detailed faces and feathers, playful professional mood, high instruction fidelity, no misspelled text, premium magazine poster finish.',
width: 1024,
height: 1536,
seed: 61173,
steps: 50,
CFGScale: 6.5
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "baidu:ernie-image@0",
"positivePrompt": "A crisp vertical editorial poster for an imaginary penguin-run postal station at the South Pole, centered symmetrical layout, clean graphic illustration mixed with cinematic realism. Top headline in large perfectly readable block letters: \"SOUTH POLE SORTING ROOM\". Main scene: penguins in tiny navy courier caps organizing colorful envelopes on long wooden tables, snow sample crates, wax seals, red string bundles, stamped maps, frost on metal shelves, warm amber task lamps, pale blue snowfield visible through round porthole windows. Include three small labeled inset panels along the bottom with clear readable captions: \"NEXT AIR DROP: 06:30\", \"FRAGILE: SNOW SAMPLES\", and \"ROUTE B: ICE FIELD\". Sharp typography, balanced margins, detailed faces and feathers, playful professional mood, high instruction fidelity, no misspelled text, premium magazine poster finish.",
"width": 1024,
"height": 1536,
"seed": 61173,
"steps": 50,
"CFGScale": 6.5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "547922b3-93a4-4577-a9cf-106707499de7",
"model": "baidu:ernie-image@0",
"positivePrompt": "A crisp vertical editorial poster for an imaginary penguin-run postal station at the South Pole, centered symmetrical layout, clean graphic illustration mixed with cinematic realism. Top headline in large perfectly readable block letters: \"SOUTH POLE SORTING ROOM\". Main scene: penguins in tiny navy courier caps organizing colorful envelopes on long wooden tables, snow sample crates, wax seals, red string bundles, stamped maps, frost on metal shelves, warm amber task lamps, pale blue snowfield visible through round porthole windows. Include three small labeled inset panels along the bottom with clear readable captions: \"NEXT AIR DROP: 06:30\", \"FRAGILE: SNOW SAMPLES\", and \"ROUTE B: ICE FIELD\". Sharp typography, balanced margins, detailed faces and feathers, playful professional mood, high instruction fidelity, no misspelled text, premium magazine poster finish.",
"width": 1024,
"height": 1536,
"seed": 61173,
"steps": 50,
"CFGScale": 6.5
}
]'runware run baidu:ernie-image@0 \
positivePrompt="A crisp vertical editorial poster for an imaginary penguin-run postal station at the South Pole, centered symmetrical layout, clean graphic illustration mixed with cinematic realism. Top headline in large perfectly readable block letters: \"SOUTH POLE SORTING ROOM\". Main scene: penguins in tiny navy courier caps organizing colorful envelopes on long wooden tables, snow sample crates, wax seals, red string bundles, stamped maps, frost on metal shelves, warm amber task lamps, pale blue snowfield visible through round porthole windows. Include three small labeled inset panels along the bottom with clear readable captions: \"NEXT AIR DROP: 06:30\", \"FRAGILE: SNOW SAMPLES\", and \"ROUTE B: ICE FIELD\". Sharp typography, balanced margins, detailed faces and feathers, playful professional mood, high instruction fidelity, no misspelled text, premium magazine poster finish." \
width=1024 \
height=1536 \
seed=61173 \
steps=50 \
CFGScale=6.5{
"taskType": "imageInference",
"taskUUID": "547922b3-93a4-4577-a9cf-106707499de7",
"model": "baidu:ernie-image@0",
"positivePrompt": "A crisp vertical editorial poster for an imaginary penguin-run postal station at the South Pole, centered symmetrical layout, clean graphic illustration mixed with cinematic realism. Top headline in large perfectly readable block letters: \"SOUTH POLE SORTING ROOM\". Main scene: penguins in tiny navy courier caps organizing colorful envelopes on long wooden tables, snow sample crates, wax seals, red string bundles, stamped maps, frost on metal shelves, warm amber task lamps, pale blue snowfield visible through round porthole windows. Include three small labeled inset panels along the bottom with clear readable captions: \"NEXT AIR DROP: 06:30\", \"FRAGILE: SNOW SAMPLES\", and \"ROUTE B: ICE FIELD\". Sharp typography, balanced margins, detailed faces and feathers, playful professional mood, high instruction fidelity, no misspelled text, premium magazine poster finish.",
"width": 1024,
"height": 1536,
"seed": 61173,
"steps": 50,
"CFGScale": 6.5
}{
"taskType": "imageInference",
"taskUUID": "547922b3-93a4-4577-a9cf-106707499de7",
"imageUUID": "fbe87c0d-23b1-4656-8eb9-d32654cbc2d7",
"imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/fbe87c0d-23b1-4656-8eb9-d32654cbc2d7.jpg",
"seed": 61173,
"cost": 0.0192
}Miniature Orchard Robotics Manual

Create a polished landscape-format six-panel field manual page for a miniature orchard robotics crew. Use a precise 3 columns by 2 rows layout with thin cream dividers and small numbered tabs. Scene style: warm gouache-like editorial illustration, crisp linework, cheerful scientific tone, detailed apple branches, copper micro-robots, tiny conveyor nests, pollen collection jars, soft morning light. Include clearly readable English text: title at top 'ORCHARD MICROBOT FIELD GUIDE'; panel labels exactly '1 SPROUT SCAN', '2 BLOSSOM BRUSH', '3 PEST PATROL', '4 ROOT MAPPING', '5 RIPE SIGNAL', '6 NIGHT DOCK'. Each panel should match its label with distinct action and clear composition; no extra words, no watermark, no logo.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'baidu:ernie-image@0',
positivePrompt: 'Create a polished landscape-format six-panel field manual page for a miniature orchard robotics crew. Use a precise 3 columns by 2 rows layout with thin cream dividers and small numbered tabs. Scene style: warm gouache-like editorial illustration, crisp linework, cheerful scientific tone, detailed apple branches, copper micro-robots, tiny conveyor nests, pollen collection jars, soft morning light. Include clearly readable English text: title at top \'ORCHARD MICROBOT FIELD GUIDE\'; panel labels exactly \'1 SPROUT SCAN\', \'2 BLOSSOM BRUSH\', \'3 PEST PATROL\', \'4 ROOT MAPPING\', \'5 RIPE SIGNAL\', \'6 NIGHT DOCK\'. Each panel should match its label with distinct action and clear composition; no extra words, no watermark, no logo.',
width: 1344,
height: 896,
seed: 38438,
steps: 50,
CFGScale: 5.5
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "baidu:ernie-image@0",
"positivePrompt": "Create a polished landscape-format six-panel field manual page for a miniature orchard robotics crew. Use a precise 3 columns by 2 rows layout with thin cream dividers and small numbered tabs. Scene style: warm gouache-like editorial illustration, crisp linework, cheerful scientific tone, detailed apple branches, copper micro-robots, tiny conveyor nests, pollen collection jars, soft morning light. Include clearly readable English text: title at top 'ORCHARD MICROBOT FIELD GUIDE'; panel labels exactly '1 SPROUT SCAN', '2 BLOSSOM BRUSH', '3 PEST PATROL', '4 ROOT MAPPING', '5 RIPE SIGNAL', '6 NIGHT DOCK'. Each panel should match its label with distinct action and clear composition; no extra words, no watermark, no logo.",
"width": 1344,
"height": 896,
"seed": 38438,
"steps": 50,
"CFGScale": 5.5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "e65d96f0-3512-4274-831d-a9b16209fdb5",
"model": "baidu:ernie-image@0",
"positivePrompt": "Create a polished landscape-format six-panel field manual page for a miniature orchard robotics crew. Use a precise 3 columns by 2 rows layout with thin cream dividers and small numbered tabs. Scene style: warm gouache-like editorial illustration, crisp linework, cheerful scientific tone, detailed apple branches, copper micro-robots, tiny conveyor nests, pollen collection jars, soft morning light. Include clearly readable English text: title at top 'ORCHARD MICROBOT FIELD GUIDE'; panel labels exactly '1 SPROUT SCAN', '2 BLOSSOM BRUSH', '3 PEST PATROL', '4 ROOT MAPPING', '5 RIPE SIGNAL', '6 NIGHT DOCK'. Each panel should match its label with distinct action and clear composition; no extra words, no watermark, no logo.",
"width": 1344,
"height": 896,
"seed": 38438,
"steps": 50,
"CFGScale": 5.5
}
]'runware run baidu:ernie-image@0 \
positivePrompt="Create a polished landscape-format six-panel field manual page for a miniature orchard robotics crew. Use a precise 3 columns by 2 rows layout with thin cream dividers and small numbered tabs. Scene style: warm gouache-like editorial illustration, crisp linework, cheerful scientific tone, detailed apple branches, copper micro-robots, tiny conveyor nests, pollen collection jars, soft morning light. Include clearly readable English text: title at top 'ORCHARD MICROBOT FIELD GUIDE'; panel labels exactly '1 SPROUT SCAN', '2 BLOSSOM BRUSH', '3 PEST PATROL', '4 ROOT MAPPING', '5 RIPE SIGNAL', '6 NIGHT DOCK'. Each panel should match its label with distinct action and clear composition; no extra words, no watermark, no logo." \
width=1344 \
height=896 \
seed=38438 \
steps=50 \
CFGScale=5.5{
"taskType": "imageInference",
"taskUUID": "e65d96f0-3512-4274-831d-a9b16209fdb5",
"model": "baidu:ernie-image@0",
"positivePrompt": "Create a polished landscape-format six-panel field manual page for a miniature orchard robotics crew. Use a precise 3 columns by 2 rows layout with thin cream dividers and small numbered tabs. Scene style: warm gouache-like editorial illustration, crisp linework, cheerful scientific tone, detailed apple branches, copper micro-robots, tiny conveyor nests, pollen collection jars, soft morning light. Include clearly readable English text: title at top 'ORCHARD MICROBOT FIELD GUIDE'; panel labels exactly '1 SPROUT SCAN', '2 BLOSSOM BRUSH', '3 PEST PATROL', '4 ROOT MAPPING', '5 RIPE SIGNAL', '6 NIGHT DOCK'. Each panel should match its label with distinct action and clear composition; no extra words, no watermark, no logo.",
"width": 1344,
"height": 896,
"seed": 38438,
"steps": 50,
"CFGScale": 5.5
}{
"taskType": "imageInference",
"taskUUID": "e65d96f0-3512-4274-831d-a9b16209fdb5",
"imageUUID": "56ed222d-6b66-41f5-828c-f5bd690b4742",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/56ed222d-6b66-41f5-828c-f5bd690b4742.jpg",
"seed": 38438,
"cost": 0.0186
}Interstellar Seed Vault Cutaway

Wide cinematic cutaway of an interstellar seed vault inside a hollow rotating space habitat, crisp editorial illustration style, highly organized interior chambers stacked in three visible levels. Include accurate readable English labels on signs and doors: “GENE BANK 87898”, “DRY STORAGE”, “SPROUT TEST”, “QUARANTINE”, “ARCHIVE CORE”. Show tiny botanist engineers in white suits inspecting seed capsules, transparent crop growth tubes, color-coded pipes, robotic carts, clean metal walkways, soft amber and cyan lighting, starfield visible through long curved windows, balanced composition, intricate mechanical detail, sharp typography, no blurry text.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'baidu:ernie-image@0',
positivePrompt: 'Wide cinematic cutaway of an interstellar seed vault inside a hollow rotating space habitat, crisp editorial illustration style, highly organized interior chambers stacked in three visible levels. Include accurate readable English labels on signs and doors: “GENE BANK 87898”, “DRY STORAGE”, “SPROUT TEST”, “QUARANTINE”, “ARCHIVE CORE”. Show tiny botanist engineers in white suits inspecting seed capsules, transparent crop growth tubes, color-coded pipes, robotic carts, clean metal walkways, soft amber and cyan lighting, starfield visible through long curved windows, balanced composition, intricate mechanical detail, sharp typography, no blurry text.',
width: 1344,
height: 768,
seed: 87898,
steps: 50,
CFGScale: 6
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "baidu:ernie-image@0",
"positivePrompt": "Wide cinematic cutaway of an interstellar seed vault inside a hollow rotating space habitat, crisp editorial illustration style, highly organized interior chambers stacked in three visible levels. Include accurate readable English labels on signs and doors: “GENE BANK 87898”, “DRY STORAGE”, “SPROUT TEST”, “QUARANTINE”, “ARCHIVE CORE”. Show tiny botanist engineers in white suits inspecting seed capsules, transparent crop growth tubes, color-coded pipes, robotic carts, clean metal walkways, soft amber and cyan lighting, starfield visible through long curved windows, balanced composition, intricate mechanical detail, sharp typography, no blurry text.",
"width": 1344,
"height": 768,
"seed": 87898,
"steps": 50,
"CFGScale": 6
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "25aef93b-a5a2-4394-8bb6-fb2ec254aadc",
"model": "baidu:ernie-image@0",
"positivePrompt": "Wide cinematic cutaway of an interstellar seed vault inside a hollow rotating space habitat, crisp editorial illustration style, highly organized interior chambers stacked in three visible levels. Include accurate readable English labels on signs and doors: “GENE BANK 87898”, “DRY STORAGE”, “SPROUT TEST”, “QUARANTINE”, “ARCHIVE CORE”. Show tiny botanist engineers in white suits inspecting seed capsules, transparent crop growth tubes, color-coded pipes, robotic carts, clean metal walkways, soft amber and cyan lighting, starfield visible through long curved windows, balanced composition, intricate mechanical detail, sharp typography, no blurry text.",
"width": 1344,
"height": 768,
"seed": 87898,
"steps": 50,
"CFGScale": 6
}
]'runware run baidu:ernie-image@0 \
positivePrompt="Wide cinematic cutaway of an interstellar seed vault inside a hollow rotating space habitat, crisp editorial illustration style, highly organized interior chambers stacked in three visible levels. Include accurate readable English labels on signs and doors: “GENE BANK 87898”, “DRY STORAGE”, “SPROUT TEST”, “QUARANTINE”, “ARCHIVE CORE”. Show tiny botanist engineers in white suits inspecting seed capsules, transparent crop growth tubes, color-coded pipes, robotic carts, clean metal walkways, soft amber and cyan lighting, starfield visible through long curved windows, balanced composition, intricate mechanical detail, sharp typography, no blurry text." \
width=1344 \
height=768 \
seed=87898 \
steps=50 \
CFGScale=6{
"taskType": "imageInference",
"taskUUID": "25aef93b-a5a2-4394-8bb6-fb2ec254aadc",
"model": "baidu:ernie-image@0",
"positivePrompt": "Wide cinematic cutaway of an interstellar seed vault inside a hollow rotating space habitat, crisp editorial illustration style, highly organized interior chambers stacked in three visible levels. Include accurate readable English labels on signs and doors: “GENE BANK 87898”, “DRY STORAGE”, “SPROUT TEST”, “QUARANTINE”, “ARCHIVE CORE”. Show tiny botanist engineers in white suits inspecting seed capsules, transparent crop growth tubes, color-coded pipes, robotic carts, clean metal walkways, soft amber and cyan lighting, starfield visible through long curved windows, balanced composition, intricate mechanical detail, sharp typography, no blurry text.",
"width": 1344,
"height": 768,
"seed": 87898,
"steps": 50,
"CFGScale": 6
}{
"taskType": "imageInference",
"taskUUID": "25aef93b-a5a2-4394-8bb6-fb2ec254aadc",
"imageUUID": "32bd38a3-9687-4516-b21c-7cba03b549f5",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/32bd38a3-9687-4516-b21c-7cba03b549f5.jpg",
"seed": 87898,
"cost": 0.0179
}Clockwork Tortoise Expedition Diagram

Create a crisp wide three-panel educational storyboard showing a brass clockwork tortoise carrying a miniature weather station across a windswept alpine plateau at sunrise. Panel 1: side view of the tortoise with visible gears, tiny antenna, and cargo crates; include the clear title text 'MECHANICAL FIELD NOTES'. Panel 2: close-up labeled diagram with neat callouts reading 'barometer', 'wind vane', 'solar key', and 'sample drawer'. Panel 3: route map on parchment with numbered checkpoints, mountain silhouettes, and a small scientist in a red parka taking notes. Use precise linework, warm ochre and teal palette, cinematic depth, clean margins, accurate perspective, readable typography, highly detailed, charming exploratory mood.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'baidu:ernie-image@0',
positivePrompt: 'Create a crisp wide three-panel educational storyboard showing a brass clockwork tortoise carrying a miniature weather station across a windswept alpine plateau at sunrise. Panel 1: side view of the tortoise with visible gears, tiny antenna, and cargo crates; include the clear title text \'MECHANICAL FIELD NOTES\'. Panel 2: close-up labeled diagram with neat callouts reading \'barometer\', \'wind vane\', \'solar key\', and \'sample drawer\'. Panel 3: route map on parchment with numbered checkpoints, mountain silhouettes, and a small scientist in a red parka taking notes. Use precise linework, warm ochre and teal palette, cinematic depth, clean margins, accurate perspective, readable typography, highly detailed, charming exploratory mood.',
width: 1344,
height: 768,
seed: 46617,
steps: 50,
CFGScale: 6.5
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "baidu:ernie-image@0",
"positivePrompt": "Create a crisp wide three-panel educational storyboard showing a brass clockwork tortoise carrying a miniature weather station across a windswept alpine plateau at sunrise. Panel 1: side view of the tortoise with visible gears, tiny antenna, and cargo crates; include the clear title text 'MECHANICAL FIELD NOTES'. Panel 2: close-up labeled diagram with neat callouts reading 'barometer', 'wind vane', 'solar key', and 'sample drawer'. Panel 3: route map on parchment with numbered checkpoints, mountain silhouettes, and a small scientist in a red parka taking notes. Use precise linework, warm ochre and teal palette, cinematic depth, clean margins, accurate perspective, readable typography, highly detailed, charming exploratory mood.",
"width": 1344,
"height": 768,
"seed": 46617,
"steps": 50,
"CFGScale": 6.5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "8029a165-6444-4735-9ef6-ad67eb713df8",
"model": "baidu:ernie-image@0",
"positivePrompt": "Create a crisp wide three-panel educational storyboard showing a brass clockwork tortoise carrying a miniature weather station across a windswept alpine plateau at sunrise. Panel 1: side view of the tortoise with visible gears, tiny antenna, and cargo crates; include the clear title text 'MECHANICAL FIELD NOTES'. Panel 2: close-up labeled diagram with neat callouts reading 'barometer', 'wind vane', 'solar key', and 'sample drawer'. Panel 3: route map on parchment with numbered checkpoints, mountain silhouettes, and a small scientist in a red parka taking notes. Use precise linework, warm ochre and teal palette, cinematic depth, clean margins, accurate perspective, readable typography, highly detailed, charming exploratory mood.",
"width": 1344,
"height": 768,
"seed": 46617,
"steps": 50,
"CFGScale": 6.5
}
]'runware run baidu:ernie-image@0 \
positivePrompt="Create a crisp wide three-panel educational storyboard showing a brass clockwork tortoise carrying a miniature weather station across a windswept alpine plateau at sunrise. Panel 1: side view of the tortoise with visible gears, tiny antenna, and cargo crates; include the clear title text 'MECHANICAL FIELD NOTES'. Panel 2: close-up labeled diagram with neat callouts reading 'barometer', 'wind vane', 'solar key', and 'sample drawer'. Panel 3: route map on parchment with numbered checkpoints, mountain silhouettes, and a small scientist in a red parka taking notes. Use precise linework, warm ochre and teal palette, cinematic depth, clean margins, accurate perspective, readable typography, highly detailed, charming exploratory mood." \
width=1344 \
height=768 \
seed=46617 \
steps=50 \
CFGScale=6.5{
"taskType": "imageInference",
"taskUUID": "8029a165-6444-4735-9ef6-ad67eb713df8",
"model": "baidu:ernie-image@0",
"positivePrompt": "Create a crisp wide three-panel educational storyboard showing a brass clockwork tortoise carrying a miniature weather station across a windswept alpine plateau at sunrise. Panel 1: side view of the tortoise with visible gears, tiny antenna, and cargo crates; include the clear title text 'MECHANICAL FIELD NOTES'. Panel 2: close-up labeled diagram with neat callouts reading 'barometer', 'wind vane', 'solar key', and 'sample drawer'. Panel 3: route map on parchment with numbered checkpoints, mountain silhouettes, and a small scientist in a red parka taking notes. Use precise linework, warm ochre and teal palette, cinematic depth, clean margins, accurate perspective, readable typography, highly detailed, charming exploratory mood.",
"width": 1344,
"height": 768,
"seed": 46617,
"steps": 50,
"CFGScale": 6.5
}{
"taskType": "imageInference",
"taskUUID": "8029a165-6444-4735-9ef6-ad67eb713df8",
"imageUUID": "977cd814-78f1-4324-b425-64860bf84c12",
"imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/977cd814-78f1-4324-b425-64860bf84c12.jpg",
"seed": 46617,
"cost": 0.0186
}