Stable Diffusion 3
Stable Diffusion 3 is a next generation text to image model with improved prompt adherence and typography. It handles complex scenes with multiple subjects and fine detail. It targets both local and cloud deployment so developers can integrate high quality image generation into products.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Marina Biofouling Inspection Guide Illustration

Finished square scientific field-guide illustration for a coastal marina authority, designed as a practical biofouling inspection reference for maintenance crews. Centerpiece: a small white recreational sailboat shown in precise three-quarter underwater cutaway, waterline clearly visible, with keel, rudder, propeller shaft, propeller, trim tabs, through-hull intake, and transom all anatomically and mechanically plausible. Show realistic clusters of marine growth concentrated around sheltered niche areas: striped zebra mussels around the intake, pale calcareous tubeworm spirals beneath the keel, tan acorn barnacles on the propeller hub, branching red bryozoan colonies near the rudder hinge, translucent beige sea-squirt tunicates under the transom, and fine green filamentous algae along the waterline. Arrange six clean circular magnified specimen vignettes around the boat, each connected to the correct hull location by thin numbered leader lines. Include crisp, correctly spelled heading at top: “BIOFOULING INSPECTION POINTS”. Beneath it, smaller subtitle: “TRAILERED AND MOORED VESSELS”. Label the six vignettes with concise readable text: “1 WATERLINE”, “2 INTAKES”, “3 PROPELLER”, “4 RUDDER”, “5 KEEL”, “6 TRANSOM”. Add a small footer note: “CHECK • CLEAN • DRAIN • DRY”. Restrained marine-science palette of deep navy, oxidized teal, warm ivory, coral red, and muted mustard. Flat gouache and ink technical illustration, subtle paper grain, sharp silhouettes, controlled detail, strong visual hierarchy, generous margins, accessible high contrast, calm authoritative public-service tone. Standalone printed information graphic, orthographic clarity, no logos, no brand names, no photographic mockup.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:5@1',
positivePrompt: 'Finished square scientific field-guide illustration for a coastal marina authority, designed as a practical biofouling inspection reference for maintenance crews. Centerpiece: a small white recreational sailboat shown in precise three-quarter underwater cutaway, waterline clearly visible, with keel, rudder, propeller shaft, propeller, trim tabs, through-hull intake, and transom all anatomically and mechanically plausible. Show realistic clusters of marine growth concentrated around sheltered niche areas: striped zebra mussels around the intake, pale calcareous tubeworm spirals beneath the keel, tan acorn barnacles on the propeller hub, branching red bryozoan colonies near the rudder hinge, translucent beige sea-squirt tunicates under the transom, and fine green filamentous algae along the waterline. Arrange six clean circular magnified specimen vignettes around the boat, each connected to the correct hull location by thin numbered leader lines. Include crisp, correctly spelled heading at top: “BIOFOULING INSPECTION POINTS”. Beneath it, smaller subtitle: “TRAILERED AND MOORED VESSELS”. Label the six vignettes with concise readable text: “1 WATERLINE”, “2 INTAKES”, “3 PROPELLER”, “4 RUDDER”, “5 KEEL”, “6 TRANSOM”. Add a small footer note: “CHECK • CLEAN • DRAIN • DRY”. Restrained marine-science palette of deep navy, oxidized teal, warm ivory, coral red, and muted mustard. Flat gouache and ink technical illustration, subtle paper grain, sharp silhouettes, controlled detail, strong visual hierarchy, generous margins, accessible high contrast, calm authoritative public-service tone. Standalone printed information graphic, orthographic clarity, no logos, no brand names, no photographic mockup.',
negativePrompt: 'illegible text, misspelled labels, extra headings, fake logos, advertising, glossy 3D render, fantasy sea creatures, dramatic storm, people, underwater ruins, clutter, crowded typography, duplicated boat parts, malformed propeller, incorrect leader lines, low contrast, dark muddy palette, poster mockup, wall frame, website interface',
width: 1024,
height: 1024
})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": "runware:5@1",
"positivePrompt": "Finished square scientific field-guide illustration for a coastal marina authority, designed as a practical biofouling inspection reference for maintenance crews. Centerpiece: a small white recreational sailboat shown in precise three-quarter underwater cutaway, waterline clearly visible, with keel, rudder, propeller shaft, propeller, trim tabs, through-hull intake, and transom all anatomically and mechanically plausible. Show realistic clusters of marine growth concentrated around sheltered niche areas: striped zebra mussels around the intake, pale calcareous tubeworm spirals beneath the keel, tan acorn barnacles on the propeller hub, branching red bryozoan colonies near the rudder hinge, translucent beige sea-squirt tunicates under the transom, and fine green filamentous algae along the waterline. Arrange six clean circular magnified specimen vignettes around the boat, each connected to the correct hull location by thin numbered leader lines. Include crisp, correctly spelled heading at top: “BIOFOULING INSPECTION POINTS”. Beneath it, smaller subtitle: “TRAILERED AND MOORED VESSELS”. Label the six vignettes with concise readable text: “1 WATERLINE”, “2 INTAKES”, “3 PROPELLER”, “4 RUDDER”, “5 KEEL”, “6 TRANSOM”. Add a small footer note: “CHECK • CLEAN • DRAIN • DRY”. Restrained marine-science palette of deep navy, oxidized teal, warm ivory, coral red, and muted mustard. Flat gouache and ink technical illustration, subtle paper grain, sharp silhouettes, controlled detail, strong visual hierarchy, generous margins, accessible high contrast, calm authoritative public-service tone. Standalone printed information graphic, orthographic clarity, no logos, no brand names, no photographic mockup.",
"negativePrompt": "illegible text, misspelled labels, extra headings, fake logos, advertising, glossy 3D render, fantasy sea creatures, dramatic storm, people, underwater ruins, clutter, crowded typography, duplicated boat parts, malformed propeller, incorrect leader lines, low contrast, dark muddy palette, poster mockup, wall frame, website interface",
"width": 1024,
"height": 1024
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "4c28aa0c-2d1b-484d-9e7f-d43eec8ae438",
"model": "runware:5@1",
"positivePrompt": "Finished square scientific field-guide illustration for a coastal marina authority, designed as a practical biofouling inspection reference for maintenance crews. Centerpiece: a small white recreational sailboat shown in precise three-quarter underwater cutaway, waterline clearly visible, with keel, rudder, propeller shaft, propeller, trim tabs, through-hull intake, and transom all anatomically and mechanically plausible. Show realistic clusters of marine growth concentrated around sheltered niche areas: striped zebra mussels around the intake, pale calcareous tubeworm spirals beneath the keel, tan acorn barnacles on the propeller hub, branching red bryozoan colonies near the rudder hinge, translucent beige sea-squirt tunicates under the transom, and fine green filamentous algae along the waterline. Arrange six clean circular magnified specimen vignettes around the boat, each connected to the correct hull location by thin numbered leader lines. Include crisp, correctly spelled heading at top: “BIOFOULING INSPECTION POINTS”. Beneath it, smaller subtitle: “TRAILERED AND MOORED VESSELS”. Label the six vignettes with concise readable text: “1 WATERLINE”, “2 INTAKES”, “3 PROPELLER”, “4 RUDDER”, “5 KEEL”, “6 TRANSOM”. Add a small footer note: “CHECK • CLEAN • DRAIN • DRY”. Restrained marine-science palette of deep navy, oxidized teal, warm ivory, coral red, and muted mustard. Flat gouache and ink technical illustration, subtle paper grain, sharp silhouettes, controlled detail, strong visual hierarchy, generous margins, accessible high contrast, calm authoritative public-service tone. Standalone printed information graphic, orthographic clarity, no logos, no brand names, no photographic mockup.",
"negativePrompt": "illegible text, misspelled labels, extra headings, fake logos, advertising, glossy 3D render, fantasy sea creatures, dramatic storm, people, underwater ruins, clutter, crowded typography, duplicated boat parts, malformed propeller, incorrect leader lines, low contrast, dark muddy palette, poster mockup, wall frame, website interface",
"width": 1024,
"height": 1024
}
]'runware run runware:5@1 \
positivePrompt="Finished square scientific field-guide illustration for a coastal marina authority, designed as a practical biofouling inspection reference for maintenance crews. Centerpiece: a small white recreational sailboat shown in precise three-quarter underwater cutaway, waterline clearly visible, with keel, rudder, propeller shaft, propeller, trim tabs, through-hull intake, and transom all anatomically and mechanically plausible. Show realistic clusters of marine growth concentrated around sheltered niche areas: striped zebra mussels around the intake, pale calcareous tubeworm spirals beneath the keel, tan acorn barnacles on the propeller hub, branching red bryozoan colonies near the rudder hinge, translucent beige sea-squirt tunicates under the transom, and fine green filamentous algae along the waterline. Arrange six clean circular magnified specimen vignettes around the boat, each connected to the correct hull location by thin numbered leader lines. Include crisp, correctly spelled heading at top: “BIOFOULING INSPECTION POINTS”. Beneath it, smaller subtitle: “TRAILERED AND MOORED VESSELS”. Label the six vignettes with concise readable text: “1 WATERLINE”, “2 INTAKES”, “3 PROPELLER”, “4 RUDDER”, “5 KEEL”, “6 TRANSOM”. Add a small footer note: “CHECK • CLEAN • DRAIN • DRY”. Restrained marine-science palette of deep navy, oxidized teal, warm ivory, coral red, and muted mustard. Flat gouache and ink technical illustration, subtle paper grain, sharp silhouettes, controlled detail, strong visual hierarchy, generous margins, accessible high contrast, calm authoritative public-service tone. Standalone printed information graphic, orthographic clarity, no logos, no brand names, no photographic mockup." \
negativePrompt="illegible text, misspelled labels, extra headings, fake logos, advertising, glossy 3D render, fantasy sea creatures, dramatic storm, people, underwater ruins, clutter, crowded typography, duplicated boat parts, malformed propeller, incorrect leader lines, low contrast, dark muddy palette, poster mockup, wall frame, website interface" \
width=1024 \
height=1024{
"taskType": "imageInference",
"taskUUID": "4c28aa0c-2d1b-484d-9e7f-d43eec8ae438",
"model": "runware:5@1",
"positivePrompt": "Finished square scientific field-guide illustration for a coastal marina authority, designed as a practical biofouling inspection reference for maintenance crews. Centerpiece: a small white recreational sailboat shown in precise three-quarter underwater cutaway, waterline clearly visible, with keel, rudder, propeller shaft, propeller, trim tabs, through-hull intake, and transom all anatomically and mechanically plausible. Show realistic clusters of marine growth concentrated around sheltered niche areas: striped zebra mussels around the intake, pale calcareous tubeworm spirals beneath the keel, tan acorn barnacles on the propeller hub, branching red bryozoan colonies near the rudder hinge, translucent beige sea-squirt tunicates under the transom, and fine green filamentous algae along the waterline. Arrange six clean circular magnified specimen vignettes around the boat, each connected to the correct hull location by thin numbered leader lines. Include crisp, correctly spelled heading at top: “BIOFOULING INSPECTION POINTS”. Beneath it, smaller subtitle: “TRAILERED AND MOORED VESSELS”. Label the six vignettes with concise readable text: “1 WATERLINE”, “2 INTAKES”, “3 PROPELLER”, “4 RUDDER”, “5 KEEL”, “6 TRANSOM”. Add a small footer note: “CHECK • CLEAN • DRAIN • DRY”. Restrained marine-science palette of deep navy, oxidized teal, warm ivory, coral red, and muted mustard. Flat gouache and ink technical illustration, subtle paper grain, sharp silhouettes, controlled detail, strong visual hierarchy, generous margins, accessible high contrast, calm authoritative public-service tone. Standalone printed information graphic, orthographic clarity, no logos, no brand names, no photographic mockup.",
"negativePrompt": "illegible text, misspelled labels, extra headings, fake logos, advertising, glossy 3D render, fantasy sea creatures, dramatic storm, people, underwater ruins, clutter, crowded typography, duplicated boat parts, malformed propeller, incorrect leader lines, low contrast, dark muddy palette, poster mockup, wall frame, website interface",
"width": 1024,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "4c28aa0c-2d1b-484d-9e7f-d43eec8ae438",
"imageUUID": "fff53a36-59d1-4bc0-9a2a-bedbdebc4b2b",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/fff53a36-59d1-4bc0-9a2a-bedbdebc4b2b.jpg",
"seed": 1113648927,
"cost": 0.0013
}Electric Snowplow Fleet Blog Hero

