MODEL IDbfl:7@1
live

FLUX.2 [max]

Black Forest Labs
by Black Forest Labs

FLUX.2 [max] is a high-precision text to image and image editing model from Black Forest Labs that generates visuals grounded in real-time information via live web search. It delivers maximum prompt adherence with multi-reference editing and state-of-the-art consistency across identities, objects, and details.

FLUX.2 [max]
text-to-image

Night Pollinator Field Crew Graphic

Night Pollinator Field Crew Graphic

Create a finished landscape apparel graphic for the back of a field crew T-shirt commemorating a nocturnal citizen-science pollinator survey in the Sonoran Desert. Show one enormous white-lined sphinx moth in precise dorsal view, wings fully spread and centered, rendered as an intricate vintage scientific scratchboard engraving. Surround it with an arched wreath of blooming sacred datura, desert marigold, agave stalks, and tiny airborne pollen grains. Behind the moth, place a large low desert moon crossed by sparse horizontal cloud bands; below it, add small silhouettes of saguaro cactus, distant basin-and-range mountains, and a subtle sweep of topographic contour lines. Integrate tiny field-journal details—coordinate ticks, specimen registration marks, a crescent moon phase sequence, and restrained star symbols—without making the design feel cluttered. Typography is a deliberate part of the merchandise design. Across the top, set the exact words “MIDNIGHT POLLINATOR SURVEY” in bold condensed uppercase lettering that curves gently over the moon. Across the bottom, set the exact words “SONORAN DESERT FIELD CREW · 2026” in smaller sturdy uppercase lettering. Keep all text highly legible, correctly spelled, and fully contained inside the composition. Add a tiny ribbon beneath the moth reading exactly “OBSERVE · RECORD · PROTECT”. Art direction: rugged 1970s natural-history field guide meets contemporary outdoor-workwear graphics; hand-inked linocut and scratchboard character, crisp carved lines, dense ornamental detail, bold symmetrical silhouette, authentic screen-print texture, slightly imperfect ink edges. Use a strict five-ink palette of warm bone, burnt orange, dusty turquoise, chartreuse, and pale lavender on a flat deep midnight-navy background. No gradients, no photorealism, no glossy effects, no garment, no model, no product mockup, no frame, and no extra wording. Make the complete design read clearly from a distance while rewarding close inspection. Centered horizontal composition with generous negative space around every edge, isolated as one production-ready shirt-back graphic in a 3:2 landscape canvas.

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:7@1',
  positivePrompt: 'Create a finished landscape apparel graphic for the back of a field crew T-shirt commemorating a nocturnal citizen-science pollinator survey in the Sonoran Desert. Show one enormous white-lined sphinx moth in precise dorsal view, wings fully spread and centered, rendered as an intricate vintage scientific scratchboard engraving. Surround it with an arched wreath of blooming sacred datura, desert marigold, agave stalks, and tiny airborne pollen grains. Behind the moth, place a large low desert moon crossed by sparse horizontal cloud bands; below it, add small silhouettes of saguaro cactus, distant basin-and-range mountains, and a subtle sweep of topographic contour lines. Integrate tiny field-journal details—coordinate ticks, specimen registration marks, a crescent moon phase sequence, and restrained star symbols—without making the design feel cluttered.\n\nTypography is a deliberate part of the merchandise design. Across the top, set the exact words “MIDNIGHT POLLINATOR SURVEY” in bold condensed uppercase lettering that curves gently over the moon. Across the bottom, set the exact words “SONORAN DESERT FIELD CREW · 2026” in smaller sturdy uppercase lettering. Keep all text highly legible, correctly spelled, and fully contained inside the composition. Add a tiny ribbon beneath the moth reading exactly “OBSERVE · RECORD · PROTECT”.\n\nArt direction: rugged 1970s natural-history field guide meets contemporary outdoor-workwear graphics; hand-inked linocut and scratchboard character, crisp carved lines, dense ornamental detail, bold symmetrical silhouette, authentic screen-print texture, slightly imperfect ink edges. Use a strict five-ink palette of warm bone, burnt orange, dusty turquoise, chartreuse, and pale lavender on a flat deep midnight-navy background. No gradients, no photorealism, no glossy effects, no garment, no model, no product mockup, no frame, and no extra wording. Make the complete design read clearly from a distance while rewarding close inspection. Centered horizontal composition with generous negative space around every edge, isolated as one production-ready shirt-back graphic in a 3:2 landscape canvas.',
  width: 1536,
  height: 1024,
  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:7@1",
            "positivePrompt": "Create a finished landscape apparel graphic for the back of a field crew T-shirt commemorating a nocturnal citizen-science pollinator survey in the Sonoran Desert. Show one enormous white-lined sphinx moth in precise dorsal view, wings fully spread and centered, rendered as an intricate vintage scientific scratchboard engraving. Surround it with an arched wreath of blooming sacred datura, desert marigold, agave stalks, and tiny airborne pollen grains. Behind the moth, place a large low desert moon crossed by sparse horizontal cloud bands; below it, add small silhouettes of saguaro cactus, distant basin-and-range mountains, and a subtle sweep of topographic contour lines. Integrate tiny field-journal details—coordinate ticks, specimen registration marks, a crescent moon phase sequence, and restrained star symbols—without making the design feel cluttered.\n\nTypography is a deliberate part of the merchandise design. Across the top, set the exact words “MIDNIGHT POLLINATOR SURVEY” in bold condensed uppercase lettering that curves gently over the moon. Across the bottom, set the exact words “SONORAN DESERT FIELD CREW · 2026” in smaller sturdy uppercase lettering. Keep all text highly legible, correctly spelled, and fully contained inside the composition. Add a tiny ribbon beneath the moth reading exactly “OBSERVE · RECORD · PROTECT”.\n\nArt direction: rugged 1970s natural-history field guide meets contemporary outdoor-workwear graphics; hand-inked linocut and scratchboard character, crisp carved lines, dense ornamental detail, bold symmetrical silhouette, authentic screen-print texture, slightly imperfect ink edges. Use a strict five-ink palette of warm bone, burnt orange, dusty turquoise, chartreuse, and pale lavender on a flat deep midnight-navy background. No gradients, no photorealism, no glossy effects, no garment, no model, no product mockup, no frame, and no extra wording. Make the complete design read clearly from a distance while rewarding close inspection. Centered horizontal composition with generous negative space around every edge, isolated as one production-ready shirt-back graphic in a 3:2 landscape canvas.",
            "width": 1536,
            "height": 1024,
            "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": "a525e36b-63d3-489e-ab08-cd0b3da655b3",
      "model": "bfl:7@1",
      "positivePrompt": "Create a finished landscape apparel graphic for the back of a field crew T-shirt commemorating a nocturnal citizen-science pollinator survey in the Sonoran Desert. Show one enormous white-lined sphinx moth in precise dorsal view, wings fully spread and centered, rendered as an intricate vintage scientific scratchboard engraving. Surround it with an arched wreath of blooming sacred datura, desert marigold, agave stalks, and tiny airborne pollen grains. Behind the moth, place a large low desert moon crossed by sparse horizontal cloud bands; below it, add small silhouettes of saguaro cactus, distant basin-and-range mountains, and a subtle sweep of topographic contour lines. Integrate tiny field-journal details—coordinate ticks, specimen registration marks, a crescent moon phase sequence, and restrained star symbols—without making the design feel cluttered.\n\nTypography is a deliberate part of the merchandise design. Across the top, set the exact words “MIDNIGHT POLLINATOR SURVEY” in bold condensed uppercase lettering that curves gently over the moon. Across the bottom, set the exact words “SONORAN DESERT FIELD CREW · 2026” in smaller sturdy uppercase lettering. Keep all text highly legible, correctly spelled, and fully contained inside the composition. Add a tiny ribbon beneath the moth reading exactly “OBSERVE · RECORD · PROTECT”.\n\nArt direction: rugged 1970s natural-history field guide meets contemporary outdoor-workwear graphics; hand-inked linocut and scratchboard character, crisp carved lines, dense ornamental detail, bold symmetrical silhouette, authentic screen-print texture, slightly imperfect ink edges. Use a strict five-ink palette of warm bone, burnt orange, dusty turquoise, chartreuse, and pale lavender on a flat deep midnight-navy background. No gradients, no photorealism, no glossy effects, no garment, no model, no product mockup, no frame, and no extra wording. Make the complete design read clearly from a distance while rewarding close inspection. Centered horizontal composition with generous negative space around every edge, isolated as one production-ready shirt-back graphic in a 3:2 landscape canvas.",
      "width": 1536,
      "height": 1024,
      "providerSettings": {
        "bfl": {
          "promptUpsampling": true
        }
      }
    }
  ]'
