FLUX.1 Kontext [max]

FLUX.1 Kontext [max] is a high quality text to image model for production workflows. It focuses on prompt accuracy, sharp local edits, and premium typography rendering. Use it for detailed visual design, branded visuals, and consistent character safe image generation.
![FLUX.1 Kontext [max]](https://assets.runware.ai/covers/bfl-flux-1-kontext-max.jpg)
Complete technical specification for integration
Ready-to-use code snippets for common workflows
Rooftop Beekeeping Suit Try-On

Create a premium landscape apparel try-on image for a technical beekeeping suit. Show one adult female beekeeper, around 50 years old, standing full-length on a lush urban rooftop apiary at early morning. She is wearing a distinctive celadon-green one-piece beekeeping suit with coral-orange reinforced knees and elbows, an articulated waist, sealed ankle cuffs, cream leather gauntlet gloves, sturdy tan work boots, and a structured round veil hood made from fine black mesh. Make the garment construction exceptionally clear and commercially credible: visible double stitching, matte ripstop texture, practical zipped pockets, ventilation panels, reinforced seams, and realistic folds around the moving body. The fit should look protective yet tailored, with accurate anatomy and natural posture. She gently lifts one wooden honey frame at chest height while inspecting it through the veil; a few bees hover nearby without obscuring the outfit. Set the scene among orderly cedar hives, flowering lavender, rooftop vegetable beds, stainless steel watering cans, and the soft silhouette of a contemporary city beyond the parapet. Warm low sunlight catches amber honeycomb and the edges of the mesh veil, contrasting with cool blue morning shadows and dew-covered greenery. Compose as a wide editorial field image with the beekeeper slightly right of center, her entire outfit visible from hood to boots, and enough environmental context on the left to establish the rooftop pollinator farm. Eye-level camera, 50mm documentary-fashion perspective, crisp garment detail, controlled shallow depth of field, natural skin and hands, realistic bees, refined color grading, calm capable mood. Photorealistic outdoor workwear campaign photography, not a costume or fantasy scene. No logos, no lettering, no signage, no additional people, no duplicated tools, no border or interface.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bfl:4@1',
positivePrompt: 'Create a premium landscape apparel try-on image for a technical beekeeping suit. Show one adult female beekeeper, around 50 years old, standing full-length on a lush urban rooftop apiary at early morning. She is wearing a distinctive celadon-green one-piece beekeeping suit with coral-orange reinforced knees and elbows, an articulated waist, sealed ankle cuffs, cream leather gauntlet gloves, sturdy tan work boots, and a structured round veil hood made from fine black mesh. Make the garment construction exceptionally clear and commercially credible: visible double stitching, matte ripstop texture, practical zipped pockets, ventilation panels, reinforced seams, and realistic folds around the moving body. The fit should look protective yet tailored, with accurate anatomy and natural posture. She gently lifts one wooden honey frame at chest height while inspecting it through the veil; a few bees hover nearby without obscuring the outfit.\n\nSet the scene among orderly cedar hives, flowering lavender, rooftop vegetable beds, stainless steel watering cans, and the soft silhouette of a contemporary city beyond the parapet. Warm low sunlight catches amber honeycomb and the edges of the mesh veil, contrasting with cool blue morning shadows and dew-covered greenery. Compose as a wide editorial field image with the beekeeper slightly right of center, her entire outfit visible from hood to boots, and enough environmental context on the left to establish the rooftop pollinator farm. Eye-level camera, 50mm documentary-fashion perspective, crisp garment detail, controlled shallow depth of field, natural skin and hands, realistic bees, refined color grading, calm capable mood. Photorealistic outdoor workwear campaign photography, not a costume or fantasy scene. No logos, no lettering, no signage, no additional people, no duplicated tools, no border or interface.',
width: 1392,
height: 752,
providerSettings: {
bfl: {
promptUpsampling: 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": "bfl:4@1",
"positivePrompt": "Create a premium landscape apparel try-on image for a technical beekeeping suit. Show one adult female beekeeper, around 50 years old, standing full-length on a lush urban rooftop apiary at early morning. She is wearing a distinctive celadon-green one-piece beekeeping suit with coral-orange reinforced knees and elbows, an articulated waist, sealed ankle cuffs, cream leather gauntlet gloves, sturdy tan work boots, and a structured round veil hood made from fine black mesh. Make the garment construction exceptionally clear and commercially credible: visible double stitching, matte ripstop texture, practical zipped pockets, ventilation panels, reinforced seams, and realistic folds around the moving body. The fit should look protective yet tailored, with accurate anatomy and natural posture. She gently lifts one wooden honey frame at chest height while inspecting it through the veil; a few bees hover nearby without obscuring the outfit.\n\nSet the scene among orderly cedar hives, flowering lavender, rooftop vegetable beds, stainless steel watering cans, and the soft silhouette of a contemporary city beyond the parapet. Warm low sunlight catches amber honeycomb and the edges of the mesh veil, contrasting with cool blue morning shadows and dew-covered greenery. Compose as a wide editorial field image with the beekeeper slightly right of center, her entire outfit visible from hood to boots, and enough environmental context on the left to establish the rooftop pollinator farm. Eye-level camera, 50mm documentary-fashion perspective, crisp garment detail, controlled shallow depth of field, natural skin and hands, realistic bees, refined color grading, calm capable mood. Photorealistic outdoor workwear campaign photography, not a costume or fantasy scene. No logos, no lettering, no signage, no additional people, no duplicated tools, no border or interface.",
"width": 1392,
"height": 752,
"providerSettings": {
"bfl": {
"promptUpsampling": 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": "bed88c34-5c77-4a8a-98e6-85faac65a547",
"model": "bfl:4@1",
"positivePrompt": "Create a premium landscape apparel try-on image for a technical beekeeping suit. Show one adult female beekeeper, around 50 years old, standing full-length on a lush urban rooftop apiary at early morning. She is wearing a distinctive celadon-green one-piece beekeeping suit with coral-orange reinforced knees and elbows, an articulated waist, sealed ankle cuffs, cream leather gauntlet gloves, sturdy tan work boots, and a structured round veil hood made from fine black mesh. Make the garment construction exceptionally clear and commercially credible: visible double stitching, matte ripstop texture, practical zipped pockets, ventilation panels, reinforced seams, and realistic folds around the moving body. The fit should look protective yet tailored, with accurate anatomy and natural posture. She gently lifts one wooden honey frame at chest height while inspecting it through the veil; a few bees hover nearby without obscuring the outfit.\n\nSet the scene among orderly cedar hives, flowering lavender, rooftop vegetable beds, stainless steel watering cans, and the soft silhouette of a contemporary city beyond the parapet. Warm low sunlight catches amber honeycomb and the edges of the mesh veil, contrasting with cool blue morning shadows and dew-covered greenery. Compose as a wide editorial field image with the beekeeper slightly right of center, her entire outfit visible from hood to boots, and enough environmental context on the left to establish the rooftop pollinator farm. Eye-level camera, 50mm documentary-fashion perspective, crisp garment detail, controlled shallow depth of field, natural skin and hands, realistic bees, refined color grading, calm capable mood. Photorealistic outdoor workwear campaign photography, not a costume or fantasy scene. No logos, no lettering, no signage, no additional people, no duplicated tools, no border or interface.",
"width": 1392,
"height": 752,
"providerSettings": {
"bfl": {
"promptUpsampling": true
}
}
}
]'runware run bfl:4@1 \
positivePrompt="Create a premium landscape apparel try-on image for a technical beekeeping suit. Show one adult female beekeeper, around 50 years old, standing full-length on a lush urban rooftop apiary at early morning. She is wearing a distinctive celadon-green one-piece beekeeping suit with coral-orange reinforced knees and elbows, an articulated waist, sealed ankle cuffs, cream leather gauntlet gloves, sturdy tan work boots, and a structured round veil hood made from fine black mesh. Make the garment construction exceptionally clear and commercially credible: visible double stitching, matte ripstop texture, practical zipped pockets, ventilation panels, reinforced seams, and realistic folds around the moving body. The fit should look protective yet tailored, with accurate anatomy and natural posture. She gently lifts one wooden honey frame at chest height while inspecting it through the veil; a few bees hover nearby without obscuring the outfit.
Set the scene among orderly cedar hives, flowering lavender, rooftop vegetable beds, stainless steel watering cans, and the soft silhouette of a contemporary city beyond the parapet. Warm low sunlight catches amber honeycomb and the edges of the mesh veil, contrasting with cool blue morning shadows and dew-covered greenery. Compose as a wide editorial field image with the beekeeper slightly right of center, her entire outfit visible from hood to boots, and enough environmental context on the left to establish the rooftop pollinator farm. Eye-level camera, 50mm documentary-fashion perspective, crisp garment detail, controlled shallow depth of field, natural skin and hands, realistic bees, refined color grading, calm capable mood. Photorealistic outdoor workwear campaign photography, not a costume or fantasy scene. No logos, no lettering, no signage, no additional people, no duplicated tools, no border or interface." \
width=1392 \
height=752 \
providerSettings.bfl.promptUpsampling=true{
"taskType": "imageInference",
"taskUUID": "bed88c34-5c77-4a8a-98e6-85faac65a547",
"model": "bfl:4@1",
"positivePrompt": "Create a premium landscape apparel try-on image for a technical beekeeping suit. Show one adult female beekeeper, around 50 years old, standing full-length on a lush urban rooftop apiary at early morning. She is wearing a distinctive celadon-green one-piece beekeeping suit with coral-orange reinforced knees and elbows, an articulated waist, sealed ankle cuffs, cream leather gauntlet gloves, sturdy tan work boots, and a structured round veil hood made from fine black mesh. Make the garment construction exceptionally clear and commercially credible: visible double stitching, matte ripstop texture, practical zipped pockets, ventilation panels, reinforced seams, and realistic folds around the moving body. The fit should look protective yet tailored, with accurate anatomy and natural posture. She gently lifts one wooden honey frame at chest height while inspecting it through the veil; a few bees hover nearby without obscuring the outfit.\n\nSet the scene among orderly cedar hives, flowering lavender, rooftop vegetable beds, stainless steel watering cans, and the soft silhouette of a contemporary city beyond the parapet. Warm low sunlight catches amber honeycomb and the edges of the mesh veil, contrasting with cool blue morning shadows and dew-covered greenery. Compose as a wide editorial field image with the beekeeper slightly right of center, her entire outfit visible from hood to boots, and enough environmental context on the left to establish the rooftop pollinator farm. Eye-level camera, 50mm documentary-fashion perspective, crisp garment detail, controlled shallow depth of field, natural skin and hands, realistic bees, refined color grading, calm capable mood. Photorealistic outdoor workwear campaign photography, not a costume or fantasy scene. No logos, no lettering, no signage, no additional people, no duplicated tools, no border or interface.",
"width": 1392,
"height": 752,
"providerSettings": {
"bfl": {
"promptUpsampling": true
}
}
}{
"taskType": "imageInference",
"taskUUID": "bed88c34-5c77-4a8a-98e6-85faac65a547",
"imageUUID": "a4d758bb-f0b7-4fb5-9559-60aa71564430",
"imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/a4d758bb-f0b7-4fb5-9559-60aa71564430.jpg",
"seed": 1580575847,
"cost": 0.08
}Opera Costume Atelier Panorama

Create the finished panoramic outpaint of an intimate portrait-oriented documentary photograph, expanding the scene naturally far beyond the original center composition into a 1392x752 landscape editorial image. In the center third, a senior opera costume dyer wearing a dark indigo work apron carefully gathers an enormous pleated sea-green silk cape across a waist-high cutting table. Preserve the feeling of a tightly observed human moment while revealing the full working atelier on both sides. Extend left into a deep stainless-steel dye sink, enamel buckets, clipped fabric swatches, wet turquoise silk and a small cloud of steam caught by window light. Extend right into rolling garment racks holding elaborate unfinished costumes in gradients of celadon, coral and smoky violet, with labeled kraft-paper pattern pieces, spools of thread and brass scissors on a worn oak workbench. The architecture must continue coherently across the entire frame: high old plaster walls, exposed pipes, tall north-facing windows and a scuffed checkerboard linoleum floor with correct perspective. Sophisticated backstage realism, tactile fabric detail, restrained theatrical color, soft overcast daylight mixed with warm practical lamps, subtle 35mm grain, deep but gentle shadows, editorial photography for a prestigious performing-arts publication. Wide visual rhythm with meaningful environmental storytelling at both edges, subject remaining the focal point, natural anatomy and hands, seamless spatial continuity, no visible crop boundary, no borders, no collage effect, no duplicated furniture or people, no signage, logos or on-image 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: 'bfl:4@1',
positivePrompt: 'Create the finished panoramic outpaint of an intimate portrait-oriented documentary photograph, expanding the scene naturally far beyond the original center composition into a 1392x752 landscape editorial image. In the center third, a senior opera costume dyer wearing a dark indigo work apron carefully gathers an enormous pleated sea-green silk cape across a waist-high cutting table. Preserve the feeling of a tightly observed human moment while revealing the full working atelier on both sides. Extend left into a deep stainless-steel dye sink, enamel buckets, clipped fabric swatches, wet turquoise silk and a small cloud of steam caught by window light. Extend right into rolling garment racks holding elaborate unfinished costumes in gradients of celadon, coral and smoky violet, with labeled kraft-paper pattern pieces, spools of thread and brass scissors on a worn oak workbench. The architecture must continue coherently across the entire frame: high old plaster walls, exposed pipes, tall north-facing windows and a scuffed checkerboard linoleum floor with correct perspective. Sophisticated backstage realism, tactile fabric detail, restrained theatrical color, soft overcast daylight mixed with warm practical lamps, subtle 35mm grain, deep but gentle shadows, editorial photography for a prestigious performing-arts publication. Wide visual rhythm with meaningful environmental storytelling at both edges, subject remaining the focal point, natural anatomy and hands, seamless spatial continuity, no visible crop boundary, no borders, no collage effect, no duplicated furniture or people, no signage, logos or on-image text.',
width: 1392,
height: 752,
providerSettings: {
bfl: {
promptUpsampling: 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": "bfl:4@1",
"positivePrompt": "Create the finished panoramic outpaint of an intimate portrait-oriented documentary photograph, expanding the scene naturally far beyond the original center composition into a 1392x752 landscape editorial image. In the center third, a senior opera costume dyer wearing a dark indigo work apron carefully gathers an enormous pleated sea-green silk cape across a waist-high cutting table. Preserve the feeling of a tightly observed human moment while revealing the full working atelier on both sides. Extend left into a deep stainless-steel dye sink, enamel buckets, clipped fabric swatches, wet turquoise silk and a small cloud of steam caught by window light. Extend right into rolling garment racks holding elaborate unfinished costumes in gradients of celadon, coral and smoky violet, with labeled kraft-paper pattern pieces, spools of thread and brass scissors on a worn oak workbench. The architecture must continue coherently across the entire frame: high old plaster walls, exposed pipes, tall north-facing windows and a scuffed checkerboard linoleum floor with correct perspective. Sophisticated backstage realism, tactile fabric detail, restrained theatrical color, soft overcast daylight mixed with warm practical lamps, subtle 35mm grain, deep but gentle shadows, editorial photography for a prestigious performing-arts publication. Wide visual rhythm with meaningful environmental storytelling at both edges, subject remaining the focal point, natural anatomy and hands, seamless spatial continuity, no visible crop boundary, no borders, no collage effect, no duplicated furniture or people, no signage, logos or on-image text.",
"width": 1392,
"height": 752,
"providerSettings": {
"bfl": {
"promptUpsampling": 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": "84f567b2-3886-4131-8deb-60773d1aa678",
"model": "bfl:4@1",
"positivePrompt": "Create the finished panoramic outpaint of an intimate portrait-oriented documentary photograph, expanding the scene naturally far beyond the original center composition into a 1392x752 landscape editorial image. In the center third, a senior opera costume dyer wearing a dark indigo work apron carefully gathers an enormous pleated sea-green silk cape across a waist-high cutting table. Preserve the feeling of a tightly observed human moment while revealing the full working atelier on both sides. Extend left into a deep stainless-steel dye sink, enamel buckets, clipped fabric swatches, wet turquoise silk and a small cloud of steam caught by window light. Extend right into rolling garment racks holding elaborate unfinished costumes in gradients of celadon, coral and smoky violet, with labeled kraft-paper pattern pieces, spools of thread and brass scissors on a worn oak workbench. The architecture must continue coherently across the entire frame: high old plaster walls, exposed pipes, tall north-facing windows and a scuffed checkerboard linoleum floor with correct perspective. Sophisticated backstage realism, tactile fabric detail, restrained theatrical color, soft overcast daylight mixed with warm practical lamps, subtle 35mm grain, deep but gentle shadows, editorial photography for a prestigious performing-arts publication. Wide visual rhythm with meaningful environmental storytelling at both edges, subject remaining the focal point, natural anatomy and hands, seamless spatial continuity, no visible crop boundary, no borders, no collage effect, no duplicated furniture or people, no signage, logos or on-image text.",
"width": 1392,
"height": 752,
"providerSettings": {
"bfl": {
"promptUpsampling": true
}
}
}
]'runware run bfl:4@1 \
positivePrompt="Create the finished panoramic outpaint of an intimate portrait-oriented documentary photograph, expanding the scene naturally far beyond the original center composition into a 1392x752 landscape editorial image. In the center third, a senior opera costume dyer wearing a dark indigo work apron carefully gathers an enormous pleated sea-green silk cape across a waist-high cutting table. Preserve the feeling of a tightly observed human moment while revealing the full working atelier on both sides. Extend left into a deep stainless-steel dye sink, enamel buckets, clipped fabric swatches, wet turquoise silk and a small cloud of steam caught by window light. Extend right into rolling garment racks holding elaborate unfinished costumes in gradients of celadon, coral and smoky violet, with labeled kraft-paper pattern pieces, spools of thread and brass scissors on a worn oak workbench. The architecture must continue coherently across the entire frame: high old plaster walls, exposed pipes, tall north-facing windows and a scuffed checkerboard linoleum floor with correct perspective. Sophisticated backstage realism, tactile fabric detail, restrained theatrical color, soft overcast daylight mixed with warm practical lamps, subtle 35mm grain, deep but gentle shadows, editorial photography for a prestigious performing-arts publication. Wide visual rhythm with meaningful environmental storytelling at both edges, subject remaining the focal point, natural anatomy and hands, seamless spatial continuity, no visible crop boundary, no borders, no collage effect, no duplicated furniture or people, no signage, logos or on-image text." \
width=1392 \
height=752 \
providerSettings.bfl.promptUpsampling=true{
"taskType": "imageInference",
"taskUUID": "84f567b2-3886-4131-8deb-60773d1aa678",
"model": "bfl:4@1",
"positivePrompt": "Create the finished panoramic outpaint of an intimate portrait-oriented documentary photograph, expanding the scene naturally far beyond the original center composition into a 1392x752 landscape editorial image. In the center third, a senior opera costume dyer wearing a dark indigo work apron carefully gathers an enormous pleated sea-green silk cape across a waist-high cutting table. Preserve the feeling of a tightly observed human moment while revealing the full working atelier on both sides. Extend left into a deep stainless-steel dye sink, enamel buckets, clipped fabric swatches, wet turquoise silk and a small cloud of steam caught by window light. Extend right into rolling garment racks holding elaborate unfinished costumes in gradients of celadon, coral and smoky violet, with labeled kraft-paper pattern pieces, spools of thread and brass scissors on a worn oak workbench. The architecture must continue coherently across the entire frame: high old plaster walls, exposed pipes, tall north-facing windows and a scuffed checkerboard linoleum floor with correct perspective. Sophisticated backstage realism, tactile fabric detail, restrained theatrical color, soft overcast daylight mixed with warm practical lamps, subtle 35mm grain, deep but gentle shadows, editorial photography for a prestigious performing-arts publication. Wide visual rhythm with meaningful environmental storytelling at both edges, subject remaining the focal point, natural anatomy and hands, seamless spatial continuity, no visible crop boundary, no borders, no collage effect, no duplicated furniture or people, no signage, logos or on-image text.",
"width": 1392,
"height": 752,
"providerSettings": {
"bfl": {
"promptUpsampling": true
}
}
}{
"taskType": "imageInference",
"taskUUID": "84f567b2-3886-4131-8deb-60773d1aa678",
"imageUUID": "ac346f19-8408-46ce-b2e6-898ac0aab855",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/ac346f19-8408-46ce-b2e6-898ac0aab855.jpg",
"seed": 1597635933,
"cost": 0.08
}Maritime Auction Catalog Portrait

Use the first reference image as the primary source and preserve the antique diving helmet as the exact recognizable subject: retain its silhouette, proportions, three-quarter orientation, circular glass faceplate, brass hardware, dents, seams, verdigris and distinctive copper patina without redesigning, restoring or replacing any component. Remove only its plain studio background and place the helmet naturally on a blackened oak conservation workbench inside the maritime conservation workshop visually guided by the second reference image. Match the second image's deep teal walls, shadowed specimen cabinetry, subtle industrial window structure, warm amber practical light and quiet museum atmosphere, but keep the surroundings understated and softly out of focus so the helmet remains dominant. Create believable contact, weight and a soft grounded shadow beneath the helmet; add restrained warm edge light across the copper while preserving authentic material texture and neutral color accuracy on the object. Premium specialist-auction catalog photography, elegant and documentary rather than theatrical, crisp subject detail, realistic optics, shallow depth of field, no people, no labels, no lettering, no logo. Compose vertically at 880x1184 with the complete helmet centered slightly below mid-frame, generous dark breathing room above, and no cropping of the object.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bfl:4@1',
positivePrompt: 'Use the first reference image as the primary source and preserve the antique diving helmet as the exact recognizable subject: retain its silhouette, proportions, three-quarter orientation, circular glass faceplate, brass hardware, dents, seams, verdigris and distinctive copper patina without redesigning, restoring or replacing any component. Remove only its plain studio background and place the helmet naturally on a blackened oak conservation workbench inside the maritime conservation workshop visually guided by the second reference image. Match the second image\'s deep teal walls, shadowed specimen cabinetry, subtle industrial window structure, warm amber practical light and quiet museum atmosphere, but keep the surroundings understated and softly out of focus so the helmet remains dominant. Create believable contact, weight and a soft grounded shadow beneath the helmet; add restrained warm edge light across the copper while preserving authentic material texture and neutral color accuracy on the object. Premium specialist-auction catalog photography, elegant and documentary rather than theatrical, crisp subject detail, realistic optics, shallow depth of field, no people, no labels, no lettering, no logo. Compose vertically at 880x1184 with the complete helmet centered slightly below mid-frame, generous dark breathing room above, and no cropping of the object.',
width: 880,
height: 1184,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/8f275c98-4023-4d85-bb95-2b7ccdf11ceb.jpg',
'https://assets.runware.ai/assets/inputs/94de3b05-55b1-4aa2-99cb-e0b90c222be9.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": "bfl:4@1",
"positivePrompt": "Use the first reference image as the primary source and preserve the antique diving helmet as the exact recognizable subject: retain its silhouette, proportions, three-quarter orientation, circular glass faceplate, brass hardware, dents, seams, verdigris and distinctive copper patina without redesigning, restoring or replacing any component. Remove only its plain studio background and place the helmet naturally on a blackened oak conservation workbench inside the maritime conservation workshop visually guided by the second reference image. Match the second image's deep teal walls, shadowed specimen cabinetry, subtle industrial window structure, warm amber practical light and quiet museum atmosphere, but keep the surroundings understated and softly out of focus so the helmet remains dominant. Create believable contact, weight and a soft grounded shadow beneath the helmet; add restrained warm edge light across the copper while preserving authentic material texture and neutral color accuracy on the object. Premium specialist-auction catalog photography, elegant and documentary rather than theatrical, crisp subject detail, realistic optics, shallow depth of field, no people, no labels, no lettering, no logo. Compose vertically at 880x1184 with the complete helmet centered slightly below mid-frame, generous dark breathing room above, and no cropping of the object.",
"width": 880,
"height": 1184,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/8f275c98-4023-4d85-bb95-2b7ccdf11ceb.jpg",
"https://assets.runware.ai/assets/inputs/94de3b05-55b1-4aa2-99cb-e0b90c222be9.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": "ba069c5a-b668-4e94-945f-0620cad1c35a",
"model": "bfl:4@1",
"positivePrompt": "Use the first reference image as the primary source and preserve the antique diving helmet as the exact recognizable subject: retain its silhouette, proportions, three-quarter orientation, circular glass faceplate, brass hardware, dents, seams, verdigris and distinctive copper patina without redesigning, restoring or replacing any component. Remove only its plain studio background and place the helmet naturally on a blackened oak conservation workbench inside the maritime conservation workshop visually guided by the second reference image. Match the second image's deep teal walls, shadowed specimen cabinetry, subtle industrial window structure, warm amber practical light and quiet museum atmosphere, but keep the surroundings understated and softly out of focus so the helmet remains dominant. Create believable contact, weight and a soft grounded shadow beneath the helmet; add restrained warm edge light across the copper while preserving authentic material texture and neutral color accuracy on the object. Premium specialist-auction catalog photography, elegant and documentary rather than theatrical, crisp subject detail, realistic optics, shallow depth of field, no people, no labels, no lettering, no logo. Compose vertically at 880x1184 with the complete helmet centered slightly below mid-frame, generous dark breathing room above, and no cropping of the object.",
"width": 880,
"height": 1184,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/8f275c98-4023-4d85-bb95-2b7ccdf11ceb.jpg",
"https://assets.runware.ai/assets/inputs/94de3b05-55b1-4aa2-99cb-e0b90c222be9.jpg"
]
}
}
]'runware run bfl:4@1 \
positivePrompt="Use the first reference image as the primary source and preserve the antique diving helmet as the exact recognizable subject: retain its silhouette, proportions, three-quarter orientation, circular glass faceplate, brass hardware, dents, seams, verdigris and distinctive copper patina without redesigning, restoring or replacing any component. Remove only its plain studio background and place the helmet naturally on a blackened oak conservation workbench inside the maritime conservation workshop visually guided by the second reference image. Match the second image's deep teal walls, shadowed specimen cabinetry, subtle industrial window structure, warm amber practical light and quiet museum atmosphere, but keep the surroundings understated and softly out of focus so the helmet remains dominant. Create believable contact, weight and a soft grounded shadow beneath the helmet; add restrained warm edge light across the copper while preserving authentic material texture and neutral color accuracy on the object. Premium specialist-auction catalog photography, elegant and documentary rather than theatrical, crisp subject detail, realistic optics, shallow depth of field, no people, no labels, no lettering, no logo. Compose vertically at 880x1184 with the complete helmet centered slightly below mid-frame, generous dark breathing room above, and no cropping of the object." \
width=880 \
height=1184 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/8f275c98-4023-4d85-bb95-2b7ccdf11ceb.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/94de3b05-55b1-4aa2-99cb-e0b90c222be9.jpg{
"taskType": "imageInference",
"taskUUID": "ba069c5a-b668-4e94-945f-0620cad1c35a",
"model": "bfl:4@1",
"positivePrompt": "Use the first reference image as the primary source and preserve the antique diving helmet as the exact recognizable subject: retain its silhouette, proportions, three-quarter orientation, circular glass faceplate, brass hardware, dents, seams, verdigris and distinctive copper patina without redesigning, restoring or replacing any component. Remove only its plain studio background and place the helmet naturally on a blackened oak conservation workbench inside the maritime conservation workshop visually guided by the second reference image. Match the second image's deep teal walls, shadowed specimen cabinetry, subtle industrial window structure, warm amber practical light and quiet museum atmosphere, but keep the surroundings understated and softly out of focus so the helmet remains dominant. Create believable contact, weight and a soft grounded shadow beneath the helmet; add restrained warm edge light across the copper while preserving authentic material texture and neutral color accuracy on the object. Premium specialist-auction catalog photography, elegant and documentary rather than theatrical, crisp subject detail, realistic optics, shallow depth of field, no people, no labels, no lettering, no logo. Compose vertically at 880x1184 with the complete helmet centered slightly below mid-frame, generous dark breathing room above, and no cropping of the object.",
"width": 880,
"height": 1184,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/8f275c98-4023-4d85-bb95-2b7ccdf11ceb.jpg",
"https://assets.runware.ai/assets/inputs/94de3b05-55b1-4aa2-99cb-e0b90c222be9.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "ba069c5a-b668-4e94-945f-0620cad1c35a",
"imageUUID": "2282282a-0a4d-4610-a6aa-2c6a877c7c80",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/2282282a-0a4d-4610-a6aa-2c6a877c7c80.jpg",
"seed": 772595244,
"cost": 0.08
}Alpine Observatory Winter Campaign Hero