Transform the supplied depot photograph into a sophisticated cut-paper editorial illustration for a business and infrastructure blog about electric snowplow fleets. Preserve the seed image’s recognizable composition: the same five trucks in the same diagonal repeating row, the zigzag rhythm of their blades, the worker and charging cable beside the nearest truck, the garage silhouette, snowy ground, and existing camera perspective. Simplify the vehicles into crisp layered geometric shapes while retaining believable snowplow proportions and clearly readable machinery. Render the charging cable as a bold cobalt line leading to a small illuminated charger, making fleet electrification the visual story without adding symbols or labels. Art direction: premium mid-century screen-print combined with dimensional paper collage, sharp cut edges, subtle paper fibers, restrained halftone shadows, slight registration offsets, and strong editorial clarity at thumbnail size. Palette of safety orange, icy cyan, deep navy, warm cream, and one electric cobalt accent. Cold blue dawn light with a narrow warm horizon glow; calm, capable, optimistic mood rather than futuristic spectacle. Wide 16:9 framing, strong focal hierarchy, clean negative space in the upper-right sky for optional publication headline placement outside the generated artwork. Finished standalone hero image, no words, letters, numbers, logos, watermarks, interface elements, or border.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:5@1',
positivePrompt: 'Transform the supplied depot photograph into a sophisticated cut-paper editorial illustration for a business and infrastructure blog about electric snowplow fleets. Preserve the seed image’s recognizable composition: the same five trucks in the same diagonal repeating row, the zigzag rhythm of their blades, the worker and charging cable beside the nearest truck, the garage silhouette, snowy ground, and existing camera perspective. Simplify the vehicles into crisp layered geometric shapes while retaining believable snowplow proportions and clearly readable machinery. Render the charging cable as a bold cobalt line leading to a small illuminated charger, making fleet electrification the visual story without adding symbols or labels. Art direction: premium mid-century screen-print combined with dimensional paper collage, sharp cut edges, subtle paper fibers, restrained halftone shadows, slight registration offsets, and strong editorial clarity at thumbnail size. Palette of safety orange, icy cyan, deep navy, warm cream, and one electric cobalt accent. Cold blue dawn light with a narrow warm horizon glow; calm, capable, optimistic mood rather than futuristic spectacle. Wide 16:9 framing, strong focal hierarchy, clean negative space in the upper-right sky for optional publication headline placement outside the generated artwork. Finished standalone hero image, no words, letters, numbers, logos, watermarks, interface elements, or border.',
width: 1280,
height: 768,
strength: 0.65,
inputs: {
seedImage: 'https://assets.runware.ai/assets/inputs/09377758-a18c-4f30-9837-caaefac92125.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": "runware:5@1",
"positivePrompt": "Transform the supplied depot photograph into a sophisticated cut-paper editorial illustration for a business and infrastructure blog about electric snowplow fleets. Preserve the seed image’s recognizable composition: the same five trucks in the same diagonal repeating row, the zigzag rhythm of their blades, the worker and charging cable beside the nearest truck, the garage silhouette, snowy ground, and existing camera perspective. Simplify the vehicles into crisp layered geometric shapes while retaining believable snowplow proportions and clearly readable machinery. Render the charging cable as a bold cobalt line leading to a small illuminated charger, making fleet electrification the visual story without adding symbols or labels. Art direction: premium mid-century screen-print combined with dimensional paper collage, sharp cut edges, subtle paper fibers, restrained halftone shadows, slight registration offsets, and strong editorial clarity at thumbnail size. Palette of safety orange, icy cyan, deep navy, warm cream, and one electric cobalt accent. Cold blue dawn light with a narrow warm horizon glow; calm, capable, optimistic mood rather than futuristic spectacle. Wide 16:9 framing, strong focal hierarchy, clean negative space in the upper-right sky for optional publication headline placement outside the generated artwork. Finished standalone hero image, no words, letters, numbers, logos, watermarks, interface elements, or border.",
"width": 1280,
"height": 768,
"strength": 0.65,
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/09377758-a18c-4f30-9837-caaefac92125.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": "81ad3da8-570c-4d94-9b8a-d82a1c16e176",
"model": "runware:5@1",
"positivePrompt": "Transform the supplied depot photograph into a sophisticated cut-paper editorial illustration for a business and infrastructure blog about electric snowplow fleets. Preserve the seed image’s recognizable composition: the same five trucks in the same diagonal repeating row, the zigzag rhythm of their blades, the worker and charging cable beside the nearest truck, the garage silhouette, snowy ground, and existing camera perspective. Simplify the vehicles into crisp layered geometric shapes while retaining believable snowplow proportions and clearly readable machinery. Render the charging cable as a bold cobalt line leading to a small illuminated charger, making fleet electrification the visual story without adding symbols or labels. Art direction: premium mid-century screen-print combined with dimensional paper collage, sharp cut edges, subtle paper fibers, restrained halftone shadows, slight registration offsets, and strong editorial clarity at thumbnail size. Palette of safety orange, icy cyan, deep navy, warm cream, and one electric cobalt accent. Cold blue dawn light with a narrow warm horizon glow; calm, capable, optimistic mood rather than futuristic spectacle. Wide 16:9 framing, strong focal hierarchy, clean negative space in the upper-right sky for optional publication headline placement outside the generated artwork. Finished standalone hero image, no words, letters, numbers, logos, watermarks, interface elements, or border.",
"width": 1280,
"height": 768,
"strength": 0.65,
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/09377758-a18c-4f30-9837-caaefac92125.jpg"
}
}
]'runware run runware:5@1 \
positivePrompt="Transform the supplied depot photograph into a sophisticated cut-paper editorial illustration for a business and infrastructure blog about electric snowplow fleets. Preserve the seed image’s recognizable composition: the same five trucks in the same diagonal repeating row, the zigzag rhythm of their blades, the worker and charging cable beside the nearest truck, the garage silhouette, snowy ground, and existing camera perspective. Simplify the vehicles into crisp layered geometric shapes while retaining believable snowplow proportions and clearly readable machinery. Render the charging cable as a bold cobalt line leading to a small illuminated charger, making fleet electrification the visual story without adding symbols or labels. Art direction: premium mid-century screen-print combined with dimensional paper collage, sharp cut edges, subtle paper fibers, restrained halftone shadows, slight registration offsets, and strong editorial clarity at thumbnail size. Palette of safety orange, icy cyan, deep navy, warm cream, and one electric cobalt accent. Cold blue dawn light with a narrow warm horizon glow; calm, capable, optimistic mood rather than futuristic spectacle. Wide 16:9 framing, strong focal hierarchy, clean negative space in the upper-right sky for optional publication headline placement outside the generated artwork. Finished standalone hero image, no words, letters, numbers, logos, watermarks, interface elements, or border." \
width=1280 \
height=768 \
strength=0.65 \
inputs.seedImage=https://assets.runware.ai/assets/inputs/09377758-a18c-4f30-9837-caaefac92125.jpg{
"taskType": "imageInference",
"taskUUID": "81ad3da8-570c-4d94-9b8a-d82a1c16e176",
"model": "runware:5@1",
"positivePrompt": "Transform the supplied depot photograph into a sophisticated cut-paper editorial illustration for a business and infrastructure blog about electric snowplow fleets. Preserve the seed image’s recognizable composition: the same five trucks in the same diagonal repeating row, the zigzag rhythm of their blades, the worker and charging cable beside the nearest truck, the garage silhouette, snowy ground, and existing camera perspective. Simplify the vehicles into crisp layered geometric shapes while retaining believable snowplow proportions and clearly readable machinery. Render the charging cable as a bold cobalt line leading to a small illuminated charger, making fleet electrification the visual story without adding symbols or labels. Art direction: premium mid-century screen-print combined with dimensional paper collage, sharp cut edges, subtle paper fibers, restrained halftone shadows, slight registration offsets, and strong editorial clarity at thumbnail size. Palette of safety orange, icy cyan, deep navy, warm cream, and one electric cobalt accent. Cold blue dawn light with a narrow warm horizon glow; calm, capable, optimistic mood rather than futuristic spectacle. Wide 16:9 framing, strong focal hierarchy, clean negative space in the upper-right sky for optional publication headline placement outside the generated artwork. Finished standalone hero image, no words, letters, numbers, logos, watermarks, interface elements, or border.",
"width": 1280,
"height": 768,
"strength": 0.65,
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/09377758-a18c-4f30-9837-caaefac92125.jpg"
}
}{
"taskType": "imageInference",
"taskUUID": "81ad3da8-570c-4d94-9b8a-d82a1c16e176",
"imageUUID": "02b8694d-2d9e-468a-a6a7-2cd61a9b53e1",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/02b8694d-2d9e-468a-a6a7-2cd61a9b53e1.jpg",
"seed": 1904644852,
"cost": 0.0013
}Museum Conservation Paste Tin Label

