FLUX.2 [pro]

FLUX.2 [pro] is a flow-matching latent transformer for precise text-to-image synthesis and reference-guided editing. It supports multi image references, 4MP outputs, and Mistral-based text conditioning for controllable composition and robust iterative edits that preserve structure.
![FLUX.2 [pro]](https://assets.runware.ai/covers/bfl-flux-2-pro.jpg)
Complete technical specification for integration
Ready-to-use code snippets for common workflows
Aircraft Deicing Operations Blog Hero

Visually striking editorial photograph for an aviation operations blog hero: an airport deicing technician in a bright safety-orange insulated suit operating from an elevated boom basket at night, spraying a powerful arc of pale mint-green deicing fluid across the frost-covered wing of a large passenger aircraft. Fine snow blows sideways through the floodlights, the wet aluminum skin gleams with reflections, and mist blooms around the wing like illuminated vapor. Compose the worker and basket prominently in the right third, with the aircraft wing creating a strong diagonal toward the lower left and clean dark-blue negative space in the upper left for an editorial headline added later. Low three-quarter viewpoint from the tarmac, readable silhouette at thumbnail size, crisp documentary realism, dramatic cobalt-blue night atmosphere, amber ramp lights, orange workwear and mint spray, subtle film grain, high detail, urgent but professional mood. No visible airline branding, logos, lettering, watermark, border, interface 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:5@1',
positivePrompt: 'Visually striking editorial photograph for an aviation operations blog hero: an airport deicing technician in a bright safety-orange insulated suit operating from an elevated boom basket at night, spraying a powerful arc of pale mint-green deicing fluid across the frost-covered wing of a large passenger aircraft. Fine snow blows sideways through the floodlights, the wet aluminum skin gleams with reflections, and mist blooms around the wing like illuminated vapor. Compose the worker and basket prominently in the right third, with the aircraft wing creating a strong diagonal toward the lower left and clean dark-blue negative space in the upper left for an editorial headline added later. Low three-quarter viewpoint from the tarmac, readable silhouette at thumbnail size, crisp documentary realism, dramatic cobalt-blue night atmosphere, amber ramp lights, orange workwear and mint spray, subtle film grain, high detail, urgent but professional mood. No visible airline branding, logos, lettering, watermark, border, interface or on-image text.',
width: 1536,
height: 1024
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "bfl:5@1",
"positivePrompt": "Visually striking editorial photograph for an aviation operations blog hero: an airport deicing technician in a bright safety-orange insulated suit operating from an elevated boom basket at night, spraying a powerful arc of pale mint-green deicing fluid across the frost-covered wing of a large passenger aircraft. Fine snow blows sideways through the floodlights, the wet aluminum skin gleams with reflections, and mist blooms around the wing like illuminated vapor. Compose the worker and basket prominently in the right third, with the aircraft wing creating a strong diagonal toward the lower left and clean dark-blue negative space in the upper left for an editorial headline added later. Low three-quarter viewpoint from the tarmac, readable silhouette at thumbnail size, crisp documentary realism, dramatic cobalt-blue night atmosphere, amber ramp lights, orange workwear and mint spray, subtle film grain, high detail, urgent but professional mood. No visible airline branding, logos, lettering, watermark, border, interface or on-image text.",
"width": 1536,
"height": 1024
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "c9a92046-9c0f-4cf2-8e24-9156602ed002",
"model": "bfl:5@1",
"positivePrompt": "Visually striking editorial photograph for an aviation operations blog hero: an airport deicing technician in a bright safety-orange insulated suit operating from an elevated boom basket at night, spraying a powerful arc of pale mint-green deicing fluid across the frost-covered wing of a large passenger aircraft. Fine snow blows sideways through the floodlights, the wet aluminum skin gleams with reflections, and mist blooms around the wing like illuminated vapor. Compose the worker and basket prominently in the right third, with the aircraft wing creating a strong diagonal toward the lower left and clean dark-blue negative space in the upper left for an editorial headline added later. Low three-quarter viewpoint from the tarmac, readable silhouette at thumbnail size, crisp documentary realism, dramatic cobalt-blue night atmosphere, amber ramp lights, orange workwear and mint spray, subtle film grain, high detail, urgent but professional mood. No visible airline branding, logos, lettering, watermark, border, interface or on-image text.",
"width": 1536,
"height": 1024
}
]'runware run bfl:5@1 \
positivePrompt="Visually striking editorial photograph for an aviation operations blog hero: an airport deicing technician in a bright safety-orange insulated suit operating from an elevated boom basket at night, spraying a powerful arc of pale mint-green deicing fluid across the frost-covered wing of a large passenger aircraft. Fine snow blows sideways through the floodlights, the wet aluminum skin gleams with reflections, and mist blooms around the wing like illuminated vapor. Compose the worker and basket prominently in the right third, with the aircraft wing creating a strong diagonal toward the lower left and clean dark-blue negative space in the upper left for an editorial headline added later. Low three-quarter viewpoint from the tarmac, readable silhouette at thumbnail size, crisp documentary realism, dramatic cobalt-blue night atmosphere, amber ramp lights, orange workwear and mint spray, subtle film grain, high detail, urgent but professional mood. No visible airline branding, logos, lettering, watermark, border, interface or on-image text." \
width=1536 \
height=1024{
"taskType": "imageInference",
"taskUUID": "c9a92046-9c0f-4cf2-8e24-9156602ed002",
"model": "bfl:5@1",
"positivePrompt": "Visually striking editorial photograph for an aviation operations blog hero: an airport deicing technician in a bright safety-orange insulated suit operating from an elevated boom basket at night, spraying a powerful arc of pale mint-green deicing fluid across the frost-covered wing of a large passenger aircraft. Fine snow blows sideways through the floodlights, the wet aluminum skin gleams with reflections, and mist blooms around the wing like illuminated vapor. Compose the worker and basket prominently in the right third, with the aircraft wing creating a strong diagonal toward the lower left and clean dark-blue negative space in the upper left for an editorial headline added later. Low three-quarter viewpoint from the tarmac, readable silhouette at thumbnail size, crisp documentary realism, dramatic cobalt-blue night atmosphere, amber ramp lights, orange workwear and mint spray, subtle film grain, high detail, urgent but professional mood. No visible airline branding, logos, lettering, watermark, border, interface or on-image text.",
"width": 1536,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "c9a92046-9c0f-4cf2-8e24-9156602ed002",
"imageUUID": "42350dc1-c297-4a5f-821f-0bd211ad32f5",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/42350dc1-c297-4a5f-821f-0bd211ad32f5.jpg",
"seed": 494084276,
"cost": 0.045
}Radio Telescope Farewell Invitation