Edit the first reference image as the primary source. Transform the same observatory from late-summer daylight into a credible deep-winter blue-hour scene for an alpine astrotourism campaign, using the second reference only as guidance for the wintry environment, cobalt-and-rose palette, snow texture and natural twilight lighting. Preserve the exact observatory architecture, proportions, two recognizable telescope domes, corrugated facade, antenna mast, window placement, camera position, perspective, mountain contours and overall composition from the first image. Replace the grass and exposed ground with deep, wind-sculpted snow that accumulates naturally along roof edges, steps and rocks without obscuring important structural details. Relight the building and landscape with soft cold moonlit ambience, long blue shadows and a faint rose glow at the horizon. Add restrained warm interior light through the existing windows and subtle practical light near the entrance, with physically accurate reflections on snow and metal. Keep the atmosphere crisp, remote and inviting rather than dramatic or fantastical. Premium photorealistic architectural and travel photography, fine material detail, realistic exposure, clean portrait framing with generous sky above the domes, no people, no vehicles, no added structures, no aurora, no lettering, no logos.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bfl:4@1',
positivePrompt: 'Edit the first reference image as the primary source. Transform the same observatory from late-summer daylight into a credible deep-winter blue-hour scene for an alpine astrotourism campaign, using the second reference only as guidance for the wintry environment, cobalt-and-rose palette, snow texture and natural twilight lighting. Preserve the exact observatory architecture, proportions, two recognizable telescope domes, corrugated facade, antenna mast, window placement, camera position, perspective, mountain contours and overall composition from the first image. Replace the grass and exposed ground with deep, wind-sculpted snow that accumulates naturally along roof edges, steps and rocks without obscuring important structural details. Relight the building and landscape with soft cold moonlit ambience, long blue shadows and a faint rose glow at the horizon. Add restrained warm interior light through the existing windows and subtle practical light near the entrance, with physically accurate reflections on snow and metal. Keep the atmosphere crisp, remote and inviting rather than dramatic or fantastical. Premium photorealistic architectural and travel photography, fine material detail, realistic exposure, clean portrait framing with generous sky above the domes, no people, no vehicles, no added structures, no aurora, no lettering, no logos.',
width: 880,
height: 1184,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/c273e296-7bf4-4fad-a421-81b9f25241ca.jpg',
'https://assets.runware.ai/assets/inputs/23a2c46d-468f-449d-ad6d-e6769ae35699.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": "bfl:4@1",
"positivePrompt": "Edit the first reference image as the primary source. Transform the same observatory from late-summer daylight into a credible deep-winter blue-hour scene for an alpine astrotourism campaign, using the second reference only as guidance for the wintry environment, cobalt-and-rose palette, snow texture and natural twilight lighting. Preserve the exact observatory architecture, proportions, two recognizable telescope domes, corrugated facade, antenna mast, window placement, camera position, perspective, mountain contours and overall composition from the first image. Replace the grass and exposed ground with deep, wind-sculpted snow that accumulates naturally along roof edges, steps and rocks without obscuring important structural details. Relight the building and landscape with soft cold moonlit ambience, long blue shadows and a faint rose glow at the horizon. Add restrained warm interior light through the existing windows and subtle practical light near the entrance, with physically accurate reflections on snow and metal. Keep the atmosphere crisp, remote and inviting rather than dramatic or fantastical. Premium photorealistic architectural and travel photography, fine material detail, realistic exposure, clean portrait framing with generous sky above the domes, no people, no vehicles, no added structures, no aurora, no lettering, no logos.",
"width": 880,
"height": 1184,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/c273e296-7bf4-4fad-a421-81b9f25241ca.jpg",
"https://assets.runware.ai/assets/inputs/23a2c46d-468f-449d-ad6d-e6769ae35699.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": "a313fc63-ceb8-4391-a93e-3e0e85243895",
"model": "bfl:4@1",
"positivePrompt": "Edit the first reference image as the primary source. Transform the same observatory from late-summer daylight into a credible deep-winter blue-hour scene for an alpine astrotourism campaign, using the second reference only as guidance for the wintry environment, cobalt-and-rose palette, snow texture and natural twilight lighting. Preserve the exact observatory architecture, proportions, two recognizable telescope domes, corrugated facade, antenna mast, window placement, camera position, perspective, mountain contours and overall composition from the first image. Replace the grass and exposed ground with deep, wind-sculpted snow that accumulates naturally along roof edges, steps and rocks without obscuring important structural details. Relight the building and landscape with soft cold moonlit ambience, long blue shadows and a faint rose glow at the horizon. Add restrained warm interior light through the existing windows and subtle practical light near the entrance, with physically accurate reflections on snow and metal. Keep the atmosphere crisp, remote and inviting rather than dramatic or fantastical. Premium photorealistic architectural and travel photography, fine material detail, realistic exposure, clean portrait framing with generous sky above the domes, no people, no vehicles, no added structures, no aurora, no lettering, no logos.",
"width": 880,
"height": 1184,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/c273e296-7bf4-4fad-a421-81b9f25241ca.jpg",
"https://assets.runware.ai/assets/inputs/23a2c46d-468f-449d-ad6d-e6769ae35699.jpg"
]
}
}
]'runware run bfl:4@1 \
positivePrompt="Edit the first reference image as the primary source. Transform the same observatory from late-summer daylight into a credible deep-winter blue-hour scene for an alpine astrotourism campaign, using the second reference only as guidance for the wintry environment, cobalt-and-rose palette, snow texture and natural twilight lighting. Preserve the exact observatory architecture, proportions, two recognizable telescope domes, corrugated facade, antenna mast, window placement, camera position, perspective, mountain contours and overall composition from the first image. Replace the grass and exposed ground with deep, wind-sculpted snow that accumulates naturally along roof edges, steps and rocks without obscuring important structural details. Relight the building and landscape with soft cold moonlit ambience, long blue shadows and a faint rose glow at the horizon. Add restrained warm interior light through the existing windows and subtle practical light near the entrance, with physically accurate reflections on snow and metal. Keep the atmosphere crisp, remote and inviting rather than dramatic or fantastical. Premium photorealistic architectural and travel photography, fine material detail, realistic exposure, clean portrait framing with generous sky above the domes, no people, no vehicles, no added structures, no aurora, no lettering, no logos." \
width=880 \
height=1184 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/c273e296-7bf4-4fad-a421-81b9f25241ca.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/23a2c46d-468f-449d-ad6d-e6769ae35699.jpg{
"taskType": "imageInference",
"taskUUID": "a313fc63-ceb8-4391-a93e-3e0e85243895",
"model": "bfl:4@1",
"positivePrompt": "Edit the first reference image as the primary source. Transform the same observatory from late-summer daylight into a credible deep-winter blue-hour scene for an alpine astrotourism campaign, using the second reference only as guidance for the wintry environment, cobalt-and-rose palette, snow texture and natural twilight lighting. Preserve the exact observatory architecture, proportions, two recognizable telescope domes, corrugated facade, antenna mast, window placement, camera position, perspective, mountain contours and overall composition from the first image. Replace the grass and exposed ground with deep, wind-sculpted snow that accumulates naturally along roof edges, steps and rocks without obscuring important structural details. Relight the building and landscape with soft cold moonlit ambience, long blue shadows and a faint rose glow at the horizon. Add restrained warm interior light through the existing windows and subtle practical light near the entrance, with physically accurate reflections on snow and metal. Keep the atmosphere crisp, remote and inviting rather than dramatic or fantastical. Premium photorealistic architectural and travel photography, fine material detail, realistic exposure, clean portrait framing with generous sky above the domes, no people, no vehicles, no added structures, no aurora, no lettering, no logos.",
"width": 880,
"height": 1184,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/c273e296-7bf4-4fad-a421-81b9f25241ca.jpg",
"https://assets.runware.ai/assets/inputs/23a2c46d-468f-449d-ad6d-e6769ae35699.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "a313fc63-ceb8-4391-a93e-3e0e85243895",
"imageUUID": "a1f3645c-25fe-439f-b0f4-defad1f3fb36",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/a1f3645c-25fe-439f-b0f4-defad1f3fb36.jpg",
"seed": 116498876,
"cost": 0.08
}Windblown Desert Cinema Marquee