Transform the plain tin into finished retail packaging for a specialist museum-conservation material while preserving the original camera angle, proportions, studio lighting, continuous warm-gray background, and realistic cast shadow. Cover the entire tin with a precisely fitted matte paper wrap label and a coordinated printed lid. Restrained archival-modernist art direction inspired by collection catalog cards and conservation lab notation: warm ivory stock, deep ultramarine blue blocks, one small vermilion registration accent, charcoal typography, fine ruled lines, generous negative space, subtle paper grain. Crisp, legible front hierarchy with the exact text “MEND” in large condensed sans-serif capitals, “No. 3”, “WHEAT STARCH PASTE”, “PAPER CONSERVATION GRADE”, and “250 g”. Add a small secondary line reading “purified • reversible • pH neutral”. Include a refined abstract watermark based on overlapping torn-paper fibers, not a literal illustration. The label wraps naturally around the cylinder with correct perspective, slight edge texture, clean seams, and believable contact with the metal. Premium professional packaging for paper conservators and archival studios, understated and trustworthy rather than rustic or decorative. Photorealistic commercial packshot, sharp print detail, realistic materials, one tin only, landscape composition.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:5@1',
positivePrompt: 'Transform the plain tin into finished retail packaging for a specialist museum-conservation material while preserving the original camera angle, proportions, studio lighting, continuous warm-gray background, and realistic cast shadow. Cover the entire tin with a precisely fitted matte paper wrap label and a coordinated printed lid. Restrained archival-modernist art direction inspired by collection catalog cards and conservation lab notation: warm ivory stock, deep ultramarine blue blocks, one small vermilion registration accent, charcoal typography, fine ruled lines, generous negative space, subtle paper grain. Crisp, legible front hierarchy with the exact text “MEND” in large condensed sans-serif capitals, “No. 3”, “WHEAT STARCH PASTE”, “PAPER CONSERVATION GRADE”, and “250 g”. Add a small secondary line reading “purified • reversible • pH neutral”. Include a refined abstract watermark based on overlapping torn-paper fibers, not a literal illustration. The label wraps naturally around the cylinder with correct perspective, slight edge texture, clean seams, and believable contact with the metal. Premium professional packaging for paper conservators and archival studios, understated and trustworthy rather than rustic or decorative. Photorealistic commercial packshot, sharp print detail, realistic materials, one tin only, landscape composition.',
width: 1152,
height: 896,
strength: 0.8,
maskMargin: 64,
inputs: {
seedImage: 'https://assets.runware.ai/assets/inputs/069f9667-8b5b-4609-a9c1-3363c662feaa.jpg',
maskImage: 'https://assets.runware.ai/assets/inputs/e271f13e-8218-4217-a6a1-9064fa7c8899.png'
}
})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": "runware:5@1",
"positivePrompt": "Transform the plain tin into finished retail packaging for a specialist museum-conservation material while preserving the original camera angle, proportions, studio lighting, continuous warm-gray background, and realistic cast shadow. Cover the entire tin with a precisely fitted matte paper wrap label and a coordinated printed lid. Restrained archival-modernist art direction inspired by collection catalog cards and conservation lab notation: warm ivory stock, deep ultramarine blue blocks, one small vermilion registration accent, charcoal typography, fine ruled lines, generous negative space, subtle paper grain. Crisp, legible front hierarchy with the exact text “MEND” in large condensed sans-serif capitals, “No. 3”, “WHEAT STARCH PASTE”, “PAPER CONSERVATION GRADE”, and “250 g”. Add a small secondary line reading “purified • reversible • pH neutral”. Include a refined abstract watermark based on overlapping torn-paper fibers, not a literal illustration. The label wraps naturally around the cylinder with correct perspective, slight edge texture, clean seams, and believable contact with the metal. Premium professional packaging for paper conservators and archival studios, understated and trustworthy rather than rustic or decorative. Photorealistic commercial packshot, sharp print detail, realistic materials, one tin only, landscape composition.",
"width": 1152,
"height": 896,
"strength": 0.8,
"maskMargin": 64,
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/069f9667-8b5b-4609-a9c1-3363c662feaa.jpg",
"maskImage": "https://assets.runware.ai/assets/inputs/e271f13e-8218-4217-a6a1-9064fa7c8899.png"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "e37f50d4-54ec-4e99-8642-67bad2dcdf9c",
"model": "runware:5@1",
"positivePrompt": "Transform the plain tin into finished retail packaging for a specialist museum-conservation material while preserving the original camera angle, proportions, studio lighting, continuous warm-gray background, and realistic cast shadow. Cover the entire tin with a precisely fitted matte paper wrap label and a coordinated printed lid. Restrained archival-modernist art direction inspired by collection catalog cards and conservation lab notation: warm ivory stock, deep ultramarine blue blocks, one small vermilion registration accent, charcoal typography, fine ruled lines, generous negative space, subtle paper grain. Crisp, legible front hierarchy with the exact text “MEND” in large condensed sans-serif capitals, “No. 3”, “WHEAT STARCH PASTE”, “PAPER CONSERVATION GRADE”, and “250 g”. Add a small secondary line reading “purified • reversible • pH neutral”. Include a refined abstract watermark based on overlapping torn-paper fibers, not a literal illustration. The label wraps naturally around the cylinder with correct perspective, slight edge texture, clean seams, and believable contact with the metal. Premium professional packaging for paper conservators and archival studios, understated and trustworthy rather than rustic or decorative. Photorealistic commercial packshot, sharp print detail, realistic materials, one tin only, landscape composition.",
"width": 1152,
"height": 896,
"strength": 0.8,
"maskMargin": 64,
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/069f9667-8b5b-4609-a9c1-3363c662feaa.jpg",
"maskImage": "https://assets.runware.ai/assets/inputs/e271f13e-8218-4217-a6a1-9064fa7c8899.png"
}
}
]'runware run runware:5@1 \
positivePrompt="Transform the plain tin into finished retail packaging for a specialist museum-conservation material while preserving the original camera angle, proportions, studio lighting, continuous warm-gray background, and realistic cast shadow. Cover the entire tin with a precisely fitted matte paper wrap label and a coordinated printed lid. Restrained archival-modernist art direction inspired by collection catalog cards and conservation lab notation: warm ivory stock, deep ultramarine blue blocks, one small vermilion registration accent, charcoal typography, fine ruled lines, generous negative space, subtle paper grain. Crisp, legible front hierarchy with the exact text “MEND” in large condensed sans-serif capitals, “No. 3”, “WHEAT STARCH PASTE”, “PAPER CONSERVATION GRADE”, and “250 g”. Add a small secondary line reading “purified • reversible • pH neutral”. Include a refined abstract watermark based on overlapping torn-paper fibers, not a literal illustration. The label wraps naturally around the cylinder with correct perspective, slight edge texture, clean seams, and believable contact with the metal. Premium professional packaging for paper conservators and archival studios, understated and trustworthy rather than rustic or decorative. Photorealistic commercial packshot, sharp print detail, realistic materials, one tin only, landscape composition." \
width=1152 \
height=896 \
strength=0.8 \
maskMargin=64 \
inputs.seedImage=https://assets.runware.ai/assets/inputs/069f9667-8b5b-4609-a9c1-3363c662feaa.jpg \
inputs.maskImage=https://assets.runware.ai/assets/inputs/e271f13e-8218-4217-a6a1-9064fa7c8899.png{
"taskType": "imageInference",
"taskUUID": "e37f50d4-54ec-4e99-8642-67bad2dcdf9c",
"model": "runware:5@1",
"positivePrompt": "Transform the plain tin into finished retail packaging for a specialist museum-conservation material while preserving the original camera angle, proportions, studio lighting, continuous warm-gray background, and realistic cast shadow. Cover the entire tin with a precisely fitted matte paper wrap label and a coordinated printed lid. Restrained archival-modernist art direction inspired by collection catalog cards and conservation lab notation: warm ivory stock, deep ultramarine blue blocks, one small vermilion registration accent, charcoal typography, fine ruled lines, generous negative space, subtle paper grain. Crisp, legible front hierarchy with the exact text “MEND” in large condensed sans-serif capitals, “No. 3”, “WHEAT STARCH PASTE”, “PAPER CONSERVATION GRADE”, and “250 g”. Add a small secondary line reading “purified • reversible • pH neutral”. Include a refined abstract watermark based on overlapping torn-paper fibers, not a literal illustration. The label wraps naturally around the cylinder with correct perspective, slight edge texture, clean seams, and believable contact with the metal. Premium professional packaging for paper conservators and archival studios, understated and trustworthy rather than rustic or decorative. Photorealistic commercial packshot, sharp print detail, realistic materials, one tin only, landscape composition.",
"width": 1152,
"height": 896,
"strength": 0.8,
"maskMargin": 64,
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/069f9667-8b5b-4609-a9c1-3363c662feaa.jpg",
"maskImage": "https://assets.runware.ai/assets/inputs/e271f13e-8218-4217-a6a1-9064fa7c8899.png"
}
}{
"taskType": "imageInference",
"taskUUID": "e37f50d4-54ec-4e99-8642-67bad2dcdf9c",
"imageUUID": "ec6f3ab6-5b54-4c8e-9303-a5924d12096d",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/ec6f3ab6-5b54-4c8e-9303-a5924d12096d.jpg",
"seed": 1734687802,
"cost": 0.0013
}Glasshouse Rooftop Supper Club

