Seedream 4.5

Seedream 4.5 is a ByteDance image model for precise 2K to 4K generation and editing. It improves multi image composition, preserves reference detail, and renders small text more reliably. It supports up to 14 reference images for stable characters and design heavy layouts.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Step-by-step tutorials for advanced use cases
Mycelium Harvest Supper Invitation

Create a finished, flat portrait invitation design for an autumn donor dinner hosted by an experimental fermentation research collective. Sophisticated editorial art direction blending nineteenth-century natural-history engraving with contemporary artisan letterpress. Use a warm bone-paper background with visible cotton fibers, deep oxblood typography, saffron accents, muted mushroom brown, and touches of dusty sage. Frame the invitation with an intricate asymmetrical botanical border of oyster mushrooms, barley heads, koji rice grains, black walnuts, tiny fermentation bubbles, ceramic crocks, and curling mycelium threads. The specimens should feel scientifically observed yet abundant and celebratory, rendered with fine engraved lines and selective flat color. Place one large oyster mushroom cluster at the lower right and delicate mycelium filaments climbing toward the upper left, leaving a generous calm central field for typography. Elegant, intimate, cultivated mood; tactile print character; crisp details; balanced negative space; restrained decorative ornament; premium independent cultural-institution aesthetic. Set the following wording exactly, with no additional text: THE MYCELIUM HARVEST SUPPER An evening of fermentation, fieldwork & shared tables SATURDAY, 17 OCTOBER 2026 SIX THIRTY IN THE EVENING The Fermentation Hall 48 Foundry Lane Hudson, New York Dinner begins at seven Garden attire KINDLY REPLY BY 3 OCTOBER Use a refined high-contrast serif in uppercase for the title, slightly condensed and centered. Set supporting copy in a highly legible classic serif with generous line spacing. Use small caps and subtle saffron rules for the date, venue, and reply line. Maintain impeccable spelling, clean hierarchy, and precise alignment. This is the standalone front of a professionally printed invitation, edge-to-edge artwork, not a card mockup, not shown in a hand, and not placed on a table.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@4.5',
positivePrompt: 'Create a finished, flat portrait invitation design for an autumn donor dinner hosted by an experimental fermentation research collective. Sophisticated editorial art direction blending nineteenth-century natural-history engraving with contemporary artisan letterpress. Use a warm bone-paper background with visible cotton fibers, deep oxblood typography, saffron accents, muted mushroom brown, and touches of dusty sage. Frame the invitation with an intricate asymmetrical botanical border of oyster mushrooms, barley heads, koji rice grains, black walnuts, tiny fermentation bubbles, ceramic crocks, and curling mycelium threads. The specimens should feel scientifically observed yet abundant and celebratory, rendered with fine engraved lines and selective flat color. Place one large oyster mushroom cluster at the lower right and delicate mycelium filaments climbing toward the upper left, leaving a generous calm central field for typography. Elegant, intimate, cultivated mood; tactile print character; crisp details; balanced negative space; restrained decorative ornament; premium independent cultural-institution aesthetic.\n\nSet the following wording exactly, with no additional text:\n\nTHE MYCELIUM\nHARVEST SUPPER\n\nAn evening of fermentation,\nfieldwork & shared tables\n\nSATURDAY, 17 OCTOBER 2026\nSIX THIRTY IN THE EVENING\n\nThe Fermentation Hall\n48 Foundry Lane\nHudson, New York\n\nDinner begins at seven\nGarden attire\n\nKINDLY REPLY BY 3 OCTOBER\n\nUse a refined high-contrast serif in uppercase for the title, slightly condensed and centered. Set supporting copy in a highly legible classic serif with generous line spacing. Use small caps and subtle saffron rules for the date, venue, and reply line. Maintain impeccable spelling, clean hierarchy, and precise alignment. This is the standalone front of a professionally printed invitation, edge-to-edge artwork, not a card mockup, not shown in a hand, and not placed on a table.',
width: 1536,
height: 2560
})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": "bytedance:seedream@4.5",
"positivePrompt": "Create a finished, flat portrait invitation design for an autumn donor dinner hosted by an experimental fermentation research collective. Sophisticated editorial art direction blending nineteenth-century natural-history engraving with contemporary artisan letterpress. Use a warm bone-paper background with visible cotton fibers, deep oxblood typography, saffron accents, muted mushroom brown, and touches of dusty sage. Frame the invitation with an intricate asymmetrical botanical border of oyster mushrooms, barley heads, koji rice grains, black walnuts, tiny fermentation bubbles, ceramic crocks, and curling mycelium threads. The specimens should feel scientifically observed yet abundant and celebratory, rendered with fine engraved lines and selective flat color. Place one large oyster mushroom cluster at the lower right and delicate mycelium filaments climbing toward the upper left, leaving a generous calm central field for typography. Elegant, intimate, cultivated mood; tactile print character; crisp details; balanced negative space; restrained decorative ornament; premium independent cultural-institution aesthetic.\n\nSet the following wording exactly, with no additional text:\n\nTHE MYCELIUM\nHARVEST SUPPER\n\nAn evening of fermentation,\nfieldwork & shared tables\n\nSATURDAY, 17 OCTOBER 2026\nSIX THIRTY IN THE EVENING\n\nThe Fermentation Hall\n48 Foundry Lane\nHudson, New York\n\nDinner begins at seven\nGarden attire\n\nKINDLY REPLY BY 3 OCTOBER\n\nUse a refined high-contrast serif in uppercase for the title, slightly condensed and centered. Set supporting copy in a highly legible classic serif with generous line spacing. Use small caps and subtle saffron rules for the date, venue, and reply line. Maintain impeccable spelling, clean hierarchy, and precise alignment. This is the standalone front of a professionally printed invitation, edge-to-edge artwork, not a card mockup, not shown in a hand, and not placed on a table.",
"width": 1536,
"height": 2560
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "f8a683c8-8feb-4c3a-8005-e7db59b05aa8",
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a finished, flat portrait invitation design for an autumn donor dinner hosted by an experimental fermentation research collective. Sophisticated editorial art direction blending nineteenth-century natural-history engraving with contemporary artisan letterpress. Use a warm bone-paper background with visible cotton fibers, deep oxblood typography, saffron accents, muted mushroom brown, and touches of dusty sage. Frame the invitation with an intricate asymmetrical botanical border of oyster mushrooms, barley heads, koji rice grains, black walnuts, tiny fermentation bubbles, ceramic crocks, and curling mycelium threads. The specimens should feel scientifically observed yet abundant and celebratory, rendered with fine engraved lines and selective flat color. Place one large oyster mushroom cluster at the lower right and delicate mycelium filaments climbing toward the upper left, leaving a generous calm central field for typography. Elegant, intimate, cultivated mood; tactile print character; crisp details; balanced negative space; restrained decorative ornament; premium independent cultural-institution aesthetic.\n\nSet the following wording exactly, with no additional text:\n\nTHE MYCELIUM\nHARVEST SUPPER\n\nAn evening of fermentation,\nfieldwork & shared tables\n\nSATURDAY, 17 OCTOBER 2026\nSIX THIRTY IN THE EVENING\n\nThe Fermentation Hall\n48 Foundry Lane\nHudson, New York\n\nDinner begins at seven\nGarden attire\n\nKINDLY REPLY BY 3 OCTOBER\n\nUse a refined high-contrast serif in uppercase for the title, slightly condensed and centered. Set supporting copy in a highly legible classic serif with generous line spacing. Use small caps and subtle saffron rules for the date, venue, and reply line. Maintain impeccable spelling, clean hierarchy, and precise alignment. This is the standalone front of a professionally printed invitation, edge-to-edge artwork, not a card mockup, not shown in a hand, and not placed on a table.",
"width": 1536,
"height": 2560
}
]'runware run bytedance:seedream@4.5 \
positivePrompt="Create a finished, flat portrait invitation design for an autumn donor dinner hosted by an experimental fermentation research collective. Sophisticated editorial art direction blending nineteenth-century natural-history engraving with contemporary artisan letterpress. Use a warm bone-paper background with visible cotton fibers, deep oxblood typography, saffron accents, muted mushroom brown, and touches of dusty sage. Frame the invitation with an intricate asymmetrical botanical border of oyster mushrooms, barley heads, koji rice grains, black walnuts, tiny fermentation bubbles, ceramic crocks, and curling mycelium threads. The specimens should feel scientifically observed yet abundant and celebratory, rendered with fine engraved lines and selective flat color. Place one large oyster mushroom cluster at the lower right and delicate mycelium filaments climbing toward the upper left, leaving a generous calm central field for typography. Elegant, intimate, cultivated mood; tactile print character; crisp details; balanced negative space; restrained decorative ornament; premium independent cultural-institution aesthetic.
Set the following wording exactly, with no additional text:
THE MYCELIUM
HARVEST SUPPER
An evening of fermentation,
fieldwork & shared tables
SATURDAY, 17 OCTOBER 2026
SIX THIRTY IN THE EVENING
The Fermentation Hall
48 Foundry Lane
Hudson, New York
Dinner begins at seven
Garden attire
KINDLY REPLY BY 3 OCTOBER
Use a refined high-contrast serif in uppercase for the title, slightly condensed and centered. Set supporting copy in a highly legible classic serif with generous line spacing. Use small caps and subtle saffron rules for the date, venue, and reply line. Maintain impeccable spelling, clean hierarchy, and precise alignment. This is the standalone front of a professionally printed invitation, edge-to-edge artwork, not a card mockup, not shown in a hand, and not placed on a table." \
width=1536 \
height=2560{
"taskType": "imageInference",
"taskUUID": "f8a683c8-8feb-4c3a-8005-e7db59b05aa8",
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a finished, flat portrait invitation design for an autumn donor dinner hosted by an experimental fermentation research collective. Sophisticated editorial art direction blending nineteenth-century natural-history engraving with contemporary artisan letterpress. Use a warm bone-paper background with visible cotton fibers, deep oxblood typography, saffron accents, muted mushroom brown, and touches of dusty sage. Frame the invitation with an intricate asymmetrical botanical border of oyster mushrooms, barley heads, koji rice grains, black walnuts, tiny fermentation bubbles, ceramic crocks, and curling mycelium threads. The specimens should feel scientifically observed yet abundant and celebratory, rendered with fine engraved lines and selective flat color. Place one large oyster mushroom cluster at the lower right and delicate mycelium filaments climbing toward the upper left, leaving a generous calm central field for typography. Elegant, intimate, cultivated mood; tactile print character; crisp details; balanced negative space; restrained decorative ornament; premium independent cultural-institution aesthetic.\n\nSet the following wording exactly, with no additional text:\n\nTHE MYCELIUM\nHARVEST SUPPER\n\nAn evening of fermentation,\nfieldwork & shared tables\n\nSATURDAY, 17 OCTOBER 2026\nSIX THIRTY IN THE EVENING\n\nThe Fermentation Hall\n48 Foundry Lane\nHudson, New York\n\nDinner begins at seven\nGarden attire\n\nKINDLY REPLY BY 3 OCTOBER\n\nUse a refined high-contrast serif in uppercase for the title, slightly condensed and centered. Set supporting copy in a highly legible classic serif with generous line spacing. Use small caps and subtle saffron rules for the date, venue, and reply line. Maintain impeccable spelling, clean hierarchy, and precise alignment. This is the standalone front of a professionally printed invitation, edge-to-edge artwork, not a card mockup, not shown in a hand, and not placed on a table.",
"width": 1536,
"height": 2560
}{
"taskType": "imageInference",
"taskUUID": "f8a683c8-8feb-4c3a-8005-e7db59b05aa8",
"imageUUID": "b148dd1c-f373-439d-aaa8-e1ed46798da3",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/4/ii/b148dd1c-f373-439d-aaa8-e1ed46798da3.jpg",
"seed": 1200064461,
"cost": 0.04
}Fermentation Culture Lobby Wall Art