runware run bfl:7@1 \
  positivePrompt="Create a finished landscape apparel graphic for the back of a field crew T-shirt commemorating a nocturnal citizen-science pollinator survey in the Sonoran Desert. Show one enormous white-lined sphinx moth in precise dorsal view, wings fully spread and centered, rendered as an intricate vintage scientific scratchboard engraving. Surround it with an arched wreath of blooming sacred datura, desert marigold, agave stalks, and tiny airborne pollen grains. Behind the moth, place a large low desert moon crossed by sparse horizontal cloud bands; below it, add small silhouettes of saguaro cactus, distant basin-and-range mountains, and a subtle sweep of topographic contour lines. Integrate tiny field-journal details—coordinate ticks, specimen registration marks, a crescent moon phase sequence, and restrained star symbols—without making the design feel cluttered.

Typography is a deliberate part of the merchandise design. Across the top, set the exact words “MIDNIGHT POLLINATOR SURVEY” in bold condensed uppercase lettering that curves gently over the moon. Across the bottom, set the exact words “SONORAN DESERT FIELD CREW · 2026” in smaller sturdy uppercase lettering. Keep all text highly legible, correctly spelled, and fully contained inside the composition. Add a tiny ribbon beneath the moth reading exactly “OBSERVE · RECORD · PROTECT”.

Art direction: rugged 1970s natural-history field guide meets contemporary outdoor-workwear graphics; hand-inked linocut and scratchboard character, crisp carved lines, dense ornamental detail, bold symmetrical silhouette, authentic screen-print texture, slightly imperfect ink edges. Use a strict five-ink palette of warm bone, burnt orange, dusty turquoise, chartreuse, and pale lavender on a flat deep midnight-navy background. No gradients, no photorealism, no glossy effects, no garment, no model, no product mockup, no frame, and no extra wording. Make the complete design read clearly from a distance while rewarding close inspection. Centered horizontal composition with generous negative space around every edge, isolated as one production-ready shirt-back graphic in a 3:2 landscape canvas." \
  width=1536 \
  height=1024 \
  providerSettings.bfl.promptUpsampling=true
{
  "taskType": "imageInference",
  "taskUUID": "a525e36b-63d3-489e-ab08-cd0b3da655b3",
  "model": "bfl:7@1",
  "positivePrompt": "Create a finished landscape apparel graphic for the back of a field crew T-shirt commemorating a nocturnal citizen-science pollinator survey in the Sonoran Desert. Show one enormous white-lined sphinx moth in precise dorsal view, wings fully spread and centered, rendered as an intricate vintage scientific scratchboard engraving. Surround it with an arched wreath of blooming sacred datura, desert marigold, agave stalks, and tiny airborne pollen grains. Behind the moth, place a large low desert moon crossed by sparse horizontal cloud bands; below it, add small silhouettes of saguaro cactus, distant basin-and-range mountains, and a subtle sweep of topographic contour lines. Integrate tiny field-journal details—coordinate ticks, specimen registration marks, a crescent moon phase sequence, and restrained star symbols—without making the design feel cluttered.\n\nTypography is a deliberate part of the merchandise design. Across the top, set the exact words “MIDNIGHT POLLINATOR SURVEY” in bold condensed uppercase lettering that curves gently over the moon. Across the bottom, set the exact words “SONORAN DESERT FIELD CREW · 2026” in smaller sturdy uppercase lettering. Keep all text highly legible, correctly spelled, and fully contained inside the composition. Add a tiny ribbon beneath the moth reading exactly “OBSERVE · RECORD · PROTECT”.\n\nArt direction: rugged 1970s natural-history field guide meets contemporary outdoor-workwear graphics; hand-inked linocut and scratchboard character, crisp carved lines, dense ornamental detail, bold symmetrical silhouette, authentic screen-print texture, slightly imperfect ink edges. Use a strict five-ink palette of warm bone, burnt orange, dusty turquoise, chartreuse, and pale lavender on a flat deep midnight-navy background. No gradients, no photorealism, no glossy effects, no garment, no model, no product mockup, no frame, and no extra wording. Make the complete design read clearly from a distance while rewarding close inspection. Centered horizontal composition with generous negative space around every edge, isolated as one production-ready shirt-back graphic in a 3:2 landscape canvas.",
  "width": 1536,
  "height": 1024,
  "providerSettings": {
    "bfl": {
      "promptUpsampling": true
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "a525e36b-63d3-489e-ab08-cd0b3da655b3",
  "imageUUID": "2136beab-7a93-4e85-aa3f-1cceaf959c61",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/4/ii/2136beab-7a93-4e85-aa3f-1cceaf959c61.jpg",
  "seed": 1547297115,
  "cost": 0.1
}
text-to-image

Moa Skeleton Habitat Composite

Moa Skeleton Habitat Composite

Create a finished, photorealistic museum background-replacement composite featuring one complete articulated South Island giant moa skeleton as the clear foreground subject. Present the skeleton in left-facing side profile, nearly full height, mounted on a minimal matte-black conservation armature with a low dark plinth. Preserve intricate cutout-quality detail around every rib, vertebra, toe bone, beak edge, and narrow gap in the skeleton; clean natural edges with no halos or accidental background fragments. Replace the original neutral specimen-photo background with a richly reconstructed prehuman New Zealand South Island temperate rainforest: silver beech trunks, tree ferns, mossy fallen logs, damp leaf litter, pale lichen, fine mist, and layered deep-green foliage receding into atmospheric distance. No modern objects, no people, no living moa, no visible museum interior. Make the replacement environment feel scientifically plausible and cinematic without becoming fantasy. Soft overcast dawn light filters from the upper left through the canopy, producing cool green ambient light and a restrained warm rim along the weathered ivory bones. Match the lighting direction and color spill across the skeleton, armature, and habitat. Add a convincing contact shadow beneath the plinth, subtle reflected green light on lower bones, mild humid haze behind the subject, and realistic depth of field while keeping the entire skeleton sharply legible. Landscape composition with the moa occupying the central-left two-thirds of the frame and layered forest extending to the right, suitable for a premium museum exhibition panel. Naturalistic palette of fern green, charcoal, damp umber, muted bone ivory, and touches of misty blue-gray. High-end natural-history photography, precise anatomy, refined conservation-documentation clarity, seamless professional compositing, visually rich but educational, no captions, labels, logos, borders, or 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:7@1',
  positivePrompt: 'Create a finished, photorealistic museum background-replacement composite featuring one complete articulated South Island giant moa skeleton as the clear foreground subject. Present the skeleton in left-facing side profile, nearly full height, mounted on a minimal matte-black conservation armature with a low dark plinth. Preserve intricate cutout-quality detail around every rib, vertebra, toe bone, beak edge, and narrow gap in the skeleton; clean natural edges with no halos or accidental background fragments. Replace the original neutral specimen-photo background with a richly reconstructed prehuman New Zealand South Island temperate rainforest: silver beech trunks, tree ferns, mossy fallen logs, damp leaf litter, pale lichen, fine mist, and layered deep-green foliage receding into atmospheric distance. No modern objects, no people, no living moa, no visible museum interior.\n\nMake the replacement environment feel scientifically plausible and cinematic without becoming fantasy. Soft overcast dawn light filters from the upper left through the canopy, producing cool green ambient light and a restrained warm rim along the weathered ivory bones. Match the lighting direction and color spill across the skeleton, armature, and habitat. Add a convincing contact shadow beneath the plinth, subtle reflected green light on lower bones, mild humid haze behind the subject, and realistic depth of field while keeping the entire skeleton sharply legible. Landscape composition with the moa occupying the central-left two-thirds of the frame and layered forest extending to the right, suitable for a premium museum exhibition panel. Naturalistic palette of fern green, charcoal, damp umber, muted bone ivory, and touches of misty blue-gray. High-end natural-history photography, precise anatomy, refined conservation-documentation clarity, seamless professional compositing, visually rich but educational, no captions, labels, logos, borders, or typography.',
  width: 1536,
  height: 1024,
  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:7@1",
            "positivePrompt": "Create a finished, photorealistic museum background-replacement composite featuring one complete articulated South Island giant moa skeleton as the clear foreground subject. Present the skeleton in left-facing side profile, nearly full height, mounted on a minimal matte-black conservation armature with a low dark plinth. Preserve intricate cutout-quality detail around every rib, vertebra, toe bone, beak edge, and narrow gap in the skeleton; clean natural edges with no halos or accidental background fragments. Replace the original neutral specimen-photo background with a richly reconstructed prehuman New Zealand South Island temperate rainforest: silver beech trunks, tree ferns, mossy fallen logs, damp leaf litter, pale lichen, fine mist, and layered deep-green foliage receding into atmospheric distance. No modern objects, no people, no living moa, no visible museum interior.\n\nMake the replacement environment feel scientifically plausible and cinematic without becoming fantasy. Soft overcast dawn light filters from the upper left through the canopy, producing cool green ambient light and a restrained warm rim along the weathered ivory bones. Match the lighting direction and color spill across the skeleton, armature, and habitat. Add a convincing contact shadow beneath the plinth, subtle reflected green light on lower bones, mild humid haze behind the subject, and realistic depth of field while keeping the entire skeleton sharply legible. Landscape composition with the moa occupying the central-left two-thirds of the frame and layered forest extending to the right, suitable for a premium museum exhibition panel. Naturalistic palette of fern green, charcoal, damp umber, muted bone ivory, and touches of misty blue-gray. High-end natural-history photography, precise anatomy, refined conservation-documentation clarity, seamless professional compositing, visually rich but educational, no captions, labels, logos, borders, or typography.",
            "width": 1536,
            "height": 1024,
            "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": "f769868d-58a8-40f9-a789-a71accf4a4d6",
      "model": "bfl:7@1",
      "positivePrompt": "Create a finished, photorealistic museum background-replacement composite featuring one complete articulated South Island giant moa skeleton as the clear foreground subject. Present the skeleton in left-facing side profile, nearly full height, mounted on a minimal matte-black conservation armature with a low dark plinth. Preserve intricate cutout-quality detail around every rib, vertebra, toe bone, beak edge, and narrow gap in the skeleton; clean natural edges with no halos or accidental background fragments. Replace the original neutral specimen-photo background with a richly reconstructed prehuman New Zealand South Island temperate rainforest: silver beech trunks, tree ferns, mossy fallen logs, damp leaf litter, pale lichen, fine mist, and layered deep-green foliage receding into atmospheric distance. No modern objects, no people, no living moa, no visible museum interior.\n\nMake the replacement environment feel scientifically plausible and cinematic without becoming fantasy. Soft overcast dawn light filters from the upper left through the canopy, producing cool green ambient light and a restrained warm rim along the weathered ivory bones. Match the lighting direction and color spill across the skeleton, armature, and habitat. Add a convincing contact shadow beneath the plinth, subtle reflected green light on lower bones, mild humid haze behind the subject, and realistic depth of field while keeping the entire skeleton sharply legible. Landscape composition with the moa occupying the central-left two-thirds of the frame and layered forest extending to the right, suitable for a premium museum exhibition panel. Naturalistic palette of fern green, charcoal, damp umber, muted bone ivory, and touches of misty blue-gray. High-end natural-history photography, precise anatomy, refined conservation-documentation clarity, seamless professional compositing, visually rich but educational, no captions, labels, logos, borders, or typography.",
      "width": 1536,
      "height": 1024,
      "providerSettings": {
        "bfl": {
          "promptUpsampling": true
        }
      }
    }
  ]'