An elegant rooftop glasshouse supper club above a futuristic coastal city at blue hour, three distinct subjects in the foreground: a sharply dressed saxophone player in a silver suit, a florist arranging oversized dahlias and ferns, and a pastry chef presenting a luminous citrus dessert tower. Background filled with guests in tailored clothing, suspended lanterns, curved glass architecture, distant skyline, hovering water taxis on the bay below. On a polished brass entrance sign, clearly readable typography: 'Aster Nine'. Rich reflections on glass, intricate botanical details, polished marble floor, refined cinematic composition, high detail, sophisticated color palette of amber, jade, indigo, and soft coral, realistic faces and hands, premium editorial photography 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: 'runware:5@1',
positivePrompt: 'An elegant rooftop glasshouse supper club above a futuristic coastal city at blue hour, three distinct subjects in the foreground: a sharply dressed saxophone player in a silver suit, a florist arranging oversized dahlias and ferns, and a pastry chef presenting a luminous citrus dessert tower. Background filled with guests in tailored clothing, suspended lanterns, curved glass architecture, distant skyline, hovering water taxis on the bay below. On a polished brass entrance sign, clearly readable typography: \'Aster Nine\'. Rich reflections on glass, intricate botanical details, polished marble floor, refined cinematic composition, high detail, sophisticated color palette of amber, jade, indigo, and soft coral, realistic faces and hands, premium editorial photography aesthetic.',
width: 1024,
height: 768,
seed: 20672,
steps: 28,
CFGScale: 7.5
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runware:5@1",
"positivePrompt": "An elegant rooftop glasshouse supper club above a futuristic coastal city at blue hour, three distinct subjects in the foreground: a sharply dressed saxophone player in a silver suit, a florist arranging oversized dahlias and ferns, and a pastry chef presenting a luminous citrus dessert tower. Background filled with guests in tailored clothing, suspended lanterns, curved glass architecture, distant skyline, hovering water taxis on the bay below. On a polished brass entrance sign, clearly readable typography: 'Aster Nine'. Rich reflections on glass, intricate botanical details, polished marble floor, refined cinematic composition, high detail, sophisticated color palette of amber, jade, indigo, and soft coral, realistic faces and hands, premium editorial photography aesthetic.",
"width": 1024,
"height": 768,
"seed": 20672,
"steps": 28,
"CFGScale": 7.5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "cc58c87f-bc7a-450e-a897-0e25a60e1cb2",
"model": "runware:5@1",
"positivePrompt": "An elegant rooftop glasshouse supper club above a futuristic coastal city at blue hour, three distinct subjects in the foreground: a sharply dressed saxophone player in a silver suit, a florist arranging oversized dahlias and ferns, and a pastry chef presenting a luminous citrus dessert tower. Background filled with guests in tailored clothing, suspended lanterns, curved glass architecture, distant skyline, hovering water taxis on the bay below. On a polished brass entrance sign, clearly readable typography: 'Aster Nine'. Rich reflections on glass, intricate botanical details, polished marble floor, refined cinematic composition, high detail, sophisticated color palette of amber, jade, indigo, and soft coral, realistic faces and hands, premium editorial photography aesthetic.",
"width": 1024,
"height": 768,
"seed": 20672,
"steps": 28,
"CFGScale": 7.5
}
]'runware run runware:5@1 \
positivePrompt="An elegant rooftop glasshouse supper club above a futuristic coastal city at blue hour, three distinct subjects in the foreground: a sharply dressed saxophone player in a silver suit, a florist arranging oversized dahlias and ferns, and a pastry chef presenting a luminous citrus dessert tower. Background filled with guests in tailored clothing, suspended lanterns, curved glass architecture, distant skyline, hovering water taxis on the bay below. On a polished brass entrance sign, clearly readable typography: 'Aster Nine'. Rich reflections on glass, intricate botanical details, polished marble floor, refined cinematic composition, high detail, sophisticated color palette of amber, jade, indigo, and soft coral, realistic faces and hands, premium editorial photography aesthetic." \
width=1024 \
height=768 \
seed=20672 \
steps=28 \
CFGScale=7.5{
"taskType": "imageInference",
"taskUUID": "cc58c87f-bc7a-450e-a897-0e25a60e1cb2",
"model": "runware:5@1",
"positivePrompt": "An elegant rooftop glasshouse supper club above a futuristic coastal city at blue hour, three distinct subjects in the foreground: a sharply dressed saxophone player in a silver suit, a florist arranging oversized dahlias and ferns, and a pastry chef presenting a luminous citrus dessert tower. Background filled with guests in tailored clothing, suspended lanterns, curved glass architecture, distant skyline, hovering water taxis on the bay below. On a polished brass entrance sign, clearly readable typography: 'Aster Nine'. Rich reflections on glass, intricate botanical details, polished marble floor, refined cinematic composition, high detail, sophisticated color palette of amber, jade, indigo, and soft coral, realistic faces and hands, premium editorial photography aesthetic.",
"width": 1024,
"height": 768,
"seed": 20672,
"steps": 28,
"CFGScale": 7.5
}{
"taskType": "imageInference",
"taskUUID": "cc58c87f-bc7a-450e-a897-0e25a60e1cb2",
"imageUUID": "e597067a-f555-47f3-9e13-08591c461c09",
"imageURL": "https://im.runware.ai/image/os/a24d12/ws/2/ii/e597067a-f555-47f3-9e13-08591c461c09.jpg",
"seed": 20672,
"cost": 0.0013
}Sunken Metro Aquarium Concourse

