Muse Image

Muse Image is Meta's flagship image generation model from Meta Superintelligence Labs. It is built for prompt-faithful image creation, precision editing, and multi-reference composition, with strong text rendering and the ability to refine existing photos through localized markup-based edits. Meta positions it as an agentic image model that plans layouts, uses search and coding tools to improve accuracy, blends multiple visual references intelligently, and handles both creative generation and practical visual tasks such as infographics, QR codes, restorations, product-style mockups, and photobomber removal.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Step-by-step tutorials for advanced use cases
Deep-Sea Research Mission Icon Set

Create a polished, production-ready vector icon set for a deep-sea oceanographic research expedition. Present exactly 12 distinct icons in a precise 4-column by 3-row grid across a clean 16:9 landscape canvas. Equal-size cells, generous spacing, consistent optical weight, perfect alignment, and no overlapping elements. This is the finished icon artwork itself, not a website, app interface, device screen, stationery mockup, or environmental mockup. The twelve icons, in reading order, must depict: 1. ROV DIVE — a compact remotely operated vehicle with twin lamps, camera housing, articulated manipulator, thrusters, and a visible tether rising upward. 2. CTD CAST — an accurate circular CTD rosette with multiple vertical Niskin sampling bottles arranged around a central instrument frame. 3. MULTIBEAM — a research vessel viewed from the front with a clearly visible fan-shaped sonar beam mapping the seabed below. 4. VENT SITE — a hydrothermal black-smoker chimney releasing a mineral plume, with small tube worms at its base. 5. ARM SAMPLE — an ROV manipulator carefully gripping a cylindrical biological sample tube. 6. CORE SAMPLE — a sediment corer penetrating layered seafloor strata, showing an intact vertical core. 7. ACOUSTIC FIX — a subsea transponder beacon emitting evenly spaced sonar rings toward a surface receiver. 8. TETHER OPS — a neatly managed armored tether passing through a sheave and deck winch, with no knots or tangles. 9. LANDER — a stable tripod seafloor lander with camera, bait arm, battery housing, and flotation spheres. 10. eDNA — a sealed seawater sampling bottle paired with a simplified DNA double-helix symbol. 11. HIGH PRESSURE — a depth gauge and compressed circular pressure rings around a small submersible viewport. 12. NO TOUCH — a delicate cold-water coral crossed by a clear protective prohibition slash, communicating habitat protection rather than danger. Place each pictogram inside the same softly rounded square badge. Add one short uppercase caption directly beneath each badge, spelled exactly as follows: “ROV DIVE”, “CTD CAST”, “MULTIBEAM”, “VENT SITE”, “ARM SAMPLE”, “CORE SAMPLE”, “ACOUSTIC FIX”, “TETHER OPS”, “LANDER”, “eDNA”, “HIGH PRESSURE”, “NO TOUCH”. Use a highly legible geometric sans-serif with consistent size, tracking, and baseline alignment. Do not add any other words, title, logo, numbering, legend, or decorative text. Art direction: crisp flat vector graphics combining the clarity of international scientific signage with refined contemporary editorial illustration. Deep midnight navy outlines and main forms, electric cyan for water, sonar, and technical signals, vivid coral-orange for operational highlights and warnings, and a warm ivory background. Uniform rounded strokes, simplified but mechanically credible equipment, controlled negative space, sharp edges, no gradients, no photorealism, no 3D extrusion, no drop shadows, no texture, no ornamental border. Every symbol must remain recognizable at small sizes while preserving the defining details of real oceanographic equipment. Balanced, calm, technical, trustworthy, and field-ready.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'meta:muse@image',
positivePrompt: 'Create a polished, production-ready vector icon set for a deep-sea oceanographic research expedition. Present exactly 12 distinct icons in a precise 4-column by 3-row grid across a clean 16:9 landscape canvas. Equal-size cells, generous spacing, consistent optical weight, perfect alignment, and no overlapping elements. This is the finished icon artwork itself, not a website, app interface, device screen, stationery mockup, or environmental mockup.\n\nThe twelve icons, in reading order, must depict:\n1. ROV DIVE — a compact remotely operated vehicle with twin lamps, camera housing, articulated manipulator, thrusters, and a visible tether rising upward.\n2. CTD CAST — an accurate circular CTD rosette with multiple vertical Niskin sampling bottles arranged around a central instrument frame.\n3. MULTIBEAM — a research vessel viewed from the front with a clearly visible fan-shaped sonar beam mapping the seabed below.\n4. VENT SITE — a hydrothermal black-smoker chimney releasing a mineral plume, with small tube worms at its base.\n5. ARM SAMPLE — an ROV manipulator carefully gripping a cylindrical biological sample tube.\n6. CORE SAMPLE — a sediment corer penetrating layered seafloor strata, showing an intact vertical core.\n7. ACOUSTIC FIX — a subsea transponder beacon emitting evenly spaced sonar rings toward a surface receiver.\n8. TETHER OPS — a neatly managed armored tether passing through a sheave and deck winch, with no knots or tangles.\n9. LANDER — a stable tripod seafloor lander with camera, bait arm, battery housing, and flotation spheres.\n10. eDNA — a sealed seawater sampling bottle paired with a simplified DNA double-helix symbol.\n11. HIGH PRESSURE — a depth gauge and compressed circular pressure rings around a small submersible viewport.\n12. NO TOUCH — a delicate cold-water coral crossed by a clear protective prohibition slash, communicating habitat protection rather than danger.\n\nPlace each pictogram inside the same softly rounded square badge. Add one short uppercase caption directly beneath each badge, spelled exactly as follows: “ROV DIVE”, “CTD CAST”, “MULTIBEAM”, “VENT SITE”, “ARM SAMPLE”, “CORE SAMPLE”, “ACOUSTIC FIX”, “TETHER OPS”, “LANDER”, “eDNA”, “HIGH PRESSURE”, “NO TOUCH”. Use a highly legible geometric sans-serif with consistent size, tracking, and baseline alignment. Do not add any other words, title, logo, numbering, legend, or decorative text.\n\nArt direction: crisp flat vector graphics combining the clarity of international scientific signage with refined contemporary editorial illustration. Deep midnight navy outlines and main forms, electric cyan for water, sonar, and technical signals, vivid coral-orange for operational highlights and warnings, and a warm ivory background. Uniform rounded strokes, simplified but mechanically credible equipment, controlled negative space, sharp edges, no gradients, no photorealism, no 3D extrusion, no drop shadows, no texture, no ornamental border. Every symbol must remain recognizable at small sizes while preserving the defining details of real oceanographic equipment. Balanced, calm, technical, trustworthy, and field-ready.',
width: 2048,
height: 1152,
settings: {
imageSearch: true,
shell: true,
thinkingLevel: 'high',
webSearch: true
}
})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": "meta:muse@image",
"positivePrompt": "Create a polished, production-ready vector icon set for a deep-sea oceanographic research expedition. Present exactly 12 distinct icons in a precise 4-column by 3-row grid across a clean 16:9 landscape canvas. Equal-size cells, generous spacing, consistent optical weight, perfect alignment, and no overlapping elements. This is the finished icon artwork itself, not a website, app interface, device screen, stationery mockup, or environmental mockup.\n\nThe twelve icons, in reading order, must depict:\n1. ROV DIVE — a compact remotely operated vehicle with twin lamps, camera housing, articulated manipulator, thrusters, and a visible tether rising upward.\n2. CTD CAST — an accurate circular CTD rosette with multiple vertical Niskin sampling bottles arranged around a central instrument frame.\n3. MULTIBEAM — a research vessel viewed from the front with a clearly visible fan-shaped sonar beam mapping the seabed below.\n4. VENT SITE — a hydrothermal black-smoker chimney releasing a mineral plume, with small tube worms at its base.\n5. ARM SAMPLE — an ROV manipulator carefully gripping a cylindrical biological sample tube.\n6. CORE SAMPLE — a sediment corer penetrating layered seafloor strata, showing an intact vertical core.\n7. ACOUSTIC FIX — a subsea transponder beacon emitting evenly spaced sonar rings toward a surface receiver.\n8. TETHER OPS — a neatly managed armored tether passing through a sheave and deck winch, with no knots or tangles.\n9. LANDER — a stable tripod seafloor lander with camera, bait arm, battery housing, and flotation spheres.\n10. eDNA — a sealed seawater sampling bottle paired with a simplified DNA double-helix symbol.\n11. HIGH PRESSURE — a depth gauge and compressed circular pressure rings around a small submersible viewport.\n12. NO TOUCH — a delicate cold-water coral crossed by a clear protective prohibition slash, communicating habitat protection rather than danger.\n\nPlace each pictogram inside the same softly rounded square badge. Add one short uppercase caption directly beneath each badge, spelled exactly as follows: “ROV DIVE”, “CTD CAST”, “MULTIBEAM”, “VENT SITE”, “ARM SAMPLE”, “CORE SAMPLE”, “ACOUSTIC FIX”, “TETHER OPS”, “LANDER”, “eDNA”, “HIGH PRESSURE”, “NO TOUCH”. Use a highly legible geometric sans-serif with consistent size, tracking, and baseline alignment. Do not add any other words, title, logo, numbering, legend, or decorative text.\n\nArt direction: crisp flat vector graphics combining the clarity of international scientific signage with refined contemporary editorial illustration. Deep midnight navy outlines and main forms, electric cyan for water, sonar, and technical signals, vivid coral-orange for operational highlights and warnings, and a warm ivory background. Uniform rounded strokes, simplified but mechanically credible equipment, controlled negative space, sharp edges, no gradients, no photorealism, no 3D extrusion, no drop shadows, no texture, no ornamental border. Every symbol must remain recognizable at small sizes while preserving the defining details of real oceanographic equipment. Balanced, calm, technical, trustworthy, and field-ready.",
"width": 2048,
"height": 1152,
"settings": {
"imageSearch": True,
"shell": True,
"thinkingLevel": "high",
"webSearch": True
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "93dbca8b-c69a-44a0-851a-6c7c746baa82",
"model": "meta:muse@image",
"positivePrompt": "Create a polished, production-ready vector icon set for a deep-sea oceanographic research expedition. Present exactly 12 distinct icons in a precise 4-column by 3-row grid across a clean 16:9 landscape canvas. Equal-size cells, generous spacing, consistent optical weight, perfect alignment, and no overlapping elements. This is the finished icon artwork itself, not a website, app interface, device screen, stationery mockup, or environmental mockup.\n\nThe twelve icons, in reading order, must depict:\n1. ROV DIVE — a compact remotely operated vehicle with twin lamps, camera housing, articulated manipulator, thrusters, and a visible tether rising upward.\n2. CTD CAST — an accurate circular CTD rosette with multiple vertical Niskin sampling bottles arranged around a central instrument frame.\n3. MULTIBEAM — a research vessel viewed from the front with a clearly visible fan-shaped sonar beam mapping the seabed below.\n4. VENT SITE — a hydrothermal black-smoker chimney releasing a mineral plume, with small tube worms at its base.\n5. ARM SAMPLE — an ROV manipulator carefully gripping a cylindrical biological sample tube.\n6. CORE SAMPLE — a sediment corer penetrating layered seafloor strata, showing an intact vertical core.\n7. ACOUSTIC FIX — a subsea transponder beacon emitting evenly spaced sonar rings toward a surface receiver.\n8. TETHER OPS — a neatly managed armored tether passing through a sheave and deck winch, with no knots or tangles.\n9. LANDER — a stable tripod seafloor lander with camera, bait arm, battery housing, and flotation spheres.\n10. eDNA — a sealed seawater sampling bottle paired with a simplified DNA double-helix symbol.\n11. HIGH PRESSURE — a depth gauge and compressed circular pressure rings around a small submersible viewport.\n12. NO TOUCH — a delicate cold-water coral crossed by a clear protective prohibition slash, communicating habitat protection rather than danger.\n\nPlace each pictogram inside the same softly rounded square badge. Add one short uppercase caption directly beneath each badge, spelled exactly as follows: “ROV DIVE”, “CTD CAST”, “MULTIBEAM”, “VENT SITE”, “ARM SAMPLE”, “CORE SAMPLE”, “ACOUSTIC FIX”, “TETHER OPS”, “LANDER”, “eDNA”, “HIGH PRESSURE”, “NO TOUCH”. Use a highly legible geometric sans-serif with consistent size, tracking, and baseline alignment. Do not add any other words, title, logo, numbering, legend, or decorative text.\n\nArt direction: crisp flat vector graphics combining the clarity of international scientific signage with refined contemporary editorial illustration. Deep midnight navy outlines and main forms, electric cyan for water, sonar, and technical signals, vivid coral-orange for operational highlights and warnings, and a warm ivory background. Uniform rounded strokes, simplified but mechanically credible equipment, controlled negative space, sharp edges, no gradients, no photorealism, no 3D extrusion, no drop shadows, no texture, no ornamental border. Every symbol must remain recognizable at small sizes while preserving the defining details of real oceanographic equipment. Balanced, calm, technical, trustworthy, and field-ready.",
"width": 2048,
"height": 1152,
"settings": {
"imageSearch": true,
"shell": true,
"thinkingLevel": "high",
"webSearch": true
}
}
]'runware run meta:muse@image \
positivePrompt="Create a polished, production-ready vector icon set for a deep-sea oceanographic research expedition. Present exactly 12 distinct icons in a precise 4-column by 3-row grid across a clean 16:9 landscape canvas. Equal-size cells, generous spacing, consistent optical weight, perfect alignment, and no overlapping elements. This is the finished icon artwork itself, not a website, app interface, device screen, stationery mockup, or environmental mockup.
The twelve icons, in reading order, must depict:
1. ROV DIVE — a compact remotely operated vehicle with twin lamps, camera housing, articulated manipulator, thrusters, and a visible tether rising upward.
2. CTD CAST — an accurate circular CTD rosette with multiple vertical Niskin sampling bottles arranged around a central instrument frame.
3. MULTIBEAM — a research vessel viewed from the front with a clearly visible fan-shaped sonar beam mapping the seabed below.
4. VENT SITE — a hydrothermal black-smoker chimney releasing a mineral plume, with small tube worms at its base.
5. ARM SAMPLE — an ROV manipulator carefully gripping a cylindrical biological sample tube.
6. CORE SAMPLE — a sediment corer penetrating layered seafloor strata, showing an intact vertical core.
7. ACOUSTIC FIX — a subsea transponder beacon emitting evenly spaced sonar rings toward a surface receiver.
8. TETHER OPS — a neatly managed armored tether passing through a sheave and deck winch, with no knots or tangles.
9. LANDER — a stable tripod seafloor lander with camera, bait arm, battery housing, and flotation spheres.
10. eDNA — a sealed seawater sampling bottle paired with a simplified DNA double-helix symbol.
11. HIGH PRESSURE — a depth gauge and compressed circular pressure rings around a small submersible viewport.
12. NO TOUCH — a delicate cold-water coral crossed by a clear protective prohibition slash, communicating habitat protection rather than danger.
Place each pictogram inside the same softly rounded square badge. Add one short uppercase caption directly beneath each badge, spelled exactly as follows: “ROV DIVE”, “CTD CAST”, “MULTIBEAM”, “VENT SITE”, “ARM SAMPLE”, “CORE SAMPLE”, “ACOUSTIC FIX”, “TETHER OPS”, “LANDER”, “eDNA”, “HIGH PRESSURE”, “NO TOUCH”. Use a highly legible geometric sans-serif with consistent size, tracking, and baseline alignment. Do not add any other words, title, logo, numbering, legend, or decorative text.
Art direction: crisp flat vector graphics combining the clarity of international scientific signage with refined contemporary editorial illustration. Deep midnight navy outlines and main forms, electric cyan for water, sonar, and technical signals, vivid coral-orange for operational highlights and warnings, and a warm ivory background. Uniform rounded strokes, simplified but mechanically credible equipment, controlled negative space, sharp edges, no gradients, no photorealism, no 3D extrusion, no drop shadows, no texture, no ornamental border. Every symbol must remain recognizable at small sizes while preserving the defining details of real oceanographic equipment. Balanced, calm, technical, trustworthy, and field-ready." \
width=2048 \
height=1152 \
settings.imageSearch=true \
settings.shell=true \
settings.thinkingLevel=high \
settings.webSearch=true{
"taskType": "imageInference",
"taskUUID": "93dbca8b-c69a-44a0-851a-6c7c746baa82",
"model": "meta:muse@image",
"positivePrompt": "Create a polished, production-ready vector icon set for a deep-sea oceanographic research expedition. Present exactly 12 distinct icons in a precise 4-column by 3-row grid across a clean 16:9 landscape canvas. Equal-size cells, generous spacing, consistent optical weight, perfect alignment, and no overlapping elements. This is the finished icon artwork itself, not a website, app interface, device screen, stationery mockup, or environmental mockup.\n\nThe twelve icons, in reading order, must depict:\n1. ROV DIVE — a compact remotely operated vehicle with twin lamps, camera housing, articulated manipulator, thrusters, and a visible tether rising upward.\n2. CTD CAST — an accurate circular CTD rosette with multiple vertical Niskin sampling bottles arranged around a central instrument frame.\n3. MULTIBEAM — a research vessel viewed from the front with a clearly visible fan-shaped sonar beam mapping the seabed below.\n4. VENT SITE — a hydrothermal black-smoker chimney releasing a mineral plume, with small tube worms at its base.\n5. ARM SAMPLE — an ROV manipulator carefully gripping a cylindrical biological sample tube.\n6. CORE SAMPLE — a sediment corer penetrating layered seafloor strata, showing an intact vertical core.\n7. ACOUSTIC FIX — a subsea transponder beacon emitting evenly spaced sonar rings toward a surface receiver.\n8. TETHER OPS — a neatly managed armored tether passing through a sheave and deck winch, with no knots or tangles.\n9. LANDER — a stable tripod seafloor lander with camera, bait arm, battery housing, and flotation spheres.\n10. eDNA — a sealed seawater sampling bottle paired with a simplified DNA double-helix symbol.\n11. HIGH PRESSURE — a depth gauge and compressed circular pressure rings around a small submersible viewport.\n12. NO TOUCH — a delicate cold-water coral crossed by a clear protective prohibition slash, communicating habitat protection rather than danger.\n\nPlace each pictogram inside the same softly rounded square badge. Add one short uppercase caption directly beneath each badge, spelled exactly as follows: “ROV DIVE”, “CTD CAST”, “MULTIBEAM”, “VENT SITE”, “ARM SAMPLE”, “CORE SAMPLE”, “ACOUSTIC FIX”, “TETHER OPS”, “LANDER”, “eDNA”, “HIGH PRESSURE”, “NO TOUCH”. Use a highly legible geometric sans-serif with consistent size, tracking, and baseline alignment. Do not add any other words, title, logo, numbering, legend, or decorative text.\n\nArt direction: crisp flat vector graphics combining the clarity of international scientific signage with refined contemporary editorial illustration. Deep midnight navy outlines and main forms, electric cyan for water, sonar, and technical signals, vivid coral-orange for operational highlights and warnings, and a warm ivory background. Uniform rounded strokes, simplified but mechanically credible equipment, controlled negative space, sharp edges, no gradients, no photorealism, no 3D extrusion, no drop shadows, no texture, no ornamental border. Every symbol must remain recognizable at small sizes while preserving the defining details of real oceanographic equipment. Balanced, calm, technical, trustworthy, and field-ready.",
"width": 2048,
"height": 1152,
"settings": {
"imageSearch": true,
"shell": true,
"thinkingLevel": "high",
"webSearch": true
}
}{
"taskType": "imageInference",
"taskUUID": "93dbca8b-c69a-44a0-851a-6c7c746baa82",
"imageUUID": "e8bb0fec-e640-43e0-86c3-8df738fbc188",
"imageURL": "https://im.runware.dev/image/os/dev-a01d00/ws/3/ii/e8bb0fec-e640-43e0-86c3-8df738fbc188.jpg",
"seed": 2004882061,
"cost": 0.01
}Railway Signal Engineer Profile Avatar