Reimagine the reference image as a meticulously restored mid-century desert cinema at blue hour, viewed from the front in a wide cinematic composition. Keep the building layout and perspective from the reference, but transform the scene into a polished contemporary editorial photograph. The marquee displays sharp, perfectly legible premium typography reading: STAR DUNE CINEMA and beneath it TONIGHT: SILENT COMET. Warm incandescent bulbs glow around the sign, casting elegant highlights across smooth stucco and brushed metal trim. Add a few parked vintage-inspired cars, drifting sand ribbons across the asphalt, tall dry grasses at the edges, glowing ticket window, subtle neon accents in amber and turquoise, distant mesas silhouetted against a dramatic violet-to-copper sky. Highly detailed textures, realistic reflections, clean composition, strong local edits, precise signage, commercial-grade finish.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bfl:4@1',
positivePrompt: 'Reimagine the reference image as a meticulously restored mid-century desert cinema at blue hour, viewed from the front in a wide cinematic composition. Keep the building layout and perspective from the reference, but transform the scene into a polished contemporary editorial photograph. The marquee displays sharp, perfectly legible premium typography reading: STAR DUNE CINEMA and beneath it TONIGHT: SILENT COMET. Warm incandescent bulbs glow around the sign, casting elegant highlights across smooth stucco and brushed metal trim. Add a few parked vintage-inspired cars, drifting sand ribbons across the asphalt, tall dry grasses at the edges, glowing ticket window, subtle neon accents in amber and turquoise, distant mesas silhouetted against a dramatic violet-to-copper sky. Highly detailed textures, realistic reflections, clean composition, strong local edits, precise signage, commercial-grade finish.',
width: 1568,
height: 672,
seed: 78011,
providerSettings: {
bfl: {
promptUpsampling: true,
safetyTolerance: 2
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/723d7e79-17bf-444a-9825-62d9b99e75d1.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": "bfl:4@1",
"positivePrompt": "Reimagine the reference image as a meticulously restored mid-century desert cinema at blue hour, viewed from the front in a wide cinematic composition. Keep the building layout and perspective from the reference, but transform the scene into a polished contemporary editorial photograph. The marquee displays sharp, perfectly legible premium typography reading: STAR DUNE CINEMA and beneath it TONIGHT: SILENT COMET. Warm incandescent bulbs glow around the sign, casting elegant highlights across smooth stucco and brushed metal trim. Add a few parked vintage-inspired cars, drifting sand ribbons across the asphalt, tall dry grasses at the edges, glowing ticket window, subtle neon accents in amber and turquoise, distant mesas silhouetted against a dramatic violet-to-copper sky. Highly detailed textures, realistic reflections, clean composition, strong local edits, precise signage, commercial-grade finish.",
"width": 1568,
"height": 672,
"seed": 78011,
"providerSettings": {
"bfl": {
"promptUpsampling": True,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/723d7e79-17bf-444a-9825-62d9b99e75d1.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": "9d4d5b7b-3e05-4471-9c0f-4c9caa0091a5",
"model": "bfl:4@1",
"positivePrompt": "Reimagine the reference image as a meticulously restored mid-century desert cinema at blue hour, viewed from the front in a wide cinematic composition. Keep the building layout and perspective from the reference, but transform the scene into a polished contemporary editorial photograph. The marquee displays sharp, perfectly legible premium typography reading: STAR DUNE CINEMA and beneath it TONIGHT: SILENT COMET. Warm incandescent bulbs glow around the sign, casting elegant highlights across smooth stucco and brushed metal trim. Add a few parked vintage-inspired cars, drifting sand ribbons across the asphalt, tall dry grasses at the edges, glowing ticket window, subtle neon accents in amber and turquoise, distant mesas silhouetted against a dramatic violet-to-copper sky. Highly detailed textures, realistic reflections, clean composition, strong local edits, precise signage, commercial-grade finish.",
"width": 1568,
"height": 672,
"seed": 78011,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/723d7e79-17bf-444a-9825-62d9b99e75d1.jpg"
]
}
}
]'runware run bfl:4@1 \
positivePrompt="Reimagine the reference image as a meticulously restored mid-century desert cinema at blue hour, viewed from the front in a wide cinematic composition. Keep the building layout and perspective from the reference, but transform the scene into a polished contemporary editorial photograph. The marquee displays sharp, perfectly legible premium typography reading: STAR DUNE CINEMA and beneath it TONIGHT: SILENT COMET. Warm incandescent bulbs glow around the sign, casting elegant highlights across smooth stucco and brushed metal trim. Add a few parked vintage-inspired cars, drifting sand ribbons across the asphalt, tall dry grasses at the edges, glowing ticket window, subtle neon accents in amber and turquoise, distant mesas silhouetted against a dramatic violet-to-copper sky. Highly detailed textures, realistic reflections, clean composition, strong local edits, precise signage, commercial-grade finish." \
width=1568 \
height=672 \
seed=78011 \
providerSettings.bfl.promptUpsampling=true \
providerSettings.bfl.safetyTolerance=2 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/723d7e79-17bf-444a-9825-62d9b99e75d1.jpg{
"taskType": "imageInference",
"taskUUID": "9d4d5b7b-3e05-4471-9c0f-4c9caa0091a5",
"model": "bfl:4@1",
"positivePrompt": "Reimagine the reference image as a meticulously restored mid-century desert cinema at blue hour, viewed from the front in a wide cinematic composition. Keep the building layout and perspective from the reference, but transform the scene into a polished contemporary editorial photograph. The marquee displays sharp, perfectly legible premium typography reading: STAR DUNE CINEMA and beneath it TONIGHT: SILENT COMET. Warm incandescent bulbs glow around the sign, casting elegant highlights across smooth stucco and brushed metal trim. Add a few parked vintage-inspired cars, drifting sand ribbons across the asphalt, tall dry grasses at the edges, glowing ticket window, subtle neon accents in amber and turquoise, distant mesas silhouetted against a dramatic violet-to-copper sky. Highly detailed textures, realistic reflections, clean composition, strong local edits, precise signage, commercial-grade finish.",
"width": 1568,
"height": 672,
"seed": 78011,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/723d7e79-17bf-444a-9825-62d9b99e75d1.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "9d4d5b7b-3e05-4471-9c0f-4c9caa0091a5",
"imageUUID": "1a4463cd-a948-4e18-b326-7095b4471e05",
"imageURL": "https://im.runware.ai/image/os/a20d05/ws/2/ii/1a4463cd-a948-4e18-b326-7095b4471e05.jpg",
"seed": 78011,
"cost": 0.08
}Submerged Metro Signage Atrium