runware run bfl:7@1 \
  positivePrompt="Create a finished, photorealistic museum background-replacement composite featuring one complete articulated South Island giant moa skeleton as the clear foreground subject. Present the skeleton in left-facing side profile, nearly full height, mounted on a minimal matte-black conservation armature with a low dark plinth. Preserve intricate cutout-quality detail around every rib, vertebra, toe bone, beak edge, and narrow gap in the skeleton; clean natural edges with no halos or accidental background fragments. Replace the original neutral specimen-photo background with a richly reconstructed prehuman New Zealand South Island temperate rainforest: silver beech trunks, tree ferns, mossy fallen logs, damp leaf litter, pale lichen, fine mist, and layered deep-green foliage receding into atmospheric distance. No modern objects, no people, no living moa, no visible museum interior.

Make the replacement environment feel scientifically plausible and cinematic without becoming fantasy. Soft overcast dawn light filters from the upper left through the canopy, producing cool green ambient light and a restrained warm rim along the weathered ivory bones. Match the lighting direction and color spill across the skeleton, armature, and habitat. Add a convincing contact shadow beneath the plinth, subtle reflected green light on lower bones, mild humid haze behind the subject, and realistic depth of field while keeping the entire skeleton sharply legible. Landscape composition with the moa occupying the central-left two-thirds of the frame and layered forest extending to the right, suitable for a premium museum exhibition panel. Naturalistic palette of fern green, charcoal, damp umber, muted bone ivory, and touches of misty blue-gray. High-end natural-history photography, precise anatomy, refined conservation-documentation clarity, seamless professional compositing, visually rich but educational, no captions, labels, logos, borders, or typography." \
  width=1536 \
  height=1024 \
  providerSettings.bfl.promptUpsampling=true
{
  "taskType": "imageInference",
  "taskUUID": "f769868d-58a8-40f9-a789-a71accf4a4d6",
  "model": "bfl:7@1",
  "positivePrompt": "Create a finished, photorealistic museum background-replacement composite featuring one complete articulated South Island giant moa skeleton as the clear foreground subject. Present the skeleton in left-facing side profile, nearly full height, mounted on a minimal matte-black conservation armature with a low dark plinth. Preserve intricate cutout-quality detail around every rib, vertebra, toe bone, beak edge, and narrow gap in the skeleton; clean natural edges with no halos or accidental background fragments. Replace the original neutral specimen-photo background with a richly reconstructed prehuman New Zealand South Island temperate rainforest: silver beech trunks, tree ferns, mossy fallen logs, damp leaf litter, pale lichen, fine mist, and layered deep-green foliage receding into atmospheric distance. No modern objects, no people, no living moa, no visible museum interior.\n\nMake the replacement environment feel scientifically plausible and cinematic without becoming fantasy. Soft overcast dawn light filters from the upper left through the canopy, producing cool green ambient light and a restrained warm rim along the weathered ivory bones. Match the lighting direction and color spill across the skeleton, armature, and habitat. Add a convincing contact shadow beneath the plinth, subtle reflected green light on lower bones, mild humid haze behind the subject, and realistic depth of field while keeping the entire skeleton sharply legible. Landscape composition with the moa occupying the central-left two-thirds of the frame and layered forest extending to the right, suitable for a premium museum exhibition panel. Naturalistic palette of fern green, charcoal, damp umber, muted bone ivory, and touches of misty blue-gray. High-end natural-history photography, precise anatomy, refined conservation-documentation clarity, seamless professional compositing, visually rich but educational, no captions, labels, logos, borders, or typography.",
  "width": 1536,
  "height": 1024,
  "providerSettings": {
    "bfl": {
      "promptUpsampling": true
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "f769868d-58a8-40f9-a789-a71accf4a4d6",
  "imageUUID": "c7cb4588-9029-4386-9035-06c70ae45b45",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/c7cb4588-9029-4386-9035-06c70ae45b45.jpg",
  "seed": 220904199,
  "cost": 0.1
}
reference-to-image

Coastal Sound Festival Poster

Coastal Sound Festival Poster

Create a finished 2:3 portrait concert poster for an experimental coastal sound festival. Use reference image 1 to preserve the recognizable identities, facial features, hairstyles, black performance clothing, body proportions, and specific instruments of all three musicians. Use reference image 2 to preserve the distinctive decommissioned foghorn station, its twin circular horn mouths, rugged headland, concrete architecture, cliffs, mist, and dramatic low-angle vertical composition. Integrate the trio naturally into the foreground of that location as the featured performers, not as pasted cutouts. Art direction: sophisticated limited-edition screen-printed cultural poster combining bold mid-century maritime graphics with contemporary editorial design. Reduce the coastal scene into crisp layered shapes, tactile ink coverage, coarse halftone shadows, subtle paper grain, and slight two-color registration offsets. The giant foghorn mouths form powerful concentric circles behind the musicians, visually echoing drums and sound waves. Wind catches coats and loose hair; sea mist sweeps diagonally across the lower cliffs. Strong hierarchy, generous negative space, dynamic but disciplined geometry. Restrained palette of uncoated warm ivory paper, deep midnight navy, oxidized sea-green, and vivid signal vermilion. Windswept, elemental, intelligent, and culturally credible rather than whimsical. Keep faces legible and faithful to reference 1 while translating the overall image into premium screen-print illustration. Include clear, correctly spelled poster typography as an intentional part of the design. At the top, large condensed uppercase title on separate lines: “FOG SIGNAL”. Directly beneath it: “ORKNEY SOUND ART WEEKEND”. In the lower information block, typeset exactly: “18–20 OCTOBER 2026” and “THE OLD FOGHORN STATION · NORTH HEAD”. Add a compact lineup line: “LOW TIDE TRIO · MARA VENN · FIELD STATIC · BRASS WEATHER”. Use bold condensed grotesk lettering for the title and clean Swiss-style sans serif for details. Ensure all text is readable, properly aligned, and contained within safe poster margins. No additional words, logos, sponsor marks, mockup frame, wall, hands, interface, or surrounding environment; output one standalone print-ready poster image.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bfl:7@1',
  positivePrompt: 'Create a finished 2:3 portrait concert poster for an experimental coastal sound festival. Use reference image 1 to preserve the recognizable identities, facial features, hairstyles, black performance clothing, body proportions, and specific instruments of all three musicians. Use reference image 2 to preserve the distinctive decommissioned foghorn station, its twin circular horn mouths, rugged headland, concrete architecture, cliffs, mist, and dramatic low-angle vertical composition. Integrate the trio naturally into the foreground of that location as the featured performers, not as pasted cutouts.\n\nArt direction: sophisticated limited-edition screen-printed cultural poster combining bold mid-century maritime graphics with contemporary editorial design. Reduce the coastal scene into crisp layered shapes, tactile ink coverage, coarse halftone shadows, subtle paper grain, and slight two-color registration offsets. The giant foghorn mouths form powerful concentric circles behind the musicians, visually echoing drums and sound waves. Wind catches coats and loose hair; sea mist sweeps diagonally across the lower cliffs. Strong hierarchy, generous negative space, dynamic but disciplined geometry. Restrained palette of uncoated warm ivory paper, deep midnight navy, oxidized sea-green, and vivid signal vermilion. Windswept, elemental, intelligent, and culturally credible rather than whimsical. Keep faces legible and faithful to reference 1 while translating the overall image into premium screen-print illustration.\n\nInclude clear, correctly spelled poster typography as an intentional part of the design. At the top, large condensed uppercase title on separate lines: “FOG SIGNAL”. Directly beneath it: “ORKNEY SOUND ART WEEKEND”. In the lower information block, typeset exactly: “18–20 OCTOBER 2026” and “THE OLD FOGHORN STATION · NORTH HEAD”. Add a compact lineup line: “LOW TIDE TRIO · MARA VENN · FIELD STATIC · BRASS WEATHER”. Use bold condensed grotesk lettering for the title and clean Swiss-style sans serif for details. Ensure all text is readable, properly aligned, and contained within safe poster margins. No additional words, logos, sponsor marks, mockup frame, wall, hands, interface, or surrounding environment; output one standalone print-ready poster image.',
  width: 1024,
  height: 1536,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/d0908623-ef55-441f-b97c-0f8aa5d01912.jpg',
      'https://assets.runware.ai/assets/inputs/9eaf5586-bdcd-433c-a1ed-ed73e2f8130b.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:7@1",
            "positivePrompt": "Create a finished 2:3 portrait concert poster for an experimental coastal sound festival. Use reference image 1 to preserve the recognizable identities, facial features, hairstyles, black performance clothing, body proportions, and specific instruments of all three musicians. Use reference image 2 to preserve the distinctive decommissioned foghorn station, its twin circular horn mouths, rugged headland, concrete architecture, cliffs, mist, and dramatic low-angle vertical composition. Integrate the trio naturally into the foreground of that location as the featured performers, not as pasted cutouts.\n\nArt direction: sophisticated limited-edition screen-printed cultural poster combining bold mid-century maritime graphics with contemporary editorial design. Reduce the coastal scene into crisp layered shapes, tactile ink coverage, coarse halftone shadows, subtle paper grain, and slight two-color registration offsets. The giant foghorn mouths form powerful concentric circles behind the musicians, visually echoing drums and sound waves. Wind catches coats and loose hair; sea mist sweeps diagonally across the lower cliffs. Strong hierarchy, generous negative space, dynamic but disciplined geometry. Restrained palette of uncoated warm ivory paper, deep midnight navy, oxidized sea-green, and vivid signal vermilion. Windswept, elemental, intelligent, and culturally credible rather than whimsical. Keep faces legible and faithful to reference 1 while translating the overall image into premium screen-print illustration.\n\nInclude clear, correctly spelled poster typography as an intentional part of the design. At the top, large condensed uppercase title on separate lines: “FOG SIGNAL”. Directly beneath it: “ORKNEY SOUND ART WEEKEND”. In the lower information block, typeset exactly: “18–20 OCTOBER 2026” and “THE OLD FOGHORN STATION · NORTH HEAD”. Add a compact lineup line: “LOW TIDE TRIO · MARA VENN · FIELD STATIC · BRASS WEATHER”. Use bold condensed grotesk lettering for the title and clean Swiss-style sans serif for details. Ensure all text is readable, properly aligned, and contained within safe poster margins. No additional words, logos, sponsor marks, mockup frame, wall, hands, interface, or surrounding environment; output one standalone print-ready poster image.",
            "width": 1024,
            "height": 1536,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/d0908623-ef55-441f-b97c-0f8aa5d01912.jpg",
                    "https://assets.runware.ai/assets/inputs/9eaf5586-bdcd-433c-a1ed-ed73e2f8130b.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": "c8e31232-d787-4a67-b030-c837005dc216",
      "model": "bfl:7@1",
      "positivePrompt": "Create a finished 2:3 portrait concert poster for an experimental coastal sound festival. Use reference image 1 to preserve the recognizable identities, facial features, hairstyles, black performance clothing, body proportions, and specific instruments of all three musicians. Use reference image 2 to preserve the distinctive decommissioned foghorn station, its twin circular horn mouths, rugged headland, concrete architecture, cliffs, mist, and dramatic low-angle vertical composition. Integrate the trio naturally into the foreground of that location as the featured performers, not as pasted cutouts.\n\nArt direction: sophisticated limited-edition screen-printed cultural poster combining bold mid-century maritime graphics with contemporary editorial design. Reduce the coastal scene into crisp layered shapes, tactile ink coverage, coarse halftone shadows, subtle paper grain, and slight two-color registration offsets. The giant foghorn mouths form powerful concentric circles behind the musicians, visually echoing drums and sound waves. Wind catches coats and loose hair; sea mist sweeps diagonally across the lower cliffs. Strong hierarchy, generous negative space, dynamic but disciplined geometry. Restrained palette of uncoated warm ivory paper, deep midnight navy, oxidized sea-green, and vivid signal vermilion. Windswept, elemental, intelligent, and culturally credible rather than whimsical. Keep faces legible and faithful to reference 1 while translating the overall image into premium screen-print illustration.\n\nInclude clear, correctly spelled poster typography as an intentional part of the design. At the top, large condensed uppercase title on separate lines: “FOG SIGNAL”. Directly beneath it: “ORKNEY SOUND ART WEEKEND”. In the lower information block, typeset exactly: “18–20 OCTOBER 2026” and “THE OLD FOGHORN STATION · NORTH HEAD”. Add a compact lineup line: “LOW TIDE TRIO · MARA VENN · FIELD STATIC · BRASS WEATHER”. Use bold condensed grotesk lettering for the title and clean Swiss-style sans serif for details. Ensure all text is readable, properly aligned, and contained within safe poster margins. No additional words, logos, sponsor marks, mockup frame, wall, hands, interface, or surrounding environment; output one standalone print-ready poster image.",
      "width": 1024,
      "height": 1536,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/d0908623-ef55-441f-b97c-0f8aa5d01912.jpg",
          "https://assets.runware.ai/assets/inputs/9eaf5586-bdcd-433c-a1ed-ed73e2f8130b.jpg"
        ]
      }
    }
  ]'