Create a finished portrait-format fine-art print inspired by a microscopic precision-fermentation culture, designed for the sophisticated lobby of a biotechnology laboratory. An edge-to-edge dark-field composition of hundreds of translucent circular cells, delicate branching membranes, tiny nutrient vesicles, and threadlike microbial structures suspended in deep space. Build a graceful vertical flow: a dense glowing colony near the lower third gradually disperses upward into sparse individual organisms, leaving calm negative space around the upper center. Render the biology with convincing microscopic detail but compose it like abstract contemporary art rather than a textbook diagram. Luminous celadon green, pale saffron, muted coral, and opalescent ivory forms against an inky blue-black ground; subtle halos, diffraction colors, glassy depth, restrained bloom, and crisp cellular edges. Elegant, meditative, scientifically informed, premium gallery aesthetic, richly detailed at close viewing distance, balanced for a tall 3:5 art print. No labels, no typography, no border, no frame, no room mockup, no people, no laboratory equipment.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@4.5',
positivePrompt: 'Create a finished portrait-format fine-art print inspired by a microscopic precision-fermentation culture, designed for the sophisticated lobby of a biotechnology laboratory. An edge-to-edge dark-field composition of hundreds of translucent circular cells, delicate branching membranes, tiny nutrient vesicles, and threadlike microbial structures suspended in deep space. Build a graceful vertical flow: a dense glowing colony near the lower third gradually disperses upward into sparse individual organisms, leaving calm negative space around the upper center. Render the biology with convincing microscopic detail but compose it like abstract contemporary art rather than a textbook diagram. Luminous celadon green, pale saffron, muted coral, and opalescent ivory forms against an inky blue-black ground; subtle halos, diffraction colors, glassy depth, restrained bloom, and crisp cellular edges. Elegant, meditative, scientifically informed, premium gallery aesthetic, richly detailed at close viewing distance, balanced for a tall 3:5 art print. No labels, no typography, no border, no frame, no room mockup, no people, no laboratory equipment.',
width: 1536,
height: 2560
})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": "bytedance:seedream@4.5",
"positivePrompt": "Create a finished portrait-format fine-art print inspired by a microscopic precision-fermentation culture, designed for the sophisticated lobby of a biotechnology laboratory. An edge-to-edge dark-field composition of hundreds of translucent circular cells, delicate branching membranes, tiny nutrient vesicles, and threadlike microbial structures suspended in deep space. Build a graceful vertical flow: a dense glowing colony near the lower third gradually disperses upward into sparse individual organisms, leaving calm negative space around the upper center. Render the biology with convincing microscopic detail but compose it like abstract contemporary art rather than a textbook diagram. Luminous celadon green, pale saffron, muted coral, and opalescent ivory forms against an inky blue-black ground; subtle halos, diffraction colors, glassy depth, restrained bloom, and crisp cellular edges. Elegant, meditative, scientifically informed, premium gallery aesthetic, richly detailed at close viewing distance, balanced for a tall 3:5 art print. No labels, no typography, no border, no frame, no room mockup, no people, no laboratory equipment.",
"width": 1536,
"height": 2560
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "92fa00ee-e012-4428-8dc2-af08c6c53abe",
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a finished portrait-format fine-art print inspired by a microscopic precision-fermentation culture, designed for the sophisticated lobby of a biotechnology laboratory. An edge-to-edge dark-field composition of hundreds of translucent circular cells, delicate branching membranes, tiny nutrient vesicles, and threadlike microbial structures suspended in deep space. Build a graceful vertical flow: a dense glowing colony near the lower third gradually disperses upward into sparse individual organisms, leaving calm negative space around the upper center. Render the biology with convincing microscopic detail but compose it like abstract contemporary art rather than a textbook diagram. Luminous celadon green, pale saffron, muted coral, and opalescent ivory forms against an inky blue-black ground; subtle halos, diffraction colors, glassy depth, restrained bloom, and crisp cellular edges. Elegant, meditative, scientifically informed, premium gallery aesthetic, richly detailed at close viewing distance, balanced for a tall 3:5 art print. No labels, no typography, no border, no frame, no room mockup, no people, no laboratory equipment.",
"width": 1536,
"height": 2560
}
]'runware run bytedance:seedream@4.5 \
positivePrompt="Create a finished portrait-format fine-art print inspired by a microscopic precision-fermentation culture, designed for the sophisticated lobby of a biotechnology laboratory. An edge-to-edge dark-field composition of hundreds of translucent circular cells, delicate branching membranes, tiny nutrient vesicles, and threadlike microbial structures suspended in deep space. Build a graceful vertical flow: a dense glowing colony near the lower third gradually disperses upward into sparse individual organisms, leaving calm negative space around the upper center. Render the biology with convincing microscopic detail but compose it like abstract contemporary art rather than a textbook diagram. Luminous celadon green, pale saffron, muted coral, and opalescent ivory forms against an inky blue-black ground; subtle halos, diffraction colors, glassy depth, restrained bloom, and crisp cellular edges. Elegant, meditative, scientifically informed, premium gallery aesthetic, richly detailed at close viewing distance, balanced for a tall 3:5 art print. No labels, no typography, no border, no frame, no room mockup, no people, no laboratory equipment." \
width=1536 \
height=2560{
"taskType": "imageInference",
"taskUUID": "92fa00ee-e012-4428-8dc2-af08c6c53abe",
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a finished portrait-format fine-art print inspired by a microscopic precision-fermentation culture, designed for the sophisticated lobby of a biotechnology laboratory. An edge-to-edge dark-field composition of hundreds of translucent circular cells, delicate branching membranes, tiny nutrient vesicles, and threadlike microbial structures suspended in deep space. Build a graceful vertical flow: a dense glowing colony near the lower third gradually disperses upward into sparse individual organisms, leaving calm negative space around the upper center. Render the biology with convincing microscopic detail but compose it like abstract contemporary art rather than a textbook diagram. Luminous celadon green, pale saffron, muted coral, and opalescent ivory forms against an inky blue-black ground; subtle halos, diffraction colors, glassy depth, restrained bloom, and crisp cellular edges. Elegant, meditative, scientifically informed, premium gallery aesthetic, richly detailed at close viewing distance, balanced for a tall 3:5 art print. No labels, no typography, no border, no frame, no room mockup, no people, no laboratory equipment.",
"width": 1536,
"height": 2560
}{
"taskType": "imageInference",
"taskUUID": "92fa00ee-e012-4428-8dc2-af08c6c53abe",
"imageUUID": "f702b207-eb51-4484-87b0-434911535e35",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/4/ii/f702b207-eb51-4484-87b0-434911535e35.jpg",
"seed": 1509762931,
"cost": 0.04
}Submarine Cable Archive Restoration

Create a meticulous museum-archive restoration and historically credible colorization. Use reference image 1 as the absolute source for composition, people, facial identity, poses, cable route, beach geography, ship placement, perspective, and documentary character. Repair the torn print, reconstruct the missing lower-right emulsion, remove water stains, creases, dust, scratches, fading, and chemical damage while retaining fine natural film grain and the honest texture of a 1963 press photograph. Use reference image 2 to accurately restore the tracked cable plough: preserve its exact proportions and mechanical construction, with safety-yellow painted bodywork, dark steel tracks, red rollers, winch, hydraulic lines, rivets, wear, and salt-weathered surfaces. Use reference image 3 as the authoritative color reference for the workers, oilskins, knitwear, trousers, gloves, hard hats, marker buoys, skin tones, Atlantic water, and muted Newfoundland coastal palette. Color should feel restrained and photochemically authentic, like a carefully preserved early-1960s Kodachrome print rather than modern digital grading. Recover believable detail in faces without beautifying or changing anyone. Preserve the overcast light, cold wind, wet sand, sea mist, and serious working atmosphere. Do not add, remove, relocate, or redesign any person, machine, cable, vessel, or landscape element. Deliver one seamless restored landscape photograph with natural edge-to-edge framing, no borders, captions, labels, museum display, or added 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: 'bytedance:seedream@4.5',
positivePrompt: 'Create a meticulous museum-archive restoration and historically credible colorization. Use reference image 1 as the absolute source for composition, people, facial identity, poses, cable route, beach geography, ship placement, perspective, and documentary character. Repair the torn print, reconstruct the missing lower-right emulsion, remove water stains, creases, dust, scratches, fading, and chemical damage while retaining fine natural film grain and the honest texture of a 1963 press photograph. Use reference image 2 to accurately restore the tracked cable plough: preserve its exact proportions and mechanical construction, with safety-yellow painted bodywork, dark steel tracks, red rollers, winch, hydraulic lines, rivets, wear, and salt-weathered surfaces. Use reference image 3 as the authoritative color reference for the workers, oilskins, knitwear, trousers, gloves, hard hats, marker buoys, skin tones, Atlantic water, and muted Newfoundland coastal palette. Color should feel restrained and photochemically authentic, like a carefully preserved early-1960s Kodachrome print rather than modern digital grading. Recover believable detail in faces without beautifying or changing anyone. Preserve the overcast light, cold wind, wet sand, sea mist, and serious working atmosphere. Do not add, remove, relocate, or redesign any person, machine, cable, vessel, or landscape element. Deliver one seamless restored landscape photograph with natural edge-to-edge framing, no borders, captions, labels, museum display, or added text.',
width: 2560,
height: 1536,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/d7482e48-4c22-4c3f-8841-896c845bd0d9.jpg',
'https://assets.runware.ai/assets/inputs/b7ad7367-2015-44a9-a0f3-1b7f5287ab93.jpg',
'https://assets.runware.ai/assets/inputs/56717696-09b7-4bb9-abe8-9296a2da860a.jpg'
]
}
})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": "bytedance:seedream@4.5",
"positivePrompt": "Create a meticulous museum-archive restoration and historically credible colorization. Use reference image 1 as the absolute source for composition, people, facial identity, poses, cable route, beach geography, ship placement, perspective, and documentary character. Repair the torn print, reconstruct the missing lower-right emulsion, remove water stains, creases, dust, scratches, fading, and chemical damage while retaining fine natural film grain and the honest texture of a 1963 press photograph. Use reference image 2 to accurately restore the tracked cable plough: preserve its exact proportions and mechanical construction, with safety-yellow painted bodywork, dark steel tracks, red rollers, winch, hydraulic lines, rivets, wear, and salt-weathered surfaces. Use reference image 3 as the authoritative color reference for the workers, oilskins, knitwear, trousers, gloves, hard hats, marker buoys, skin tones, Atlantic water, and muted Newfoundland coastal palette. Color should feel restrained and photochemically authentic, like a carefully preserved early-1960s Kodachrome print rather than modern digital grading. Recover believable detail in faces without beautifying or changing anyone. Preserve the overcast light, cold wind, wet sand, sea mist, and serious working atmosphere. Do not add, remove, relocate, or redesign any person, machine, cable, vessel, or landscape element. Deliver one seamless restored landscape photograph with natural edge-to-edge framing, no borders, captions, labels, museum display, or added text.",
"width": 2560,
"height": 1536,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/d7482e48-4c22-4c3f-8841-896c845bd0d9.jpg",
"https://assets.runware.ai/assets/inputs/b7ad7367-2015-44a9-a0f3-1b7f5287ab93.jpg",
"https://assets.runware.ai/assets/inputs/56717696-09b7-4bb9-abe8-9296a2da860a.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "728f0fe8-72af-457a-b11d-90d2a158355f",
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a meticulous museum-archive restoration and historically credible colorization. Use reference image 1 as the absolute source for composition, people, facial identity, poses, cable route, beach geography, ship placement, perspective, and documentary character. Repair the torn print, reconstruct the missing lower-right emulsion, remove water stains, creases, dust, scratches, fading, and chemical damage while retaining fine natural film grain and the honest texture of a 1963 press photograph. Use reference image 2 to accurately restore the tracked cable plough: preserve its exact proportions and mechanical construction, with safety-yellow painted bodywork, dark steel tracks, red rollers, winch, hydraulic lines, rivets, wear, and salt-weathered surfaces. Use reference image 3 as the authoritative color reference for the workers, oilskins, knitwear, trousers, gloves, hard hats, marker buoys, skin tones, Atlantic water, and muted Newfoundland coastal palette. Color should feel restrained and photochemically authentic, like a carefully preserved early-1960s Kodachrome print rather than modern digital grading. Recover believable detail in faces without beautifying or changing anyone. Preserve the overcast light, cold wind, wet sand, sea mist, and serious working atmosphere. Do not add, remove, relocate, or redesign any person, machine, cable, vessel, or landscape element. Deliver one seamless restored landscape photograph with natural edge-to-edge framing, no borders, captions, labels, museum display, or added text.",
"width": 2560,
"height": 1536,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/d7482e48-4c22-4c3f-8841-896c845bd0d9.jpg",
"https://assets.runware.ai/assets/inputs/b7ad7367-2015-44a9-a0f3-1b7f5287ab93.jpg",
"https://assets.runware.ai/assets/inputs/56717696-09b7-4bb9-abe8-9296a2da860a.jpg"
]
}
}
]'runware run bytedance:seedream@4.5 \
positivePrompt="Create a meticulous museum-archive restoration and historically credible colorization. Use reference image 1 as the absolute source for composition, people, facial identity, poses, cable route, beach geography, ship placement, perspective, and documentary character. Repair the torn print, reconstruct the missing lower-right emulsion, remove water stains, creases, dust, scratches, fading, and chemical damage while retaining fine natural film grain and the honest texture of a 1963 press photograph. Use reference image 2 to accurately restore the tracked cable plough: preserve its exact proportions and mechanical construction, with safety-yellow painted bodywork, dark steel tracks, red rollers, winch, hydraulic lines, rivets, wear, and salt-weathered surfaces. Use reference image 3 as the authoritative color reference for the workers, oilskins, knitwear, trousers, gloves, hard hats, marker buoys, skin tones, Atlantic water, and muted Newfoundland coastal palette. Color should feel restrained and photochemically authentic, like a carefully preserved early-1960s Kodachrome print rather than modern digital grading. Recover believable detail in faces without beautifying or changing anyone. Preserve the overcast light, cold wind, wet sand, sea mist, and serious working atmosphere. Do not add, remove, relocate, or redesign any person, machine, cable, vessel, or landscape element. Deliver one seamless restored landscape photograph with natural edge-to-edge framing, no borders, captions, labels, museum display, or added text." \
width=2560 \
height=1536 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/d7482e48-4c22-4c3f-8841-896c845bd0d9.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/b7ad7367-2015-44a9-a0f3-1b7f5287ab93.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/56717696-09b7-4bb9-abe8-9296a2da860a.jpg{
"taskType": "imageInference",
"taskUUID": "728f0fe8-72af-457a-b11d-90d2a158355f",
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a meticulous museum-archive restoration and historically credible colorization. Use reference image 1 as the absolute source for composition, people, facial identity, poses, cable route, beach geography, ship placement, perspective, and documentary character. Repair the torn print, reconstruct the missing lower-right emulsion, remove water stains, creases, dust, scratches, fading, and chemical damage while retaining fine natural film grain and the honest texture of a 1963 press photograph. Use reference image 2 to accurately restore the tracked cable plough: preserve its exact proportions and mechanical construction, with safety-yellow painted bodywork, dark steel tracks, red rollers, winch, hydraulic lines, rivets, wear, and salt-weathered surfaces. Use reference image 3 as the authoritative color reference for the workers, oilskins, knitwear, trousers, gloves, hard hats, marker buoys, skin tones, Atlantic water, and muted Newfoundland coastal palette. Color should feel restrained and photochemically authentic, like a carefully preserved early-1960s Kodachrome print rather than modern digital grading. Recover believable detail in faces without beautifying or changing anyone. Preserve the overcast light, cold wind, wet sand, sea mist, and serious working atmosphere. Do not add, remove, relocate, or redesign any person, machine, cable, vessel, or landscape element. Deliver one seamless restored landscape photograph with natural edge-to-edge framing, no borders, captions, labels, museum display, or added text.",
"width": 2560,
"height": 1536,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/d7482e48-4c22-4c3f-8841-896c845bd0d9.jpg",
"https://assets.runware.ai/assets/inputs/b7ad7367-2015-44a9-a0f3-1b7f5287ab93.jpg",
"https://assets.runware.ai/assets/inputs/56717696-09b7-4bb9-abe8-9296a2da860a.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "728f0fe8-72af-457a-b11d-90d2a158355f",
"imageUUID": "886ee2b4-9e7a-4645-a7ea-b189e441b9c1",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/4/ii/886ee2b4-9e7a-4645-a7ea-b189e441b9c1.jpg",
"seed": 747595931,
"cost": 0.04
}Retro-Futurist Transit Poster Design