Create a finished landscape event invitation, edge-to-edge artwork rather than a photographed card or mockup. Subject: a monumental radio telescope at a high-desert observatory during its final sunset, the parabolic dish tilted toward the sky and occupying the right two-thirds of the composition. Art direction combines a precise cyanotype engineering diagram with sophisticated two-color letterpress: deep ultramarine field, chalk-white technical linework, and one vivid safety-orange sun touching the horizon. Fine antenna schematics, calibration marks, and restrained star-chart dots form an elegant border. Subtle paper grain and slightly imperfect ink registration add tactile character without reducing legibility. Quiet, ceremonial, intelligent mood; crisp twilight rim lighting on the dish; generous negative space on the left for typography. Set the following text exactly, with flawless spelling and a clear modernist hierarchy: “LAST LIGHT” as the large headline, then “A FAREWELL UNDER THE STARS”, then “CELEBRATING 40 YEARS OF ARRAY 7”, followed by “18 OCTOBER 2026 · 6:30 PM” and “MESA MERIDIAN OBSERVATORY”. Add the small closing line “DINNER · STORIES · FINAL SKY SCAN”. Use condensed uppercase sans-serif lettering with wide tracking, clean alignment, and excellent readability. No extra words, no logos, no people, no envelopes, no table surface, no frame, no UI.
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:5@1',
positivePrompt: 'Create a finished landscape event invitation, edge-to-edge artwork rather than a photographed card or mockup. Subject: a monumental radio telescope at a high-desert observatory during its final sunset, the parabolic dish tilted toward the sky and occupying the right two-thirds of the composition. Art direction combines a precise cyanotype engineering diagram with sophisticated two-color letterpress: deep ultramarine field, chalk-white technical linework, and one vivid safety-orange sun touching the horizon. Fine antenna schematics, calibration marks, and restrained star-chart dots form an elegant border. Subtle paper grain and slightly imperfect ink registration add tactile character without reducing legibility. Quiet, ceremonial, intelligent mood; crisp twilight rim lighting on the dish; generous negative space on the left for typography. Set the following text exactly, with flawless spelling and a clear modernist hierarchy: “LAST LIGHT” as the large headline, then “A FAREWELL UNDER THE STARS”, then “CELEBRATING 40 YEARS OF ARRAY 7”, followed by “18 OCTOBER 2026 · 6:30 PM” and “MESA MERIDIAN OBSERVATORY”. Add the small closing line “DINNER · STORIES · FINAL SKY SCAN”. Use condensed uppercase sans-serif lettering with wide tracking, clean alignment, and excellent readability. No extra words, no logos, no people, no envelopes, no table surface, no frame, no UI.',
width: 1536,
height: 1024
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "bfl:5@1",
"positivePrompt": "Create a finished landscape event invitation, edge-to-edge artwork rather than a photographed card or mockup. Subject: a monumental radio telescope at a high-desert observatory during its final sunset, the parabolic dish tilted toward the sky and occupying the right two-thirds of the composition. Art direction combines a precise cyanotype engineering diagram with sophisticated two-color letterpress: deep ultramarine field, chalk-white technical linework, and one vivid safety-orange sun touching the horizon. Fine antenna schematics, calibration marks, and restrained star-chart dots form an elegant border. Subtle paper grain and slightly imperfect ink registration add tactile character without reducing legibility. Quiet, ceremonial, intelligent mood; crisp twilight rim lighting on the dish; generous negative space on the left for typography. Set the following text exactly, with flawless spelling and a clear modernist hierarchy: “LAST LIGHT” as the large headline, then “A FAREWELL UNDER THE STARS”, then “CELEBRATING 40 YEARS OF ARRAY 7”, followed by “18 OCTOBER 2026 · 6:30 PM” and “MESA MERIDIAN OBSERVATORY”. Add the small closing line “DINNER · STORIES · FINAL SKY SCAN”. Use condensed uppercase sans-serif lettering with wide tracking, clean alignment, and excellent readability. No extra words, no logos, no people, no envelopes, no table surface, no frame, no UI.",
"width": 1536,
"height": 1024
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "5bc5c2f0-7b00-48fb-a7f2-58ff614df741",
"model": "bfl:5@1",
"positivePrompt": "Create a finished landscape event invitation, edge-to-edge artwork rather than a photographed card or mockup. Subject: a monumental radio telescope at a high-desert observatory during its final sunset, the parabolic dish tilted toward the sky and occupying the right two-thirds of the composition. Art direction combines a precise cyanotype engineering diagram with sophisticated two-color letterpress: deep ultramarine field, chalk-white technical linework, and one vivid safety-orange sun touching the horizon. Fine antenna schematics, calibration marks, and restrained star-chart dots form an elegant border. Subtle paper grain and slightly imperfect ink registration add tactile character without reducing legibility. Quiet, ceremonial, intelligent mood; crisp twilight rim lighting on the dish; generous negative space on the left for typography. Set the following text exactly, with flawless spelling and a clear modernist hierarchy: “LAST LIGHT” as the large headline, then “A FAREWELL UNDER THE STARS”, then “CELEBRATING 40 YEARS OF ARRAY 7”, followed by “18 OCTOBER 2026 · 6:30 PM” and “MESA MERIDIAN OBSERVATORY”. Add the small closing line “DINNER · STORIES · FINAL SKY SCAN”. Use condensed uppercase sans-serif lettering with wide tracking, clean alignment, and excellent readability. No extra words, no logos, no people, no envelopes, no table surface, no frame, no UI.",
"width": 1536,
"height": 1024
}
]'runware run bfl:5@1 \
positivePrompt="Create a finished landscape event invitation, edge-to-edge artwork rather than a photographed card or mockup. Subject: a monumental radio telescope at a high-desert observatory during its final sunset, the parabolic dish tilted toward the sky and occupying the right two-thirds of the composition. Art direction combines a precise cyanotype engineering diagram with sophisticated two-color letterpress: deep ultramarine field, chalk-white technical linework, and one vivid safety-orange sun touching the horizon. Fine antenna schematics, calibration marks, and restrained star-chart dots form an elegant border. Subtle paper grain and slightly imperfect ink registration add tactile character without reducing legibility. Quiet, ceremonial, intelligent mood; crisp twilight rim lighting on the dish; generous negative space on the left for typography. Set the following text exactly, with flawless spelling and a clear modernist hierarchy: “LAST LIGHT” as the large headline, then “A FAREWELL UNDER THE STARS”, then “CELEBRATING 40 YEARS OF ARRAY 7”, followed by “18 OCTOBER 2026 · 6:30 PM” and “MESA MERIDIAN OBSERVATORY”. Add the small closing line “DINNER · STORIES · FINAL SKY SCAN”. Use condensed uppercase sans-serif lettering with wide tracking, clean alignment, and excellent readability. No extra words, no logos, no people, no envelopes, no table surface, no frame, no UI." \
width=1536 \
height=1024{
"taskType": "imageInference",
"taskUUID": "5bc5c2f0-7b00-48fb-a7f2-58ff614df741",
"model": "bfl:5@1",
"positivePrompt": "Create a finished landscape event invitation, edge-to-edge artwork rather than a photographed card or mockup. Subject: a monumental radio telescope at a high-desert observatory during its final sunset, the parabolic dish tilted toward the sky and occupying the right two-thirds of the composition. Art direction combines a precise cyanotype engineering diagram with sophisticated two-color letterpress: deep ultramarine field, chalk-white technical linework, and one vivid safety-orange sun touching the horizon. Fine antenna schematics, calibration marks, and restrained star-chart dots form an elegant border. Subtle paper grain and slightly imperfect ink registration add tactile character without reducing legibility. Quiet, ceremonial, intelligent mood; crisp twilight rim lighting on the dish; generous negative space on the left for typography. Set the following text exactly, with flawless spelling and a clear modernist hierarchy: “LAST LIGHT” as the large headline, then “A FAREWELL UNDER THE STARS”, then “CELEBRATING 40 YEARS OF ARRAY 7”, followed by “18 OCTOBER 2026 · 6:30 PM” and “MESA MERIDIAN OBSERVATORY”. Add the small closing line “DINNER · STORIES · FINAL SKY SCAN”. Use condensed uppercase sans-serif lettering with wide tracking, clean alignment, and excellent readability. No extra words, no logos, no people, no envelopes, no table surface, no frame, no UI.",
"width": 1536,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "5bc5c2f0-7b00-48fb-a7f2-58ff614df741",
"imageUUID": "a75eb4de-df4f-4697-8537-549e077dd8f5",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/4/ii/a75eb4de-df4f-4697-8537-549e077dd8f5.jpg",
"seed": 1894333212,
"cost": 0.045
}Art Deco Moth Wall Print