A vast abandoned subway concourse transformed into an underwater public aquarium after the city sank, viewed from a wide angle. Cracked tiled platforms and escalators descend into clear teal water, with schools of silver fish circling through old ticket gates. Three divers in elegant vintage diving suits guide visitors along illuminated walkways, while a child points at a giant manta ray gliding beneath a suspended station sign reading "ATLANTIC LINE". Sea grass grows between mosaic floor patterns, soft beams of sunlight filter through ruptured ceiling panels, drifting particles, submerged vending machines, polished brass details, cinematic depth, extraordinary texture, realistic water caustics, highly detailed environment, balanced composition, atmospheric and surreal yet believable.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:5@1',
positivePrompt: 'A vast abandoned subway concourse transformed into an underwater public aquarium after the city sank, viewed from a wide angle. Cracked tiled platforms and escalators descend into clear teal water, with schools of silver fish circling through old ticket gates. Three divers in elegant vintage diving suits guide visitors along illuminated walkways, while a child points at a giant manta ray gliding beneath a suspended station sign reading "ATLANTIC LINE". Sea grass grows between mosaic floor patterns, soft beams of sunlight filter through ruptured ceiling panels, drifting particles, submerged vending machines, polished brass details, cinematic depth, extraordinary texture, realistic water caustics, highly detailed environment, balanced composition, atmospheric and surreal yet believable.',
width: 1024,
height: 768,
seed: 3982,
steps: 28,
CFGScale: 7.5
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runware:5@1",
"positivePrompt": "A vast abandoned subway concourse transformed into an underwater public aquarium after the city sank, viewed from a wide angle. Cracked tiled platforms and escalators descend into clear teal water, with schools of silver fish circling through old ticket gates. Three divers in elegant vintage diving suits guide visitors along illuminated walkways, while a child points at a giant manta ray gliding beneath a suspended station sign reading \"ATLANTIC LINE\". Sea grass grows between mosaic floor patterns, soft beams of sunlight filter through ruptured ceiling panels, drifting particles, submerged vending machines, polished brass details, cinematic depth, extraordinary texture, realistic water caustics, highly detailed environment, balanced composition, atmospheric and surreal yet believable.",
"width": 1024,
"height": 768,
"seed": 3982,
"steps": 28,
"CFGScale": 7.5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "15d277a9-6c2e-4631-bacb-2d1279a9496d",
"model": "runware:5@1",
"positivePrompt": "A vast abandoned subway concourse transformed into an underwater public aquarium after the city sank, viewed from a wide angle. Cracked tiled platforms and escalators descend into clear teal water, with schools of silver fish circling through old ticket gates. Three divers in elegant vintage diving suits guide visitors along illuminated walkways, while a child points at a giant manta ray gliding beneath a suspended station sign reading \"ATLANTIC LINE\". Sea grass grows between mosaic floor patterns, soft beams of sunlight filter through ruptured ceiling panels, drifting particles, submerged vending machines, polished brass details, cinematic depth, extraordinary texture, realistic water caustics, highly detailed environment, balanced composition, atmospheric and surreal yet believable.",
"width": 1024,
"height": 768,
"seed": 3982,
"steps": 28,
"CFGScale": 7.5
}
]'runware run runware:5@1 \
positivePrompt="A vast abandoned subway concourse transformed into an underwater public aquarium after the city sank, viewed from a wide angle. Cracked tiled platforms and escalators descend into clear teal water, with schools of silver fish circling through old ticket gates. Three divers in elegant vintage diving suits guide visitors along illuminated walkways, while a child points at a giant manta ray gliding beneath a suspended station sign reading \"ATLANTIC LINE\". Sea grass grows between mosaic floor patterns, soft beams of sunlight filter through ruptured ceiling panels, drifting particles, submerged vending machines, polished brass details, cinematic depth, extraordinary texture, realistic water caustics, highly detailed environment, balanced composition, atmospheric and surreal yet believable." \
width=1024 \
height=768 \
seed=3982 \
steps=28 \
CFGScale=7.5{
"taskType": "imageInference",
"taskUUID": "15d277a9-6c2e-4631-bacb-2d1279a9496d",
"model": "runware:5@1",
"positivePrompt": "A vast abandoned subway concourse transformed into an underwater public aquarium after the city sank, viewed from a wide angle. Cracked tiled platforms and escalators descend into clear teal water, with schools of silver fish circling through old ticket gates. Three divers in elegant vintage diving suits guide visitors along illuminated walkways, while a child points at a giant manta ray gliding beneath a suspended station sign reading \"ATLANTIC LINE\". Sea grass grows between mosaic floor patterns, soft beams of sunlight filter through ruptured ceiling panels, drifting particles, submerged vending machines, polished brass details, cinematic depth, extraordinary texture, realistic water caustics, highly detailed environment, balanced composition, atmospheric and surreal yet believable.",
"width": 1024,
"height": 768,
"seed": 3982,
"steps": 28,
"CFGScale": 7.5
}{
"taskType": "imageInference",
"taskUUID": "15d277a9-6c2e-4631-bacb-2d1279a9496d",
"imageUUID": "766df440-b76b-4d09-ab9d-fcc064cdb8c6",
"imageURL": "https://im.runware.ai/image/os/a20d05/ws/2/ii/766df440-b76b-4d09-ab9d-fcc064cdb8c6.jpg",
"seed": 3982,
"cost": 0.0013
}Subterranean Fossil Cathedral Expedition