A meticulously designed retro-futurist travel poster for an imagined floating city called 'AEROLIS'. Vertical premium print layout, elegant information hierarchy, central illustration of sleek magnetic trams gliding between suspended glass platforms above a sea of clouds, tiny passengers in refined 1930s-inspired fashion, sunrise palette of coral, teal, brass, cream, and deep indigo. Include clean readable poster text integrated into the design: large title 'VISIT AEROLIS', subtitle 'Skyline Transit Exposition', small schedule blocks, route numbers, directional icons, fare table, and a footer line reading 'Terminal Nine - Open Year Round'. Art deco geometry mixed with hopeful space-age industrial design, sharp linework, screenprinted texture, subtle paper grain, balanced negative space, sophisticated editorial composition, highly legible small text, premium graphic design, museum-quality print.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@4.5',
positivePrompt: 'A meticulously designed retro-futurist travel poster for an imagined floating city called \'AEROLIS\'. Vertical premium print layout, elegant information hierarchy, central illustration of sleek magnetic trams gliding between suspended glass platforms above a sea of clouds, tiny passengers in refined 1930s-inspired fashion, sunrise palette of coral, teal, brass, cream, and deep indigo. Include clean readable poster text integrated into the design: large title \'VISIT AEROLIS\', subtitle \'Skyline Transit Exposition\', small schedule blocks, route numbers, directional icons, fare table, and a footer line reading \'Terminal Nine - Open Year Round\'. Art deco geometry mixed with hopeful space-age industrial design, sharp linework, screenprinted texture, subtle paper grain, balanced negative space, sophisticated editorial composition, highly legible small text, premium graphic design, museum-quality print.',
width: 2048,
height: 3072,
seed: 86799,
providerSettings: {
bytedance: {
optimizePromptMode: 'standard'
}
}
})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": "bytedance:seedream@4.5",
"positivePrompt": "A meticulously designed retro-futurist travel poster for an imagined floating city called 'AEROLIS'. Vertical premium print layout, elegant information hierarchy, central illustration of sleek magnetic trams gliding between suspended glass platforms above a sea of clouds, tiny passengers in refined 1930s-inspired fashion, sunrise palette of coral, teal, brass, cream, and deep indigo. Include clean readable poster text integrated into the design: large title 'VISIT AEROLIS', subtitle 'Skyline Transit Exposition', small schedule blocks, route numbers, directional icons, fare table, and a footer line reading 'Terminal Nine - Open Year Round'. Art deco geometry mixed with hopeful space-age industrial design, sharp linework, screenprinted texture, subtle paper grain, balanced negative space, sophisticated editorial composition, highly legible small text, premium graphic design, museum-quality print.",
"width": 2048,
"height": 3072,
"seed": 86799,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "8a641447-b9f0-452f-a4b8-503ec98debcb",
"model": "bytedance:seedream@4.5",
"positivePrompt": "A meticulously designed retro-futurist travel poster for an imagined floating city called 'AEROLIS'. Vertical premium print layout, elegant information hierarchy, central illustration of sleek magnetic trams gliding between suspended glass platforms above a sea of clouds, tiny passengers in refined 1930s-inspired fashion, sunrise palette of coral, teal, brass, cream, and deep indigo. Include clean readable poster text integrated into the design: large title 'VISIT AEROLIS', subtitle 'Skyline Transit Exposition', small schedule blocks, route numbers, directional icons, fare table, and a footer line reading 'Terminal Nine - Open Year Round'. Art deco geometry mixed with hopeful space-age industrial design, sharp linework, screenprinted texture, subtle paper grain, balanced negative space, sophisticated editorial composition, highly legible small text, premium graphic design, museum-quality print.",
"width": 2048,
"height": 3072,
"seed": 86799,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
}
]'runware run bytedance:seedream@4.5 \
positivePrompt="A meticulously designed retro-futurist travel poster for an imagined floating city called 'AEROLIS'. Vertical premium print layout, elegant information hierarchy, central illustration of sleek magnetic trams gliding between suspended glass platforms above a sea of clouds, tiny passengers in refined 1930s-inspired fashion, sunrise palette of coral, teal, brass, cream, and deep indigo. Include clean readable poster text integrated into the design: large title 'VISIT AEROLIS', subtitle 'Skyline Transit Exposition', small schedule blocks, route numbers, directional icons, fare table, and a footer line reading 'Terminal Nine - Open Year Round'. Art deco geometry mixed with hopeful space-age industrial design, sharp linework, screenprinted texture, subtle paper grain, balanced negative space, sophisticated editorial composition, highly legible small text, premium graphic design, museum-quality print." \
width=2048 \
height=3072 \
seed=86799 \
providerSettings.bytedance.optimizePromptMode=standard{
"taskType": "imageInference",
"taskUUID": "8a641447-b9f0-452f-a4b8-503ec98debcb",
"model": "bytedance:seedream@4.5",
"positivePrompt": "A meticulously designed retro-futurist travel poster for an imagined floating city called 'AEROLIS'. Vertical premium print layout, elegant information hierarchy, central illustration of sleek magnetic trams gliding between suspended glass platforms above a sea of clouds, tiny passengers in refined 1930s-inspired fashion, sunrise palette of coral, teal, brass, cream, and deep indigo. Include clean readable poster text integrated into the design: large title 'VISIT AEROLIS', subtitle 'Skyline Transit Exposition', small schedule blocks, route numbers, directional icons, fare table, and a footer line reading 'Terminal Nine - Open Year Round'. Art deco geometry mixed with hopeful space-age industrial design, sharp linework, screenprinted texture, subtle paper grain, balanced negative space, sophisticated editorial composition, highly legible small text, premium graphic design, museum-quality print.",
"width": 2048,
"height": 3072,
"seed": 86799,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
}{
"taskType": "imageInference",
"taskUUID": "8a641447-b9f0-452f-a4b8-503ec98debcb",
"imageUUID": "751ed0ed-904b-4e63-9088-46b3db0a1fec",
"imageURL": "https://im.runware.ai/image/os/a25d05/ws/3/ii/751ed0ed-904b-4e63-9088-46b3db0a1fec.jpg",
"seed": 86799,
"cost": 0.04
}Moonlit Desert Observatory Poster