runware run bfl:7@1 \
  positivePrompt="Create a finished 2:3 portrait concert poster for an experimental coastal sound festival. Use reference image 1 to preserve the recognizable identities, facial features, hairstyles, black performance clothing, body proportions, and specific instruments of all three musicians. Use reference image 2 to preserve the distinctive decommissioned foghorn station, its twin circular horn mouths, rugged headland, concrete architecture, cliffs, mist, and dramatic low-angle vertical composition. Integrate the trio naturally into the foreground of that location as the featured performers, not as pasted cutouts.

Art direction: sophisticated limited-edition screen-printed cultural poster combining bold mid-century maritime graphics with contemporary editorial design. Reduce the coastal scene into crisp layered shapes, tactile ink coverage, coarse halftone shadows, subtle paper grain, and slight two-color registration offsets. The giant foghorn mouths form powerful concentric circles behind the musicians, visually echoing drums and sound waves. Wind catches coats and loose hair; sea mist sweeps diagonally across the lower cliffs. Strong hierarchy, generous negative space, dynamic but disciplined geometry. Restrained palette of uncoated warm ivory paper, deep midnight navy, oxidized sea-green, and vivid signal vermilion. Windswept, elemental, intelligent, and culturally credible rather than whimsical. Keep faces legible and faithful to reference 1 while translating the overall image into premium screen-print illustration.