A vast underground cathedral carved into an ancient fossil bed, colossal rib bones arching overhead like vaulted ceilings, three expedition members in weathered climbing gear crossing a narrow suspended bridge above a glowing amber chasm, one carrying a lantern, one sketching symbols on a field slate, one examining a stone plinth with clearly carved text reading "STRATUM HALL". Layers of sediment walls reveal embedded ammonites and fern impressions, drifting dust, braided ropes, old pulleys, camp crates, scattered excavation tools, depth fading into darkness. Dramatic cinematic composition, ultra-detailed textures, realistic anatomy, precise architecture, volumetric light shafts from fissures above, earthy copper and ochre palette, awe-filled mood, high detail, sharp focus.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:5@1',
positivePrompt: 'A vast underground cathedral carved into an ancient fossil bed, colossal rib bones arching overhead like vaulted ceilings, three expedition members in weathered climbing gear crossing a narrow suspended bridge above a glowing amber chasm, one carrying a lantern, one sketching symbols on a field slate, one examining a stone plinth with clearly carved text reading "STRATUM HALL". Layers of sediment walls reveal embedded ammonites and fern impressions, drifting dust, braided ropes, old pulleys, camp crates, scattered excavation tools, depth fading into darkness. Dramatic cinematic composition, ultra-detailed textures, realistic anatomy, precise architecture, volumetric light shafts from fissures above, earthy copper and ochre palette, awe-filled mood, high detail, sharp focus.',
width: 1024,
height: 1536,
seed: 69217,
steps: 28,
CFGScale: 7.5
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runware:5@1",
"positivePrompt": "A vast underground cathedral carved into an ancient fossil bed, colossal rib bones arching overhead like vaulted ceilings, three expedition members in weathered climbing gear crossing a narrow suspended bridge above a glowing amber chasm, one carrying a lantern, one sketching symbols on a field slate, one examining a stone plinth with clearly carved text reading \"STRATUM HALL\". Layers of sediment walls reveal embedded ammonites and fern impressions, drifting dust, braided ropes, old pulleys, camp crates, scattered excavation tools, depth fading into darkness. Dramatic cinematic composition, ultra-detailed textures, realistic anatomy, precise architecture, volumetric light shafts from fissures above, earthy copper and ochre palette, awe-filled mood, high detail, sharp focus.",
"width": 1024,
"height": 1536,
"seed": 69217,
"steps": 28,
"CFGScale": 7.5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "505bd5b3-5e1b-42bc-a2ab-79421933d2f8",
"model": "runware:5@1",
"positivePrompt": "A vast underground cathedral carved into an ancient fossil bed, colossal rib bones arching overhead like vaulted ceilings, three expedition members in weathered climbing gear crossing a narrow suspended bridge above a glowing amber chasm, one carrying a lantern, one sketching symbols on a field slate, one examining a stone plinth with clearly carved text reading \"STRATUM HALL\". Layers of sediment walls reveal embedded ammonites and fern impressions, drifting dust, braided ropes, old pulleys, camp crates, scattered excavation tools, depth fading into darkness. Dramatic cinematic composition, ultra-detailed textures, realistic anatomy, precise architecture, volumetric light shafts from fissures above, earthy copper and ochre palette, awe-filled mood, high detail, sharp focus.",
"width": 1024,
"height": 1536,
"seed": 69217,
"steps": 28,
"CFGScale": 7.5
}
]'runware run runware:5@1 \
positivePrompt="A vast underground cathedral carved into an ancient fossil bed, colossal rib bones arching overhead like vaulted ceilings, three expedition members in weathered climbing gear crossing a narrow suspended bridge above a glowing amber chasm, one carrying a lantern, one sketching symbols on a field slate, one examining a stone plinth with clearly carved text reading \"STRATUM HALL\". Layers of sediment walls reveal embedded ammonites and fern impressions, drifting dust, braided ropes, old pulleys, camp crates, scattered excavation tools, depth fading into darkness. Dramatic cinematic composition, ultra-detailed textures, realistic anatomy, precise architecture, volumetric light shafts from fissures above, earthy copper and ochre palette, awe-filled mood, high detail, sharp focus." \
width=1024 \
height=1536 \
seed=69217 \
steps=28 \
CFGScale=7.5{
"taskType": "imageInference",
"taskUUID": "505bd5b3-5e1b-42bc-a2ab-79421933d2f8",
"model": "runware:5@1",
"positivePrompt": "A vast underground cathedral carved into an ancient fossil bed, colossal rib bones arching overhead like vaulted ceilings, three expedition members in weathered climbing gear crossing a narrow suspended bridge above a glowing amber chasm, one carrying a lantern, one sketching symbols on a field slate, one examining a stone plinth with clearly carved text reading \"STRATUM HALL\". Layers of sediment walls reveal embedded ammonites and fern impressions, drifting dust, braided ropes, old pulleys, camp crates, scattered excavation tools, depth fading into darkness. Dramatic cinematic composition, ultra-detailed textures, realistic anatomy, precise architecture, volumetric light shafts from fissures above, earthy copper and ochre palette, awe-filled mood, high detail, sharp focus.",
"width": 1024,
"height": 1536,
"seed": 69217,
"steps": 28,
"CFGScale": 7.5
}{
"taskType": "imageInference",
"taskUUID": "505bd5b3-5e1b-42bc-a2ab-79421933d2f8",
"imageUUID": "7c9b27fa-fd41-4637-9067-dad062c6ef29",
"imageURL": "https://im.runware.ai/image/os/a10d08/ws/2/ii/7c9b27fa-fd41-4637-9067-dad062c6ef29.jpg",
"seed": 69217,
"cost": 0.0026
}Racing Wheelchair Colorway Visualization

Create a finished manufacturer-grade product colorway visualization using the supplied wheelchair image as the exact structural and spatial guide. Preserve the identical racing wheelchair design, silhouette, proportions, wheel geometry, spoke placement, seat construction, straps, mechanical components, front three-quarter camera angle, centered portrait composition, seamless studio background, shadows, and lighting. Change only the product finishes into a bold new competition colorway: vivid cobalt-blue powder coating on the main tubular frame, high-visibility vermilion-red fork and small front-wheel hub, deep navy technical-fabric seat and straps, satin black carbon-fiber wheel rims, dark graphite tires, and clean brushed-aluminum hardware. Apply colors with realistic material response, consistent edge definition, subtle powder-coat texture, accurate reflections, and believable contact shadows. Premium adaptive-sports equipment catalog photography, precise industrial design visualization, energetic but clinical art direction, sharp fine detail, no person, no branding, no lettering.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:5@1',
positivePrompt: 'Create a finished manufacturer-grade product colorway visualization using the supplied wheelchair image as the exact structural and spatial guide. Preserve the identical racing wheelchair design, silhouette, proportions, wheel geometry, spoke placement, seat construction, straps, mechanical components, front three-quarter camera angle, centered portrait composition, seamless studio background, shadows, and lighting. Change only the product finishes into a bold new competition colorway: vivid cobalt-blue powder coating on the main tubular frame, high-visibility vermilion-red fork and small front-wheel hub, deep navy technical-fabric seat and straps, satin black carbon-fiber wheel rims, dark graphite tires, and clean brushed-aluminum hardware. Apply colors with realistic material response, consistent edge definition, subtle powder-coat texture, accurate reflections, and believable contact shadows. Premium adaptive-sports equipment catalog photography, precise industrial design visualization, energetic but clinical art direction, sharp fine detail, no person, no branding, no lettering.',
negativePrompt: 'altered product design, changed geometry, extra wheels, missing wheels, bent spokes, warped frame, duplicated components, added accessories, rider, hands, logo, brand name, text, decals, clutter, outdoor setting, motion blur, illustration, CGI-looking plastic, oversaturated reflections, cropped wheels, floating product',
width: 1024,
height: 1536,
inputs: {
seedImage: 'https://assets.runware.ai/assets/inputs/b7ec98fd-b190-4771-939b-db163a0548b6.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": "runware:5@1",
"positivePrompt": "Create a finished manufacturer-grade product colorway visualization using the supplied wheelchair image as the exact structural and spatial guide. Preserve the identical racing wheelchair design, silhouette, proportions, wheel geometry, spoke placement, seat construction, straps, mechanical components, front three-quarter camera angle, centered portrait composition, seamless studio background, shadows, and lighting. Change only the product finishes into a bold new competition colorway: vivid cobalt-blue powder coating on the main tubular frame, high-visibility vermilion-red fork and small front-wheel hub, deep navy technical-fabric seat and straps, satin black carbon-fiber wheel rims, dark graphite tires, and clean brushed-aluminum hardware. Apply colors with realistic material response, consistent edge definition, subtle powder-coat texture, accurate reflections, and believable contact shadows. Premium adaptive-sports equipment catalog photography, precise industrial design visualization, energetic but clinical art direction, sharp fine detail, no person, no branding, no lettering.",
"negativePrompt": "altered product design, changed geometry, extra wheels, missing wheels, bent spokes, warped frame, duplicated components, added accessories, rider, hands, logo, brand name, text, decals, clutter, outdoor setting, motion blur, illustration, CGI-looking plastic, oversaturated reflections, cropped wheels, floating product",
"width": 1024,
"height": 1536,
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/b7ec98fd-b190-4771-939b-db163a0548b6.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": "8a8f1529-9321-42d5-b35e-57fccab91eb1",
"model": "runware:5@1",
"positivePrompt": "Create a finished manufacturer-grade product colorway visualization using the supplied wheelchair image as the exact structural and spatial guide. Preserve the identical racing wheelchair design, silhouette, proportions, wheel geometry, spoke placement, seat construction, straps, mechanical components, front three-quarter camera angle, centered portrait composition, seamless studio background, shadows, and lighting. Change only the product finishes into a bold new competition colorway: vivid cobalt-blue powder coating on the main tubular frame, high-visibility vermilion-red fork and small front-wheel hub, deep navy technical-fabric seat and straps, satin black carbon-fiber wheel rims, dark graphite tires, and clean brushed-aluminum hardware. Apply colors with realistic material response, consistent edge definition, subtle powder-coat texture, accurate reflections, and believable contact shadows. Premium adaptive-sports equipment catalog photography, precise industrial design visualization, energetic but clinical art direction, sharp fine detail, no person, no branding, no lettering.",
"negativePrompt": "altered product design, changed geometry, extra wheels, missing wheels, bent spokes, warped frame, duplicated components, added accessories, rider, hands, logo, brand name, text, decals, clutter, outdoor setting, motion blur, illustration, CGI-looking plastic, oversaturated reflections, cropped wheels, floating product",
"width": 1024,
"height": 1536,
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/b7ec98fd-b190-4771-939b-db163a0548b6.jpg"
}
}
]'runware run runware:5@1 \
positivePrompt="Create a finished manufacturer-grade product colorway visualization using the supplied wheelchair image as the exact structural and spatial guide. Preserve the identical racing wheelchair design, silhouette, proportions, wheel geometry, spoke placement, seat construction, straps, mechanical components, front three-quarter camera angle, centered portrait composition, seamless studio background, shadows, and lighting. Change only the product finishes into a bold new competition colorway: vivid cobalt-blue powder coating on the main tubular frame, high-visibility vermilion-red fork and small front-wheel hub, deep navy technical-fabric seat and straps, satin black carbon-fiber wheel rims, dark graphite tires, and clean brushed-aluminum hardware. Apply colors with realistic material response, consistent edge definition, subtle powder-coat texture, accurate reflections, and believable contact shadows. Premium adaptive-sports equipment catalog photography, precise industrial design visualization, energetic but clinical art direction, sharp fine detail, no person, no branding, no lettering." \
negativePrompt="altered product design, changed geometry, extra wheels, missing wheels, bent spokes, warped frame, duplicated components, added accessories, rider, hands, logo, brand name, text, decals, clutter, outdoor setting, motion blur, illustration, CGI-looking plastic, oversaturated reflections, cropped wheels, floating product" \
width=1024 \
height=1536 \
inputs.seedImage=https://assets.runware.ai/assets/inputs/b7ec98fd-b190-4771-939b-db163a0548b6.jpg{
"taskType": "imageInference",
"taskUUID": "8a8f1529-9321-42d5-b35e-57fccab91eb1",
"model": "runware:5@1",
"positivePrompt": "Create a finished manufacturer-grade product colorway visualization using the supplied wheelchair image as the exact structural and spatial guide. Preserve the identical racing wheelchair design, silhouette, proportions, wheel geometry, spoke placement, seat construction, straps, mechanical components, front three-quarter camera angle, centered portrait composition, seamless studio background, shadows, and lighting. Change only the product finishes into a bold new competition colorway: vivid cobalt-blue powder coating on the main tubular frame, high-visibility vermilion-red fork and small front-wheel hub, deep navy technical-fabric seat and straps, satin black carbon-fiber wheel rims, dark graphite tires, and clean brushed-aluminum hardware. Apply colors with realistic material response, consistent edge definition, subtle powder-coat texture, accurate reflections, and believable contact shadows. Premium adaptive-sports equipment catalog photography, precise industrial design visualization, energetic but clinical art direction, sharp fine detail, no person, no branding, no lettering.",
"negativePrompt": "altered product design, changed geometry, extra wheels, missing wheels, bent spokes, warped frame, duplicated components, added accessories, rider, hands, logo, brand name, text, decals, clutter, outdoor setting, motion blur, illustration, CGI-looking plastic, oversaturated reflections, cropped wheels, floating product",
"width": 1024,
"height": 1536,
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/b7ec98fd-b190-4771-939b-db163a0548b6.jpg"
}
}{
"taskType": "imageInference",
"taskUUID": "8a8f1529-9321-42d5-b35e-57fccab91eb1",
"imageUUID": "b4d9baad-e387-4d9f-94ba-06e03ddb6449",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/b4d9baad-e387-4d9f-94ba-06e03ddb6449.jpg",
"seed": 650548514,
"cost": 0.0019
}Clockwork Orchard Parade