A retro-futurist travel poster for a remote astronomical observatory in a moonlit desert, towering white telescope domes on sandstone cliffs, winding illuminated pathway, tiny visitors in flowing coats, glowing horizon, vast star-filled sky with the Milky Way arcing overhead, elegant printed poster typography integrated into the scene reading 'LUNAR RIDGE OBSERVATORY' and small subtext 'Open All Night', Art Deco meets modern cinematic illustration, ultra-detailed textures, clean graphic shapes, rich cobalt blue and amber palette, dramatic rim lighting, atmospheric depth, premium print-design aesthetic, sharp fine details, high clarity, beautifully composed for a polished hero image
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@4.5',
positivePrompt: 'A retro-futurist travel poster for a remote astronomical observatory in a moonlit desert, towering white telescope domes on sandstone cliffs, winding illuminated pathway, tiny visitors in flowing coats, glowing horizon, vast star-filled sky with the Milky Way arcing overhead, elegant printed poster typography integrated into the scene reading \'LUNAR RIDGE OBSERVATORY\' and small subtext \'Open All Night\', Art Deco meets modern cinematic illustration, ultra-detailed textures, clean graphic shapes, rich cobalt blue and amber palette, dramatic rim lighting, atmospheric depth, premium print-design aesthetic, sharp fine details, high clarity, beautifully composed for a polished hero image',
width: 3840,
height: 2160,
seed: 85807,
providerSettings: {
bytedance: {
optimizePromptMode: 'standard'
}
}
})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": "bytedance:seedream@4.5",
"positivePrompt": "A retro-futurist travel poster for a remote astronomical observatory in a moonlit desert, towering white telescope domes on sandstone cliffs, winding illuminated pathway, tiny visitors in flowing coats, glowing horizon, vast star-filled sky with the Milky Way arcing overhead, elegant printed poster typography integrated into the scene reading 'LUNAR RIDGE OBSERVATORY' and small subtext 'Open All Night', Art Deco meets modern cinematic illustration, ultra-detailed textures, clean graphic shapes, rich cobalt blue and amber palette, dramatic rim lighting, atmospheric depth, premium print-design aesthetic, sharp fine details, high clarity, beautifully composed for a polished hero image",
"width": 3840,
"height": 2160,
"seed": 85807,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "380a9fdb-ba2c-4981-8b40-12ac233e1703",
"model": "bytedance:seedream@4.5",
"positivePrompt": "A retro-futurist travel poster for a remote astronomical observatory in a moonlit desert, towering white telescope domes on sandstone cliffs, winding illuminated pathway, tiny visitors in flowing coats, glowing horizon, vast star-filled sky with the Milky Way arcing overhead, elegant printed poster typography integrated into the scene reading 'LUNAR RIDGE OBSERVATORY' and small subtext 'Open All Night', Art Deco meets modern cinematic illustration, ultra-detailed textures, clean graphic shapes, rich cobalt blue and amber palette, dramatic rim lighting, atmospheric depth, premium print-design aesthetic, sharp fine details, high clarity, beautifully composed for a polished hero image",
"width": 3840,
"height": 2160,
"seed": 85807,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
}
]'runware run bytedance:seedream@4.5 \
positivePrompt="A retro-futurist travel poster for a remote astronomical observatory in a moonlit desert, towering white telescope domes on sandstone cliffs, winding illuminated pathway, tiny visitors in flowing coats, glowing horizon, vast star-filled sky with the Milky Way arcing overhead, elegant printed poster typography integrated into the scene reading 'LUNAR RIDGE OBSERVATORY' and small subtext 'Open All Night', Art Deco meets modern cinematic illustration, ultra-detailed textures, clean graphic shapes, rich cobalt blue and amber palette, dramatic rim lighting, atmospheric depth, premium print-design aesthetic, sharp fine details, high clarity, beautifully composed for a polished hero image" \
width=3840 \
height=2160 \
seed=85807 \
providerSettings.bytedance.optimizePromptMode=standard{
"taskType": "imageInference",
"taskUUID": "380a9fdb-ba2c-4981-8b40-12ac233e1703",
"model": "bytedance:seedream@4.5",
"positivePrompt": "A retro-futurist travel poster for a remote astronomical observatory in a moonlit desert, towering white telescope domes on sandstone cliffs, winding illuminated pathway, tiny visitors in flowing coats, glowing horizon, vast star-filled sky with the Milky Way arcing overhead, elegant printed poster typography integrated into the scene reading 'LUNAR RIDGE OBSERVATORY' and small subtext 'Open All Night', Art Deco meets modern cinematic illustration, ultra-detailed textures, clean graphic shapes, rich cobalt blue and amber palette, dramatic rim lighting, atmospheric depth, premium print-design aesthetic, sharp fine details, high clarity, beautifully composed for a polished hero image",
"width": 3840,
"height": 2160,
"seed": 85807,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
}{
"taskType": "imageInference",
"taskUUID": "380a9fdb-ba2c-4981-8b40-12ac233e1703",
"imageUUID": "9bc521b2-ba70-406f-9184-70a8526f2391",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/9bc521b2-ba70-406f-9184-70a8526f2391.jpg",
"seed": 85807,
"cost": 0.04
}Editorial Product Poster

A premium editorial advertising poster for a fictional luxury sparkling water brand called 'LUMA'. Centered frosted glass bottle with silver cap on a glossy black stone pedestal, surrounded by floating citrus slices, fine water droplets, and soft white orchid petals. Sophisticated studio lighting, dramatic rim light, pristine reflections, elegant high-end art direction, minimal but luxurious composition. Include clean modern packaging design with legible small text on the bottle label: 'LUMA', 'alpine sparkling water', '375 mL'. Add subtle poster typography in the layout with readable small text: 'Pure Mineral Sparkle' at the top and 'Limited Reserve Edition' near the bottom. Ultra-detailed product photography, premium magazine advertisement, razor-sharp text rendering, refined textures, realistic condensation, balanced negative space, monochrome palette with silver and pale citrus accents.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@4.5',
positivePrompt: 'A premium editorial advertising poster for a fictional luxury sparkling water brand called \'LUMA\'. Centered frosted glass bottle with silver cap on a glossy black stone pedestal, surrounded by floating citrus slices, fine water droplets, and soft white orchid petals. Sophisticated studio lighting, dramatic rim light, pristine reflections, elegant high-end art direction, minimal but luxurious composition. Include clean modern packaging design with legible small text on the bottle label: \'LUMA\', \'alpine sparkling water\', \'375 mL\'. Add subtle poster typography in the layout with readable small text: \'Pure Mineral Sparkle\' at the top and \'Limited Reserve Edition\' near the bottom. Ultra-detailed product photography, premium magazine advertisement, razor-sharp text rendering, refined textures, realistic condensation, balanced negative space, monochrome palette with silver and pale citrus accents.',
width: 2048,
height: 3072,
providerSettings: {
bytedance: {
optimizePromptMode: 'standard'
}
}
})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": "bytedance:seedream@4.5",
"positivePrompt": "A premium editorial advertising poster for a fictional luxury sparkling water brand called 'LUMA'. Centered frosted glass bottle with silver cap on a glossy black stone pedestal, surrounded by floating citrus slices, fine water droplets, and soft white orchid petals. Sophisticated studio lighting, dramatic rim light, pristine reflections, elegant high-end art direction, minimal but luxurious composition. Include clean modern packaging design with legible small text on the bottle label: 'LUMA', 'alpine sparkling water', '375 mL'. Add subtle poster typography in the layout with readable small text: 'Pure Mineral Sparkle' at the top and 'Limited Reserve Edition' near the bottom. Ultra-detailed product photography, premium magazine advertisement, razor-sharp text rendering, refined textures, realistic condensation, balanced negative space, monochrome palette with silver and pale citrus accents.",
"width": 2048,
"height": 3072,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "115d2016-a684-4660-929f-bafa26640f5d",
"model": "bytedance:seedream@4.5",
"positivePrompt": "A premium editorial advertising poster for a fictional luxury sparkling water brand called 'LUMA'. Centered frosted glass bottle with silver cap on a glossy black stone pedestal, surrounded by floating citrus slices, fine water droplets, and soft white orchid petals. Sophisticated studio lighting, dramatic rim light, pristine reflections, elegant high-end art direction, minimal but luxurious composition. Include clean modern packaging design with legible small text on the bottle label: 'LUMA', 'alpine sparkling water', '375 mL'. Add subtle poster typography in the layout with readable small text: 'Pure Mineral Sparkle' at the top and 'Limited Reserve Edition' near the bottom. Ultra-detailed product photography, premium magazine advertisement, razor-sharp text rendering, refined textures, realistic condensation, balanced negative space, monochrome palette with silver and pale citrus accents.",
"width": 2048,
"height": 3072,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
}
]'runware run bytedance:seedream@4.5 \
positivePrompt="A premium editorial advertising poster for a fictional luxury sparkling water brand called 'LUMA'. Centered frosted glass bottle with silver cap on a glossy black stone pedestal, surrounded by floating citrus slices, fine water droplets, and soft white orchid petals. Sophisticated studio lighting, dramatic rim light, pristine reflections, elegant high-end art direction, minimal but luxurious composition. Include clean modern packaging design with legible small text on the bottle label: 'LUMA', 'alpine sparkling water', '375 mL'. Add subtle poster typography in the layout with readable small text: 'Pure Mineral Sparkle' at the top and 'Limited Reserve Edition' near the bottom. Ultra-detailed product photography, premium magazine advertisement, razor-sharp text rendering, refined textures, realistic condensation, balanced negative space, monochrome palette with silver and pale citrus accents." \
width=2048 \
height=3072 \
providerSettings.bytedance.optimizePromptMode=standard{
"taskType": "imageInference",
"taskUUID": "115d2016-a684-4660-929f-bafa26640f5d",
"model": "bytedance:seedream@4.5",
"positivePrompt": "A premium editorial advertising poster for a fictional luxury sparkling water brand called 'LUMA'. Centered frosted glass bottle with silver cap on a glossy black stone pedestal, surrounded by floating citrus slices, fine water droplets, and soft white orchid petals. Sophisticated studio lighting, dramatic rim light, pristine reflections, elegant high-end art direction, minimal but luxurious composition. Include clean modern packaging design with legible small text on the bottle label: 'LUMA', 'alpine sparkling water', '375 mL'. Add subtle poster typography in the layout with readable small text: 'Pure Mineral Sparkle' at the top and 'Limited Reserve Edition' near the bottom. Ultra-detailed product photography, premium magazine advertisement, razor-sharp text rendering, refined textures, realistic condensation, balanced negative space, monochrome palette with silver and pale citrus accents.",
"width": 2048,
"height": 3072,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
}{
"taskType": "imageInference",
"taskUUID": "115d2016-a684-4660-929f-bafa26640f5d",
"imageUUID": "bb6350bd-4fdc-4396-aff8-3a24bdc1dda4",
"imageURL": "https://im.runware.ai/image/os/a17d13/ws/3/ii/bb6350bd-4fdc-4396-aff8-3a24bdc1dda4.jpg",
"seed": 2000933838,
"cost": 0.04
}Retro-Futurist Transit Poster Layout