Include clear, correctly spelled poster typography as an intentional part of the design. At the top, large condensed uppercase title on separate lines: “FOG SIGNAL”. Directly beneath it: “ORKNEY SOUND ART WEEKEND”. In the lower information block, typeset exactly: “18–20 OCTOBER 2026” and “THE OLD FOGHORN STATION · NORTH HEAD”. Add a compact lineup line: “LOW TIDE TRIO · MARA VENN · FIELD STATIC · BRASS WEATHER”. Use bold condensed grotesk lettering for the title and clean Swiss-style sans serif for details. Ensure all text is readable, properly aligned, and contained within safe poster margins. No additional words, logos, sponsor marks, mockup frame, wall, hands, interface, or surrounding environment; output one standalone print-ready poster image." \
  width=1024 \
  height=1536 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/d0908623-ef55-441f-b97c-0f8aa5d01912.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/9eaf5586-bdcd-433c-a1ed-ed73e2f8130b.jpg
{
  "taskType": "imageInference",
  "taskUUID": "c8e31232-d787-4a67-b030-c837005dc216",
  "model": "bfl:7@1",
  "positivePrompt": "Create a finished 2:3 portrait concert poster for an experimental coastal sound festival. Use reference image 1 to preserve the recognizable identities, facial features, hairstyles, black performance clothing, body proportions, and specific instruments of all three musicians. Use reference image 2 to preserve the distinctive decommissioned foghorn station, its twin circular horn mouths, rugged headland, concrete architecture, cliffs, mist, and dramatic low-angle vertical composition. Integrate the trio naturally into the foreground of that location as the featured performers, not as pasted cutouts.\n\nArt direction: sophisticated limited-edition screen-printed cultural poster combining bold mid-century maritime graphics with contemporary editorial design. Reduce the coastal scene into crisp layered shapes, tactile ink coverage, coarse halftone shadows, subtle paper grain, and slight two-color registration offsets. The giant foghorn mouths form powerful concentric circles behind the musicians, visually echoing drums and sound waves. Wind catches coats and loose hair; sea mist sweeps diagonally across the lower cliffs. Strong hierarchy, generous negative space, dynamic but disciplined geometry. Restrained palette of uncoated warm ivory paper, deep midnight navy, oxidized sea-green, and vivid signal vermilion. Windswept, elemental, intelligent, and culturally credible rather than whimsical. Keep faces legible and faithful to reference 1 while translating the overall image into premium screen-print illustration.\n\nInclude clear, correctly spelled poster typography as an intentional part of the design. At the top, large condensed uppercase title on separate lines: “FOG SIGNAL”. Directly beneath it: “ORKNEY SOUND ART WEEKEND”. In the lower information block, typeset exactly: “18–20 OCTOBER 2026” and “THE OLD FOGHORN STATION · NORTH HEAD”. Add a compact lineup line: “LOW TIDE TRIO · MARA VENN · FIELD STATIC · BRASS WEATHER”. Use bold condensed grotesk lettering for the title and clean Swiss-style sans serif for details. Ensure all text is readable, properly aligned, and contained within safe poster margins. No additional words, logos, sponsor marks, mockup frame, wall, hands, interface, or surrounding environment; output one standalone print-ready poster image.",
  "width": 1024,
  "height": 1536,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/d0908623-ef55-441f-b97c-0f8aa5d01912.jpg",
      "https://assets.runware.ai/assets/inputs/9eaf5586-bdcd-433c-a1ed-ed73e2f8130b.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "c8e31232-d787-4a67-b030-c837005dc216",
  "imageUUID": "896707f2-9d4e-4f3c-993f-173cba634364",
  "imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/4/ii/896707f2-9d4e-4f3c-993f-173cba634364.jpg",
  "seed": 1733457465,
  "cost": 0.16
}
reference-to-image

Cryogenic Seed Vault Director Portrait

Cryogenic Seed Vault Director Portrait

Create a finished professional environmental portrait for the annual report and press kit of an international crop biodiversity institute. Use reference image 1 as the strict identity reference: preserve the woman’s recognizable facial structure, proportions, complexion, dark brown eyes, smile lines, silver-streaked black hair, age, and composed demeanor. She is the institute’s cryogenic seed vault director, photographed with quiet authority and approachability. Use reference image 2 to establish the cold-storage setting, vertical composition, architectural perspective, restrained documentary style, and mixed cool-cyan and soft warm lighting. Show her from mid-torso upward at eye level, standing slightly left of center while the seed bank corridor recedes behind her. She faces the camera with relaxed shoulders and a direct, steady gaze, wearing a tailored pale stone laboratory coat over a dark teal merino turtleneck. Include simple clean coat details and no visible logos, badges, lettering, or institutional branding. Her clothing should feel practical and senior rather than theatrical. Keep her hands mostly outside the crop. Light her face with a broad, soft, warm key from camera left that echoes the maintenance lamp in reference image 2, balanced by cool ambient fill from the corridor. Maintain believable color interaction on skin, hair, and clothing. The background should remain clearly identifiable as a modern seed conservation facility while falling gently out of focus; retain the stainless doors, insulated walls, orderly shelving, overhead strips, and strong receding lines from the second reference. Natural skin pores, fine facial lines, individual hair strands, realistic fabric weave, accurate anatomy, and subtle catchlights. Premium editorial corporate photography, 85mm portrait-lens character, moderate shallow depth of field, clean tonal separation, understated cyan, stone, charcoal, and muted teal palette. Calm, exacting, future-focused mood. No glamour retouching, no exaggerated smile, no frozen breath, no frost on the subject, no protective goggles, no dramatic science-fiction elements, no text, no watermark, and no border. Compose specifically for a 1024x1536 vertical image with comfortable space above the head and a publication-ready crop.

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:7@1',
  positivePrompt: 'Create a finished professional environmental portrait for the annual report and press kit of an international crop biodiversity institute. Use reference image 1 as the strict identity reference: preserve the woman’s recognizable facial structure, proportions, complexion, dark brown eyes, smile lines, silver-streaked black hair, age, and composed demeanor. She is the institute’s cryogenic seed vault director, photographed with quiet authority and approachability. Use reference image 2 to establish the cold-storage setting, vertical composition, architectural perspective, restrained documentary style, and mixed cool-cyan and soft warm lighting.\n\nShow her from mid-torso upward at eye level, standing slightly left of center while the seed bank corridor recedes behind her. She faces the camera with relaxed shoulders and a direct, steady gaze, wearing a tailored pale stone laboratory coat over a dark teal merino turtleneck. Include simple clean coat details and no visible logos, badges, lettering, or institutional branding. Her clothing should feel practical and senior rather than theatrical. Keep her hands mostly outside the crop.\n\nLight her face with a broad, soft, warm key from camera left that echoes the maintenance lamp in reference image 2, balanced by cool ambient fill from the corridor. Maintain believable color interaction on skin, hair, and clothing. The background should remain clearly identifiable as a modern seed conservation facility while falling gently out of focus; retain the stainless doors, insulated walls, orderly shelving, overhead strips, and strong receding lines from the second reference. Natural skin pores, fine facial lines, individual hair strands, realistic fabric weave, accurate anatomy, and subtle catchlights. Premium editorial corporate photography, 85mm portrait-lens character, moderate shallow depth of field, clean tonal separation, understated cyan, stone, charcoal, and muted teal palette. Calm, exacting, future-focused mood. No glamour retouching, no exaggerated smile, no frozen breath, no frost on the subject, no protective goggles, no dramatic science-fiction elements, no text, no watermark, and no border. Compose specifically for a 1024x1536 vertical image with comfortable space above the head and a publication-ready crop.',
  width: 1024,
  height: 1536,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/8f691b01-1133-4579-96b4-a64496bd0b1a.jpg',
      'https://assets.runware.ai/assets/inputs/1b9ca7be-90dd-4a4b-a938-1be3faf9597d.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:7@1",
            "positivePrompt": "Create a finished professional environmental portrait for the annual report and press kit of an international crop biodiversity institute. Use reference image 1 as the strict identity reference: preserve the woman’s recognizable facial structure, proportions, complexion, dark brown eyes, smile lines, silver-streaked black hair, age, and composed demeanor. She is the institute’s cryogenic seed vault director, photographed with quiet authority and approachability. Use reference image 2 to establish the cold-storage setting, vertical composition, architectural perspective, restrained documentary style, and mixed cool-cyan and soft warm lighting.\n\nShow her from mid-torso upward at eye level, standing slightly left of center while the seed bank corridor recedes behind her. She faces the camera with relaxed shoulders and a direct, steady gaze, wearing a tailored pale stone laboratory coat over a dark teal merino turtleneck. Include simple clean coat details and no visible logos, badges, lettering, or institutional branding. Her clothing should feel practical and senior rather than theatrical. Keep her hands mostly outside the crop.\n\nLight her face with a broad, soft, warm key from camera left that echoes the maintenance lamp in reference image 2, balanced by cool ambient fill from the corridor. Maintain believable color interaction on skin, hair, and clothing. The background should remain clearly identifiable as a modern seed conservation facility while falling gently out of focus; retain the stainless doors, insulated walls, orderly shelving, overhead strips, and strong receding lines from the second reference. Natural skin pores, fine facial lines, individual hair strands, realistic fabric weave, accurate anatomy, and subtle catchlights. Premium editorial corporate photography, 85mm portrait-lens character, moderate shallow depth of field, clean tonal separation, understated cyan, stone, charcoal, and muted teal palette. Calm, exacting, future-focused mood. No glamour retouching, no exaggerated smile, no frozen breath, no frost on the subject, no protective goggles, no dramatic science-fiction elements, no text, no watermark, and no border. Compose specifically for a 1024x1536 vertical image with comfortable space above the head and a publication-ready crop.",
            "width": 1024,
            "height": 1536,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/8f691b01-1133-4579-96b4-a64496bd0b1a.jpg",
                    "https://assets.runware.ai/assets/inputs/1b9ca7be-90dd-4a4b-a938-1be3faf9597d.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": "fdc5e7a8-80ea-438f-b198-215ae00ccdb3",
      "model": "bfl:7@1",
      "positivePrompt": "Create a finished professional environmental portrait for the annual report and press kit of an international crop biodiversity institute. Use reference image 1 as the strict identity reference: preserve the woman’s recognizable facial structure, proportions, complexion, dark brown eyes, smile lines, silver-streaked black hair, age, and composed demeanor. She is the institute’s cryogenic seed vault director, photographed with quiet authority and approachability. Use reference image 2 to establish the cold-storage setting, vertical composition, architectural perspective, restrained documentary style, and mixed cool-cyan and soft warm lighting.\n\nShow her from mid-torso upward at eye level, standing slightly left of center while the seed bank corridor recedes behind her. She faces the camera with relaxed shoulders and a direct, steady gaze, wearing a tailored pale stone laboratory coat over a dark teal merino turtleneck. Include simple clean coat details and no visible logos, badges, lettering, or institutional branding. Her clothing should feel practical and senior rather than theatrical. Keep her hands mostly outside the crop.\n\nLight her face with a broad, soft, warm key from camera left that echoes the maintenance lamp in reference image 2, balanced by cool ambient fill from the corridor. Maintain believable color interaction on skin, hair, and clothing. The background should remain clearly identifiable as a modern seed conservation facility while falling gently out of focus; retain the stainless doors, insulated walls, orderly shelving, overhead strips, and strong receding lines from the second reference. Natural skin pores, fine facial lines, individual hair strands, realistic fabric weave, accurate anatomy, and subtle catchlights. Premium editorial corporate photography, 85mm portrait-lens character, moderate shallow depth of field, clean tonal separation, understated cyan, stone, charcoal, and muted teal palette. Calm, exacting, future-focused mood. No glamour retouching, no exaggerated smile, no frozen breath, no frost on the subject, no protective goggles, no dramatic science-fiction elements, no text, no watermark, and no border. Compose specifically for a 1024x1536 vertical image with comfortable space above the head and a publication-ready crop.",
      "width": 1024,
      "height": 1536,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/8f691b01-1133-4579-96b4-a64496bd0b1a.jpg",
          "https://assets.runware.ai/assets/inputs/1b9ca7be-90dd-4a4b-a938-1be3faf9597d.jpg"
        ]
      }
    }
  ]'