Create a finished vertical print-on-demand wall artwork that merges the recognizable Atlas moth from reference image 1 with the ornamental structure of the bronze elevator grille from reference image 2. Place one large, perfectly centered moth with wings fully spread, preserving its distinctive hooked upper-wing tips, rust-and-cream bands, black edging, and translucent triangular windows. Recompose the grille's stepped fan motifs and slender geometric bars into a precise symmetrical Art Deco framework behind and around the moth, with the bars radiating outward without obscuring its silhouette. Render the image as an elegant hand-pulled linocut and metallic foil print: matte oxblood background, warm parchment moth markings, deep charcoal shadows, aged copper linework, and restrained verdigris accents. Crisp carved contours, subtle ink texture, balanced negative space, refined natural-history detail, stately and quietly dramatic mood. Full-bleed standalone artwork, no frame, no room mockup, no typography, no labels, no border, portrait composition.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bfl:5@1',
positivePrompt: 'Create a finished vertical print-on-demand wall artwork that merges the recognizable Atlas moth from reference image 1 with the ornamental structure of the bronze elevator grille from reference image 2. Place one large, perfectly centered moth with wings fully spread, preserving its distinctive hooked upper-wing tips, rust-and-cream bands, black edging, and translucent triangular windows. Recompose the grille\'s stepped fan motifs and slender geometric bars into a precise symmetrical Art Deco framework behind and around the moth, with the bars radiating outward without obscuring its silhouette. Render the image as an elegant hand-pulled linocut and metallic foil print: matte oxblood background, warm parchment moth markings, deep charcoal shadows, aged copper linework, and restrained verdigris accents. Crisp carved contours, subtle ink texture, balanced negative space, refined natural-history detail, stately and quietly dramatic mood. Full-bleed standalone artwork, no frame, no room mockup, no typography, no labels, no border, portrait composition.',
width: 1024,
height: 1536,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/f5f27a7f-fa3b-4ba6-a84c-a831ad6f0b58.jpg',
'https://assets.runware.ai/assets/inputs/17cfd562-933f-402c-8d6a-af1cef134cd7.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:5@1",
"positivePrompt": "Create a finished vertical print-on-demand wall artwork that merges the recognizable Atlas moth from reference image 1 with the ornamental structure of the bronze elevator grille from reference image 2. Place one large, perfectly centered moth with wings fully spread, preserving its distinctive hooked upper-wing tips, rust-and-cream bands, black edging, and translucent triangular windows. Recompose the grille's stepped fan motifs and slender geometric bars into a precise symmetrical Art Deco framework behind and around the moth, with the bars radiating outward without obscuring its silhouette. Render the image as an elegant hand-pulled linocut and metallic foil print: matte oxblood background, warm parchment moth markings, deep charcoal shadows, aged copper linework, and restrained verdigris accents. Crisp carved contours, subtle ink texture, balanced negative space, refined natural-history detail, stately and quietly dramatic mood. Full-bleed standalone artwork, no frame, no room mockup, no typography, no labels, no border, portrait composition.",
"width": 1024,
"height": 1536,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f5f27a7f-fa3b-4ba6-a84c-a831ad6f0b58.jpg",
"https://assets.runware.ai/assets/inputs/17cfd562-933f-402c-8d6a-af1cef134cd7.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": "316f463e-0ad0-4a41-9cbf-b467e97ed9df",
"model": "bfl:5@1",
"positivePrompt": "Create a finished vertical print-on-demand wall artwork that merges the recognizable Atlas moth from reference image 1 with the ornamental structure of the bronze elevator grille from reference image 2. Place one large, perfectly centered moth with wings fully spread, preserving its distinctive hooked upper-wing tips, rust-and-cream bands, black edging, and translucent triangular windows. Recompose the grille's stepped fan motifs and slender geometric bars into a precise symmetrical Art Deco framework behind and around the moth, with the bars radiating outward without obscuring its silhouette. Render the image as an elegant hand-pulled linocut and metallic foil print: matte oxblood background, warm parchment moth markings, deep charcoal shadows, aged copper linework, and restrained verdigris accents. Crisp carved contours, subtle ink texture, balanced negative space, refined natural-history detail, stately and quietly dramatic mood. Full-bleed standalone artwork, no frame, no room mockup, no typography, no labels, no border, portrait composition.",
"width": 1024,
"height": 1536,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f5f27a7f-fa3b-4ba6-a84c-a831ad6f0b58.jpg",
"https://assets.runware.ai/assets/inputs/17cfd562-933f-402c-8d6a-af1cef134cd7.jpg"
]
}
}
]'runware run bfl:5@1 \
positivePrompt="Create a finished vertical print-on-demand wall artwork that merges the recognizable Atlas moth from reference image 1 with the ornamental structure of the bronze elevator grille from reference image 2. Place one large, perfectly centered moth with wings fully spread, preserving its distinctive hooked upper-wing tips, rust-and-cream bands, black edging, and translucent triangular windows. Recompose the grille's stepped fan motifs and slender geometric bars into a precise symmetrical Art Deco framework behind and around the moth, with the bars radiating outward without obscuring its silhouette. Render the image as an elegant hand-pulled linocut and metallic foil print: matte oxblood background, warm parchment moth markings, deep charcoal shadows, aged copper linework, and restrained verdigris accents. Crisp carved contours, subtle ink texture, balanced negative space, refined natural-history detail, stately and quietly dramatic mood. Full-bleed standalone artwork, no frame, no room mockup, no typography, no labels, no border, portrait composition." \
width=1024 \
height=1536 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/f5f27a7f-fa3b-4ba6-a84c-a831ad6f0b58.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/17cfd562-933f-402c-8d6a-af1cef134cd7.jpg{
"taskType": "imageInference",
"taskUUID": "316f463e-0ad0-4a41-9cbf-b467e97ed9df",
"model": "bfl:5@1",
"positivePrompt": "Create a finished vertical print-on-demand wall artwork that merges the recognizable Atlas moth from reference image 1 with the ornamental structure of the bronze elevator grille from reference image 2. Place one large, perfectly centered moth with wings fully spread, preserving its distinctive hooked upper-wing tips, rust-and-cream bands, black edging, and translucent triangular windows. Recompose the grille's stepped fan motifs and slender geometric bars into a precise symmetrical Art Deco framework behind and around the moth, with the bars radiating outward without obscuring its silhouette. Render the image as an elegant hand-pulled linocut and metallic foil print: matte oxblood background, warm parchment moth markings, deep charcoal shadows, aged copper linework, and restrained verdigris accents. Crisp carved contours, subtle ink texture, balanced negative space, refined natural-history detail, stately and quietly dramatic mood. Full-bleed standalone artwork, no frame, no room mockup, no typography, no labels, no border, portrait composition.",
"width": 1024,
"height": 1536,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f5f27a7f-fa3b-4ba6-a84c-a831ad6f0b58.jpg",
"https://assets.runware.ai/assets/inputs/17cfd562-933f-402c-8d6a-af1cef134cd7.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "316f463e-0ad0-4a41-9cbf-b467e97ed9df",
"imageUUID": "8f7a18c8-8fe7-4772-a1cc-dad63302dc32",
"imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/4/ii/8f7a18c8-8fe7-4772-a1cc-dad63302dc32.jpg",
"seed": 426549987,
"cost": 0.075
}Offshore Wind Instructor Persona Portrait