Transform the reference transit atrium into a partially submerged futuristic evacuation hub inside a coastal megacity. Keep the architectural layout, escalators, gates, and sign placements aligned to the reference, but fill the lower level with clear shallow seawater and scattered floating emergency markers. Replace standard wayfinding with premium typography signage in bold sans-serif, featuring multilingual arrows, district names, platform codes, and emergency routes. Add suspended orange rescue rings, waterproof digital information panels, reflective puddles on upper walkways, weathered concrete, brushed steel, and pale cyan guidance strips embedded in the floor. Atmosphere tense but orderly, documentary realism, sharp local detail, clean text rendering, cinematic wide composition, natural color separation, high-end commercial visual design.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bfl:4@1',
positivePrompt: 'Transform the reference transit atrium into a partially submerged futuristic evacuation hub inside a coastal megacity. Keep the architectural layout, escalators, gates, and sign placements aligned to the reference, but fill the lower level with clear shallow seawater and scattered floating emergency markers. Replace standard wayfinding with premium typography signage in bold sans-serif, featuring multilingual arrows, district names, platform codes, and emergency routes. Add suspended orange rescue rings, waterproof digital information panels, reflective puddles on upper walkways, weathered concrete, brushed steel, and pale cyan guidance strips embedded in the floor. Atmosphere tense but orderly, documentary realism, sharp local detail, clean text rendering, cinematic wide composition, natural color separation, high-end commercial visual design.',
width: 1392,
height: 752,
seed: 91494,
providerSettings: {
bfl: {
promptUpsampling: true,
safetyTolerance: 2
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/3d99a736-4975-436b-872c-a15cfbaae103.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": "bfl:4@1",
"positivePrompt": "Transform the reference transit atrium into a partially submerged futuristic evacuation hub inside a coastal megacity. Keep the architectural layout, escalators, gates, and sign placements aligned to the reference, but fill the lower level with clear shallow seawater and scattered floating emergency markers. Replace standard wayfinding with premium typography signage in bold sans-serif, featuring multilingual arrows, district names, platform codes, and emergency routes. Add suspended orange rescue rings, waterproof digital information panels, reflective puddles on upper walkways, weathered concrete, brushed steel, and pale cyan guidance strips embedded in the floor. Atmosphere tense but orderly, documentary realism, sharp local detail, clean text rendering, cinematic wide composition, natural color separation, high-end commercial visual design.",
"width": 1392,
"height": 752,
"seed": 91494,
"providerSettings": {
"bfl": {
"promptUpsampling": True,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/3d99a736-4975-436b-872c-a15cfbaae103.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": "20fda6c1-585e-4deb-ac1c-81bfc8acd15d",
"model": "bfl:4@1",
"positivePrompt": "Transform the reference transit atrium into a partially submerged futuristic evacuation hub inside a coastal megacity. Keep the architectural layout, escalators, gates, and sign placements aligned to the reference, but fill the lower level with clear shallow seawater and scattered floating emergency markers. Replace standard wayfinding with premium typography signage in bold sans-serif, featuring multilingual arrows, district names, platform codes, and emergency routes. Add suspended orange rescue rings, waterproof digital information panels, reflective puddles on upper walkways, weathered concrete, brushed steel, and pale cyan guidance strips embedded in the floor. Atmosphere tense but orderly, documentary realism, sharp local detail, clean text rendering, cinematic wide composition, natural color separation, high-end commercial visual design.",
"width": 1392,
"height": 752,
"seed": 91494,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/3d99a736-4975-436b-872c-a15cfbaae103.jpg"
]
}
}
]'runware run bfl:4@1 \
positivePrompt="Transform the reference transit atrium into a partially submerged futuristic evacuation hub inside a coastal megacity. Keep the architectural layout, escalators, gates, and sign placements aligned to the reference, but fill the lower level with clear shallow seawater and scattered floating emergency markers. Replace standard wayfinding with premium typography signage in bold sans-serif, featuring multilingual arrows, district names, platform codes, and emergency routes. Add suspended orange rescue rings, waterproof digital information panels, reflective puddles on upper walkways, weathered concrete, brushed steel, and pale cyan guidance strips embedded in the floor. Atmosphere tense but orderly, documentary realism, sharp local detail, clean text rendering, cinematic wide composition, natural color separation, high-end commercial visual design." \
width=1392 \
height=752 \
seed=91494 \
providerSettings.bfl.promptUpsampling=true \
providerSettings.bfl.safetyTolerance=2 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/3d99a736-4975-436b-872c-a15cfbaae103.jpg{
"taskType": "imageInference",
"taskUUID": "20fda6c1-585e-4deb-ac1c-81bfc8acd15d",
"model": "bfl:4@1",
"positivePrompt": "Transform the reference transit atrium into a partially submerged futuristic evacuation hub inside a coastal megacity. Keep the architectural layout, escalators, gates, and sign placements aligned to the reference, but fill the lower level with clear shallow seawater and scattered floating emergency markers. Replace standard wayfinding with premium typography signage in bold sans-serif, featuring multilingual arrows, district names, platform codes, and emergency routes. Add suspended orange rescue rings, waterproof digital information panels, reflective puddles on upper walkways, weathered concrete, brushed steel, and pale cyan guidance strips embedded in the floor. Atmosphere tense but orderly, documentary realism, sharp local detail, clean text rendering, cinematic wide composition, natural color separation, high-end commercial visual design.",
"width": 1392,
"height": 752,
"seed": 91494,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/3d99a736-4975-436b-872c-a15cfbaae103.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "20fda6c1-585e-4deb-ac1c-81bfc8acd15d",
"imageUUID": "187382dc-df3c-44e1-b5b3-f3f027acf4f8",
"imageURL": "https://im.runware.ai/image/os/a15d18/ws/2/ii/187382dc-df3c-44e1-b5b3-f3f027acf4f8.jpg",
"seed": 91494,
"cost": 0.08
}Wayfinding Mural Transit Concourse