A fantastical spring orchard where mechanical fruit trees bloom with copper leaves and polished brass branches, a parade of tiny clockwork animals winding along a cobblestone path, including a fox with jeweled gears, a heron on stilts, and two rabbit drummers; children in patchwork capes watching from beneath striped awnings, baskets of pears and apricots, drifting petals, warm late-afternoon sunlight, intricate fine detail, storybook grandeur, crisp focus, rich color harmony, elegant composition, and a hand-painted wooden sign that clearly reads "ORCHARD DAY"
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:5@1',
positivePrompt: 'A fantastical spring orchard where mechanical fruit trees bloom with copper leaves and polished brass branches, a parade of tiny clockwork animals winding along a cobblestone path, including a fox with jeweled gears, a heron on stilts, and two rabbit drummers; children in patchwork capes watching from beneath striped awnings, baskets of pears and apricots, drifting petals, warm late-afternoon sunlight, intricate fine detail, storybook grandeur, crisp focus, rich color harmony, elegant composition, and a hand-painted wooden sign that clearly reads "ORCHARD DAY"',
width: 1024,
height: 1024,
seed: 82457,
steps: 30,
CFGScale: 7.5
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runware:5@1",
"positivePrompt": "A fantastical spring orchard where mechanical fruit trees bloom with copper leaves and polished brass branches, a parade of tiny clockwork animals winding along a cobblestone path, including a fox with jeweled gears, a heron on stilts, and two rabbit drummers; children in patchwork capes watching from beneath striped awnings, baskets of pears and apricots, drifting petals, warm late-afternoon sunlight, intricate fine detail, storybook grandeur, crisp focus, rich color harmony, elegant composition, and a hand-painted wooden sign that clearly reads \"ORCHARD DAY\"",
"width": 1024,
"height": 1024,
"seed": 82457,
"steps": 30,
"CFGScale": 7.5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "d5774636-68bb-4b60-bd05-a88fa163c8e6",
"model": "runware:5@1",
"positivePrompt": "A fantastical spring orchard where mechanical fruit trees bloom with copper leaves and polished brass branches, a parade of tiny clockwork animals winding along a cobblestone path, including a fox with jeweled gears, a heron on stilts, and two rabbit drummers; children in patchwork capes watching from beneath striped awnings, baskets of pears and apricots, drifting petals, warm late-afternoon sunlight, intricate fine detail, storybook grandeur, crisp focus, rich color harmony, elegant composition, and a hand-painted wooden sign that clearly reads \"ORCHARD DAY\"",
"width": 1024,
"height": 1024,
"seed": 82457,
"steps": 30,
"CFGScale": 7.5
}
]'runware run runware:5@1 \
positivePrompt="A fantastical spring orchard where mechanical fruit trees bloom with copper leaves and polished brass branches, a parade of tiny clockwork animals winding along a cobblestone path, including a fox with jeweled gears, a heron on stilts, and two rabbit drummers; children in patchwork capes watching from beneath striped awnings, baskets of pears and apricots, drifting petals, warm late-afternoon sunlight, intricate fine detail, storybook grandeur, crisp focus, rich color harmony, elegant composition, and a hand-painted wooden sign that clearly reads \"ORCHARD DAY\"" \
width=1024 \
height=1024 \
seed=82457 \
steps=30 \
CFGScale=7.5{
"taskType": "imageInference",
"taskUUID": "d5774636-68bb-4b60-bd05-a88fa163c8e6",
"model": "runware:5@1",
"positivePrompt": "A fantastical spring orchard where mechanical fruit trees bloom with copper leaves and polished brass branches, a parade of tiny clockwork animals winding along a cobblestone path, including a fox with jeweled gears, a heron on stilts, and two rabbit drummers; children in patchwork capes watching from beneath striped awnings, baskets of pears and apricots, drifting petals, warm late-afternoon sunlight, intricate fine detail, storybook grandeur, crisp focus, rich color harmony, elegant composition, and a hand-painted wooden sign that clearly reads \"ORCHARD DAY\"",
"width": 1024,
"height": 1024,
"seed": 82457,
"steps": 30,
"CFGScale": 7.5
}{
"taskType": "imageInference",
"taskUUID": "d5774636-68bb-4b60-bd05-a88fa163c8e6",
"imageUUID": "be154d45-7882-47f1-9cc7-f843620f83d2",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/2/ii/be154d45-7882-47f1-9cc7-f843620f83d2.jpg",
"seed": 82457,
"cost": 0.0019
}Mushroom Farm Biosecurity Sticker Pack