runware run bfl:7@1 \
  positivePrompt="Create a finished professional environmental portrait for the annual report and press kit of an international crop biodiversity institute. Use reference image 1 as the strict identity reference: preserve the woman’s recognizable facial structure, proportions, complexion, dark brown eyes, smile lines, silver-streaked black hair, age, and composed demeanor. She is the institute’s cryogenic seed vault director, photographed with quiet authority and approachability. Use reference image 2 to establish the cold-storage setting, vertical composition, architectural perspective, restrained documentary style, and mixed cool-cyan and soft warm lighting.

Show her from mid-torso upward at eye level, standing slightly left of center while the seed bank corridor recedes behind her. She faces the camera with relaxed shoulders and a direct, steady gaze, wearing a tailored pale stone laboratory coat over a dark teal merino turtleneck. Include simple clean coat details and no visible logos, badges, lettering, or institutional branding. Her clothing should feel practical and senior rather than theatrical. Keep her hands mostly outside the crop.

Light her face with a broad, soft, warm key from camera left that echoes the maintenance lamp in reference image 2, balanced by cool ambient fill from the corridor. Maintain believable color interaction on skin, hair, and clothing. The background should remain clearly identifiable as a modern seed conservation facility while falling gently out of focus; retain the stainless doors, insulated walls, orderly shelving, overhead strips, and strong receding lines from the second reference. Natural skin pores, fine facial lines, individual hair strands, realistic fabric weave, accurate anatomy, and subtle catchlights. Premium editorial corporate photography, 85mm portrait-lens character, moderate shallow depth of field, clean tonal separation, understated cyan, stone, charcoal, and muted teal palette. Calm, exacting, future-focused mood. No glamour retouching, no exaggerated smile, no frozen breath, no frost on the subject, no protective goggles, no dramatic science-fiction elements, no text, no watermark, and no border. Compose specifically for a 1024x1536 vertical image with comfortable space above the head and a publication-ready crop." \
  width=1024 \
  height=1536 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/8f691b01-1133-4579-96b4-a64496bd0b1a.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/1b9ca7be-90dd-4a4b-a938-1be3faf9597d.jpg
{
  "taskType": "imageInference",
  "taskUUID": "fdc5e7a8-80ea-438f-b198-215ae00ccdb3",
  "model": "bfl:7@1",
  "positivePrompt": "Create a finished professional environmental portrait for the annual report and press kit of an international crop biodiversity institute. Use reference image 1 as the strict identity reference: preserve the woman’s recognizable facial structure, proportions, complexion, dark brown eyes, smile lines, silver-streaked black hair, age, and composed demeanor. She is the institute’s cryogenic seed vault director, photographed with quiet authority and approachability. Use reference image 2 to establish the cold-storage setting, vertical composition, architectural perspective, restrained documentary style, and mixed cool-cyan and soft warm lighting.\n\nShow her from mid-torso upward at eye level, standing slightly left of center while the seed bank corridor recedes behind her. She faces the camera with relaxed shoulders and a direct, steady gaze, wearing a tailored pale stone laboratory coat over a dark teal merino turtleneck. Include simple clean coat details and no visible logos, badges, lettering, or institutional branding. Her clothing should feel practical and senior rather than theatrical. Keep her hands mostly outside the crop.\n\nLight her face with a broad, soft, warm key from camera left that echoes the maintenance lamp in reference image 2, balanced by cool ambient fill from the corridor. Maintain believable color interaction on skin, hair, and clothing. The background should remain clearly identifiable as a modern seed conservation facility while falling gently out of focus; retain the stainless doors, insulated walls, orderly shelving, overhead strips, and strong receding lines from the second reference. Natural skin pores, fine facial lines, individual hair strands, realistic fabric weave, accurate anatomy, and subtle catchlights. Premium editorial corporate photography, 85mm portrait-lens character, moderate shallow depth of field, clean tonal separation, understated cyan, stone, charcoal, and muted teal palette. Calm, exacting, future-focused mood. No glamour retouching, no exaggerated smile, no frozen breath, no frost on the subject, no protective goggles, no dramatic science-fiction elements, no text, no watermark, and no border. Compose specifically for a 1024x1536 vertical image with comfortable space above the head and a publication-ready crop.",
  "width": 1024,
  "height": 1536,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/8f691b01-1133-4579-96b4-a64496bd0b1a.jpg",
      "https://assets.runware.ai/assets/inputs/1b9ca7be-90dd-4a4b-a938-1be3faf9597d.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "fdc5e7a8-80ea-438f-b198-215ae00ccdb3",
  "imageUUID": "1d352cdf-437d-4736-92b0-edeb5838d025",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/1d352cdf-437d-4736-92b0-edeb5838d025.jpg",
  "seed": 1594675950,
  "cost": 0.16
}
Text to Image

Luxury Timepiece Macro Editorial

Luxury Timepiece Macro Editorial