Create a finished vertical environmental persona portrait for an offshore wind safety training program. Use reference image 1 to preserve the instructor's recognizable identity: the same late-40s woman, facial proportions, gray-green eyes, freckles, notched left eyebrow, silver-streaked dark braid and calm, capable demeanor. Use reference image 2 for the exact workwear design and color details: mustard flotation jacket with asymmetric black storm flap, three reflective forearm bars, turquoise helmet with scratched rectangular headlamp, black radio harness, charcoal bib trousers and red fall-arrest lanyard. Place her in a completely new composition inside a practical wind-turbine nacelle training bay, standing three-quarter length beside an open yaw-drive housing, one gloved hand resting on the metal casing and the helmet held beneath her other arm so her face remains unobstructed. She looks directly into the camera with patient authority, like an experienced instructor about to begin a safety demonstration. Documentary editorial photography rather than action spectacle; realistic machinery, cable runs and maintenance markings softly out of focus behind her. Cool cyan industrial daylight from the left balanced by a warm amber inspection lamp from the right, restrained slate-blue, mustard and oxidized-metal palette, crisp facial detail, natural skin texture, subtle grease wear on the jacket cuffs, 50mm lens perspective, eye-level framing, generous breathing room above the head, no logos, no legible text, no interface, no poster typography.
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:5@1',
positivePrompt: 'Create a finished vertical environmental persona portrait for an offshore wind safety training program. Use reference image 1 to preserve the instructor\'s recognizable identity: the same late-40s woman, facial proportions, gray-green eyes, freckles, notched left eyebrow, silver-streaked dark braid and calm, capable demeanor. Use reference image 2 for the exact workwear design and color details: mustard flotation jacket with asymmetric black storm flap, three reflective forearm bars, turquoise helmet with scratched rectangular headlamp, black radio harness, charcoal bib trousers and red fall-arrest lanyard. Place her in a completely new composition inside a practical wind-turbine nacelle training bay, standing three-quarter length beside an open yaw-drive housing, one gloved hand resting on the metal casing and the helmet held beneath her other arm so her face remains unobstructed. She looks directly into the camera with patient authority, like an experienced instructor about to begin a safety demonstration. Documentary editorial photography rather than action spectacle; realistic machinery, cable runs and maintenance markings softly out of focus behind her. Cool cyan industrial daylight from the left balanced by a warm amber inspection lamp from the right, restrained slate-blue, mustard and oxidized-metal palette, crisp facial detail, natural skin texture, subtle grease wear on the jacket cuffs, 50mm lens perspective, eye-level framing, generous breathing room above the head, no logos, no legible text, no interface, no poster typography.',
width: 1024,
height: 1536,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/be8eec20-5a5d-4778-b465-f11700f99278.jpg',
'https://assets.runware.ai/assets/inputs/5379079d-286f-48f1-96ee-8d077b02a3e1.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:5@1",
"positivePrompt": "Create a finished vertical environmental persona portrait for an offshore wind safety training program. Use reference image 1 to preserve the instructor's recognizable identity: the same late-40s woman, facial proportions, gray-green eyes, freckles, notched left eyebrow, silver-streaked dark braid and calm, capable demeanor. Use reference image 2 for the exact workwear design and color details: mustard flotation jacket with asymmetric black storm flap, three reflective forearm bars, turquoise helmet with scratched rectangular headlamp, black radio harness, charcoal bib trousers and red fall-arrest lanyard. Place her in a completely new composition inside a practical wind-turbine nacelle training bay, standing three-quarter length beside an open yaw-drive housing, one gloved hand resting on the metal casing and the helmet held beneath her other arm so her face remains unobstructed. She looks directly into the camera with patient authority, like an experienced instructor about to begin a safety demonstration. Documentary editorial photography rather than action spectacle; realistic machinery, cable runs and maintenance markings softly out of focus behind her. Cool cyan industrial daylight from the left balanced by a warm amber inspection lamp from the right, restrained slate-blue, mustard and oxidized-metal palette, crisp facial detail, natural skin texture, subtle grease wear on the jacket cuffs, 50mm lens perspective, eye-level framing, generous breathing room above the head, no logos, no legible text, no interface, no poster typography.",
"width": 1024,
"height": 1536,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/be8eec20-5a5d-4778-b465-f11700f99278.jpg",
"https://assets.runware.ai/assets/inputs/5379079d-286f-48f1-96ee-8d077b02a3e1.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": "b53032fe-f319-4a50-8d82-08d461db877b",
"model": "bfl:5@1",
"positivePrompt": "Create a finished vertical environmental persona portrait for an offshore wind safety training program. Use reference image 1 to preserve the instructor's recognizable identity: the same late-40s woman, facial proportions, gray-green eyes, freckles, notched left eyebrow, silver-streaked dark braid and calm, capable demeanor. Use reference image 2 for the exact workwear design and color details: mustard flotation jacket with asymmetric black storm flap, three reflective forearm bars, turquoise helmet with scratched rectangular headlamp, black radio harness, charcoal bib trousers and red fall-arrest lanyard. Place her in a completely new composition inside a practical wind-turbine nacelle training bay, standing three-quarter length beside an open yaw-drive housing, one gloved hand resting on the metal casing and the helmet held beneath her other arm so her face remains unobstructed. She looks directly into the camera with patient authority, like an experienced instructor about to begin a safety demonstration. Documentary editorial photography rather than action spectacle; realistic machinery, cable runs and maintenance markings softly out of focus behind her. Cool cyan industrial daylight from the left balanced by a warm amber inspection lamp from the right, restrained slate-blue, mustard and oxidized-metal palette, crisp facial detail, natural skin texture, subtle grease wear on the jacket cuffs, 50mm lens perspective, eye-level framing, generous breathing room above the head, no logos, no legible text, no interface, no poster typography.",
"width": 1024,
"height": 1536,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/be8eec20-5a5d-4778-b465-f11700f99278.jpg",
"https://assets.runware.ai/assets/inputs/5379079d-286f-48f1-96ee-8d077b02a3e1.jpg"
]
}
}
]'runware run bfl:5@1 \
positivePrompt="Create a finished vertical environmental persona portrait for an offshore wind safety training program. Use reference image 1 to preserve the instructor's recognizable identity: the same late-40s woman, facial proportions, gray-green eyes, freckles, notched left eyebrow, silver-streaked dark braid and calm, capable demeanor. Use reference image 2 for the exact workwear design and color details: mustard flotation jacket with asymmetric black storm flap, three reflective forearm bars, turquoise helmet with scratched rectangular headlamp, black radio harness, charcoal bib trousers and red fall-arrest lanyard. Place her in a completely new composition inside a practical wind-turbine nacelle training bay, standing three-quarter length beside an open yaw-drive housing, one gloved hand resting on the metal casing and the helmet held beneath her other arm so her face remains unobstructed. She looks directly into the camera with patient authority, like an experienced instructor about to begin a safety demonstration. Documentary editorial photography rather than action spectacle; realistic machinery, cable runs and maintenance markings softly out of focus behind her. Cool cyan industrial daylight from the left balanced by a warm amber inspection lamp from the right, restrained slate-blue, mustard and oxidized-metal palette, crisp facial detail, natural skin texture, subtle grease wear on the jacket cuffs, 50mm lens perspective, eye-level framing, generous breathing room above the head, no logos, no legible text, no interface, no poster typography." \
width=1024 \
height=1536 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/be8eec20-5a5d-4778-b465-f11700f99278.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/5379079d-286f-48f1-96ee-8d077b02a3e1.jpg{
"taskType": "imageInference",
"taskUUID": "b53032fe-f319-4a50-8d82-08d461db877b",
"model": "bfl:5@1",
"positivePrompt": "Create a finished vertical environmental persona portrait for an offshore wind safety training program. Use reference image 1 to preserve the instructor's recognizable identity: the same late-40s woman, facial proportions, gray-green eyes, freckles, notched left eyebrow, silver-streaked dark braid and calm, capable demeanor. Use reference image 2 for the exact workwear design and color details: mustard flotation jacket with asymmetric black storm flap, three reflective forearm bars, turquoise helmet with scratched rectangular headlamp, black radio harness, charcoal bib trousers and red fall-arrest lanyard. Place her in a completely new composition inside a practical wind-turbine nacelle training bay, standing three-quarter length beside an open yaw-drive housing, one gloved hand resting on the metal casing and the helmet held beneath her other arm so her face remains unobstructed. She looks directly into the camera with patient authority, like an experienced instructor about to begin a safety demonstration. Documentary editorial photography rather than action spectacle; realistic machinery, cable runs and maintenance markings softly out of focus behind her. Cool cyan industrial daylight from the left balanced by a warm amber inspection lamp from the right, restrained slate-blue, mustard and oxidized-metal palette, crisp facial detail, natural skin texture, subtle grease wear on the jacket cuffs, 50mm lens perspective, eye-level framing, generous breathing room above the head, no logos, no legible text, no interface, no poster typography.",
"width": 1024,
"height": 1536,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/be8eec20-5a5d-4778-b465-f11700f99278.jpg",
"https://assets.runware.ai/assets/inputs/5379079d-286f-48f1-96ee-8d077b02a3e1.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "b53032fe-f319-4a50-8d82-08d461db877b",
"imageUUID": "7f659569-6219-4bf4-8e0f-9d44e7dac746",
"imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/7f659569-6219-4bf4-8e0f-9d44e7dac746.jpg",
"seed": 161913644,
"cost": 0.075
}Wind-Carved Salt Cathedral