Using the single reference image as the main subject foundation, create a vertical retro-futurist travel poster for an imaginary magnetic rail line in 1968-inspired alternate history Tokyo. Preserve the subject's pose, wardrobe silhouette, and overall identity from the reference image, but transform the scene into a sleek chrome-and-enamel transit concourse with curved illuminated signage, glossy tiled walls, analog departure boards, and a streamlined silver train arriving in the background. Design emphasis on premium poster composition, graphic balance, and readable small text. Include stylish poster typography elements such as: 'TOKYO AURORA LINE', 'Platform 7', 'Departure 22:40', and a small slogan near the bottom: 'Ride the Electric Dawn'. Sophisticated art direction, mid-century futurism, bold geometric framing, teal, cream, vermilion, and brushed metal palette, subtle paper grain, ultra-clean lines, highly legible text, advertisement-quality layout, cinematic yet graphic, intricate detailing, elegant atmosphere.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@4.5',
positivePrompt: 'Using the single reference image as the main subject foundation, create a vertical retro-futurist travel poster for an imaginary magnetic rail line in 1968-inspired alternate history Tokyo. Preserve the subject\'s pose, wardrobe silhouette, and overall identity from the reference image, but transform the scene into a sleek chrome-and-enamel transit concourse with curved illuminated signage, glossy tiled walls, analog departure boards, and a streamlined silver train arriving in the background. Design emphasis on premium poster composition, graphic balance, and readable small text. Include stylish poster typography elements such as: \'TOKYO AURORA LINE\', \'Platform 7\', \'Departure 22:40\', and a small slogan near the bottom: \'Ride the Electric Dawn\'. Sophisticated art direction, mid-century futurism, bold geometric framing, teal, cream, vermilion, and brushed metal palette, subtle paper grain, ultra-clean lines, highly legible text, advertisement-quality layout, cinematic yet graphic, intricate detailing, elegant atmosphere.',
width: 2048,
height: 3072,
seed: 93556,
providerSettings: {
bytedance: {
optimizePromptMode: 'standard'
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/9fca96b3-e4f0-49f5-80c4-c95f0f429e73.jpg'
]
}
})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": "bytedance:seedream@4.5",
"positivePrompt": "Using the single reference image as the main subject foundation, create a vertical retro-futurist travel poster for an imaginary magnetic rail line in 1968-inspired alternate history Tokyo. Preserve the subject's pose, wardrobe silhouette, and overall identity from the reference image, but transform the scene into a sleek chrome-and-enamel transit concourse with curved illuminated signage, glossy tiled walls, analog departure boards, and a streamlined silver train arriving in the background. Design emphasis on premium poster composition, graphic balance, and readable small text. Include stylish poster typography elements such as: 'TOKYO AURORA LINE', 'Platform 7', 'Departure 22:40', and a small slogan near the bottom: 'Ride the Electric Dawn'. Sophisticated art direction, mid-century futurism, bold geometric framing, teal, cream, vermilion, and brushed metal palette, subtle paper grain, ultra-clean lines, highly legible text, advertisement-quality layout, cinematic yet graphic, intricate detailing, elegant atmosphere.",
"width": 2048,
"height": 3072,
"seed": 93556,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9fca96b3-e4f0-49f5-80c4-c95f0f429e73.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "4dcb8a49-d8b5-4460-9489-5399b1008b09",
"model": "bytedance:seedream@4.5",
"positivePrompt": "Using the single reference image as the main subject foundation, create a vertical retro-futurist travel poster for an imaginary magnetic rail line in 1968-inspired alternate history Tokyo. Preserve the subject's pose, wardrobe silhouette, and overall identity from the reference image, but transform the scene into a sleek chrome-and-enamel transit concourse with curved illuminated signage, glossy tiled walls, analog departure boards, and a streamlined silver train arriving in the background. Design emphasis on premium poster composition, graphic balance, and readable small text. Include stylish poster typography elements such as: 'TOKYO AURORA LINE', 'Platform 7', 'Departure 22:40', and a small slogan near the bottom: 'Ride the Electric Dawn'. Sophisticated art direction, mid-century futurism, bold geometric framing, teal, cream, vermilion, and brushed metal palette, subtle paper grain, ultra-clean lines, highly legible text, advertisement-quality layout, cinematic yet graphic, intricate detailing, elegant atmosphere.",
"width": 2048,
"height": 3072,
"seed": 93556,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9fca96b3-e4f0-49f5-80c4-c95f0f429e73.jpg"
]
}
}
]'runware run bytedance:seedream@4.5 \
positivePrompt="Using the single reference image as the main subject foundation, create a vertical retro-futurist travel poster for an imaginary magnetic rail line in 1968-inspired alternate history Tokyo. Preserve the subject's pose, wardrobe silhouette, and overall identity from the reference image, but transform the scene into a sleek chrome-and-enamel transit concourse with curved illuminated signage, glossy tiled walls, analog departure boards, and a streamlined silver train arriving in the background. Design emphasis on premium poster composition, graphic balance, and readable small text. Include stylish poster typography elements such as: 'TOKYO AURORA LINE', 'Platform 7', 'Departure 22:40', and a small slogan near the bottom: 'Ride the Electric Dawn'. Sophisticated art direction, mid-century futurism, bold geometric framing, teal, cream, vermilion, and brushed metal palette, subtle paper grain, ultra-clean lines, highly legible text, advertisement-quality layout, cinematic yet graphic, intricate detailing, elegant atmosphere." \
width=2048 \
height=3072 \
seed=93556 \
providerSettings.bytedance.optimizePromptMode=standard \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/9fca96b3-e4f0-49f5-80c4-c95f0f429e73.jpg{
"taskType": "imageInference",
"taskUUID": "4dcb8a49-d8b5-4460-9489-5399b1008b09",
"model": "bytedance:seedream@4.5",
"positivePrompt": "Using the single reference image as the main subject foundation, create a vertical retro-futurist travel poster for an imaginary magnetic rail line in 1968-inspired alternate history Tokyo. Preserve the subject's pose, wardrobe silhouette, and overall identity from the reference image, but transform the scene into a sleek chrome-and-enamel transit concourse with curved illuminated signage, glossy tiled walls, analog departure boards, and a streamlined silver train arriving in the background. Design emphasis on premium poster composition, graphic balance, and readable small text. Include stylish poster typography elements such as: 'TOKYO AURORA LINE', 'Platform 7', 'Departure 22:40', and a small slogan near the bottom: 'Ride the Electric Dawn'. Sophisticated art direction, mid-century futurism, bold geometric framing, teal, cream, vermilion, and brushed metal palette, subtle paper grain, ultra-clean lines, highly legible text, advertisement-quality layout, cinematic yet graphic, intricate detailing, elegant atmosphere.",
"width": 2048,
"height": 3072,
"seed": 93556,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9fca96b3-e4f0-49f5-80c4-c95f0f429e73.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "4dcb8a49-d8b5-4460-9489-5399b1008b09",
"imageUUID": "a92cf130-8c30-494e-8936-7654304327af",
"imageURL": "https://im.runware.ai/image/os/a11d13/ws/3/ii/a92cf130-8c30-494e-8936-7654304327af.jpg",
"seed": 93556,
"cost": 0.04
}Brand Poster Layout

Create a premium 4K beverage advertising poster using the reference images as the exact product and ingredient basis. Center the sparkling water can as the hero object, preserve the package design and branding details faithfully, and compose a sleek commercial layout with dynamic citrus slices, mint leaves, fine water droplets, and elegant splash arcs around the can. Add realistic reflections, controlled studio lighting, subtle blue-green gradients, and refined negative space. Include small, clean, highly legible poster text such as a headline, a short flavor subtitle, and a compact nutrition-style badge area, all rendered sharply and professionally as part of the design. The overall aesthetic should feel modern, luxury, editorial, and print-ready.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
referenceImages: [
'https://assets.runware.ai/assets/inputs/900767be-c2f3-412e-bc33-13bf8faf5cbe.jpg',
'https://assets.runware.ai/assets/inputs/e0c45850-54ea-4ee7-88f3-91e0e0ae7966.jpg',
'https://assets.runware.ai/assets/inputs/1ad591d0-3a32-4394-9baa-204553ae7fc2.jpg'
],
model: 'bytedance:seedream@4.5',
positivePrompt: 'Create a premium 4K beverage advertising poster using the reference images as the exact product and ingredient basis. Center the sparkling water can as the hero object, preserve the package design and branding details faithfully, and compose a sleek commercial layout with dynamic citrus slices, mint leaves, fine water droplets, and elegant splash arcs around the can. Add realistic reflections, controlled studio lighting, subtle blue-green gradients, and refined negative space. Include small, clean, highly legible poster text such as a headline, a short flavor subtitle, and a compact nutrition-style badge area, all rendered sharply and professionally as part of the design. The overall aesthetic should feel modern, luxury, editorial, and print-ready.',
width: 3840,
height: 2160,
providerSettings: {
bytedance: {
optimizePromptMode: 'standard'
}
}
})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({
"referenceImages": [
"https://assets.runware.ai/assets/inputs/900767be-c2f3-412e-bc33-13bf8faf5cbe.jpg",
"https://assets.runware.ai/assets/inputs/e0c45850-54ea-4ee7-88f3-91e0e0ae7966.jpg",
"https://assets.runware.ai/assets/inputs/1ad591d0-3a32-4394-9baa-204553ae7fc2.jpg"
],
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a premium 4K beverage advertising poster using the reference images as the exact product and ingredient basis. Center the sparkling water can as the hero object, preserve the package design and branding details faithfully, and compose a sleek commercial layout with dynamic citrus slices, mint leaves, fine water droplets, and elegant splash arcs around the can. Add realistic reflections, controlled studio lighting, subtle blue-green gradients, and refined negative space. Include small, clean, highly legible poster text such as a headline, a short flavor subtitle, and a compact nutrition-style badge area, all rendered sharply and professionally as part of the design. The overall aesthetic should feel modern, luxury, editorial, and print-ready.",
"width": 3840,
"height": 2160,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "a8b6ab19-79c0-4e41-b71a-cbc9e8b23baf",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/900767be-c2f3-412e-bc33-13bf8faf5cbe.jpg",
"https://assets.runware.ai/assets/inputs/e0c45850-54ea-4ee7-88f3-91e0e0ae7966.jpg",
"https://assets.runware.ai/assets/inputs/1ad591d0-3a32-4394-9baa-204553ae7fc2.jpg"
],
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a premium 4K beverage advertising poster using the reference images as the exact product and ingredient basis. Center the sparkling water can as the hero object, preserve the package design and branding details faithfully, and compose a sleek commercial layout with dynamic citrus slices, mint leaves, fine water droplets, and elegant splash arcs around the can. Add realistic reflections, controlled studio lighting, subtle blue-green gradients, and refined negative space. Include small, clean, highly legible poster text such as a headline, a short flavor subtitle, and a compact nutrition-style badge area, all rendered sharply and professionally as part of the design. The overall aesthetic should feel modern, luxury, editorial, and print-ready.",
"width": 3840,
"height": 2160,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
}
]'runware run bytedance:seedream@4.5 \
referenceImages.0=https://assets.runware.ai/assets/inputs/900767be-c2f3-412e-bc33-13bf8faf5cbe.jpg \
referenceImages.1=https://assets.runware.ai/assets/inputs/e0c45850-54ea-4ee7-88f3-91e0e0ae7966.jpg \
referenceImages.2=https://assets.runware.ai/assets/inputs/1ad591d0-3a32-4394-9baa-204553ae7fc2.jpg \
positivePrompt="Create a premium 4K beverage advertising poster using the reference images as the exact product and ingredient basis. Center the sparkling water can as the hero object, preserve the package design and branding details faithfully, and compose a sleek commercial layout with dynamic citrus slices, mint leaves, fine water droplets, and elegant splash arcs around the can. Add realistic reflections, controlled studio lighting, subtle blue-green gradients, and refined negative space. Include small, clean, highly legible poster text such as a headline, a short flavor subtitle, and a compact nutrition-style badge area, all rendered sharply and professionally as part of the design. The overall aesthetic should feel modern, luxury, editorial, and print-ready." \
width=3840 \
height=2160 \
providerSettings.bytedance.optimizePromptMode=standard{
"taskType": "imageInference",
"taskUUID": "a8b6ab19-79c0-4e41-b71a-cbc9e8b23baf",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/900767be-c2f3-412e-bc33-13bf8faf5cbe.jpg",
"https://assets.runware.ai/assets/inputs/e0c45850-54ea-4ee7-88f3-91e0e0ae7966.jpg",
"https://assets.runware.ai/assets/inputs/1ad591d0-3a32-4394-9baa-204553ae7fc2.jpg"
],
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a premium 4K beverage advertising poster using the reference images as the exact product and ingredient basis. Center the sparkling water can as the hero object, preserve the package design and branding details faithfully, and compose a sleek commercial layout with dynamic citrus slices, mint leaves, fine water droplets, and elegant splash arcs around the can. Add realistic reflections, controlled studio lighting, subtle blue-green gradients, and refined negative space. Include small, clean, highly legible poster text such as a headline, a short flavor subtitle, and a compact nutrition-style badge area, all rendered sharply and professionally as part of the design. The overall aesthetic should feel modern, luxury, editorial, and print-ready.",
"width": 3840,
"height": 2160,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
}{
"taskType": "imageInference",
"taskUUID": "a8b6ab19-79c0-4e41-b71a-cbc9e8b23baf",
"imageUUID": "e8776e61-07ff-48c7-accb-46dea931e40d",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/e8776e61-07ff-48c7-accb-46dea931e40d.jpg",
"seed": 1898557143,
"cost": 0.04
}Futuristic Luxury Watch Campaign