Create a polished editorial profile avatar of a fictional South Asian woman in her early forties who works as a railway signal engineer. Show a confident head-and-shoulders portrait facing three-quarters toward camera, with an intelligent, approachable expression, dark hair in a practical low bun, slim safety glasses, a navy technical work jacket, and a correctly constructed orange high-visibility vest with reflective silver bands. No company insignia. Frame her face in the exact center so the portrait remains strong when cropped to a square or circle; keep all essential facial features and shoulders inside the central safe area while extending the artwork naturally across the 16:9 canvas. Use a sophisticated layered cut-paper and screen-print illustration style: crisp geometric shapes, subtle paper fibers, shallow dimensional shadows, clean facial modeling, and restrained halftone texture. Behind her, build an orderly abstract railway-signaling environment from accurate visual motifs: a modern three-aspect color-light railway signal showing green, insulated track-circuit lines, relay-cabinet geometry, cable routes, and simplified interlocking-diagram paths. Keep these details secondary and symmetrically balanced rather than turning the image into a technical diagram. Palette: midnight plum, warm cream, oxidized copper, signal green, and vivid safety orange, with small charcoal accents. Soft frontal portrait light, gentle copper rim light, calm and capable mood, premium contemporary trade-publication art direction. Strong silhouette and instant readability at thumbnail size. Single finished standalone image, no words, no letters, no numbers, no logos, no watermark, no interface, no 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: 'meta:muse@image',
positivePrompt: 'Create a polished editorial profile avatar of a fictional South Asian woman in her early forties who works as a railway signal engineer. Show a confident head-and-shoulders portrait facing three-quarters toward camera, with an intelligent, approachable expression, dark hair in a practical low bun, slim safety glasses, a navy technical work jacket, and a correctly constructed orange high-visibility vest with reflective silver bands. No company insignia. Frame her face in the exact center so the portrait remains strong when cropped to a square or circle; keep all essential facial features and shoulders inside the central safe area while extending the artwork naturally across the 16:9 canvas.\n\nUse a sophisticated layered cut-paper and screen-print illustration style: crisp geometric shapes, subtle paper fibers, shallow dimensional shadows, clean facial modeling, and restrained halftone texture. Behind her, build an orderly abstract railway-signaling environment from accurate visual motifs: a modern three-aspect color-light railway signal showing green, insulated track-circuit lines, relay-cabinet geometry, cable routes, and simplified interlocking-diagram paths. Keep these details secondary and symmetrically balanced rather than turning the image into a technical diagram. Palette: midnight plum, warm cream, oxidized copper, signal green, and vivid safety orange, with small charcoal accents. Soft frontal portrait light, gentle copper rim light, calm and capable mood, premium contemporary trade-publication art direction. Strong silhouette and instant readability at thumbnail size. Single finished standalone image, no words, no letters, no numbers, no logos, no watermark, no interface, no border.',
width: 2048,
height: 1152,
settings: {
imageSearch: true,
shell: true,
thinkingLevel: 'high',
webSearch: true
}
})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": "meta:muse@image",
"positivePrompt": "Create a polished editorial profile avatar of a fictional South Asian woman in her early forties who works as a railway signal engineer. Show a confident head-and-shoulders portrait facing three-quarters toward camera, with an intelligent, approachable expression, dark hair in a practical low bun, slim safety glasses, a navy technical work jacket, and a correctly constructed orange high-visibility vest with reflective silver bands. No company insignia. Frame her face in the exact center so the portrait remains strong when cropped to a square or circle; keep all essential facial features and shoulders inside the central safe area while extending the artwork naturally across the 16:9 canvas.\n\nUse a sophisticated layered cut-paper and screen-print illustration style: crisp geometric shapes, subtle paper fibers, shallow dimensional shadows, clean facial modeling, and restrained halftone texture. Behind her, build an orderly abstract railway-signaling environment from accurate visual motifs: a modern three-aspect color-light railway signal showing green, insulated track-circuit lines, relay-cabinet geometry, cable routes, and simplified interlocking-diagram paths. Keep these details secondary and symmetrically balanced rather than turning the image into a technical diagram. Palette: midnight plum, warm cream, oxidized copper, signal green, and vivid safety orange, with small charcoal accents. Soft frontal portrait light, gentle copper rim light, calm and capable mood, premium contemporary trade-publication art direction. Strong silhouette and instant readability at thumbnail size. Single finished standalone image, no words, no letters, no numbers, no logos, no watermark, no interface, no border.",
"width": 2048,
"height": 1152,
"settings": {
"imageSearch": True,
"shell": True,
"thinkingLevel": "high",
"webSearch": True
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "16d2d45e-188c-4f4b-b319-e2af1d10069a",
"model": "meta:muse@image",
"positivePrompt": "Create a polished editorial profile avatar of a fictional South Asian woman in her early forties who works as a railway signal engineer. Show a confident head-and-shoulders portrait facing three-quarters toward camera, with an intelligent, approachable expression, dark hair in a practical low bun, slim safety glasses, a navy technical work jacket, and a correctly constructed orange high-visibility vest with reflective silver bands. No company insignia. Frame her face in the exact center so the portrait remains strong when cropped to a square or circle; keep all essential facial features and shoulders inside the central safe area while extending the artwork naturally across the 16:9 canvas.\n\nUse a sophisticated layered cut-paper and screen-print illustration style: crisp geometric shapes, subtle paper fibers, shallow dimensional shadows, clean facial modeling, and restrained halftone texture. Behind her, build an orderly abstract railway-signaling environment from accurate visual motifs: a modern three-aspect color-light railway signal showing green, insulated track-circuit lines, relay-cabinet geometry, cable routes, and simplified interlocking-diagram paths. Keep these details secondary and symmetrically balanced rather than turning the image into a technical diagram. Palette: midnight plum, warm cream, oxidized copper, signal green, and vivid safety orange, with small charcoal accents. Soft frontal portrait light, gentle copper rim light, calm and capable mood, premium contemporary trade-publication art direction. Strong silhouette and instant readability at thumbnail size. Single finished standalone image, no words, no letters, no numbers, no logos, no watermark, no interface, no border.",
"width": 2048,
"height": 1152,
"settings": {
"imageSearch": true,
"shell": true,
"thinkingLevel": "high",
"webSearch": true
}
}
]'runware run meta:muse@image \
positivePrompt="Create a polished editorial profile avatar of a fictional South Asian woman in her early forties who works as a railway signal engineer. Show a confident head-and-shoulders portrait facing three-quarters toward camera, with an intelligent, approachable expression, dark hair in a practical low bun, slim safety glasses, a navy technical work jacket, and a correctly constructed orange high-visibility vest with reflective silver bands. No company insignia. Frame her face in the exact center so the portrait remains strong when cropped to a square or circle; keep all essential facial features and shoulders inside the central safe area while extending the artwork naturally across the 16:9 canvas.
Use a sophisticated layered cut-paper and screen-print illustration style: crisp geometric shapes, subtle paper fibers, shallow dimensional shadows, clean facial modeling, and restrained halftone texture. Behind her, build an orderly abstract railway-signaling environment from accurate visual motifs: a modern three-aspect color-light railway signal showing green, insulated track-circuit lines, relay-cabinet geometry, cable routes, and simplified interlocking-diagram paths. Keep these details secondary and symmetrically balanced rather than turning the image into a technical diagram. Palette: midnight plum, warm cream, oxidized copper, signal green, and vivid safety orange, with small charcoal accents. Soft frontal portrait light, gentle copper rim light, calm and capable mood, premium contemporary trade-publication art direction. Strong silhouette and instant readability at thumbnail size. Single finished standalone image, no words, no letters, no numbers, no logos, no watermark, no interface, no border." \
width=2048 \
height=1152 \
settings.imageSearch=true \
settings.shell=true \
settings.thinkingLevel=high \
settings.webSearch=true{
"taskType": "imageInference",
"taskUUID": "16d2d45e-188c-4f4b-b319-e2af1d10069a",
"model": "meta:muse@image",
"positivePrompt": "Create a polished editorial profile avatar of a fictional South Asian woman in her early forties who works as a railway signal engineer. Show a confident head-and-shoulders portrait facing three-quarters toward camera, with an intelligent, approachable expression, dark hair in a practical low bun, slim safety glasses, a navy technical work jacket, and a correctly constructed orange high-visibility vest with reflective silver bands. No company insignia. Frame her face in the exact center so the portrait remains strong when cropped to a square or circle; keep all essential facial features and shoulders inside the central safe area while extending the artwork naturally across the 16:9 canvas.\n\nUse a sophisticated layered cut-paper and screen-print illustration style: crisp geometric shapes, subtle paper fibers, shallow dimensional shadows, clean facial modeling, and restrained halftone texture. Behind her, build an orderly abstract railway-signaling environment from accurate visual motifs: a modern three-aspect color-light railway signal showing green, insulated track-circuit lines, relay-cabinet geometry, cable routes, and simplified interlocking-diagram paths. Keep these details secondary and symmetrically balanced rather than turning the image into a technical diagram. Palette: midnight plum, warm cream, oxidized copper, signal green, and vivid safety orange, with small charcoal accents. Soft frontal portrait light, gentle copper rim light, calm and capable mood, premium contemporary trade-publication art direction. Strong silhouette and instant readability at thumbnail size. Single finished standalone image, no words, no letters, no numbers, no logos, no watermark, no interface, no border.",
"width": 2048,
"height": 1152,
"settings": {
"imageSearch": true,
"shell": true,
"thinkingLevel": "high",
"webSearch": true
}
}{
"taskType": "imageInference",
"taskUUID": "16d2d45e-188c-4f4b-b319-e2af1d10069a",
"imageUUID": "e1ff205c-95d0-4add-b480-73599769742e",
"imageURL": "https://im.runware.dev/image/os/dev-a01d00/ws/4/ii/e1ff205c-95d0-4add-b480-73599769742e.jpg",
"seed": 54118212,
"cost": 0.01
}Cello Restoration Social Media Ad