A monumental cathedral formed entirely from white salt and translucent mineral crystal on a vast dried lakebed, soaring ribbed vaults eroded by centuries of wind, delicate buttresses shaped like frozen waves, long processional path of cracked geometric salt tiles leading to the entrance, tiny robed pilgrims and pack animals for scale, suspended prayer ribbons fluttering between carved arches, airborne salt dust catching angled sunrise light, pale apricot and silver sky after a storm, distant mirage shimmer on the horizon, hyper-detailed textures of crusted salt, carved mineral veins, and weathered surfaces, cinematic wide shot, awe-filled atmosphere, grand sense of scale, masterful depth, crisp focal clarity, realistic volumetric haze, high dynamic range, richly detailed environmental storytelling
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:5@1',
positivePrompt: 'A monumental cathedral formed entirely from white salt and translucent mineral crystal on a vast dried lakebed, soaring ribbed vaults eroded by centuries of wind, delicate buttresses shaped like frozen waves, long processional path of cracked geometric salt tiles leading to the entrance, tiny robed pilgrims and pack animals for scale, suspended prayer ribbons fluttering between carved arches, airborne salt dust catching angled sunrise light, pale apricot and silver sky after a storm, distant mirage shimmer on the horizon, hyper-detailed textures of crusted salt, carved mineral veins, and weathered surfaces, cinematic wide shot, awe-filled atmosphere, grand sense of scale, masterful depth, crisp focal clarity, realistic volumetric haze, high dynamic range, richly detailed environmental storytelling',
width: 1536,
height: 1024,
seed: 73410,
providerSettings: {
bfl: {
promptUpsampling: true,
safetyTolerance: 2
}
}
})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:5@1",
"positivePrompt": "A monumental cathedral formed entirely from white salt and translucent mineral crystal on a vast dried lakebed, soaring ribbed vaults eroded by centuries of wind, delicate buttresses shaped like frozen waves, long processional path of cracked geometric salt tiles leading to the entrance, tiny robed pilgrims and pack animals for scale, suspended prayer ribbons fluttering between carved arches, airborne salt dust catching angled sunrise light, pale apricot and silver sky after a storm, distant mirage shimmer on the horizon, hyper-detailed textures of crusted salt, carved mineral veins, and weathered surfaces, cinematic wide shot, awe-filled atmosphere, grand sense of scale, masterful depth, crisp focal clarity, realistic volumetric haze, high dynamic range, richly detailed environmental storytelling",
"width": 1536,
"height": 1024,
"seed": 73410,
"providerSettings": {
"bfl": {
"promptUpsampling": True,
"safetyTolerance": 2
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "4dd729da-e356-413b-8e48-794bee98a888",
"model": "bfl:5@1",
"positivePrompt": "A monumental cathedral formed entirely from white salt and translucent mineral crystal on a vast dried lakebed, soaring ribbed vaults eroded by centuries of wind, delicate buttresses shaped like frozen waves, long processional path of cracked geometric salt tiles leading to the entrance, tiny robed pilgrims and pack animals for scale, suspended prayer ribbons fluttering between carved arches, airborne salt dust catching angled sunrise light, pale apricot and silver sky after a storm, distant mirage shimmer on the horizon, hyper-detailed textures of crusted salt, carved mineral veins, and weathered surfaces, cinematic wide shot, awe-filled atmosphere, grand sense of scale, masterful depth, crisp focal clarity, realistic volumetric haze, high dynamic range, richly detailed environmental storytelling",
"width": 1536,
"height": 1024,
"seed": 73410,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
}
}
]'runware run bfl:5@1 \
positivePrompt="A monumental cathedral formed entirely from white salt and translucent mineral crystal on a vast dried lakebed, soaring ribbed vaults eroded by centuries of wind, delicate buttresses shaped like frozen waves, long processional path of cracked geometric salt tiles leading to the entrance, tiny robed pilgrims and pack animals for scale, suspended prayer ribbons fluttering between carved arches, airborne salt dust catching angled sunrise light, pale apricot and silver sky after a storm, distant mirage shimmer on the horizon, hyper-detailed textures of crusted salt, carved mineral veins, and weathered surfaces, cinematic wide shot, awe-filled atmosphere, grand sense of scale, masterful depth, crisp focal clarity, realistic volumetric haze, high dynamic range, richly detailed environmental storytelling" \
width=1536 \
height=1024 \
seed=73410 \
providerSettings.bfl.promptUpsampling=true \
providerSettings.bfl.safetyTolerance=2{
"taskType": "imageInference",
"taskUUID": "4dd729da-e356-413b-8e48-794bee98a888",
"model": "bfl:5@1",
"positivePrompt": "A monumental cathedral formed entirely from white salt and translucent mineral crystal on a vast dried lakebed, soaring ribbed vaults eroded by centuries of wind, delicate buttresses shaped like frozen waves, long processional path of cracked geometric salt tiles leading to the entrance, tiny robed pilgrims and pack animals for scale, suspended prayer ribbons fluttering between carved arches, airborne salt dust catching angled sunrise light, pale apricot and silver sky after a storm, distant mirage shimmer on the horizon, hyper-detailed textures of crusted salt, carved mineral veins, and weathered surfaces, cinematic wide shot, awe-filled atmosphere, grand sense of scale, masterful depth, crisp focal clarity, realistic volumetric haze, high dynamic range, richly detailed environmental storytelling",
"width": 1536,
"height": 1024,
"seed": 73410,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
}
}{
"taskType": "imageInference",
"taskUUID": "4dd729da-e356-413b-8e48-794bee98a888",
"imageUUID": "1a3551a7-b095-42a3-8e6e-9fffe584e0f3",
"imageURL": "https://im.runware.ai/image/os/a25d05/ws/3/ii/1a3551a7-b095-42a3-8e6e-9fffe584e0f3.jpg",
"seed": 73410,
"cost": 0.045
}Submerged Grand Library Atrium