Edit the provided transit concourse image into a premium branded wayfinding scene. Replace the blank wall with a large-scale graphic mural in deep cobalt, burnt orange, cream, and charcoal. Add crisp typographic signage integrated into the wall design with highly legible text that reads: 'NORTHBOUND PLATFORM', 'RIVER DISTRICT EXIT', 'LINE B', and 'TICKETS'. Use a refined sans serif typeface with flawless kerning, consistent hierarchy, and realistic placement following wall perspective. Include directional arrows, a simple network stripe motif, and subtle modular iconography. Preserve the existing architecture, floor reflections, lighting direction, camera angle, and overall realism. The result should feel like a high-end public space branding mockup, sharp, polished, contemporary, and production-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: 'bfl:4@1',
positivePrompt: 'Edit the provided transit concourse image into a premium branded wayfinding scene. Replace the blank wall with a large-scale graphic mural in deep cobalt, burnt orange, cream, and charcoal. Add crisp typographic signage integrated into the wall design with highly legible text that reads: \'NORTHBOUND PLATFORM\', \'RIVER DISTRICT EXIT\', \'LINE B\', and \'TICKETS\'. Use a refined sans serif typeface with flawless kerning, consistent hierarchy, and realistic placement following wall perspective. Include directional arrows, a simple network stripe motif, and subtle modular iconography. Preserve the existing architecture, floor reflections, lighting direction, camera angle, and overall realism. The result should feel like a high-end public space branding mockup, sharp, polished, contemporary, and production-ready.',
width: 1568,
height: 672,
seed: 32611,
providerSettings: {
bfl: {
promptUpsampling: true,
safetyTolerance: 2
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/7b5f5209-e187-471f-ace0-66a082cfe4fc.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": "bfl:4@1",
"positivePrompt": "Edit the provided transit concourse image into a premium branded wayfinding scene. Replace the blank wall with a large-scale graphic mural in deep cobalt, burnt orange, cream, and charcoal. Add crisp typographic signage integrated into the wall design with highly legible text that reads: 'NORTHBOUND PLATFORM', 'RIVER DISTRICT EXIT', 'LINE B', and 'TICKETS'. Use a refined sans serif typeface with flawless kerning, consistent hierarchy, and realistic placement following wall perspective. Include directional arrows, a simple network stripe motif, and subtle modular iconography. Preserve the existing architecture, floor reflections, lighting direction, camera angle, and overall realism. The result should feel like a high-end public space branding mockup, sharp, polished, contemporary, and production-ready.",
"width": 1568,
"height": 672,
"seed": 32611,
"providerSettings": {
"bfl": {
"promptUpsampling": True,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/7b5f5209-e187-471f-ace0-66a082cfe4fc.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": "5e83175c-2c9f-456f-9f78-7a43a4b4bdd4",
"model": "bfl:4@1",
"positivePrompt": "Edit the provided transit concourse image into a premium branded wayfinding scene. Replace the blank wall with a large-scale graphic mural in deep cobalt, burnt orange, cream, and charcoal. Add crisp typographic signage integrated into the wall design with highly legible text that reads: 'NORTHBOUND PLATFORM', 'RIVER DISTRICT EXIT', 'LINE B', and 'TICKETS'. Use a refined sans serif typeface with flawless kerning, consistent hierarchy, and realistic placement following wall perspective. Include directional arrows, a simple network stripe motif, and subtle modular iconography. Preserve the existing architecture, floor reflections, lighting direction, camera angle, and overall realism. The result should feel like a high-end public space branding mockup, sharp, polished, contemporary, and production-ready.",
"width": 1568,
"height": 672,
"seed": 32611,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/7b5f5209-e187-471f-ace0-66a082cfe4fc.jpg"
]
}
}
]'runware run bfl:4@1 \
positivePrompt="Edit the provided transit concourse image into a premium branded wayfinding scene. Replace the blank wall with a large-scale graphic mural in deep cobalt, burnt orange, cream, and charcoal. Add crisp typographic signage integrated into the wall design with highly legible text that reads: 'NORTHBOUND PLATFORM', 'RIVER DISTRICT EXIT', 'LINE B', and 'TICKETS'. Use a refined sans serif typeface with flawless kerning, consistent hierarchy, and realistic placement following wall perspective. Include directional arrows, a simple network stripe motif, and subtle modular iconography. Preserve the existing architecture, floor reflections, lighting direction, camera angle, and overall realism. The result should feel like a high-end public space branding mockup, sharp, polished, contemporary, and production-ready." \
width=1568 \
height=672 \
seed=32611 \
providerSettings.bfl.promptUpsampling=true \
providerSettings.bfl.safetyTolerance=2 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/7b5f5209-e187-471f-ace0-66a082cfe4fc.jpg{
"taskType": "imageInference",
"taskUUID": "5e83175c-2c9f-456f-9f78-7a43a4b4bdd4",
"model": "bfl:4@1",
"positivePrompt": "Edit the provided transit concourse image into a premium branded wayfinding scene. Replace the blank wall with a large-scale graphic mural in deep cobalt, burnt orange, cream, and charcoal. Add crisp typographic signage integrated into the wall design with highly legible text that reads: 'NORTHBOUND PLATFORM', 'RIVER DISTRICT EXIT', 'LINE B', and 'TICKETS'. Use a refined sans serif typeface with flawless kerning, consistent hierarchy, and realistic placement following wall perspective. Include directional arrows, a simple network stripe motif, and subtle modular iconography. Preserve the existing architecture, floor reflections, lighting direction, camera angle, and overall realism. The result should feel like a high-end public space branding mockup, sharp, polished, contemporary, and production-ready.",
"width": 1568,
"height": 672,
"seed": 32611,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/7b5f5209-e187-471f-ace0-66a082cfe4fc.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "5e83175c-2c9f-456f-9f78-7a43a4b4bdd4",
"imageUUID": "2bd7f59b-6607-4016-bdbd-104e53a94d55",
"imageURL": "https://im.runware.ai/image/os/a12d13/ws/2/ii/2bd7f59b-6607-4016-bdbd-104e53a94d55.jpg",
"seed": 32611,
"cost": 0.08
}Futurist Museum Identity Wall