Create a hyper-detailed 4K luxury advertising hero image for a futuristic mechanical wristwatch, using all five reference images as composition sources. Preserve the watch design, navy dial, steel bracelet, and premium material cues from the product references. Integrate the exposed movement details into the visual storytelling with tasteful engineering emphasis. Stage the watch on a dark blue marble pedestal inside an upscale boutique-inspired environment with brushed brass highlights, cinematic spotlights, elegant reflections, and soft atmospheric depth. Incorporate the premium packaging and brand-system aesthetic into the composition with realistic campaign layout elements, including small refined text on a card or tag that remains legible, such as model name and limited edition details. Overall look: elite commercial photography, glossy magazine campaign, ultra realistic metals, sapphire crystal clarity, precise edges, luxurious color grading, sophisticated contrast, immaculate composition, high-end fashion tech aesthetic.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@4.5',
positivePrompt: 'Create a hyper-detailed 4K luxury advertising hero image for a futuristic mechanical wristwatch, using all five reference images as composition sources. Preserve the watch design, navy dial, steel bracelet, and premium material cues from the product references. Integrate the exposed movement details into the visual storytelling with tasteful engineering emphasis. Stage the watch on a dark blue marble pedestal inside an upscale boutique-inspired environment with brushed brass highlights, cinematic spotlights, elegant reflections, and soft atmospheric depth. Incorporate the premium packaging and brand-system aesthetic into the composition with realistic campaign layout elements, including small refined text on a card or tag that remains legible, such as model name and limited edition details. Overall look: elite commercial photography, glossy magazine campaign, ultra realistic metals, sapphire crystal clarity, precise edges, luxurious color grading, sophisticated contrast, immaculate composition, high-end fashion tech aesthetic.',
resolution: '4K',
seed: 19364,
providerSettings: {
bytedance: {
optimizePromptMode: 'standard'
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/85e3b941-67da-421a-8441-f035a4f530ee.jpg',
'https://assets.runware.ai/assets/inputs/4cb403ae-4405-4b28-836c-80cf18c72efc.jpg',
'https://assets.runware.ai/assets/inputs/97c08a91-e1ae-41a2-acc5-0774b4d2a27b.jpg',
'https://assets.runware.ai/assets/inputs/bc8adebd-6b13-4a7c-825d-ccbf1c0c95c3.jpg',
'https://assets.runware.ai/assets/inputs/63316b56-5039-45d6-884e-4fc439fc8787.jpg'
]
}
})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": "bytedance:seedream@4.5",
"positivePrompt": "Create a hyper-detailed 4K luxury advertising hero image for a futuristic mechanical wristwatch, using all five reference images as composition sources. Preserve the watch design, navy dial, steel bracelet, and premium material cues from the product references. Integrate the exposed movement details into the visual storytelling with tasteful engineering emphasis. Stage the watch on a dark blue marble pedestal inside an upscale boutique-inspired environment with brushed brass highlights, cinematic spotlights, elegant reflections, and soft atmospheric depth. Incorporate the premium packaging and brand-system aesthetic into the composition with realistic campaign layout elements, including small refined text on a card or tag that remains legible, such as model name and limited edition details. Overall look: elite commercial photography, glossy magazine campaign, ultra realistic metals, sapphire crystal clarity, precise edges, luxurious color grading, sophisticated contrast, immaculate composition, high-end fashion tech aesthetic.",
"resolution": "4K",
"seed": 19364,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/85e3b941-67da-421a-8441-f035a4f530ee.jpg",
"https://assets.runware.ai/assets/inputs/4cb403ae-4405-4b28-836c-80cf18c72efc.jpg",
"https://assets.runware.ai/assets/inputs/97c08a91-e1ae-41a2-acc5-0774b4d2a27b.jpg",
"https://assets.runware.ai/assets/inputs/bc8adebd-6b13-4a7c-825d-ccbf1c0c95c3.jpg",
"https://assets.runware.ai/assets/inputs/63316b56-5039-45d6-884e-4fc439fc8787.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "adaaa3ae-c68f-4429-93d8-d654d4b1b726",
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a hyper-detailed 4K luxury advertising hero image for a futuristic mechanical wristwatch, using all five reference images as composition sources. Preserve the watch design, navy dial, steel bracelet, and premium material cues from the product references. Integrate the exposed movement details into the visual storytelling with tasteful engineering emphasis. Stage the watch on a dark blue marble pedestal inside an upscale boutique-inspired environment with brushed brass highlights, cinematic spotlights, elegant reflections, and soft atmospheric depth. Incorporate the premium packaging and brand-system aesthetic into the composition with realistic campaign layout elements, including small refined text on a card or tag that remains legible, such as model name and limited edition details. Overall look: elite commercial photography, glossy magazine campaign, ultra realistic metals, sapphire crystal clarity, precise edges, luxurious color grading, sophisticated contrast, immaculate composition, high-end fashion tech aesthetic.",
"resolution": "4K",
"seed": 19364,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/85e3b941-67da-421a-8441-f035a4f530ee.jpg",
"https://assets.runware.ai/assets/inputs/4cb403ae-4405-4b28-836c-80cf18c72efc.jpg",
"https://assets.runware.ai/assets/inputs/97c08a91-e1ae-41a2-acc5-0774b4d2a27b.jpg",
"https://assets.runware.ai/assets/inputs/bc8adebd-6b13-4a7c-825d-ccbf1c0c95c3.jpg",
"https://assets.runware.ai/assets/inputs/63316b56-5039-45d6-884e-4fc439fc8787.jpg"
]
}
}
]'runware run bytedance:seedream@4.5 \
positivePrompt="Create a hyper-detailed 4K luxury advertising hero image for a futuristic mechanical wristwatch, using all five reference images as composition sources. Preserve the watch design, navy dial, steel bracelet, and premium material cues from the product references. Integrate the exposed movement details into the visual storytelling with tasteful engineering emphasis. Stage the watch on a dark blue marble pedestal inside an upscale boutique-inspired environment with brushed brass highlights, cinematic spotlights, elegant reflections, and soft atmospheric depth. Incorporate the premium packaging and brand-system aesthetic into the composition with realistic campaign layout elements, including small refined text on a card or tag that remains legible, such as model name and limited edition details. Overall look: elite commercial photography, glossy magazine campaign, ultra realistic metals, sapphire crystal clarity, precise edges, luxurious color grading, sophisticated contrast, immaculate composition, high-end fashion tech aesthetic." \
resolution=4K \
seed=19364 \
providerSettings.bytedance.optimizePromptMode=standard \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/85e3b941-67da-421a-8441-f035a4f530ee.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/4cb403ae-4405-4b28-836c-80cf18c72efc.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/97c08a91-e1ae-41a2-acc5-0774b4d2a27b.jpg \
inputs.referenceImages.3=https://assets.runware.ai/assets/inputs/bc8adebd-6b13-4a7c-825d-ccbf1c0c95c3.jpg \
inputs.referenceImages.4=https://assets.runware.ai/assets/inputs/63316b56-5039-45d6-884e-4fc439fc8787.jpg{
"taskType": "imageInference",
"taskUUID": "adaaa3ae-c68f-4429-93d8-d654d4b1b726",
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a hyper-detailed 4K luxury advertising hero image for a futuristic mechanical wristwatch, using all five reference images as composition sources. Preserve the watch design, navy dial, steel bracelet, and premium material cues from the product references. Integrate the exposed movement details into the visual storytelling with tasteful engineering emphasis. Stage the watch on a dark blue marble pedestal inside an upscale boutique-inspired environment with brushed brass highlights, cinematic spotlights, elegant reflections, and soft atmospheric depth. Incorporate the premium packaging and brand-system aesthetic into the composition with realistic campaign layout elements, including small refined text on a card or tag that remains legible, such as model name and limited edition details. Overall look: elite commercial photography, glossy magazine campaign, ultra realistic metals, sapphire crystal clarity, precise edges, luxurious color grading, sophisticated contrast, immaculate composition, high-end fashion tech aesthetic.",
"resolution": "4K",
"seed": 19364,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/85e3b941-67da-421a-8441-f035a4f530ee.jpg",
"https://assets.runware.ai/assets/inputs/4cb403ae-4405-4b28-836c-80cf18c72efc.jpg",
"https://assets.runware.ai/assets/inputs/97c08a91-e1ae-41a2-acc5-0774b4d2a27b.jpg",
"https://assets.runware.ai/assets/inputs/bc8adebd-6b13-4a7c-825d-ccbf1c0c95c3.jpg",
"https://assets.runware.ai/assets/inputs/63316b56-5039-45d6-884e-4fc439fc8787.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "adaaa3ae-c68f-4429-93d8-d654d4b1b726",
"imageUUID": "0a3e7c83-5f9b-4d0f-8302-9548900f34c9",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/0a3e7c83-5f9b-4d0f-8302-9548900f34c9.jpg",
"seed": 19364,
"cost": 0.04
}Editorial Poster Layout