Extend the existing mushroom-farm biosecurity sticker sheet naturally to both the left and right, preserving the four central stickers exactly as the visual anchor. Create one finished landscape sticker-pack artwork containing twelve distinct die-cut safety icons arranged as a clean, evenly spaced 3-by-4 grid across a seamless warm safety-yellow field. Add coherent matching stickers around the central group: handwashing with water drops, sanitized harvest knife with sparkle, closed quarantine crate, thermometer beside a compost block, crossed-out fly, hairnet profile, clean boot tray, and sealed specimen pouch. Every sticker must use the same compact flat-vector system: thick off-white die-cut border, heavy black keyline, cobalt blue and white fills, tiny coral-red warning accents, simplified geometric silhouettes, consistent line weight, subtle screen-printed ink texture, high legibility at small size. Straight-on orthographic presentation with no perspective and no cast shadows. Keep generous equal margins and balanced negative space. The yellow background and grid continue coherently beyond the original canvas rather than replacing or redesigning the central subjects. No words, letters, numbers, logos, packaging, hands, device interface, or photorealism.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:5@1',
positivePrompt: 'Extend the existing mushroom-farm biosecurity sticker sheet naturally to both the left and right, preserving the four central stickers exactly as the visual anchor. Create one finished landscape sticker-pack artwork containing twelve distinct die-cut safety icons arranged as a clean, evenly spaced 3-by-4 grid across a seamless warm safety-yellow field. Add coherent matching stickers around the central group: handwashing with water drops, sanitized harvest knife with sparkle, closed quarantine crate, thermometer beside a compost block, crossed-out fly, hairnet profile, clean boot tray, and sealed specimen pouch. Every sticker must use the same compact flat-vector system: thick off-white die-cut border, heavy black keyline, cobalt blue and white fills, tiny coral-red warning accents, simplified geometric silhouettes, consistent line weight, subtle screen-printed ink texture, high legibility at small size. Straight-on orthographic presentation with no perspective and no cast shadows. Keep generous equal margins and balanced negative space. The yellow background and grid continue coherently beyond the original canvas rather than replacing or redesigning the central subjects. No words, letters, numbers, logos, packaging, hands, device interface, or photorealism.',
negativePrompt: 'photograph, 3D render, glossy plastic, gradients, complex scenery, perspective distortion, overlapping stickers, uneven grid, duplicate icons, illegible symbols, captions, typography, watermark, brand name, mockup, desk, wall, drop shadows, torn edges',
width: 1536,
height: 1024,
strength: 0.75,
outpaint: {
left: 256,
right: 256,
blur: 16
},
inputs: {
seedImage: 'https://assets.runware.ai/assets/inputs/65279fdb-1d89-471e-b1e4-7233cd9d0b06.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": "runware:5@1",
"positivePrompt": "Extend the existing mushroom-farm biosecurity sticker sheet naturally to both the left and right, preserving the four central stickers exactly as the visual anchor. Create one finished landscape sticker-pack artwork containing twelve distinct die-cut safety icons arranged as a clean, evenly spaced 3-by-4 grid across a seamless warm safety-yellow field. Add coherent matching stickers around the central group: handwashing with water drops, sanitized harvest knife with sparkle, closed quarantine crate, thermometer beside a compost block, crossed-out fly, hairnet profile, clean boot tray, and sealed specimen pouch. Every sticker must use the same compact flat-vector system: thick off-white die-cut border, heavy black keyline, cobalt blue and white fills, tiny coral-red warning accents, simplified geometric silhouettes, consistent line weight, subtle screen-printed ink texture, high legibility at small size. Straight-on orthographic presentation with no perspective and no cast shadows. Keep generous equal margins and balanced negative space. The yellow background and grid continue coherently beyond the original canvas rather than replacing or redesigning the central subjects. No words, letters, numbers, logos, packaging, hands, device interface, or photorealism.",
"negativePrompt": "photograph, 3D render, glossy plastic, gradients, complex scenery, perspective distortion, overlapping stickers, uneven grid, duplicate icons, illegible symbols, captions, typography, watermark, brand name, mockup, desk, wall, drop shadows, torn edges",
"width": 1536,
"height": 1024,
"strength": 0.75,
"outpaint": {
"left": 256,
"right": 256,
"blur": 16
},
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/65279fdb-1d89-471e-b1e4-7233cd9d0b06.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": "324367db-26f0-48e1-a2cd-e4fa68928d3f",
"model": "runware:5@1",
"positivePrompt": "Extend the existing mushroom-farm biosecurity sticker sheet naturally to both the left and right, preserving the four central stickers exactly as the visual anchor. Create one finished landscape sticker-pack artwork containing twelve distinct die-cut safety icons arranged as a clean, evenly spaced 3-by-4 grid across a seamless warm safety-yellow field. Add coherent matching stickers around the central group: handwashing with water drops, sanitized harvest knife with sparkle, closed quarantine crate, thermometer beside a compost block, crossed-out fly, hairnet profile, clean boot tray, and sealed specimen pouch. Every sticker must use the same compact flat-vector system: thick off-white die-cut border, heavy black keyline, cobalt blue and white fills, tiny coral-red warning accents, simplified geometric silhouettes, consistent line weight, subtle screen-printed ink texture, high legibility at small size. Straight-on orthographic presentation with no perspective and no cast shadows. Keep generous equal margins and balanced negative space. The yellow background and grid continue coherently beyond the original canvas rather than replacing or redesigning the central subjects. No words, letters, numbers, logos, packaging, hands, device interface, or photorealism.",
"negativePrompt": "photograph, 3D render, glossy plastic, gradients, complex scenery, perspective distortion, overlapping stickers, uneven grid, duplicate icons, illegible symbols, captions, typography, watermark, brand name, mockup, desk, wall, drop shadows, torn edges",
"width": 1536,
"height": 1024,
"strength": 0.75,
"outpaint": {
"left": 256,
"right": 256,
"blur": 16
},
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/65279fdb-1d89-471e-b1e4-7233cd9d0b06.jpg"
}
}
]'runware run runware:5@1 \
positivePrompt="Extend the existing mushroom-farm biosecurity sticker sheet naturally to both the left and right, preserving the four central stickers exactly as the visual anchor. Create one finished landscape sticker-pack artwork containing twelve distinct die-cut safety icons arranged as a clean, evenly spaced 3-by-4 grid across a seamless warm safety-yellow field. Add coherent matching stickers around the central group: handwashing with water drops, sanitized harvest knife with sparkle, closed quarantine crate, thermometer beside a compost block, crossed-out fly, hairnet profile, clean boot tray, and sealed specimen pouch. Every sticker must use the same compact flat-vector system: thick off-white die-cut border, heavy black keyline, cobalt blue and white fills, tiny coral-red warning accents, simplified geometric silhouettes, consistent line weight, subtle screen-printed ink texture, high legibility at small size. Straight-on orthographic presentation with no perspective and no cast shadows. Keep generous equal margins and balanced negative space. The yellow background and grid continue coherently beyond the original canvas rather than replacing or redesigning the central subjects. No words, letters, numbers, logos, packaging, hands, device interface, or photorealism." \
negativePrompt="photograph, 3D render, glossy plastic, gradients, complex scenery, perspective distortion, overlapping stickers, uneven grid, duplicate icons, illegible symbols, captions, typography, watermark, brand name, mockup, desk, wall, drop shadows, torn edges" \
width=1536 \
height=1024 \
strength=0.75 \
outpaint.left=256 \
outpaint.right=256 \
outpaint.blur=16 \
inputs.seedImage=https://assets.runware.ai/assets/inputs/65279fdb-1d89-471e-b1e4-7233cd9d0b06.jpg{
"taskType": "imageInference",
"taskUUID": "324367db-26f0-48e1-a2cd-e4fa68928d3f",
"model": "runware:5@1",
"positivePrompt": "Extend the existing mushroom-farm biosecurity sticker sheet naturally to both the left and right, preserving the four central stickers exactly as the visual anchor. Create one finished landscape sticker-pack artwork containing twelve distinct die-cut safety icons arranged as a clean, evenly spaced 3-by-4 grid across a seamless warm safety-yellow field. Add coherent matching stickers around the central group: handwashing with water drops, sanitized harvest knife with sparkle, closed quarantine crate, thermometer beside a compost block, crossed-out fly, hairnet profile, clean boot tray, and sealed specimen pouch. Every sticker must use the same compact flat-vector system: thick off-white die-cut border, heavy black keyline, cobalt blue and white fills, tiny coral-red warning accents, simplified geometric silhouettes, consistent line weight, subtle screen-printed ink texture, high legibility at small size. Straight-on orthographic presentation with no perspective and no cast shadows. Keep generous equal margins and balanced negative space. The yellow background and grid continue coherently beyond the original canvas rather than replacing or redesigning the central subjects. No words, letters, numbers, logos, packaging, hands, device interface, or photorealism.",
"negativePrompt": "photograph, 3D render, glossy plastic, gradients, complex scenery, perspective distortion, overlapping stickers, uneven grid, duplicate icons, illegible symbols, captions, typography, watermark, brand name, mockup, desk, wall, drop shadows, torn edges",
"width": 1536,
"height": 1024,
"strength": 0.75,
"outpaint": {
"left": 256,
"right": 256,
"blur": 16
},
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/65279fdb-1d89-471e-b1e4-7233cd9d0b06.jpg"
}
}{
"taskType": "imageInference",
"taskUUID": "324367db-26f0-48e1-a2cd-e4fa68928d3f",
"imageUUID": "5f9ceb4f-ae01-4a08-b86b-5b1b7fea5717",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/5f9ceb4f-ae01-4a08-b86b-5b1b7fea5717.jpg",
"seed": 1759886506,
"cost": 0.0026
}