A vast sunken library atrium beneath clear seawater, seen from inside the structure: towering marble arches wrapped in drifting kelp, suspended ladders, floating open books with warped pages, schools of silver fish weaving through shafts of sunlight from a shattered glass ceiling, a circular mosaic floor partly buried in silt, a central reading dais with a toppled globe and brass instruments, tiny air bubbles rising from cracked stone seams, distant rays illuminating dust-like particles in the water, cinematic scale, exquisite texture detail, elegant symmetry, serene abandoned grandeur, natural color palette of teal, ivory, gold, and muted coral, ultra-detailed environment, believable underwater optics, deep perspective, masterful composition
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bfl:5@1',
positivePrompt: 'A vast sunken library atrium beneath clear seawater, seen from inside the structure: towering marble arches wrapped in drifting kelp, suspended ladders, floating open books with warped pages, schools of silver fish weaving through shafts of sunlight from a shattered glass ceiling, a circular mosaic floor partly buried in silt, a central reading dais with a toppled globe and brass instruments, tiny air bubbles rising from cracked stone seams, distant rays illuminating dust-like particles in the water, cinematic scale, exquisite texture detail, elegant symmetry, serene abandoned grandeur, natural color palette of teal, ivory, gold, and muted coral, ultra-detailed environment, believable underwater optics, deep perspective, masterful composition',
width: 1536,
height: 1024,
seed: 16070,
providerSettings: {
bfl: {
promptUpsampling: true,
safetyTolerance: 2
}
}
})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:5@1",
"positivePrompt": "A vast sunken library atrium beneath clear seawater, seen from inside the structure: towering marble arches wrapped in drifting kelp, suspended ladders, floating open books with warped pages, schools of silver fish weaving through shafts of sunlight from a shattered glass ceiling, a circular mosaic floor partly buried in silt, a central reading dais with a toppled globe and brass instruments, tiny air bubbles rising from cracked stone seams, distant rays illuminating dust-like particles in the water, cinematic scale, exquisite texture detail, elegant symmetry, serene abandoned grandeur, natural color palette of teal, ivory, gold, and muted coral, ultra-detailed environment, believable underwater optics, deep perspective, masterful composition",
"width": 1536,
"height": 1024,
"seed": 16070,
"providerSettings": {
"bfl": {
"promptUpsampling": True,
"safetyTolerance": 2
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "57dfe0a1-910d-4be7-ba1a-bdc5c876e655",
"model": "bfl:5@1",
"positivePrompt": "A vast sunken library atrium beneath clear seawater, seen from inside the structure: towering marble arches wrapped in drifting kelp, suspended ladders, floating open books with warped pages, schools of silver fish weaving through shafts of sunlight from a shattered glass ceiling, a circular mosaic floor partly buried in silt, a central reading dais with a toppled globe and brass instruments, tiny air bubbles rising from cracked stone seams, distant rays illuminating dust-like particles in the water, cinematic scale, exquisite texture detail, elegant symmetry, serene abandoned grandeur, natural color palette of teal, ivory, gold, and muted coral, ultra-detailed environment, believable underwater optics, deep perspective, masterful composition",
"width": 1536,
"height": 1024,
"seed": 16070,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
}
}
]'runware run bfl:5@1 \
positivePrompt="A vast sunken library atrium beneath clear seawater, seen from inside the structure: towering marble arches wrapped in drifting kelp, suspended ladders, floating open books with warped pages, schools of silver fish weaving through shafts of sunlight from a shattered glass ceiling, a circular mosaic floor partly buried in silt, a central reading dais with a toppled globe and brass instruments, tiny air bubbles rising from cracked stone seams, distant rays illuminating dust-like particles in the water, cinematic scale, exquisite texture detail, elegant symmetry, serene abandoned grandeur, natural color palette of teal, ivory, gold, and muted coral, ultra-detailed environment, believable underwater optics, deep perspective, masterful composition" \
width=1536 \
height=1024 \
seed=16070 \
providerSettings.bfl.promptUpsampling=true \
providerSettings.bfl.safetyTolerance=2{
"taskType": "imageInference",
"taskUUID": "57dfe0a1-910d-4be7-ba1a-bdc5c876e655",
"model": "bfl:5@1",
"positivePrompt": "A vast sunken library atrium beneath clear seawater, seen from inside the structure: towering marble arches wrapped in drifting kelp, suspended ladders, floating open books with warped pages, schools of silver fish weaving through shafts of sunlight from a shattered glass ceiling, a circular mosaic floor partly buried in silt, a central reading dais with a toppled globe and brass instruments, tiny air bubbles rising from cracked stone seams, distant rays illuminating dust-like particles in the water, cinematic scale, exquisite texture detail, elegant symmetry, serene abandoned grandeur, natural color palette of teal, ivory, gold, and muted coral, ultra-detailed environment, believable underwater optics, deep perspective, masterful composition",
"width": 1536,
"height": 1024,
"seed": 16070,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
}
}{
"taskType": "imageInference",
"taskUUID": "57dfe0a1-910d-4be7-ba1a-bdc5c876e655",
"imageUUID": "3d5293e0-50f5-44a9-9784-0136b0795b0c",
"imageURL": "https://im.runware.ai/image/os/a13d12/ws/3/ii/3d5293e0-50f5-44a9-9784-0136b0795b0c.jpg",
"seed": 16070,
"cost": 0.045
}Volcanic Glasshouse Orchid Procession