Create a premium vertical editorial fashion poster that blends the provided references into a cohesive magazine-cover-style composition. Preserve the face, pose, coat silhouette, and studio lighting character from the portrait reference. Integrate the folded paper texture as layered graphic surfaces and subtle background structure. Use a refined Swiss editorial grid with crisp alignment, generous negative space, and luxury branding aesthetics. Include sharp, legible small text elements such as 'SEEDREAM ATELIER', 'AUTUMN ISSUE 2049', 'PARIS / TOKYO / SEOUL', and tiny caption lines near the margins. Monochrome ivory, charcoal, and soft gray palette, ultra-clean print finish, realistic paper depth, precise micro-typography, elegant high-end fashion art direction, 2K quality.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
referenceImages: [
'https://assets.runware.ai/assets/inputs/50826460-5a8b-45ee-b286-367e32036db3.jpg',
'https://assets.runware.ai/assets/inputs/c3240b0d-a213-4a00-9eac-00798e98f9ea.jpg',
'https://assets.runware.ai/assets/inputs/aa7aa25c-4b25-4073-9bb6-d752fe0cc429.jpg'
],
model: 'bytedance:seedream@4.5',
positivePrompt: 'Create a premium vertical editorial fashion poster that blends the provided references into a cohesive magazine-cover-style composition. Preserve the face, pose, coat silhouette, and studio lighting character from the portrait reference. Integrate the folded paper texture as layered graphic surfaces and subtle background structure. Use a refined Swiss editorial grid with crisp alignment, generous negative space, and luxury branding aesthetics. Include sharp, legible small text elements such as \'SEEDREAM ATELIER\', \'AUTUMN ISSUE 2049\', \'PARIS / TOKYO / SEOUL\', and tiny caption lines near the margins. Monochrome ivory, charcoal, and soft gray palette, ultra-clean print finish, realistic paper depth, precise micro-typography, elegant high-end fashion art direction, 2K quality.',
resolution: '2K',
providerSettings: {
bytedance: {
optimizePromptMode: 'standard'
}
}
})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({
"referenceImages": [
"https://assets.runware.ai/assets/inputs/50826460-5a8b-45ee-b286-367e32036db3.jpg",
"https://assets.runware.ai/assets/inputs/c3240b0d-a213-4a00-9eac-00798e98f9ea.jpg",
"https://assets.runware.ai/assets/inputs/aa7aa25c-4b25-4073-9bb6-d752fe0cc429.jpg"
],
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a premium vertical editorial fashion poster that blends the provided references into a cohesive magazine-cover-style composition. Preserve the face, pose, coat silhouette, and studio lighting character from the portrait reference. Integrate the folded paper texture as layered graphic surfaces and subtle background structure. Use a refined Swiss editorial grid with crisp alignment, generous negative space, and luxury branding aesthetics. Include sharp, legible small text elements such as 'SEEDREAM ATELIER', 'AUTUMN ISSUE 2049', 'PARIS / TOKYO / SEOUL', and tiny caption lines near the margins. Monochrome ivory, charcoal, and soft gray palette, ultra-clean print finish, realistic paper depth, precise micro-typography, elegant high-end fashion art direction, 2K quality.",
"resolution": "2K",
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "30804e6f-d7f0-48b2-8770-ecf243707813",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/50826460-5a8b-45ee-b286-367e32036db3.jpg",
"https://assets.runware.ai/assets/inputs/c3240b0d-a213-4a00-9eac-00798e98f9ea.jpg",
"https://assets.runware.ai/assets/inputs/aa7aa25c-4b25-4073-9bb6-d752fe0cc429.jpg"
],
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a premium vertical editorial fashion poster that blends the provided references into a cohesive magazine-cover-style composition. Preserve the face, pose, coat silhouette, and studio lighting character from the portrait reference. Integrate the folded paper texture as layered graphic surfaces and subtle background structure. Use a refined Swiss editorial grid with crisp alignment, generous negative space, and luxury branding aesthetics. Include sharp, legible small text elements such as 'SEEDREAM ATELIER', 'AUTUMN ISSUE 2049', 'PARIS / TOKYO / SEOUL', and tiny caption lines near the margins. Monochrome ivory, charcoal, and soft gray palette, ultra-clean print finish, realistic paper depth, precise micro-typography, elegant high-end fashion art direction, 2K quality.",
"resolution": "2K",
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
}
]'runware run bytedance:seedream@4.5 \
referenceImages.0=https://assets.runware.ai/assets/inputs/50826460-5a8b-45ee-b286-367e32036db3.jpg \
referenceImages.1=https://assets.runware.ai/assets/inputs/c3240b0d-a213-4a00-9eac-00798e98f9ea.jpg \
referenceImages.2=https://assets.runware.ai/assets/inputs/aa7aa25c-4b25-4073-9bb6-d752fe0cc429.jpg \
positivePrompt="Create a premium vertical editorial fashion poster that blends the provided references into a cohesive magazine-cover-style composition. Preserve the face, pose, coat silhouette, and studio lighting character from the portrait reference. Integrate the folded paper texture as layered graphic surfaces and subtle background structure. Use a refined Swiss editorial grid with crisp alignment, generous negative space, and luxury branding aesthetics. Include sharp, legible small text elements such as 'SEEDREAM ATELIER', 'AUTUMN ISSUE 2049', 'PARIS / TOKYO / SEOUL', and tiny caption lines near the margins. Monochrome ivory, charcoal, and soft gray palette, ultra-clean print finish, realistic paper depth, precise micro-typography, elegant high-end fashion art direction, 2K quality." \
resolution=2K \
providerSettings.bytedance.optimizePromptMode=standard{
"taskType": "imageInference",
"taskUUID": "30804e6f-d7f0-48b2-8770-ecf243707813",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/50826460-5a8b-45ee-b286-367e32036db3.jpg",
"https://assets.runware.ai/assets/inputs/c3240b0d-a213-4a00-9eac-00798e98f9ea.jpg",
"https://assets.runware.ai/assets/inputs/aa7aa25c-4b25-4073-9bb6-d752fe0cc429.jpg"
],
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a premium vertical editorial fashion poster that blends the provided references into a cohesive magazine-cover-style composition. Preserve the face, pose, coat silhouette, and studio lighting character from the portrait reference. Integrate the folded paper texture as layered graphic surfaces and subtle background structure. Use a refined Swiss editorial grid with crisp alignment, generous negative space, and luxury branding aesthetics. Include sharp, legible small text elements such as 'SEEDREAM ATELIER', 'AUTUMN ISSUE 2049', 'PARIS / TOKYO / SEOUL', and tiny caption lines near the margins. Monochrome ivory, charcoal, and soft gray palette, ultra-clean print finish, realistic paper depth, precise micro-typography, elegant high-end fashion art direction, 2K quality.",
"resolution": "2K",
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
}{
"taskType": "imageInference",
"taskUUID": "30804e6f-d7f0-48b2-8770-ecf243707813",
"imageUUID": "89fc15f9-aa93-42e1-b3d6-f0d051810cda",
"imageURL": "https://im.runware.ai/image/os/a25d05/ws/3/ii/89fc15f9-aa93-42e1-b3d6-f0d051810cda.jpg",
"seed": 160515641,
"cost": 0.04
}Branded Product Launch Poster

Create a premium vertical product launch poster for a futuristic smart water bottle brand called AQUA//ONE. Preserve the bottle design from the reference photo with high accuracy and place it heroically in the center foreground. Blend in the dynamic water-splash atmosphere from the background reference for a dramatic luxury campaign aesthetic. Use the graphic design reference to guide the layout: clean editorial grid, strong negative space, refined hierarchy, and modern sans-serif typography. Include crisp, legible small text and design elements such as: headline 'HYDRATION, REFINED', subheadline 'Smart temperature tracking. 24-hour insulation. Precision-built wellness.', a small top tag 'NEW RELEASE 2026', and a bottom specification row with tiny readable labels 'LED temp display', 'BPA-free steel', 'Bluetooth sync', '750ml'. Photoreal product rendering, premium commercial lighting, immaculate reflections, sophisticated blue-black-white palette, ultra-detailed packaging-ad style composition, sharp text, luxury wellness branding.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
referenceImages: [
'https://assets.runware.ai/assets/inputs/0cda9fae-eea8-47c2-a9c4-5444a7d6da23.jpg',
'https://assets.runware.ai/assets/inputs/f2526572-3f21-4481-975b-01d8e4a86ae0.jpg',
'https://assets.runware.ai/assets/inputs/21f3b4d6-922c-4802-b79c-09e884c85926.jpg'
],
model: 'bytedance:seedream@4.5',
positivePrompt: 'Create a premium vertical product launch poster for a futuristic smart water bottle brand called AQUA//ONE. Preserve the bottle design from the reference photo with high accuracy and place it heroically in the center foreground. Blend in the dynamic water-splash atmosphere from the background reference for a dramatic luxury campaign aesthetic. Use the graphic design reference to guide the layout: clean editorial grid, strong negative space, refined hierarchy, and modern sans-serif typography. Include crisp, legible small text and design elements such as: headline \'HYDRATION, REFINED\', subheadline \'Smart temperature tracking. 24-hour insulation. Precision-built wellness.\', a small top tag \'NEW RELEASE 2026\', and a bottom specification row with tiny readable labels \'LED temp display\', \'BPA-free steel\', \'Bluetooth sync\', \'750ml\'. Photoreal product rendering, premium commercial lighting, immaculate reflections, sophisticated blue-black-white palette, ultra-detailed packaging-ad style composition, sharp text, luxury wellness branding.',
width: 2048,
height: 3072,
providerSettings: {
bytedance: {
optimizePromptMode: 'standard'
}
}
})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({
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0cda9fae-eea8-47c2-a9c4-5444a7d6da23.jpg",
"https://assets.runware.ai/assets/inputs/f2526572-3f21-4481-975b-01d8e4a86ae0.jpg",
"https://assets.runware.ai/assets/inputs/21f3b4d6-922c-4802-b79c-09e884c85926.jpg"
],
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a premium vertical product launch poster for a futuristic smart water bottle brand called AQUA//ONE. Preserve the bottle design from the reference photo with high accuracy and place it heroically in the center foreground. Blend in the dynamic water-splash atmosphere from the background reference for a dramatic luxury campaign aesthetic. Use the graphic design reference to guide the layout: clean editorial grid, strong negative space, refined hierarchy, and modern sans-serif typography. Include crisp, legible small text and design elements such as: headline 'HYDRATION, REFINED', subheadline 'Smart temperature tracking. 24-hour insulation. Precision-built wellness.', a small top tag 'NEW RELEASE 2026', and a bottom specification row with tiny readable labels 'LED temp display', 'BPA-free steel', 'Bluetooth sync', '750ml'. Photoreal product rendering, premium commercial lighting, immaculate reflections, sophisticated blue-black-white palette, ultra-detailed packaging-ad style composition, sharp text, luxury wellness branding.",
"width": 2048,
"height": 3072,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "020661c0-cf92-4354-b73a-d2c3f79fa364",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0cda9fae-eea8-47c2-a9c4-5444a7d6da23.jpg",
"https://assets.runware.ai/assets/inputs/f2526572-3f21-4481-975b-01d8e4a86ae0.jpg",
"https://assets.runware.ai/assets/inputs/21f3b4d6-922c-4802-b79c-09e884c85926.jpg"
],
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a premium vertical product launch poster for a futuristic smart water bottle brand called AQUA//ONE. Preserve the bottle design from the reference photo with high accuracy and place it heroically in the center foreground. Blend in the dynamic water-splash atmosphere from the background reference for a dramatic luxury campaign aesthetic. Use the graphic design reference to guide the layout: clean editorial grid, strong negative space, refined hierarchy, and modern sans-serif typography. Include crisp, legible small text and design elements such as: headline 'HYDRATION, REFINED', subheadline 'Smart temperature tracking. 24-hour insulation. Precision-built wellness.', a small top tag 'NEW RELEASE 2026', and a bottom specification row with tiny readable labels 'LED temp display', 'BPA-free steel', 'Bluetooth sync', '750ml'. Photoreal product rendering, premium commercial lighting, immaculate reflections, sophisticated blue-black-white palette, ultra-detailed packaging-ad style composition, sharp text, luxury wellness branding.",
"width": 2048,
"height": 3072,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
}
]'runware run bytedance:seedream@4.5 \
referenceImages.0=https://assets.runware.ai/assets/inputs/0cda9fae-eea8-47c2-a9c4-5444a7d6da23.jpg \
referenceImages.1=https://assets.runware.ai/assets/inputs/f2526572-3f21-4481-975b-01d8e4a86ae0.jpg \
referenceImages.2=https://assets.runware.ai/assets/inputs/21f3b4d6-922c-4802-b79c-09e884c85926.jpg \
positivePrompt="Create a premium vertical product launch poster for a futuristic smart water bottle brand called AQUA//ONE. Preserve the bottle design from the reference photo with high accuracy and place it heroically in the center foreground. Blend in the dynamic water-splash atmosphere from the background reference for a dramatic luxury campaign aesthetic. Use the graphic design reference to guide the layout: clean editorial grid, strong negative space, refined hierarchy, and modern sans-serif typography. Include crisp, legible small text and design elements such as: headline 'HYDRATION, REFINED', subheadline 'Smart temperature tracking. 24-hour insulation. Precision-built wellness.', a small top tag 'NEW RELEASE 2026', and a bottom specification row with tiny readable labels 'LED temp display', 'BPA-free steel', 'Bluetooth sync', '750ml'. Photoreal product rendering, premium commercial lighting, immaculate reflections, sophisticated blue-black-white palette, ultra-detailed packaging-ad style composition, sharp text, luxury wellness branding." \
width=2048 \
height=3072 \
providerSettings.bytedance.optimizePromptMode=standard{
"taskType": "imageInference",
"taskUUID": "020661c0-cf92-4354-b73a-d2c3f79fa364",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0cda9fae-eea8-47c2-a9c4-5444a7d6da23.jpg",
"https://assets.runware.ai/assets/inputs/f2526572-3f21-4481-975b-01d8e4a86ae0.jpg",
"https://assets.runware.ai/assets/inputs/21f3b4d6-922c-4802-b79c-09e884c85926.jpg"
],
"model": "bytedance:seedream@4.5",
"positivePrompt": "Create a premium vertical product launch poster for a futuristic smart water bottle brand called AQUA//ONE. Preserve the bottle design from the reference photo with high accuracy and place it heroically in the center foreground. Blend in the dynamic water-splash atmosphere from the background reference for a dramatic luxury campaign aesthetic. Use the graphic design reference to guide the layout: clean editorial grid, strong negative space, refined hierarchy, and modern sans-serif typography. Include crisp, legible small text and design elements such as: headline 'HYDRATION, REFINED', subheadline 'Smart temperature tracking. 24-hour insulation. Precision-built wellness.', a small top tag 'NEW RELEASE 2026', and a bottom specification row with tiny readable labels 'LED temp display', 'BPA-free steel', 'Bluetooth sync', '750ml'. Photoreal product rendering, premium commercial lighting, immaculate reflections, sophisticated blue-black-white palette, ultra-detailed packaging-ad style composition, sharp text, luxury wellness branding.",
"width": 2048,
"height": 3072,
"providerSettings": {
"bytedance": {
"optimizePromptMode": "standard"
}
}
}{
"taskType": "imageInference",
"taskUUID": "020661c0-cf92-4354-b73a-d2c3f79fa364",
"imageUUID": "deae4e18-656f-40de-82cf-deabf10b3561",
"imageURL": "https://im.runware.ai/image/os/a19d05/ws/3/ii/deae4e18-656f-40de-82cf-deabf10b3561.jpg",
"seed": 1401612065,
"cost": 0.04
}Pinball Factory Archive Colorization