Create a finished 1344x1792 portrait social media advertisement for a specialist cello restoration workshop using the supplied reference image. Preserve the exact recognizable cello: its silhouette, proportions, scroll, pegs, strings, bridge, f-holes, reddish-brown varnish, distinctive grain, and visible crack location. Do not replace it with a different instrument. Transform the plain source photo into a refined editorial still life inside a traditional luthier's workshop. Position the cello upright as the dominant central subject, extending from the lower edge toward the upper third, with generous negative space above and to the left for typography. Show the damaged area treated with a subtle luminous gold repair seam, elegant and technically plausible rather than magical, communicating that an heirloom has been restored instead of discarded. Surround it sparingly with authentic hand tools on a dark wooden bench: one small finger plane, a spool of linen thread, a maple shaving, and a folded cream cloth. Background cabinetry should fall into soft shadow with no distracting clutter. Art direction: contemporary luxury campaign meets Dutch still-life photography; deep oxblood, burnt umber, amber, charcoal, and warm ivory palette; directional window light from upper left; crisp detail on the cello and repair; soft atmospheric falloff; tactile wood, varnish, and cloth textures; quiet, assured, emotionally resonant mood. Add clean, accurately rendered editorial typography integrated into the composition, not inside a button. Large warm-ivory serif headline in the upper-left negative space: “DON’T RETIRE THE SOUND.” Beneath it, much smaller uppercase sans-serif copy: “CELLO RESTORATION · SPRING INTAKE”. At the bottom-left, add a restrained line: “Repair the instrument. Keep the history.” Maintain generous margins and a clear mobile-feed hierarchy. No logo, no invented company name, no website, no price, no app interface, no social media UI, no mockup frame, no extra instruments, no musicians, and no fantasy effects.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'meta:muse@image',
positivePrompt: 'Create a finished 1344x1792 portrait social media advertisement for a specialist cello restoration workshop using the supplied reference image. Preserve the exact recognizable cello: its silhouette, proportions, scroll, pegs, strings, bridge, f-holes, reddish-brown varnish, distinctive grain, and visible crack location. Do not replace it with a different instrument. Transform the plain source photo into a refined editorial still life inside a traditional luthier\'s workshop. Position the cello upright as the dominant central subject, extending from the lower edge toward the upper third, with generous negative space above and to the left for typography. Show the damaged area treated with a subtle luminous gold repair seam, elegant and technically plausible rather than magical, communicating that an heirloom has been restored instead of discarded. Surround it sparingly with authentic hand tools on a dark wooden bench: one small finger plane, a spool of linen thread, a maple shaving, and a folded cream cloth. Background cabinetry should fall into soft shadow with no distracting clutter. Art direction: contemporary luxury campaign meets Dutch still-life photography; deep oxblood, burnt umber, amber, charcoal, and warm ivory palette; directional window light from upper left; crisp detail on the cello and repair; soft atmospheric falloff; tactile wood, varnish, and cloth textures; quiet, assured, emotionally resonant mood. Add clean, accurately rendered editorial typography integrated into the composition, not inside a button. Large warm-ivory serif headline in the upper-left negative space: “DON’T RETIRE THE SOUND.” Beneath it, much smaller uppercase sans-serif copy: “CELLO RESTORATION · SPRING INTAKE”. At the bottom-left, add a restrained line: “Repair the instrument. Keep the history.” Maintain generous margins and a clear mobile-feed hierarchy. No logo, no invented company name, no website, no price, no app interface, no social media UI, no mockup frame, no extra instruments, no musicians, and no fantasy effects.',
width: 1344,
height: 1792,
settings: {
imageSearch: false,
shell: false,
thinkingLevel: 'low',
webSearch: false
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/5fe95bf0-3261-404c-b3c5-ad2549346e08.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": "meta:muse@image",
"positivePrompt": "Create a finished 1344x1792 portrait social media advertisement for a specialist cello restoration workshop using the supplied reference image. Preserve the exact recognizable cello: its silhouette, proportions, scroll, pegs, strings, bridge, f-holes, reddish-brown varnish, distinctive grain, and visible crack location. Do not replace it with a different instrument. Transform the plain source photo into a refined editorial still life inside a traditional luthier's workshop. Position the cello upright as the dominant central subject, extending from the lower edge toward the upper third, with generous negative space above and to the left for typography. Show the damaged area treated with a subtle luminous gold repair seam, elegant and technically plausible rather than magical, communicating that an heirloom has been restored instead of discarded. Surround it sparingly with authentic hand tools on a dark wooden bench: one small finger plane, a spool of linen thread, a maple shaving, and a folded cream cloth. Background cabinetry should fall into soft shadow with no distracting clutter. Art direction: contemporary luxury campaign meets Dutch still-life photography; deep oxblood, burnt umber, amber, charcoal, and warm ivory palette; directional window light from upper left; crisp detail on the cello and repair; soft atmospheric falloff; tactile wood, varnish, and cloth textures; quiet, assured, emotionally resonant mood. Add clean, accurately rendered editorial typography integrated into the composition, not inside a button. Large warm-ivory serif headline in the upper-left negative space: “DON’T RETIRE THE SOUND.” Beneath it, much smaller uppercase sans-serif copy: “CELLO RESTORATION · SPRING INTAKE”. At the bottom-left, add a restrained line: “Repair the instrument. Keep the history.” Maintain generous margins and a clear mobile-feed hierarchy. No logo, no invented company name, no website, no price, no app interface, no social media UI, no mockup frame, no extra instruments, no musicians, and no fantasy effects.",
"width": 1344,
"height": 1792,
"settings": {
"imageSearch": False,
"shell": False,
"thinkingLevel": "low",
"webSearch": False
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/5fe95bf0-3261-404c-b3c5-ad2549346e08.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": "38d1fb35-74e3-450c-8790-23404e06ca85",
"model": "meta:muse@image",
"positivePrompt": "Create a finished 1344x1792 portrait social media advertisement for a specialist cello restoration workshop using the supplied reference image. Preserve the exact recognizable cello: its silhouette, proportions, scroll, pegs, strings, bridge, f-holes, reddish-brown varnish, distinctive grain, and visible crack location. Do not replace it with a different instrument. Transform the plain source photo into a refined editorial still life inside a traditional luthier's workshop. Position the cello upright as the dominant central subject, extending from the lower edge toward the upper third, with generous negative space above and to the left for typography. Show the damaged area treated with a subtle luminous gold repair seam, elegant and technically plausible rather than magical, communicating that an heirloom has been restored instead of discarded. Surround it sparingly with authentic hand tools on a dark wooden bench: one small finger plane, a spool of linen thread, a maple shaving, and a folded cream cloth. Background cabinetry should fall into soft shadow with no distracting clutter. Art direction: contemporary luxury campaign meets Dutch still-life photography; deep oxblood, burnt umber, amber, charcoal, and warm ivory palette; directional window light from upper left; crisp detail on the cello and repair; soft atmospheric falloff; tactile wood, varnish, and cloth textures; quiet, assured, emotionally resonant mood. Add clean, accurately rendered editorial typography integrated into the composition, not inside a button. Large warm-ivory serif headline in the upper-left negative space: “DON’T RETIRE THE SOUND.” Beneath it, much smaller uppercase sans-serif copy: “CELLO RESTORATION · SPRING INTAKE”. At the bottom-left, add a restrained line: “Repair the instrument. Keep the history.” Maintain generous margins and a clear mobile-feed hierarchy. No logo, no invented company name, no website, no price, no app interface, no social media UI, no mockup frame, no extra instruments, no musicians, and no fantasy effects.",
"width": 1344,
"height": 1792,
"settings": {
"imageSearch": false,
"shell": false,
"thinkingLevel": "low",
"webSearch": false
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/5fe95bf0-3261-404c-b3c5-ad2549346e08.jpg"
]
}
}
]'runware run meta:muse@image \
positivePrompt="Create a finished 1344x1792 portrait social media advertisement for a specialist cello restoration workshop using the supplied reference image. Preserve the exact recognizable cello: its silhouette, proportions, scroll, pegs, strings, bridge, f-holes, reddish-brown varnish, distinctive grain, and visible crack location. Do not replace it with a different instrument. Transform the plain source photo into a refined editorial still life inside a traditional luthier's workshop. Position the cello upright as the dominant central subject, extending from the lower edge toward the upper third, with generous negative space above and to the left for typography. Show the damaged area treated with a subtle luminous gold repair seam, elegant and technically plausible rather than magical, communicating that an heirloom has been restored instead of discarded. Surround it sparingly with authentic hand tools on a dark wooden bench: one small finger plane, a spool of linen thread, a maple shaving, and a folded cream cloth. Background cabinetry should fall into soft shadow with no distracting clutter. Art direction: contemporary luxury campaign meets Dutch still-life photography; deep oxblood, burnt umber, amber, charcoal, and warm ivory palette; directional window light from upper left; crisp detail on the cello and repair; soft atmospheric falloff; tactile wood, varnish, and cloth textures; quiet, assured, emotionally resonant mood. Add clean, accurately rendered editorial typography integrated into the composition, not inside a button. Large warm-ivory serif headline in the upper-left negative space: “DON’T RETIRE THE SOUND.” Beneath it, much smaller uppercase sans-serif copy: “CELLO RESTORATION · SPRING INTAKE”. At the bottom-left, add a restrained line: “Repair the instrument. Keep the history.” Maintain generous margins and a clear mobile-feed hierarchy. No logo, no invented company name, no website, no price, no app interface, no social media UI, no mockup frame, no extra instruments, no musicians, and no fantasy effects." \
width=1344 \
height=1792 \
settings.imageSearch=false \
settings.shell=false \
settings.thinkingLevel=low \
settings.webSearch=false \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/5fe95bf0-3261-404c-b3c5-ad2549346e08.jpg{
"taskType": "imageInference",
"taskUUID": "38d1fb35-74e3-450c-8790-23404e06ca85",
"model": "meta:muse@image",
"positivePrompt": "Create a finished 1344x1792 portrait social media advertisement for a specialist cello restoration workshop using the supplied reference image. Preserve the exact recognizable cello: its silhouette, proportions, scroll, pegs, strings, bridge, f-holes, reddish-brown varnish, distinctive grain, and visible crack location. Do not replace it with a different instrument. Transform the plain source photo into a refined editorial still life inside a traditional luthier's workshop. Position the cello upright as the dominant central subject, extending from the lower edge toward the upper third, with generous negative space above and to the left for typography. Show the damaged area treated with a subtle luminous gold repair seam, elegant and technically plausible rather than magical, communicating that an heirloom has been restored instead of discarded. Surround it sparingly with authentic hand tools on a dark wooden bench: one small finger plane, a spool of linen thread, a maple shaving, and a folded cream cloth. Background cabinetry should fall into soft shadow with no distracting clutter. Art direction: contemporary luxury campaign meets Dutch still-life photography; deep oxblood, burnt umber, amber, charcoal, and warm ivory palette; directional window light from upper left; crisp detail on the cello and repair; soft atmospheric falloff; tactile wood, varnish, and cloth textures; quiet, assured, emotionally resonant mood. Add clean, accurately rendered editorial typography integrated into the composition, not inside a button. Large warm-ivory serif headline in the upper-left negative space: “DON’T RETIRE THE SOUND.” Beneath it, much smaller uppercase sans-serif copy: “CELLO RESTORATION · SPRING INTAKE”. At the bottom-left, add a restrained line: “Repair the instrument. Keep the history.” Maintain generous margins and a clear mobile-feed hierarchy. No logo, no invented company name, no website, no price, no app interface, no social media UI, no mockup frame, no extra instruments, no musicians, and no fantasy effects.",
"width": 1344,
"height": 1792,
"settings": {
"imageSearch": false,
"shell": false,
"thinkingLevel": "low",
"webSearch": false
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/5fe95bf0-3261-404c-b3c5-ad2549346e08.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "38d1fb35-74e3-450c-8790-23404e06ca85",
"imageUUID": "a346d117-57d6-4559-a411-30a64b7ef17a",
"imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/a346d117-57d6-4559-a411-30a64b7ef17a.jpg",
"seed": 954995937,
"cost": 0.01
}Beekeeping Swarm Crew Shirt Graphic