Transform the references into a high-end futuristic museum entrance interior, preserving the architectural layout from the first image while applying the visual identity cues from the second. Feature a sweeping feature wall with large, elegant typography reading AETHER HALL, directional signage, inset illuminated lettering, refined cobalt and ivory graphic bands, brushed aluminum accents, polished concrete, subtle reflections, sparse sculptural seating, and a premium cultural-institution aesthetic. Sharp text rendering, believable scale, clean composition, editorial architectural photography style, quiet sophisticated mood, highly detailed surfaces, no people.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bfl:4@1',
positivePrompt: 'Transform the references into a high-end futuristic museum entrance interior, preserving the architectural layout from the first image while applying the visual identity cues from the second. Feature a sweeping feature wall with large, elegant typography reading AETHER HALL, directional signage, inset illuminated lettering, refined cobalt and ivory graphic bands, brushed aluminum accents, polished concrete, subtle reflections, sparse sculptural seating, and a premium cultural-institution aesthetic. Sharp text rendering, believable scale, clean composition, editorial architectural photography style, quiet sophisticated mood, highly detailed surfaces, no people.',
width: 1248,
height: 832,
seed: 47275,
providerSettings: {
bfl: {
promptUpsampling: true,
safetyTolerance: 2
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/e832f395-35fe-4bee-b8e8-a74ddb0fe57e.jpg',
'https://assets.runware.ai/assets/inputs/686273c3-d498-4396-ab48-99af21a1ff52.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": "bfl:4@1",
"positivePrompt": "Transform the references into a high-end futuristic museum entrance interior, preserving the architectural layout from the first image while applying the visual identity cues from the second. Feature a sweeping feature wall with large, elegant typography reading AETHER HALL, directional signage, inset illuminated lettering, refined cobalt and ivory graphic bands, brushed aluminum accents, polished concrete, subtle reflections, sparse sculptural seating, and a premium cultural-institution aesthetic. Sharp text rendering, believable scale, clean composition, editorial architectural photography style, quiet sophisticated mood, highly detailed surfaces, no people.",
"width": 1248,
"height": 832,
"seed": 47275,
"providerSettings": {
"bfl": {
"promptUpsampling": True,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e832f395-35fe-4bee-b8e8-a74ddb0fe57e.jpg",
"https://assets.runware.ai/assets/inputs/686273c3-d498-4396-ab48-99af21a1ff52.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": "9061f948-9ca3-4d47-b4ca-229b29b90364",
"model": "bfl:4@1",
"positivePrompt": "Transform the references into a high-end futuristic museum entrance interior, preserving the architectural layout from the first image while applying the visual identity cues from the second. Feature a sweeping feature wall with large, elegant typography reading AETHER HALL, directional signage, inset illuminated lettering, refined cobalt and ivory graphic bands, brushed aluminum accents, polished concrete, subtle reflections, sparse sculptural seating, and a premium cultural-institution aesthetic. Sharp text rendering, believable scale, clean composition, editorial architectural photography style, quiet sophisticated mood, highly detailed surfaces, no people.",
"width": 1248,
"height": 832,
"seed": 47275,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e832f395-35fe-4bee-b8e8-a74ddb0fe57e.jpg",
"https://assets.runware.ai/assets/inputs/686273c3-d498-4396-ab48-99af21a1ff52.jpg"
]
}
}
]'runware run bfl:4@1 \
positivePrompt="Transform the references into a high-end futuristic museum entrance interior, preserving the architectural layout from the first image while applying the visual identity cues from the second. Feature a sweeping feature wall with large, elegant typography reading AETHER HALL, directional signage, inset illuminated lettering, refined cobalt and ivory graphic bands, brushed aluminum accents, polished concrete, subtle reflections, sparse sculptural seating, and a premium cultural-institution aesthetic. Sharp text rendering, believable scale, clean composition, editorial architectural photography style, quiet sophisticated mood, highly detailed surfaces, no people." \
width=1248 \
height=832 \
seed=47275 \
providerSettings.bfl.promptUpsampling=true \
providerSettings.bfl.safetyTolerance=2 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/e832f395-35fe-4bee-b8e8-a74ddb0fe57e.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/686273c3-d498-4396-ab48-99af21a1ff52.jpg{
"taskType": "imageInference",
"taskUUID": "9061f948-9ca3-4d47-b4ca-229b29b90364",
"model": "bfl:4@1",
"positivePrompt": "Transform the references into a high-end futuristic museum entrance interior, preserving the architectural layout from the first image while applying the visual identity cues from the second. Feature a sweeping feature wall with large, elegant typography reading AETHER HALL, directional signage, inset illuminated lettering, refined cobalt and ivory graphic bands, brushed aluminum accents, polished concrete, subtle reflections, sparse sculptural seating, and a premium cultural-institution aesthetic. Sharp text rendering, believable scale, clean composition, editorial architectural photography style, quiet sophisticated mood, highly detailed surfaces, no people.",
"width": 1248,
"height": 832,
"seed": 47275,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e832f395-35fe-4bee-b8e8-a74ddb0fe57e.jpg",
"https://assets.runware.ai/assets/inputs/686273c3-d498-4396-ab48-99af21a1ff52.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "9061f948-9ca3-4d47-b4ca-229b29b90364",
"imageUUID": "7a29c647-2997-4d9f-8f18-15887eb9a322",
"imageURL": "https://im.runware.ai/image/os/a17d13/ws/2/ii/7a29c647-2997-4d9f-8f18-15887eb9a322.jpg",
"seed": 47275,
"cost": 0.08
}