Create a grand scene inside a volcanic glasshouse where a ceremonial orchid procession crosses black basalt paths between terraced pools and towering panes of curved glass. Use the reference images to blend architecture, rare flowers, and the procession into one cohesive composition. Emphasize glossy obsidian stone, mineral haze, copper framework, dense humid air, intricate botanical textures, and rhythmic spacing of figures under woven canopies. Cinematic scale, precise perspective, natural color harmony, refined realism, rich environmental storytelling, highly detailed surfaces, elegant depth.
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:5@1',
positivePrompt: 'Create a grand scene inside a volcanic glasshouse where a ceremonial orchid procession crosses black basalt paths between terraced pools and towering panes of curved glass. Use the reference images to blend architecture, rare flowers, and the procession into one cohesive composition. Emphasize glossy obsidian stone, mineral haze, copper framework, dense humid air, intricate botanical textures, and rhythmic spacing of figures under woven canopies. Cinematic scale, precise perspective, natural color harmony, refined realism, rich environmental storytelling, highly detailed surfaces, elegant depth.',
width: 1536,
height: 1024,
seed: 15903,
providerSettings: {
bfl: {
promptUpsampling: true,
safetyTolerance: 2
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/64d5f0f7-e107-4e66-b1b2-475363c9825d.jpg',
'https://assets.runware.ai/assets/inputs/f468cd76-38f7-42d8-9b84-162c6512ddb7.jpg',
'https://assets.runware.ai/assets/inputs/a9b3eff0-b15e-43e7-9ae7-9482316cbecb.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:5@1",
"positivePrompt": "Create a grand scene inside a volcanic glasshouse where a ceremonial orchid procession crosses black basalt paths between terraced pools and towering panes of curved glass. Use the reference images to blend architecture, rare flowers, and the procession into one cohesive composition. Emphasize glossy obsidian stone, mineral haze, copper framework, dense humid air, intricate botanical textures, and rhythmic spacing of figures under woven canopies. Cinematic scale, precise perspective, natural color harmony, refined realism, rich environmental storytelling, highly detailed surfaces, elegant depth.",
"width": 1536,
"height": 1024,
"seed": 15903,
"providerSettings": {
"bfl": {
"promptUpsampling": True,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/64d5f0f7-e107-4e66-b1b2-475363c9825d.jpg",
"https://assets.runware.ai/assets/inputs/f468cd76-38f7-42d8-9b84-162c6512ddb7.jpg",
"https://assets.runware.ai/assets/inputs/a9b3eff0-b15e-43e7-9ae7-9482316cbecb.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": "95a328fa-7359-4afd-91f9-6fc8d09071b5",
"model": "bfl:5@1",
"positivePrompt": "Create a grand scene inside a volcanic glasshouse where a ceremonial orchid procession crosses black basalt paths between terraced pools and towering panes of curved glass. Use the reference images to blend architecture, rare flowers, and the procession into one cohesive composition. Emphasize glossy obsidian stone, mineral haze, copper framework, dense humid air, intricate botanical textures, and rhythmic spacing of figures under woven canopies. Cinematic scale, precise perspective, natural color harmony, refined realism, rich environmental storytelling, highly detailed surfaces, elegant depth.",
"width": 1536,
"height": 1024,
"seed": 15903,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/64d5f0f7-e107-4e66-b1b2-475363c9825d.jpg",
"https://assets.runware.ai/assets/inputs/f468cd76-38f7-42d8-9b84-162c6512ddb7.jpg",
"https://assets.runware.ai/assets/inputs/a9b3eff0-b15e-43e7-9ae7-9482316cbecb.jpg"
]
}
}
]'runware run bfl:5@1 \
positivePrompt="Create a grand scene inside a volcanic glasshouse where a ceremonial orchid procession crosses black basalt paths between terraced pools and towering panes of curved glass. Use the reference images to blend architecture, rare flowers, and the procession into one cohesive composition. Emphasize glossy obsidian stone, mineral haze, copper framework, dense humid air, intricate botanical textures, and rhythmic spacing of figures under woven canopies. Cinematic scale, precise perspective, natural color harmony, refined realism, rich environmental storytelling, highly detailed surfaces, elegant depth." \
width=1536 \
height=1024 \
seed=15903 \
providerSettings.bfl.promptUpsampling=true \
providerSettings.bfl.safetyTolerance=2 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/64d5f0f7-e107-4e66-b1b2-475363c9825d.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/f468cd76-38f7-42d8-9b84-162c6512ddb7.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/a9b3eff0-b15e-43e7-9ae7-9482316cbecb.jpg{
"taskType": "imageInference",
"taskUUID": "95a328fa-7359-4afd-91f9-6fc8d09071b5",
"model": "bfl:5@1",
"positivePrompt": "Create a grand scene inside a volcanic glasshouse where a ceremonial orchid procession crosses black basalt paths between terraced pools and towering panes of curved glass. Use the reference images to blend architecture, rare flowers, and the procession into one cohesive composition. Emphasize glossy obsidian stone, mineral haze, copper framework, dense humid air, intricate botanical textures, and rhythmic spacing of figures under woven canopies. Cinematic scale, precise perspective, natural color harmony, refined realism, rich environmental storytelling, highly detailed surfaces, elegant depth.",
"width": 1536,
"height": 1024,
"seed": 15903,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/64d5f0f7-e107-4e66-b1b2-475363c9825d.jpg",
"https://assets.runware.ai/assets/inputs/f468cd76-38f7-42d8-9b84-162c6512ddb7.jpg",
"https://assets.runware.ai/assets/inputs/a9b3eff0-b15e-43e7-9ae7-9482316cbecb.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "95a328fa-7359-4afd-91f9-6fc8d09071b5",
"imageUUID": "045f8a5d-1974-4822-b1b3-9a04ef9e86f2",
"imageURL": "https://im.runware.ai/image/os/a21d05/ws/2/ii/045f8a5d-1974-4822-b1b3-9a04ef9e86f2.jpg",
"seed": 15903,
"cost": 0.09
}Tidal Clockwork Harbor Panorama