Transform the supplied beekeeper-smoker photograph into a finished portrait-format apparel graphic for a volunteer urban beekeeping swarm-response crew. Preserve the reference object's recognizable conical spout, wire heat guard, wooden bellows, proportions, dents, scratches, and soot marks so this specific piece of field equipment remains identifiable. Redraw it as a bold central woodcut emblem with chunky carved contours and controlled halftone texture. Add curling smoke above it that forms a clean arched frame containing a few small, anatomically credible honeybees in flight. Place the exact headline “SWARM RESPONSE CREW” in large condensed block lettering across the top. Add the exact smaller line “CALL • COLLECT • REHOME” beneath the smoker and the exact year “2026” at the bottom. Use a practical municipal-workwear aesthetic rather than a cute honey-brand look: strong symmetry, assertive hierarchy, rugged but polished linework, and excellent readability from a distance. Limit the design to four flat screen-print inks: carbon black, safety orange, golden ochre, and warm cream. Create believable overprint and slightly distressed ink texture while keeping all lettering crisp and correctly spelled. Center the composition with generous negative space and clean outer edges for easy garment printing. Deliver the standalone flat print artwork on a solid warm-cream background, not a shirt mockup, not a product photograph, no person, no hanger, no fabric folds, no extra logos, and no additional 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: 'meta:muse@image',
positivePrompt: 'Transform the supplied beekeeper-smoker photograph into a finished portrait-format apparel graphic for a volunteer urban beekeeping swarm-response crew. Preserve the reference object\'s recognizable conical spout, wire heat guard, wooden bellows, proportions, dents, scratches, and soot marks so this specific piece of field equipment remains identifiable. Redraw it as a bold central woodcut emblem with chunky carved contours and controlled halftone texture. Add curling smoke above it that forms a clean arched frame containing a few small, anatomically credible honeybees in flight. Place the exact headline “SWARM RESPONSE CREW” in large condensed block lettering across the top. Add the exact smaller line “CALL • COLLECT • REHOME” beneath the smoker and the exact year “2026” at the bottom. Use a practical municipal-workwear aesthetic rather than a cute honey-brand look: strong symmetry, assertive hierarchy, rugged but polished linework, and excellent readability from a distance. Limit the design to four flat screen-print inks: carbon black, safety orange, golden ochre, and warm cream. Create believable overprint and slightly distressed ink texture while keeping all lettering crisp and correctly spelled. Center the composition with generous negative space and clean outer edges for easy garment printing. Deliver the standalone flat print artwork on a solid warm-cream background, not a shirt mockup, not a product photograph, no person, no hanger, no fabric folds, no extra logos, and no additional text.',
width: 1344,
height: 1792,
settings: {
imageSearch: false,
shell: false,
thinkingLevel: 'low',
webSearch: false
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/a2946e24-67ff-4371-a476-1c8cad698a7b.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": "meta:muse@image",
"positivePrompt": "Transform the supplied beekeeper-smoker photograph into a finished portrait-format apparel graphic for a volunteer urban beekeeping swarm-response crew. Preserve the reference object's recognizable conical spout, wire heat guard, wooden bellows, proportions, dents, scratches, and soot marks so this specific piece of field equipment remains identifiable. Redraw it as a bold central woodcut emblem with chunky carved contours and controlled halftone texture. Add curling smoke above it that forms a clean arched frame containing a few small, anatomically credible honeybees in flight. Place the exact headline “SWARM RESPONSE CREW” in large condensed block lettering across the top. Add the exact smaller line “CALL • COLLECT • REHOME” beneath the smoker and the exact year “2026” at the bottom. Use a practical municipal-workwear aesthetic rather than a cute honey-brand look: strong symmetry, assertive hierarchy, rugged but polished linework, and excellent readability from a distance. Limit the design to four flat screen-print inks: carbon black, safety orange, golden ochre, and warm cream. Create believable overprint and slightly distressed ink texture while keeping all lettering crisp and correctly spelled. Center the composition with generous negative space and clean outer edges for easy garment printing. Deliver the standalone flat print artwork on a solid warm-cream background, not a shirt mockup, not a product photograph, no person, no hanger, no fabric folds, no extra logos, and no additional text.",
"width": 1344,
"height": 1792,
"settings": {
"imageSearch": False,
"shell": False,
"thinkingLevel": "low",
"webSearch": False
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/a2946e24-67ff-4371-a476-1c8cad698a7b.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": "923836ae-b8fa-4641-89a4-e0a0a4e39cbb",
"model": "meta:muse@image",
"positivePrompt": "Transform the supplied beekeeper-smoker photograph into a finished portrait-format apparel graphic for a volunteer urban beekeeping swarm-response crew. Preserve the reference object's recognizable conical spout, wire heat guard, wooden bellows, proportions, dents, scratches, and soot marks so this specific piece of field equipment remains identifiable. Redraw it as a bold central woodcut emblem with chunky carved contours and controlled halftone texture. Add curling smoke above it that forms a clean arched frame containing a few small, anatomically credible honeybees in flight. Place the exact headline “SWARM RESPONSE CREW” in large condensed block lettering across the top. Add the exact smaller line “CALL • COLLECT • REHOME” beneath the smoker and the exact year “2026” at the bottom. Use a practical municipal-workwear aesthetic rather than a cute honey-brand look: strong symmetry, assertive hierarchy, rugged but polished linework, and excellent readability from a distance. Limit the design to four flat screen-print inks: carbon black, safety orange, golden ochre, and warm cream. Create believable overprint and slightly distressed ink texture while keeping all lettering crisp and correctly spelled. Center the composition with generous negative space and clean outer edges for easy garment printing. Deliver the standalone flat print artwork on a solid warm-cream background, not a shirt mockup, not a product photograph, no person, no hanger, no fabric folds, no extra logos, and no additional text.",
"width": 1344,
"height": 1792,
"settings": {
"imageSearch": false,
"shell": false,
"thinkingLevel": "low",
"webSearch": false
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/a2946e24-67ff-4371-a476-1c8cad698a7b.jpg"
]
}
}
]'runware run meta:muse@image \
positivePrompt="Transform the supplied beekeeper-smoker photograph into a finished portrait-format apparel graphic for a volunteer urban beekeeping swarm-response crew. Preserve the reference object's recognizable conical spout, wire heat guard, wooden bellows, proportions, dents, scratches, and soot marks so this specific piece of field equipment remains identifiable. Redraw it as a bold central woodcut emblem with chunky carved contours and controlled halftone texture. Add curling smoke above it that forms a clean arched frame containing a few small, anatomically credible honeybees in flight. Place the exact headline “SWARM RESPONSE CREW” in large condensed block lettering across the top. Add the exact smaller line “CALL • COLLECT • REHOME” beneath the smoker and the exact year “2026” at the bottom. Use a practical municipal-workwear aesthetic rather than a cute honey-brand look: strong symmetry, assertive hierarchy, rugged but polished linework, and excellent readability from a distance. Limit the design to four flat screen-print inks: carbon black, safety orange, golden ochre, and warm cream. Create believable overprint and slightly distressed ink texture while keeping all lettering crisp and correctly spelled. Center the composition with generous negative space and clean outer edges for easy garment printing. Deliver the standalone flat print artwork on a solid warm-cream background, not a shirt mockup, not a product photograph, no person, no hanger, no fabric folds, no extra logos, and no additional text." \
width=1344 \
height=1792 \
settings.imageSearch=false \
settings.shell=false \
settings.thinkingLevel=low \
settings.webSearch=false \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/a2946e24-67ff-4371-a476-1c8cad698a7b.jpg{
"taskType": "imageInference",
"taskUUID": "923836ae-b8fa-4641-89a4-e0a0a4e39cbb",
"model": "meta:muse@image",
"positivePrompt": "Transform the supplied beekeeper-smoker photograph into a finished portrait-format apparel graphic for a volunteer urban beekeeping swarm-response crew. Preserve the reference object's recognizable conical spout, wire heat guard, wooden bellows, proportions, dents, scratches, and soot marks so this specific piece of field equipment remains identifiable. Redraw it as a bold central woodcut emblem with chunky carved contours and controlled halftone texture. Add curling smoke above it that forms a clean arched frame containing a few small, anatomically credible honeybees in flight. Place the exact headline “SWARM RESPONSE CREW” in large condensed block lettering across the top. Add the exact smaller line “CALL • COLLECT • REHOME” beneath the smoker and the exact year “2026” at the bottom. Use a practical municipal-workwear aesthetic rather than a cute honey-brand look: strong symmetry, assertive hierarchy, rugged but polished linework, and excellent readability from a distance. Limit the design to four flat screen-print inks: carbon black, safety orange, golden ochre, and warm cream. Create believable overprint and slightly distressed ink texture while keeping all lettering crisp and correctly spelled. Center the composition with generous negative space and clean outer edges for easy garment printing. Deliver the standalone flat print artwork on a solid warm-cream background, not a shirt mockup, not a product photograph, no person, no hanger, no fabric folds, no extra logos, and no additional text.",
"width": 1344,
"height": 1792,
"settings": {
"imageSearch": false,
"shell": false,
"thinkingLevel": "low",
"webSearch": false
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/a2946e24-67ff-4371-a476-1c8cad698a7b.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "923836ae-b8fa-4641-89a4-e0a0a4e39cbb",
"imageUUID": "6ec4c687-4442-4519-971b-7658eb018939",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/4/ii/6ec4c687-4442-4519-971b-7658eb018939.jpg",
"seed": 1147867774,
"cost": 0.01
}