Ultra-detailed luxury wristwatch product editorial, macro close-up on a brushed titanium chronograph watch resting on dark volcanic stone, sapphire crystal reflections, precisely machined bezel markings, visible texture on black rubber strap, subtle water droplets, dramatic studio lighting with soft rim light and controlled specular highlights, premium advertising photography, photorealistic, razor-sharp focus on the watch face, shallow depth of field, elegant negative space for magazine layout, neutral charcoal background, high contrast, refined color grading, extremely realistic materials, no extra objects, no text, 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:7@1',
  positivePrompt: 'Ultra-detailed luxury wristwatch product editorial, macro close-up on a brushed titanium chronograph watch resting on dark volcanic stone, sapphire crystal reflections, precisely machined bezel markings, visible texture on black rubber strap, subtle water droplets, dramatic studio lighting with soft rim light and controlled specular highlights, premium advertising photography, photorealistic, razor-sharp focus on the watch face, shallow depth of field, elegant negative space for magazine layout, neutral charcoal background, high contrast, refined color grading, extremely realistic materials, no extra objects, no text, no logos',
  width: 1024,
  height: 1024,
  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:7@1",
            "positivePrompt": "Ultra-detailed luxury wristwatch product editorial, macro close-up on a brushed titanium chronograph watch resting on dark volcanic stone, sapphire crystal reflections, precisely machined bezel markings, visible texture on black rubber strap, subtle water droplets, dramatic studio lighting with soft rim light and controlled specular highlights, premium advertising photography, photorealistic, razor-sharp focus on the watch face, shallow depth of field, elegant negative space for magazine layout, neutral charcoal background, high contrast, refined color grading, extremely realistic materials, no extra objects, no text, no logos",
            "width": 1024,
            "height": 1024,
            "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": "271a2a9d-7283-4abb-aa97-5fe91241a136",
      "model": "bfl:7@1",
      "positivePrompt": "Ultra-detailed luxury wristwatch product editorial, macro close-up on a brushed titanium chronograph watch resting on dark volcanic stone, sapphire crystal reflections, precisely machined bezel markings, visible texture on black rubber strap, subtle water droplets, dramatic studio lighting with soft rim light and controlled specular highlights, premium advertising photography, photorealistic, razor-sharp focus on the watch face, shallow depth of field, elegant negative space for magazine layout, neutral charcoal background, high contrast, refined color grading, extremely realistic materials, no extra objects, no text, no logos",
      "width": 1024,
      "height": 1024,
      "providerSettings": {
        "bfl": {
          "promptUpsampling": true,
          "safetyTolerance": 2
        }
      }
    }
  ]'
runware run bfl:7@1 \
  positivePrompt="Ultra-detailed luxury wristwatch product editorial, macro close-up on a brushed titanium chronograph watch resting on dark volcanic stone, sapphire crystal reflections, precisely machined bezel markings, visible texture on black rubber strap, subtle water droplets, dramatic studio lighting with soft rim light and controlled specular highlights, premium advertising photography, photorealistic, razor-sharp focus on the watch face, shallow depth of field, elegant negative space for magazine layout, neutral charcoal background, high contrast, refined color grading, extremely realistic materials, no extra objects, no text, no logos" \
  width=1024 \
  height=1024 \
  providerSettings.bfl.promptUpsampling=true \
  providerSettings.bfl.safetyTolerance=2
{
  "taskType": "imageInference",
  "taskUUID": "271a2a9d-7283-4abb-aa97-5fe91241a136",
  "model": "bfl:7@1",
  "positivePrompt": "Ultra-detailed luxury wristwatch product editorial, macro close-up on a brushed titanium chronograph watch resting on dark volcanic stone, sapphire crystal reflections, precisely machined bezel markings, visible texture on black rubber strap, subtle water droplets, dramatic studio lighting with soft rim light and controlled specular highlights, premium advertising photography, photorealistic, razor-sharp focus on the watch face, shallow depth of field, elegant negative space for magazine layout, neutral charcoal background, high contrast, refined color grading, extremely realistic materials, no extra objects, no text, no logos",
  "width": 1024,
  "height": 1024,
  "providerSettings": {
    "bfl": {
      "promptUpsampling": true,
      "safetyTolerance": 2
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "271a2a9d-7283-4abb-aa97-5fe91241a136",
  "imageUUID": "5e8ef17b-637b-4e2d-82cb-8b8c95864e78",
  "imageURL": "https://im.runware.ai/image/os/a17d13/ws/2/ii/5e8ef17b-637b-4e2d-82cb-8b8c95864e78.jpg",
  "seed": 724078346,
  "cost": 0.07
}
Text to Image

Breaking News Photoreal Montage

Breaking News Photoreal Montage

Photorealistic front-page editorial image of a bustling coastal smart city in 2026 after a major clean-energy breakthrough, sunrise golden light reflecting off modern glass towers, autonomous electric buses, cyclists, pedestrians in contemporary fashion, harbor with offshore wind turbines and sleek cargo ships, large public plaza with interactive climate dashboard screens, subtle news-documentary composition, realistic signage, natural skin tones, crisp architectural detail, atmospheric depth, authentic candid moments, shot like a high-end full-frame press photograph, 35mm lens, ultra-detailed, balanced contrast, globally relevant contemporary aesthetics

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:7@1',
  positivePrompt: 'Photorealistic front-page editorial image of a bustling coastal smart city in 2026 after a major clean-energy breakthrough, sunrise golden light reflecting off modern glass towers, autonomous electric buses, cyclists, pedestrians in contemporary fashion, harbor with offshore wind turbines and sleek cargo ships, large public plaza with interactive climate dashboard screens, subtle news-documentary composition, realistic signage, natural skin tones, crisp architectural detail, atmospheric depth, authentic candid moments, shot like a high-end full-frame press photograph, 35mm lens, ultra-detailed, balanced contrast, globally relevant contemporary aesthetics',
  width: 1536,
  height: 1024,
  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:7@1",
            "positivePrompt": "Photorealistic front-page editorial image of a bustling coastal smart city in 2026 after a major clean-energy breakthrough, sunrise golden light reflecting off modern glass towers, autonomous electric buses, cyclists, pedestrians in contemporary fashion, harbor with offshore wind turbines and sleek cargo ships, large public plaza with interactive climate dashboard screens, subtle news-documentary composition, realistic signage, natural skin tones, crisp architectural detail, atmospheric depth, authentic candid moments, shot like a high-end full-frame press photograph, 35mm lens, ultra-detailed, balanced contrast, globally relevant contemporary aesthetics",
            "width": 1536,
            "height": 1024,
            "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": "47c9dc10-c1d3-4952-bef3-496bec358e45",
      "model": "bfl:7@1",
      "positivePrompt": "Photorealistic front-page editorial image of a bustling coastal smart city in 2026 after a major clean-energy breakthrough, sunrise golden light reflecting off modern glass towers, autonomous electric buses, cyclists, pedestrians in contemporary fashion, harbor with offshore wind turbines and sleek cargo ships, large public plaza with interactive climate dashboard screens, subtle news-documentary composition, realistic signage, natural skin tones, crisp architectural detail, atmospheric depth, authentic candid moments, shot like a high-end full-frame press photograph, 35mm lens, ultra-detailed, balanced contrast, globally relevant contemporary aesthetics",
      "width": 1536,
      "height": 1024,
      "providerSettings": {
        "bfl": {
          "promptUpsampling": true,
          "safetyTolerance": 2
        }
      }
    }
  ]'