Using both references, produce exactly four separate, sequentially generated 4:3 archival photographs—not a collage, grid, contact sheet, restoration comparison, or modern reenactment. Faithfully reconstruct the four exposures shown in the contact sheet while using the enlargement to preserve the technician's exact facial features, kerchief, safety glasses, coveralls, hands, tools, cabinet proportions, machinery, and factory environment. The action must progress clearly: image 1, she aligns and clamps the hinged silk screen over the bare plywood cabinet side; image 2, she pours burnt-orange ink along the upper edge; image 3, she draws the squeegee firmly across the screen; image 4, she lifts the screen and inspects the newly printed geometric motif. Maintain consistent camera height, documentary framing, worker identity, cabinet, print station, background racks, and overhead fluorescent lighting across all four images. Repair tears, creases, scratches, dust, fading, silvering, and missing emulsion with natural photographic detail. Apply restrained, historically plausible 1976 colorization: navy work coveralls, rust-red kerchief, amber safety glasses, warm birch plywood, burnt-orange ink, muted avocado industrial machinery, gray concrete floor, and slightly green fluorescent illumination. Preserve subtle silver-gelatin grain, modest lens softness, realistic skin texture, period materials, and the candid industrial-documentary mood. Do not beautify, modernize, add logos, invent readable signage, or erase all archival texture. Each result must look like an individually restored museum scan from the same original photographic sequence.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@4.5',
positivePrompt: 'Using both references, produce exactly four separate, sequentially generated 4:3 archival photographs—not a collage, grid, contact sheet, restoration comparison, or modern reenactment. Faithfully reconstruct the four exposures shown in the contact sheet while using the enlargement to preserve the technician\'s exact facial features, kerchief, safety glasses, coveralls, hands, tools, cabinet proportions, machinery, and factory environment. The action must progress clearly: image 1, she aligns and clamps the hinged silk screen over the bare plywood cabinet side; image 2, she pours burnt-orange ink along the upper edge; image 3, she draws the squeegee firmly across the screen; image 4, she lifts the screen and inspects the newly printed geometric motif. Maintain consistent camera height, documentary framing, worker identity, cabinet, print station, background racks, and overhead fluorescent lighting across all four images. Repair tears, creases, scratches, dust, fading, silvering, and missing emulsion with natural photographic detail. Apply restrained, historically plausible 1976 colorization: navy work coveralls, rust-red kerchief, amber safety glasses, warm birch plywood, burnt-orange ink, muted avocado industrial machinery, gray concrete floor, and slightly green fluorescent illumination. Preserve subtle silver-gelatin grain, modest lens softness, realistic skin texture, period materials, and the candid industrial-documentary mood. Do not beautify, modernize, add logos, invent readable signage, or erase all archival texture. Each result must look like an individually restored museum scan from the same original photographic sequence.',
resolution: '4K',
providerSettings: {
bytedance: {
maxSequentialImages: 4
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/cf132722-235e-41a2-871c-4dad5f2714f4.jpg',
'https://assets.runware.ai/assets/inputs/ebd607fa-0b3c-49b9-8cdb-b268e1eb236c.jpg'
]
}
})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": "bytedance:seedream@4.5",
"positivePrompt": "Using both references, produce exactly four separate, sequentially generated 4:3 archival photographs—not a collage, grid, contact sheet, restoration comparison, or modern reenactment. Faithfully reconstruct the four exposures shown in the contact sheet while using the enlargement to preserve the technician's exact facial features, kerchief, safety glasses, coveralls, hands, tools, cabinet proportions, machinery, and factory environment. The action must progress clearly: image 1, she aligns and clamps the hinged silk screen over the bare plywood cabinet side; image 2, she pours burnt-orange ink along the upper edge; image 3, she draws the squeegee firmly across the screen; image 4, she lifts the screen and inspects the newly printed geometric motif. Maintain consistent camera height, documentary framing, worker identity, cabinet, print station, background racks, and overhead fluorescent lighting across all four images. Repair tears, creases, scratches, dust, fading, silvering, and missing emulsion with natural photographic detail. Apply restrained, historically plausible 1976 colorization: navy work coveralls, rust-red kerchief, amber safety glasses, warm birch plywood, burnt-orange ink, muted avocado industrial machinery, gray concrete floor, and slightly green fluorescent illumination. Preserve subtle silver-gelatin grain, modest lens softness, realistic skin texture, period materials, and the candid industrial-documentary mood. Do not beautify, modernize, add logos, invent readable signage, or erase all archival texture. Each result must look like an individually restored museum scan from the same original photographic sequence.",
"resolution": "4K",
"providerSettings": {
"bytedance": {
"maxSequentialImages": 4
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/cf132722-235e-41a2-871c-4dad5f2714f4.jpg",
"https://assets.runware.ai/assets/inputs/ebd607fa-0b3c-49b9-8cdb-b268e1eb236c.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "22dd2a95-7afa-4a24-9b9d-fa8ab135ac86",
"model": "bytedance:seedream@4.5",
"positivePrompt": "Using both references, produce exactly four separate, sequentially generated 4:3 archival photographs—not a collage, grid, contact sheet, restoration comparison, or modern reenactment. Faithfully reconstruct the four exposures shown in the contact sheet while using the enlargement to preserve the technician's exact facial features, kerchief, safety glasses, coveralls, hands, tools, cabinet proportions, machinery, and factory environment. The action must progress clearly: image 1, she aligns and clamps the hinged silk screen over the bare plywood cabinet side; image 2, she pours burnt-orange ink along the upper edge; image 3, she draws the squeegee firmly across the screen; image 4, she lifts the screen and inspects the newly printed geometric motif. Maintain consistent camera height, documentary framing, worker identity, cabinet, print station, background racks, and overhead fluorescent lighting across all four images. Repair tears, creases, scratches, dust, fading, silvering, and missing emulsion with natural photographic detail. Apply restrained, historically plausible 1976 colorization: navy work coveralls, rust-red kerchief, amber safety glasses, warm birch plywood, burnt-orange ink, muted avocado industrial machinery, gray concrete floor, and slightly green fluorescent illumination. Preserve subtle silver-gelatin grain, modest lens softness, realistic skin texture, period materials, and the candid industrial-documentary mood. Do not beautify, modernize, add logos, invent readable signage, or erase all archival texture. Each result must look like an individually restored museum scan from the same original photographic sequence.",
"resolution": "4K",
"providerSettings": {
"bytedance": {
"maxSequentialImages": 4
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/cf132722-235e-41a2-871c-4dad5f2714f4.jpg",
"https://assets.runware.ai/assets/inputs/ebd607fa-0b3c-49b9-8cdb-b268e1eb236c.jpg"
]
}
}
]'runware run bytedance:seedream@4.5 \
positivePrompt="Using both references, produce exactly four separate, sequentially generated 4:3 archival photographs—not a collage, grid, contact sheet, restoration comparison, or modern reenactment. Faithfully reconstruct the four exposures shown in the contact sheet while using the enlargement to preserve the technician's exact facial features, kerchief, safety glasses, coveralls, hands, tools, cabinet proportions, machinery, and factory environment. The action must progress clearly: image 1, she aligns and clamps the hinged silk screen over the bare plywood cabinet side; image 2, she pours burnt-orange ink along the upper edge; image 3, she draws the squeegee firmly across the screen; image 4, she lifts the screen and inspects the newly printed geometric motif. Maintain consistent camera height, documentary framing, worker identity, cabinet, print station, background racks, and overhead fluorescent lighting across all four images. Repair tears, creases, scratches, dust, fading, silvering, and missing emulsion with natural photographic detail. Apply restrained, historically plausible 1976 colorization: navy work coveralls, rust-red kerchief, amber safety glasses, warm birch plywood, burnt-orange ink, muted avocado industrial machinery, gray concrete floor, and slightly green fluorescent illumination. Preserve subtle silver-gelatin grain, modest lens softness, realistic skin texture, period materials, and the candid industrial-documentary mood. Do not beautify, modernize, add logos, invent readable signage, or erase all archival texture. Each result must look like an individually restored museum scan from the same original photographic sequence." \
resolution=4K \
providerSettings.bytedance.maxSequentialImages=4 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/cf132722-235e-41a2-871c-4dad5f2714f4.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/ebd607fa-0b3c-49b9-8cdb-b268e1eb236c.jpg{
"taskType": "imageInference",
"taskUUID": "22dd2a95-7afa-4a24-9b9d-fa8ab135ac86",
"model": "bytedance:seedream@4.5",
"positivePrompt": "Using both references, produce exactly four separate, sequentially generated 4:3 archival photographs—not a collage, grid, contact sheet, restoration comparison, or modern reenactment. Faithfully reconstruct the four exposures shown in the contact sheet while using the enlargement to preserve the technician's exact facial features, kerchief, safety glasses, coveralls, hands, tools, cabinet proportions, machinery, and factory environment. The action must progress clearly: image 1, she aligns and clamps the hinged silk screen over the bare plywood cabinet side; image 2, she pours burnt-orange ink along the upper edge; image 3, she draws the squeegee firmly across the screen; image 4, she lifts the screen and inspects the newly printed geometric motif. Maintain consistent camera height, documentary framing, worker identity, cabinet, print station, background racks, and overhead fluorescent lighting across all four images. Repair tears, creases, scratches, dust, fading, silvering, and missing emulsion with natural photographic detail. Apply restrained, historically plausible 1976 colorization: navy work coveralls, rust-red kerchief, amber safety glasses, warm birch plywood, burnt-orange ink, muted avocado industrial machinery, gray concrete floor, and slightly green fluorescent illumination. Preserve subtle silver-gelatin grain, modest lens softness, realistic skin texture, period materials, and the candid industrial-documentary mood. Do not beautify, modernize, add logos, invent readable signage, or erase all archival texture. Each result must look like an individually restored museum scan from the same original photographic sequence.",
"resolution": "4K",
"providerSettings": {
"bytedance": {
"maxSequentialImages": 4
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/cf132722-235e-41a2-871c-4dad5f2714f4.jpg",
"https://assets.runware.ai/assets/inputs/ebd607fa-0b3c-49b9-8cdb-b268e1eb236c.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "22dd2a95-7afa-4a24-9b9d-fa8ab135ac86",
"imageUUID": "17783645-cf5d-4783-b218-556563dc1595",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/4/ii/17783645-cf5d-4783-b218-556563dc1595.jpg",
"seed": 769044743,
"cost": 0.04
}