A grand panoramic harbor city built around colossal tidal clockwork, terraced quays, suspended bridges, and cathedral-scale brass mechanisms turning above the waterline; fishing vessels and cargo barges dwarfed by gigantic engraved gears; airborne manta-like creatures circling through bright maritime air; wet cobblestones, salt spray, oxidized metal, canvas sails, carved stone arches, cranes, pulleys, and intricate mechanical details; cinematic wide composition, believable scale, highly detailed textures, atmospheric depth, natural color harmony, crisp focus, masterful environmental storytelling
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:5@1',
positivePrompt: 'A grand panoramic harbor city built around colossal tidal clockwork, terraced quays, suspended bridges, and cathedral-scale brass mechanisms turning above the waterline; fishing vessels and cargo barges dwarfed by gigantic engraved gears; airborne manta-like creatures circling through bright maritime air; wet cobblestones, salt spray, oxidized metal, canvas sails, carved stone arches, cranes, pulleys, and intricate mechanical details; cinematic wide composition, believable scale, highly detailed textures, atmospheric depth, natural color harmony, crisp focus, masterful environmental storytelling',
width: 1536,
height: 1024,
seed: 27270,
providerSettings: {
bfl: {
promptUpsampling: true,
safetyTolerance: 2
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/bdaeb71c-ebf0-49de-b3da-590fae66fb93.jpg',
'https://assets.runware.ai/assets/inputs/c1d8b027-b1c2-4a58-b50d-72126cef99b7.jpg',
'https://assets.runware.ai/assets/inputs/94cbc938-56de-4405-8d1a-838a112330fd.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:5@1",
"positivePrompt": "A grand panoramic harbor city built around colossal tidal clockwork, terraced quays, suspended bridges, and cathedral-scale brass mechanisms turning above the waterline; fishing vessels and cargo barges dwarfed by gigantic engraved gears; airborne manta-like creatures circling through bright maritime air; wet cobblestones, salt spray, oxidized metal, canvas sails, carved stone arches, cranes, pulleys, and intricate mechanical details; cinematic wide composition, believable scale, highly detailed textures, atmospheric depth, natural color harmony, crisp focus, masterful environmental storytelling",
"width": 1536,
"height": 1024,
"seed": 27270,
"providerSettings": {
"bfl": {
"promptUpsampling": True,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/bdaeb71c-ebf0-49de-b3da-590fae66fb93.jpg",
"https://assets.runware.ai/assets/inputs/c1d8b027-b1c2-4a58-b50d-72126cef99b7.jpg",
"https://assets.runware.ai/assets/inputs/94cbc938-56de-4405-8d1a-838a112330fd.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": "f897e528-4f85-4abe-9457-3c2dd09ba9ce",
"model": "bfl:5@1",
"positivePrompt": "A grand panoramic harbor city built around colossal tidal clockwork, terraced quays, suspended bridges, and cathedral-scale brass mechanisms turning above the waterline; fishing vessels and cargo barges dwarfed by gigantic engraved gears; airborne manta-like creatures circling through bright maritime air; wet cobblestones, salt spray, oxidized metal, canvas sails, carved stone arches, cranes, pulleys, and intricate mechanical details; cinematic wide composition, believable scale, highly detailed textures, atmospheric depth, natural color harmony, crisp focus, masterful environmental storytelling",
"width": 1536,
"height": 1024,
"seed": 27270,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/bdaeb71c-ebf0-49de-b3da-590fae66fb93.jpg",
"https://assets.runware.ai/assets/inputs/c1d8b027-b1c2-4a58-b50d-72126cef99b7.jpg",
"https://assets.runware.ai/assets/inputs/94cbc938-56de-4405-8d1a-838a112330fd.jpg"
]
}
}
]'runware run bfl:5@1 \
positivePrompt="A grand panoramic harbor city built around colossal tidal clockwork, terraced quays, suspended bridges, and cathedral-scale brass mechanisms turning above the waterline; fishing vessels and cargo barges dwarfed by gigantic engraved gears; airborne manta-like creatures circling through bright maritime air; wet cobblestones, salt spray, oxidized metal, canvas sails, carved stone arches, cranes, pulleys, and intricate mechanical details; cinematic wide composition, believable scale, highly detailed textures, atmospheric depth, natural color harmony, crisp focus, masterful environmental storytelling" \
width=1536 \
height=1024 \
seed=27270 \
providerSettings.bfl.promptUpsampling=true \
providerSettings.bfl.safetyTolerance=2 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/bdaeb71c-ebf0-49de-b3da-590fae66fb93.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/c1d8b027-b1c2-4a58-b50d-72126cef99b7.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/94cbc938-56de-4405-8d1a-838a112330fd.jpg{
"taskType": "imageInference",
"taskUUID": "f897e528-4f85-4abe-9457-3c2dd09ba9ce",
"model": "bfl:5@1",
"positivePrompt": "A grand panoramic harbor city built around colossal tidal clockwork, terraced quays, suspended bridges, and cathedral-scale brass mechanisms turning above the waterline; fishing vessels and cargo barges dwarfed by gigantic engraved gears; airborne manta-like creatures circling through bright maritime air; wet cobblestones, salt spray, oxidized metal, canvas sails, carved stone arches, cranes, pulleys, and intricate mechanical details; cinematic wide composition, believable scale, highly detailed textures, atmospheric depth, natural color harmony, crisp focus, masterful environmental storytelling",
"width": 1536,
"height": 1024,
"seed": 27270,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/bdaeb71c-ebf0-49de-b3da-590fae66fb93.jpg",
"https://assets.runware.ai/assets/inputs/c1d8b027-b1c2-4a58-b50d-72126cef99b7.jpg",
"https://assets.runware.ai/assets/inputs/94cbc938-56de-4405-8d1a-838a112330fd.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "f897e528-4f85-4abe-9457-3c2dd09ba9ce",
"imageUUID": "fd294a8f-6df8-454f-838b-a415b804c443",
"imageURL": "https://im.runware.ai/image/os/a13d12/ws/3/ii/fd294a8f-6df8-454f-838b-a415b804c443.jpg",
"seed": 27270,
"cost": 0.09
}