runware run bfl:7@1 \
  positivePrompt="Photorealistic front-page editorial image of a bustling coastal smart city in 2026 after a major clean-energy breakthrough, sunrise golden light reflecting off modern glass towers, autonomous electric buses, cyclists, pedestrians in contemporary fashion, harbor with offshore wind turbines and sleek cargo ships, large public plaza with interactive climate dashboard screens, subtle news-documentary composition, realistic signage, natural skin tones, crisp architectural detail, atmospheric depth, authentic candid moments, shot like a high-end full-frame press photograph, 35mm lens, ultra-detailed, balanced contrast, globally relevant contemporary aesthetics" \
  width=1536 \
  height=1024 \
  providerSettings.bfl.promptUpsampling=true \
  providerSettings.bfl.safetyTolerance=2
{
  "taskType": "imageInference",
  "taskUUID": "47c9dc10-c1d3-4952-bef3-496bec358e45",
  "model": "bfl:7@1",
  "positivePrompt": "Photorealistic front-page editorial image of a bustling coastal smart city in 2026 after a major clean-energy breakthrough, sunrise golden light reflecting off modern glass towers, autonomous electric buses, cyclists, pedestrians in contemporary fashion, harbor with offshore wind turbines and sleek cargo ships, large public plaza with interactive climate dashboard screens, subtle news-documentary composition, realistic signage, natural skin tones, crisp architectural detail, atmospheric depth, authentic candid moments, shot like a high-end full-frame press photograph, 35mm lens, ultra-detailed, balanced contrast, globally relevant contemporary aesthetics",
  "width": 1536,
  "height": 1024,
  "providerSettings": {
    "bfl": {
      "promptUpsampling": true,
      "safetyTolerance": 2
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "47c9dc10-c1d3-4952-bef3-496bec358e45",
  "imageUUID": "ed54c92c-5fe0-4afb-9011-b2320dc4513d",
  "imageURL": "https://im.runware.ai/image/os/a03d21/ws/2/ii/ed54c92c-5fe0-4afb-9011-b2320dc4513d.jpg",
  "seed": 835041428,
  "cost": 0.1
}
Text to Image

Editorial Travel Poster

Editorial Travel Poster

An ultra-detailed editorial travel poster for a remote Nordic coastal village in peak summer, dramatic golden-hour sunlight, colorful wooden houses on rocky shoreline, glassy water reflecting the sky, wildflowers in the foreground, distant snow-capped mountains, crisp atmospheric depth, tasteful luxury-magazine aesthetic, photorealistic textures, balanced composition with clear negative space at the top for headline typography, natural color grading, subtle breeze in flags and grasses, high realism, immaculate architectural details, visually striking yet elegant

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:7@1',
  positivePrompt: 'An ultra-detailed editorial travel poster for a remote Nordic coastal village in peak summer, dramatic golden-hour sunlight, colorful wooden houses on rocky shoreline, glassy water reflecting the sky, wildflowers in the foreground, distant snow-capped mountains, crisp atmospheric depth, tasteful luxury-magazine aesthetic, photorealistic textures, balanced composition with clear negative space at the top for headline typography, natural color grading, subtle breeze in flags and grasses, high realism, immaculate architectural details, visually striking yet elegant',
  width: 1024,
  height: 1536,
  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:7@1",
            "positivePrompt": "An ultra-detailed editorial travel poster for a remote Nordic coastal village in peak summer, dramatic golden-hour sunlight, colorful wooden houses on rocky shoreline, glassy water reflecting the sky, wildflowers in the foreground, distant snow-capped mountains, crisp atmospheric depth, tasteful luxury-magazine aesthetic, photorealistic textures, balanced composition with clear negative space at the top for headline typography, natural color grading, subtle breeze in flags and grasses, high realism, immaculate architectural details, visually striking yet elegant",
            "width": 1024,
            "height": 1536,
            "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": "510f6463-4270-418a-b9a5-952b76063bff",
      "model": "bfl:7@1",
      "positivePrompt": "An ultra-detailed editorial travel poster for a remote Nordic coastal village in peak summer, dramatic golden-hour sunlight, colorful wooden houses on rocky shoreline, glassy water reflecting the sky, wildflowers in the foreground, distant snow-capped mountains, crisp atmospheric depth, tasteful luxury-magazine aesthetic, photorealistic textures, balanced composition with clear negative space at the top for headline typography, natural color grading, subtle breeze in flags and grasses, high realism, immaculate architectural details, visually striking yet elegant",
      "width": 1024,
      "height": 1536,
      "providerSettings": {
        "bfl": {
          "promptUpsampling": true,
          "safetyTolerance": 2
        }
      }
    }
  ]'
runware run bfl:7@1 \
  positivePrompt="An ultra-detailed editorial travel poster for a remote Nordic coastal village in peak summer, dramatic golden-hour sunlight, colorful wooden houses on rocky shoreline, glassy water reflecting the sky, wildflowers in the foreground, distant snow-capped mountains, crisp atmospheric depth, tasteful luxury-magazine aesthetic, photorealistic textures, balanced composition with clear negative space at the top for headline typography, natural color grading, subtle breeze in flags and grasses, high realism, immaculate architectural details, visually striking yet elegant" \
  width=1024 \
  height=1536 \
  providerSettings.bfl.promptUpsampling=true \
  providerSettings.bfl.safetyTolerance=2
{
  "taskType": "imageInference",
  "taskUUID": "510f6463-4270-418a-b9a5-952b76063bff",
  "model": "bfl:7@1",
  "positivePrompt": "An ultra-detailed editorial travel poster for a remote Nordic coastal village in peak summer, dramatic golden-hour sunlight, colorful wooden houses on rocky shoreline, glassy water reflecting the sky, wildflowers in the foreground, distant snow-capped mountains, crisp atmospheric depth, tasteful luxury-magazine aesthetic, photorealistic textures, balanced composition with clear negative space at the top for headline typography, natural color grading, subtle breeze in flags and grasses, high realism, immaculate architectural details, visually striking yet elegant",
  "width": 1024,
  "height": 1536,
  "providerSettings": {
    "bfl": {
      "promptUpsampling": true,
      "safetyTolerance": 2
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "510f6463-4270-418a-b9a5-952b76063bff",
  "imageUUID": "f50d43ff-76ae-42d2-9c8f-30d1c99807f1",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/f50d43ff-76ae-42d2-9c8f-30d1c99807f1.jpg",
  "seed": 1598217539,
  "cost": 0.1
}
Text to Image

Editorial Fashion Lookbook

Editorial Fashion Lookbook

Luxury editorial fashion portrait for a premium lookbook, a confident model standing in a minimalist sandstone courtyard at golden hour, tailored ivory suit with intricate fabric texture, sculptural gold jewelry, soft wind moving the jacket hem, cinematic natural light, realistic skin detail, crisp eyes, elegant composition, high-end magazine photography, subtle depth of field, refined color grading, ultra-detailed textiles, clean architectural lines, sophisticated and modern, photorealistic

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:7@1',
  positivePrompt: 'Luxury editorial fashion portrait for a premium lookbook, a confident model standing in a minimalist sandstone courtyard at golden hour, tailored ivory suit with intricate fabric texture, sculptural gold jewelry, soft wind moving the jacket hem, cinematic natural light, realistic skin detail, crisp eyes, elegant composition, high-end magazine photography, subtle depth of field, refined color grading, ultra-detailed textiles, clean architectural lines, sophisticated and modern, photorealistic',
  width: 1024,
  height: 1536,
  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:7@1",
            "positivePrompt": "Luxury editorial fashion portrait for a premium lookbook, a confident model standing in a minimalist sandstone courtyard at golden hour, tailored ivory suit with intricate fabric texture, sculptural gold jewelry, soft wind moving the jacket hem, cinematic natural light, realistic skin detail, crisp eyes, elegant composition, high-end magazine photography, subtle depth of field, refined color grading, ultra-detailed textiles, clean architectural lines, sophisticated and modern, photorealistic",
            "width": 1024,
            "height": 1536,
            "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": "cb274f8b-8780-43ce-8db9-e871e8040424",
      "model": "bfl:7@1",
      "positivePrompt": "Luxury editorial fashion portrait for a premium lookbook, a confident model standing in a minimalist sandstone courtyard at golden hour, tailored ivory suit with intricate fabric texture, sculptural gold jewelry, soft wind moving the jacket hem, cinematic natural light, realistic skin detail, crisp eyes, elegant composition, high-end magazine photography, subtle depth of field, refined color grading, ultra-detailed textiles, clean architectural lines, sophisticated and modern, photorealistic",
      "width": 1024,
      "height": 1536,
      "providerSettings": {
        "bfl": {
          "promptUpsampling": true,
          "safetyTolerance": 2
        }
      }
    }
  ]'
runware run bfl:7@1 \
  positivePrompt="Luxury editorial fashion portrait for a premium lookbook, a confident model standing in a minimalist sandstone courtyard at golden hour, tailored ivory suit with intricate fabric texture, sculptural gold jewelry, soft wind moving the jacket hem, cinematic natural light, realistic skin detail, crisp eyes, elegant composition, high-end magazine photography, subtle depth of field, refined color grading, ultra-detailed textiles, clean architectural lines, sophisticated and modern, photorealistic" \
  width=1024 \
  height=1536 \
  providerSettings.bfl.promptUpsampling=true \
  providerSettings.bfl.safetyTolerance=2
{
  "taskType": "imageInference",
  "taskUUID": "cb274f8b-8780-43ce-8db9-e871e8040424",
  "model": "bfl:7@1",
  "positivePrompt": "Luxury editorial fashion portrait for a premium lookbook, a confident model standing in a minimalist sandstone courtyard at golden hour, tailored ivory suit with intricate fabric texture, sculptural gold jewelry, soft wind moving the jacket hem, cinematic natural light, realistic skin detail, crisp eyes, elegant composition, high-end magazine photography, subtle depth of field, refined color grading, ultra-detailed textiles, clean architectural lines, sophisticated and modern, photorealistic",
  "width": 1024,
  "height": 1536,
  "providerSettings": {
    "bfl": {
      "promptUpsampling": true,
      "safetyTolerance": 2
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "cb274f8b-8780-43ce-8db9-e871e8040424",
  "imageUUID": "e0514b1d-3e43-4b6a-b923-43538a724b2f",
  "imageURL": "https://im.runware.ai/image/os/a18d05/ws/2/ii/e0514b1d-3e43-4b6a-b923-43538a724b2f.jpg",
  "seed": 1939063193,
  "cost": 0.1
}