MODEL IDrunware:106@1
live

FLUX.1 Kontext [dev]

Black Forest Labs
by Black Forest Labs

FLUX.1 Kontext [dev] is an open weights image editing model tuned for fast iterative development. It supports local edits and full scene changes from prompts. Use it for style transfer, background swaps, object edits, and character consistent variations in your pipelines.

FLUX.1 Kontext [dev]
text-to-image

Coastal Floodgate Winter Lighting Visualization

Coastal Floodgate Winter Lighting Visualization

Create a photorealistic architectural visualization of a monumental 1970s coastal floodgate station converted into a marine research center, shown during a clear winter blue hour just after sunset. Compose a wide landscape view from the opposite side of the tidal basin, with the low brutalist concrete control building, three enormous steel sluice gates, exterior stairs, railings and service gantries fully visible. Relight the architecture with a restrained professional lighting scheme: warm recessed light glowing through narrow windows, amber linear fixtures beneath the cantilevered concrete roof, subtle white grazing light revealing board-marked concrete, and small red marine navigation lamps reflected in the water. Add thin snow caught along parapets and catwalks, patches of black ice on wet concrete, dormant salt-marsh grasses and a faint veil of sea mist near the gates. Deep cobalt sky, cold cyan ambient light, charcoal concrete, oxidized steel and precise warm highlights. Quiet, windswept, technically credible and cinematic without looking theatrical. Eye-level architectural photography, clean perspective, realistic materials, crisp structural detail, natural reflections, no people, no signage, no lettering, no logos.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:106@1',
  positivePrompt: 'Create a photorealistic architectural visualization of a monumental 1970s coastal floodgate station converted into a marine research center, shown during a clear winter blue hour just after sunset. Compose a wide landscape view from the opposite side of the tidal basin, with the low brutalist concrete control building, three enormous steel sluice gates, exterior stairs, railings and service gantries fully visible. Relight the architecture with a restrained professional lighting scheme: warm recessed light glowing through narrow windows, amber linear fixtures beneath the cantilevered concrete roof, subtle white grazing light revealing board-marked concrete, and small red marine navigation lamps reflected in the water. Add thin snow caught along parapets and catwalks, patches of black ice on wet concrete, dormant salt-marsh grasses and a faint veil of sea mist near the gates. Deep cobalt sky, cold cyan ambient light, charcoal concrete, oxidized steel and precise warm highlights. Quiet, windswept, technically credible and cinematic without looking theatrical. Eye-level architectural photography, clean perspective, realistic materials, crisp structural detail, natural reflections, no people, no signage, no lettering, no logos.',
  negativePrompt: 'daylight, summer foliage, tropical weather, heavy snowfall obscuring the building, fantasy architecture, neon cyberpunk lighting, exaggerated orange-and-teal grading, dramatic lightning, crowds, vehicles, boats, text, watermark, logo, interface elements, distorted structure, implausible reflections',
  width: 1248,
  height: 832
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:106@1",
            "positivePrompt": "Create a photorealistic architectural visualization of a monumental 1970s coastal floodgate station converted into a marine research center, shown during a clear winter blue hour just after sunset. Compose a wide landscape view from the opposite side of the tidal basin, with the low brutalist concrete control building, three enormous steel sluice gates, exterior stairs, railings and service gantries fully visible. Relight the architecture with a restrained professional lighting scheme: warm recessed light glowing through narrow windows, amber linear fixtures beneath the cantilevered concrete roof, subtle white grazing light revealing board-marked concrete, and small red marine navigation lamps reflected in the water. Add thin snow caught along parapets and catwalks, patches of black ice on wet concrete, dormant salt-marsh grasses and a faint veil of sea mist near the gates. Deep cobalt sky, cold cyan ambient light, charcoal concrete, oxidized steel and precise warm highlights. Quiet, windswept, technically credible and cinematic without looking theatrical. Eye-level architectural photography, clean perspective, realistic materials, crisp structural detail, natural reflections, no people, no signage, no lettering, no logos.",
            "negativePrompt": "daylight, summer foliage, tropical weather, heavy snowfall obscuring the building, fantasy architecture, neon cyberpunk lighting, exaggerated orange-and-teal grading, dramatic lightning, crowds, vehicles, boats, text, watermark, logo, interface elements, distorted structure, implausible reflections",
            "width": 1248,
            "height": 832
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "18e6d02f-74d2-4314-aab6-640c3dea4842",
      "model": "runware:106@1",
      "positivePrompt": "Create a photorealistic architectural visualization of a monumental 1970s coastal floodgate station converted into a marine research center, shown during a clear winter blue hour just after sunset. Compose a wide landscape view from the opposite side of the tidal basin, with the low brutalist concrete control building, three enormous steel sluice gates, exterior stairs, railings and service gantries fully visible. Relight the architecture with a restrained professional lighting scheme: warm recessed light glowing through narrow windows, amber linear fixtures beneath the cantilevered concrete roof, subtle white grazing light revealing board-marked concrete, and small red marine navigation lamps reflected in the water. Add thin snow caught along parapets and catwalks, patches of black ice on wet concrete, dormant salt-marsh grasses and a faint veil of sea mist near the gates. Deep cobalt sky, cold cyan ambient light, charcoal concrete, oxidized steel and precise warm highlights. Quiet, windswept, technically credible and cinematic without looking theatrical. Eye-level architectural photography, clean perspective, realistic materials, crisp structural detail, natural reflections, no people, no signage, no lettering, no logos.",
      "negativePrompt": "daylight, summer foliage, tropical weather, heavy snowfall obscuring the building, fantasy architecture, neon cyberpunk lighting, exaggerated orange-and-teal grading, dramatic lightning, crowds, vehicles, boats, text, watermark, logo, interface elements, distorted structure, implausible reflections",
      "width": 1248,
      "height": 832
    }
  ]'
runware run runware:106@1 \
  positivePrompt="Create a photorealistic architectural visualization of a monumental 1970s coastal floodgate station converted into a marine research center, shown during a clear winter blue hour just after sunset. Compose a wide landscape view from the opposite side of the tidal basin, with the low brutalist concrete control building, three enormous steel sluice gates, exterior stairs, railings and service gantries fully visible. Relight the architecture with a restrained professional lighting scheme: warm recessed light glowing through narrow windows, amber linear fixtures beneath the cantilevered concrete roof, subtle white grazing light revealing board-marked concrete, and small red marine navigation lamps reflected in the water. Add thin snow caught along parapets and catwalks, patches of black ice on wet concrete, dormant salt-marsh grasses and a faint veil of sea mist near the gates. Deep cobalt sky, cold cyan ambient light, charcoal concrete, oxidized steel and precise warm highlights. Quiet, windswept, technically credible and cinematic without looking theatrical. Eye-level architectural photography, clean perspective, realistic materials, crisp structural detail, natural reflections, no people, no signage, no lettering, no logos." \
  negativePrompt="daylight, summer foliage, tropical weather, heavy snowfall obscuring the building, fantasy architecture, neon cyberpunk lighting, exaggerated orange-and-teal grading, dramatic lightning, crowds, vehicles, boats, text, watermark, logo, interface elements, distorted structure, implausible reflections" \
  width=1248 \
  height=832
{
  "taskType": "imageInference",
  "taskUUID": "18e6d02f-74d2-4314-aab6-640c3dea4842",
  "model": "runware:106@1",
  "positivePrompt": "Create a photorealistic architectural visualization of a monumental 1970s coastal floodgate station converted into a marine research center, shown during a clear winter blue hour just after sunset. Compose a wide landscape view from the opposite side of the tidal basin, with the low brutalist concrete control building, three enormous steel sluice gates, exterior stairs, railings and service gantries fully visible. Relight the architecture with a restrained professional lighting scheme: warm recessed light glowing through narrow windows, amber linear fixtures beneath the cantilevered concrete roof, subtle white grazing light revealing board-marked concrete, and small red marine navigation lamps reflected in the water. Add thin snow caught along parapets and catwalks, patches of black ice on wet concrete, dormant salt-marsh grasses and a faint veil of sea mist near the gates. Deep cobalt sky, cold cyan ambient light, charcoal concrete, oxidized steel and precise warm highlights. Quiet, windswept, technically credible and cinematic without looking theatrical. Eye-level architectural photography, clean perspective, realistic materials, crisp structural detail, natural reflections, no people, no signage, no lettering, no logos.",
  "negativePrompt": "daylight, summer foliage, tropical weather, heavy snowfall obscuring the building, fantasy architecture, neon cyberpunk lighting, exaggerated orange-and-teal grading, dramatic lightning, crowds, vehicles, boats, text, watermark, logo, interface elements, distorted structure, implausible reflections",
  "width": 1248,
  "height": 832
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "18e6d02f-74d2-4314-aab6-640c3dea4842",
  "imageUUID": "64e384a0-7ea2-4138-8180-44dde245bf6c",
  "imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/64e384a0-7ea2-4138-8180-44dde245bf6c.jpg",
  "seed": 1392621061,
  "cost": 0.0098
}
text-to-image

Subsea Robot Reef Survey Composite

Subsea Robot Reef Survey Composite

Create a polished background-replacement-style environmental composite for a marine robotics company’s annual report. The subject is a compact professional subsea inspection ROV with a bright safety-yellow pressure housing, black protective frame, paired manipulator claws, four small thrusters, front camera dome, work lights and a thin tether trailing behind it. Show the complete ROV in crisp three-quarter profile, moving from left to right and occupying the left-center of the landscape frame. Place it naturally in a cold-water kelp forest survey site: tall olive-green kelp columns, suspended particles, slate rock formations, a few restrained schools of silver fish and pale shafts of sunlight descending through deep teal water. One work light softly illuminates a rock face covered with small anemones, clearly communicating scientific inspection rather than adventure fantasy. Match underwater haze, directional light, color absorption and contact shadows across the robot so the composite feels physically convincing. Premium documentary photography, technically credible equipment, calm scientific mood, turquoise, olive and safety-yellow palette, generous open water on the right for editorial layout, no lettering, no logo, no interface graphics.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:106@1',
  positivePrompt: 'Create a polished background-replacement-style environmental composite for a marine robotics company’s annual report. The subject is a compact professional subsea inspection ROV with a bright safety-yellow pressure housing, black protective frame, paired manipulator claws, four small thrusters, front camera dome, work lights and a thin tether trailing behind it. Show the complete ROV in crisp three-quarter profile, moving from left to right and occupying the left-center of the landscape frame. Place it naturally in a cold-water kelp forest survey site: tall olive-green kelp columns, suspended particles, slate rock formations, a few restrained schools of silver fish and pale shafts of sunlight descending through deep teal water. One work light softly illuminates a rock face covered with small anemones, clearly communicating scientific inspection rather than adventure fantasy. Match underwater haze, directional light, color absorption and contact shadows across the robot so the composite feels physically convincing. Premium documentary photography, technically credible equipment, calm scientific mood, turquoise, olive and safety-yellow palette, generous open water on the right for editorial layout, no lettering, no logo, no interface graphics.',
  negativePrompt: 'Cartoon styling, fantasy sea creatures, tropical coral reef, scuba divers, submarine cockpit, military weapons, excessive bubbles, murky subject, distorted machinery, duplicated thrusters, extra claws, unreadable labels, text, logos, borders, app interface',
  width: 1248,
  height: 832
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:106@1",
            "positivePrompt": "Create a polished background-replacement-style environmental composite for a marine robotics company’s annual report. The subject is a compact professional subsea inspection ROV with a bright safety-yellow pressure housing, black protective frame, paired manipulator claws, four small thrusters, front camera dome, work lights and a thin tether trailing behind it. Show the complete ROV in crisp three-quarter profile, moving from left to right and occupying the left-center of the landscape frame. Place it naturally in a cold-water kelp forest survey site: tall olive-green kelp columns, suspended particles, slate rock formations, a few restrained schools of silver fish and pale shafts of sunlight descending through deep teal water. One work light softly illuminates a rock face covered with small anemones, clearly communicating scientific inspection rather than adventure fantasy. Match underwater haze, directional light, color absorption and contact shadows across the robot so the composite feels physically convincing. Premium documentary photography, technically credible equipment, calm scientific mood, turquoise, olive and safety-yellow palette, generous open water on the right for editorial layout, no lettering, no logo, no interface graphics.",
            "negativePrompt": "Cartoon styling, fantasy sea creatures, tropical coral reef, scuba divers, submarine cockpit, military weapons, excessive bubbles, murky subject, distorted machinery, duplicated thrusters, extra claws, unreadable labels, text, logos, borders, app interface",
            "width": 1248,
            "height": 832
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "f6711dc6-d36f-43a0-a942-93c9a1d3ac30",
      "model": "runware:106@1",
      "positivePrompt": "Create a polished background-replacement-style environmental composite for a marine robotics company’s annual report. The subject is a compact professional subsea inspection ROV with a bright safety-yellow pressure housing, black protective frame, paired manipulator claws, four small thrusters, front camera dome, work lights and a thin tether trailing behind it. Show the complete ROV in crisp three-quarter profile, moving from left to right and occupying the left-center of the landscape frame. Place it naturally in a cold-water kelp forest survey site: tall olive-green kelp columns, suspended particles, slate rock formations, a few restrained schools of silver fish and pale shafts of sunlight descending through deep teal water. One work light softly illuminates a rock face covered with small anemones, clearly communicating scientific inspection rather than adventure fantasy. Match underwater haze, directional light, color absorption and contact shadows across the robot so the composite feels physically convincing. Premium documentary photography, technically credible equipment, calm scientific mood, turquoise, olive and safety-yellow palette, generous open water on the right for editorial layout, no lettering, no logo, no interface graphics.",
      "negativePrompt": "Cartoon styling, fantasy sea creatures, tropical coral reef, scuba divers, submarine cockpit, military weapons, excessive bubbles, murky subject, distorted machinery, duplicated thrusters, extra claws, unreadable labels, text, logos, borders, app interface",
      "width": 1248,
      "height": 832
    }
  ]'
runware run runware:106@1 \
  positivePrompt="Create a polished background-replacement-style environmental composite for a marine robotics company’s annual report. The subject is a compact professional subsea inspection ROV with a bright safety-yellow pressure housing, black protective frame, paired manipulator claws, four small thrusters, front camera dome, work lights and a thin tether trailing behind it. Show the complete ROV in crisp three-quarter profile, moving from left to right and occupying the left-center of the landscape frame. Place it naturally in a cold-water kelp forest survey site: tall olive-green kelp columns, suspended particles, slate rock formations, a few restrained schools of silver fish and pale shafts of sunlight descending through deep teal water. One work light softly illuminates a rock face covered with small anemones, clearly communicating scientific inspection rather than adventure fantasy. Match underwater haze, directional light, color absorption and contact shadows across the robot so the composite feels physically convincing. Premium documentary photography, technically credible equipment, calm scientific mood, turquoise, olive and safety-yellow palette, generous open water on the right for editorial layout, no lettering, no logo, no interface graphics." \
  negativePrompt="Cartoon styling, fantasy sea creatures, tropical coral reef, scuba divers, submarine cockpit, military weapons, excessive bubbles, murky subject, distorted machinery, duplicated thrusters, extra claws, unreadable labels, text, logos, borders, app interface" \
  width=1248 \
  height=832
{
  "taskType": "imageInference",
  "taskUUID": "f6711dc6-d36f-43a0-a942-93c9a1d3ac30",
  "model": "runware:106@1",
  "positivePrompt": "Create a polished background-replacement-style environmental composite for a marine robotics company’s annual report. The subject is a compact professional subsea inspection ROV with a bright safety-yellow pressure housing, black protective frame, paired manipulator claws, four small thrusters, front camera dome, work lights and a thin tether trailing behind it. Show the complete ROV in crisp three-quarter profile, moving from left to right and occupying the left-center of the landscape frame. Place it naturally in a cold-water kelp forest survey site: tall olive-green kelp columns, suspended particles, slate rock formations, a few restrained schools of silver fish and pale shafts of sunlight descending through deep teal water. One work light softly illuminates a rock face covered with small anemones, clearly communicating scientific inspection rather than adventure fantasy. Match underwater haze, directional light, color absorption and contact shadows across the robot so the composite feels physically convincing. Premium documentary photography, technically credible equipment, calm scientific mood, turquoise, olive and safety-yellow palette, generous open water on the right for editorial layout, no lettering, no logo, no interface graphics.",
  "negativePrompt": "Cartoon styling, fantasy sea creatures, tropical coral reef, scuba divers, submarine cockpit, military weapons, excessive bubbles, murky subject, distorted machinery, duplicated thrusters, extra claws, unreadable labels, text, logos, borders, app interface",
  "width": 1248,
  "height": 832
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "f6711dc6-d36f-43a0-a942-93c9a1d3ac30",
  "imageUUID": "cbdc1711-9e46-4dcc-8f2c-6c1b56efbd22",
  "imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/cbdc1711-9e46-4dcc-8f2c-6c1b56efbd22.jpg",
  "seed": 956012828,
  "cost": 0.0098
}
reference-to-image

Foley Artist Editorial Headshot

Foley Artist Editorial Headshot

Edit the supplied photograph into a refined vertical editorial headshot for this Foley artist's film-industry conference speaker profile. Preserve her exact identity, facial structure, silver bob, dark round glasses, mole below the left cheekbone, earrings, age, skin tone, and warm self-assured expression. Correct the green color cast and uneven exposure. Apply restrained professional retouching: retain pores, smile lines, realistic under-eye texture, and individual silver hairs; remove only temporary blemishes, flyaways crossing the eyes, and distracting lens glare. Replace the rumpled flannel overshirt with a tailored cobalt-blue cotton chore jacket over a clean ivory crewneck. Reframe from mid-chest upward with comfortable space above her hair. Use soft high-key window light with a crisp catchlight and gentle facial modeling. Organize the Foley studio background into a softly defocused, credible arrangement of shoes, textured floor samples, and sound props, accented by butter-yellow and powder-blue acoustic panels. Optimistic, intelligent, contemporary trade-editorial art direction; clean color separation; natural photographic detail; no text or 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: 'runware:106@1',
  positivePrompt: 'Edit the supplied photograph into a refined vertical editorial headshot for this Foley artist\'s film-industry conference speaker profile. Preserve her exact identity, facial structure, silver bob, dark round glasses, mole below the left cheekbone, earrings, age, skin tone, and warm self-assured expression. Correct the green color cast and uneven exposure. Apply restrained professional retouching: retain pores, smile lines, realistic under-eye texture, and individual silver hairs; remove only temporary blemishes, flyaways crossing the eyes, and distracting lens glare. Replace the rumpled flannel overshirt with a tailored cobalt-blue cotton chore jacket over a clean ivory crewneck. Reframe from mid-chest upward with comfortable space above her hair. Use soft high-key window light with a crisp catchlight and gentle facial modeling. Organize the Foley studio background into a softly defocused, credible arrangement of shoes, textured floor samples, and sound props, accented by butter-yellow and powder-blue acoustic panels. Optimistic, intelligent, contemporary trade-editorial art direction; clean color separation; natural photographic detail; no text or logos.',
  negativePrompt: 'De-aging, changed identity, altered face shape, plastic skin, heavy beauty makeup, erased wrinkles, missing mole, changed hairstyle, different glasses, distorted hands, duplicate props, fake bokeh halos, harsh rim light, corporate office background, fantasy elements, text, logos, watermark',
  width: 832,
  height: 1248,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/744b6657-72c4-4e91-ae59-879fbdd983eb.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:106@1",
            "positivePrompt": "Edit the supplied photograph into a refined vertical editorial headshot for this Foley artist's film-industry conference speaker profile. Preserve her exact identity, facial structure, silver bob, dark round glasses, mole below the left cheekbone, earrings, age, skin tone, and warm self-assured expression. Correct the green color cast and uneven exposure. Apply restrained professional retouching: retain pores, smile lines, realistic under-eye texture, and individual silver hairs; remove only temporary blemishes, flyaways crossing the eyes, and distracting lens glare. Replace the rumpled flannel overshirt with a tailored cobalt-blue cotton chore jacket over a clean ivory crewneck. Reframe from mid-chest upward with comfortable space above her hair. Use soft high-key window light with a crisp catchlight and gentle facial modeling. Organize the Foley studio background into a softly defocused, credible arrangement of shoes, textured floor samples, and sound props, accented by butter-yellow and powder-blue acoustic panels. Optimistic, intelligent, contemporary trade-editorial art direction; clean color separation; natural photographic detail; no text or logos.",
            "negativePrompt": "De-aging, changed identity, altered face shape, plastic skin, heavy beauty makeup, erased wrinkles, missing mole, changed hairstyle, different glasses, distorted hands, duplicate props, fake bokeh halos, harsh rim light, corporate office background, fantasy elements, text, logos, watermark",
            "width": 832,
            "height": 1248,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/744b6657-72c4-4e91-ae59-879fbdd983eb.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": "acee8b58-c8a4-43ef-a019-8ba9ab948d79",
      "model": "runware:106@1",
      "positivePrompt": "Edit the supplied photograph into a refined vertical editorial headshot for this Foley artist's film-industry conference speaker profile. Preserve her exact identity, facial structure, silver bob, dark round glasses, mole below the left cheekbone, earrings, age, skin tone, and warm self-assured expression. Correct the green color cast and uneven exposure. Apply restrained professional retouching: retain pores, smile lines, realistic under-eye texture, and individual silver hairs; remove only temporary blemishes, flyaways crossing the eyes, and distracting lens glare. Replace the rumpled flannel overshirt with a tailored cobalt-blue cotton chore jacket over a clean ivory crewneck. Reframe from mid-chest upward with comfortable space above her hair. Use soft high-key window light with a crisp catchlight and gentle facial modeling. Organize the Foley studio background into a softly defocused, credible arrangement of shoes, textured floor samples, and sound props, accented by butter-yellow and powder-blue acoustic panels. Optimistic, intelligent, contemporary trade-editorial art direction; clean color separation; natural photographic detail; no text or logos.",
      "negativePrompt": "De-aging, changed identity, altered face shape, plastic skin, heavy beauty makeup, erased wrinkles, missing mole, changed hairstyle, different glasses, distorted hands, duplicate props, fake bokeh halos, harsh rim light, corporate office background, fantasy elements, text, logos, watermark",
      "width": 832,
      "height": 1248,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/744b6657-72c4-4e91-ae59-879fbdd983eb.jpg"
        ]
      }
    }
  ]'
runware run runware:106@1 \
  positivePrompt="Edit the supplied photograph into a refined vertical editorial headshot for this Foley artist's film-industry conference speaker profile. Preserve her exact identity, facial structure, silver bob, dark round glasses, mole below the left cheekbone, earrings, age, skin tone, and warm self-assured expression. Correct the green color cast and uneven exposure. Apply restrained professional retouching: retain pores, smile lines, realistic under-eye texture, and individual silver hairs; remove only temporary blemishes, flyaways crossing the eyes, and distracting lens glare. Replace the rumpled flannel overshirt with a tailored cobalt-blue cotton chore jacket over a clean ivory crewneck. Reframe from mid-chest upward with comfortable space above her hair. Use soft high-key window light with a crisp catchlight and gentle facial modeling. Organize the Foley studio background into a softly defocused, credible arrangement of shoes, textured floor samples, and sound props, accented by butter-yellow and powder-blue acoustic panels. Optimistic, intelligent, contemporary trade-editorial art direction; clean color separation; natural photographic detail; no text or logos." \
  negativePrompt="De-aging, changed identity, altered face shape, plastic skin, heavy beauty makeup, erased wrinkles, missing mole, changed hairstyle, different glasses, distorted hands, duplicate props, fake bokeh halos, harsh rim light, corporate office background, fantasy elements, text, logos, watermark" \
  width=832 \
  height=1248 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/744b6657-72c4-4e91-ae59-879fbdd983eb.jpg
{
  "taskType": "imageInference",
  "taskUUID": "acee8b58-c8a4-43ef-a019-8ba9ab948d79",
  "model": "runware:106@1",
  "positivePrompt": "Edit the supplied photograph into a refined vertical editorial headshot for this Foley artist's film-industry conference speaker profile. Preserve her exact identity, facial structure, silver bob, dark round glasses, mole below the left cheekbone, earrings, age, skin tone, and warm self-assured expression. Correct the green color cast and uneven exposure. Apply restrained professional retouching: retain pores, smile lines, realistic under-eye texture, and individual silver hairs; remove only temporary blemishes, flyaways crossing the eyes, and distracting lens glare. Replace the rumpled flannel overshirt with a tailored cobalt-blue cotton chore jacket over a clean ivory crewneck. Reframe from mid-chest upward with comfortable space above her hair. Use soft high-key window light with a crisp catchlight and gentle facial modeling. Organize the Foley studio background into a softly defocused, credible arrangement of shoes, textured floor samples, and sound props, accented by butter-yellow and powder-blue acoustic panels. Optimistic, intelligent, contemporary trade-editorial art direction; clean color separation; natural photographic detail; no text or logos.",
  "negativePrompt": "De-aging, changed identity, altered face shape, plastic skin, heavy beauty makeup, erased wrinkles, missing mole, changed hairstyle, different glasses, distorted hands, duplicate props, fake bokeh halos, harsh rim light, corporate office background, fantasy elements, text, logos, watermark",
  "width": 832,
  "height": 1248,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/744b6657-72c4-4e91-ae59-879fbdd983eb.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "acee8b58-c8a4-43ef-a019-8ba9ab948d79",
  "imageUUID": "b28af94c-9387-420e-bb5a-1136a85a1236",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/b28af94c-9387-420e-bb5a-1136a85a1236.jpg",
  "seed": 1683241193,
  "cost": 0.013
}
reference-to-image

Urban Raptor Conservation Portrait

Urban Raptor Conservation Portrait

Replace only the plain studio background with an authentic city rooftop used for an evening urban-raptor survey. Preserve the wildlife handler and barn owl as the same recognizable subjects from the reference: keep her face, hair, expression, body proportions, charcoal field clothing, pose, leather glove, and every visible strap and buckle unchanged; retain the owl's exact facial markings, cream-and-tawny plumage, scale, posture, feet, and jesses. Place them naturally near a low weathered parapet with discreet survey equipment and distant apartment roofs behind them. Blue-hour sky, inky cyan shadows, restrained amber window bokeh, and a soft rooftop security light that matches the original key-light direction. Photorealistic conservation editorial photography, calm and watchful mood, realistic contact shadows and edge integration, shallow background depth of field. Vertical annual-report cover composition at 832x1248 with modest clear space above the subjects; no lettering, logos, fantasy elements, or additional people or animals.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:106@1',
  positivePrompt: 'Replace only the plain studio background with an authentic city rooftop used for an evening urban-raptor survey. Preserve the wildlife handler and barn owl as the same recognizable subjects from the reference: keep her face, hair, expression, body proportions, charcoal field clothing, pose, leather glove, and every visible strap and buckle unchanged; retain the owl\'s exact facial markings, cream-and-tawny plumage, scale, posture, feet, and jesses. Place them naturally near a low weathered parapet with discreet survey equipment and distant apartment roofs behind them. Blue-hour sky, inky cyan shadows, restrained amber window bokeh, and a soft rooftop security light that matches the original key-light direction. Photorealistic conservation editorial photography, calm and watchful mood, realistic contact shadows and edge integration, shallow background depth of field. Vertical annual-report cover composition at 832x1248 with modest clear space above the subjects; no lettering, logos, fantasy elements, or additional people or animals.',
  width: 832,
  height: 1248,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/0d890e01-75d4-460c-9c0b-179b43a9c74b.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:106@1",
            "positivePrompt": "Replace only the plain studio background with an authentic city rooftop used for an evening urban-raptor survey. Preserve the wildlife handler and barn owl as the same recognizable subjects from the reference: keep her face, hair, expression, body proportions, charcoal field clothing, pose, leather glove, and every visible strap and buckle unchanged; retain the owl's exact facial markings, cream-and-tawny plumage, scale, posture, feet, and jesses. Place them naturally near a low weathered parapet with discreet survey equipment and distant apartment roofs behind them. Blue-hour sky, inky cyan shadows, restrained amber window bokeh, and a soft rooftop security light that matches the original key-light direction. Photorealistic conservation editorial photography, calm and watchful mood, realistic contact shadows and edge integration, shallow background depth of field. Vertical annual-report cover composition at 832x1248 with modest clear space above the subjects; no lettering, logos, fantasy elements, or additional people or animals.",
            "width": 832,
            "height": 1248,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/0d890e01-75d4-460c-9c0b-179b43a9c74b.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": "c0c1bb10-b981-4c7c-b391-bdfabae22df2",
      "model": "runware:106@1",
      "positivePrompt": "Replace only the plain studio background with an authentic city rooftop used for an evening urban-raptor survey. Preserve the wildlife handler and barn owl as the same recognizable subjects from the reference: keep her face, hair, expression, body proportions, charcoal field clothing, pose, leather glove, and every visible strap and buckle unchanged; retain the owl's exact facial markings, cream-and-tawny plumage, scale, posture, feet, and jesses. Place them naturally near a low weathered parapet with discreet survey equipment and distant apartment roofs behind them. Blue-hour sky, inky cyan shadows, restrained amber window bokeh, and a soft rooftop security light that matches the original key-light direction. Photorealistic conservation editorial photography, calm and watchful mood, realistic contact shadows and edge integration, shallow background depth of field. Vertical annual-report cover composition at 832x1248 with modest clear space above the subjects; no lettering, logos, fantasy elements, or additional people or animals.",
      "width": 832,
      "height": 1248,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/0d890e01-75d4-460c-9c0b-179b43a9c74b.jpg"
        ]
      }
    }
  ]'
runware run runware:106@1 \
  positivePrompt="Replace only the plain studio background with an authentic city rooftop used for an evening urban-raptor survey. Preserve the wildlife handler and barn owl as the same recognizable subjects from the reference: keep her face, hair, expression, body proportions, charcoal field clothing, pose, leather glove, and every visible strap and buckle unchanged; retain the owl's exact facial markings, cream-and-tawny plumage, scale, posture, feet, and jesses. Place them naturally near a low weathered parapet with discreet survey equipment and distant apartment roofs behind them. Blue-hour sky, inky cyan shadows, restrained amber window bokeh, and a soft rooftop security light that matches the original key-light direction. Photorealistic conservation editorial photography, calm and watchful mood, realistic contact shadows and edge integration, shallow background depth of field. Vertical annual-report cover composition at 832x1248 with modest clear space above the subjects; no lettering, logos, fantasy elements, or additional people or animals." \
  width=832 \
  height=1248 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/0d890e01-75d4-460c-9c0b-179b43a9c74b.jpg
{
  "taskType": "imageInference",
  "taskUUID": "c0c1bb10-b981-4c7c-b391-bdfabae22df2",
  "model": "runware:106@1",
  "positivePrompt": "Replace only the plain studio background with an authentic city rooftop used for an evening urban-raptor survey. Preserve the wildlife handler and barn owl as the same recognizable subjects from the reference: keep her face, hair, expression, body proportions, charcoal field clothing, pose, leather glove, and every visible strap and buckle unchanged; retain the owl's exact facial markings, cream-and-tawny plumage, scale, posture, feet, and jesses. Place them naturally near a low weathered parapet with discreet survey equipment and distant apartment roofs behind them. Blue-hour sky, inky cyan shadows, restrained amber window bokeh, and a soft rooftop security light that matches the original key-light direction. Photorealistic conservation editorial photography, calm and watchful mood, realistic contact shadows and edge integration, shallow background depth of field. Vertical annual-report cover composition at 832x1248 with modest clear space above the subjects; no lettering, logos, fantasy elements, or additional people or animals.",
  "width": 832,
  "height": 1248,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/0d890e01-75d4-460c-9c0b-179b43a9c74b.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "c0c1bb10-b981-4c7c-b391-bdfabae22df2",
  "imageUUID": "3fd4f72d-e5ca-41f8-beea-3c37c04e4d59",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/3fd4f72d-e5ca-41f8-beea-3c37c04e4d59.jpg",
  "seed": 1768711904,
  "cost": 0.013
}
Image to Image

Coppery Alpine Train Compartment

Coppery Alpine Train Compartment

Transform the reference image into an elegant early-20th-century alpine rail compartment with polished walnut panels, brass luggage racks, embroidered seat fabric, frosted glass details, and a sweeping mountain pass outside the window. Preserve the seated passenger's pose and framing, but restyle the wardrobe into a tailored wool coat and travel gloves. Add a folded map, leather satchel, and subtle condensation on the window. Cinematic realism, intricate textures, atmospheric depth, warm copper and pine tones, refined travel photography aesthetic.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  referenceImages: [
    'https://assets.runware.ai/assets/inputs/a6abbc5b-85a9-4aac-bc6b-e972772dd9d0.jpg'
  ],
  model: 'runware:106@1',
  positivePrompt: 'Transform the reference image into an elegant early-20th-century alpine rail compartment with polished walnut panels, brass luggage racks, embroidered seat fabric, frosted glass details, and a sweeping mountain pass outside the window. Preserve the seated passenger\'s pose and framing, but restyle the wardrobe into a tailored wool coat and travel gloves. Add a folded map, leather satchel, and subtle condensation on the window. Cinematic realism, intricate textures, atmospheric depth, warm copper and pine tones, refined travel photography aesthetic.',
  width: 1248,
  height: 832,
  seed: 8455,
  steps: 28,
  scheduler: 'Euler',
  CFGScale: 7.5
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "referenceImages": [
                "https://assets.runware.ai/assets/inputs/a6abbc5b-85a9-4aac-bc6b-e972772dd9d0.jpg"
            ],
            "model": "runware:106@1",
            "positivePrompt": "Transform the reference image into an elegant early-20th-century alpine rail compartment with polished walnut panels, brass luggage racks, embroidered seat fabric, frosted glass details, and a sweeping mountain pass outside the window. Preserve the seated passenger's pose and framing, but restyle the wardrobe into a tailored wool coat and travel gloves. Add a folded map, leather satchel, and subtle condensation on the window. Cinematic realism, intricate textures, atmospheric depth, warm copper and pine tones, refined travel photography aesthetic.",
            "width": 1248,
            "height": 832,
            "seed": 8455,
            "steps": 28,
            "scheduler": "Euler",
            "CFGScale": 7.5
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "a49e0ce1-5e01-49c7-9878-8a0b5f138399",
      "referenceImages": [
        "https://assets.runware.ai/assets/inputs/a6abbc5b-85a9-4aac-bc6b-e972772dd9d0.jpg"
      ],
      "model": "runware:106@1",
      "positivePrompt": "Transform the reference image into an elegant early-20th-century alpine rail compartment with polished walnut panels, brass luggage racks, embroidered seat fabric, frosted glass details, and a sweeping mountain pass outside the window. Preserve the seated passenger's pose and framing, but restyle the wardrobe into a tailored wool coat and travel gloves. Add a folded map, leather satchel, and subtle condensation on the window. Cinematic realism, intricate textures, atmospheric depth, warm copper and pine tones, refined travel photography aesthetic.",
      "width": 1248,
      "height": 832,
      "seed": 8455,
      "steps": 28,
      "scheduler": "Euler",
      "CFGScale": 7.5
    }
  ]'
runware run runware:106@1 \
  referenceImages.0=https://assets.runware.ai/assets/inputs/a6abbc5b-85a9-4aac-bc6b-e972772dd9d0.jpg \
  positivePrompt="Transform the reference image into an elegant early-20th-century alpine rail compartment with polished walnut panels, brass luggage racks, embroidered seat fabric, frosted glass details, and a sweeping mountain pass outside the window. Preserve the seated passenger's pose and framing, but restyle the wardrobe into a tailored wool coat and travel gloves. Add a folded map, leather satchel, and subtle condensation on the window. Cinematic realism, intricate textures, atmospheric depth, warm copper and pine tones, refined travel photography aesthetic." \
  width=1248 \
  height=832 \
  seed=8455 \
  steps=28 \
  scheduler=Euler \
  CFGScale=7.5
{
  "taskType": "imageInference",
  "taskUUID": "a49e0ce1-5e01-49c7-9878-8a0b5f138399",
  "referenceImages": [
    "https://assets.runware.ai/assets/inputs/a6abbc5b-85a9-4aac-bc6b-e972772dd9d0.jpg"
  ],
  "model": "runware:106@1",
  "positivePrompt": "Transform the reference image into an elegant early-20th-century alpine rail compartment with polished walnut panels, brass luggage racks, embroidered seat fabric, frosted glass details, and a sweeping mountain pass outside the window. Preserve the seated passenger's pose and framing, but restyle the wardrobe into a tailored wool coat and travel gloves. Add a folded map, leather satchel, and subtle condensation on the window. Cinematic realism, intricate textures, atmospheric depth, warm copper and pine tones, refined travel photography aesthetic.",
  "width": 1248,
  "height": 832,
  "seed": 8455,
  "steps": 28,
  "scheduler": "Euler",
  "CFGScale": 7.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "a49e0ce1-5e01-49c7-9878-8a0b5f138399",
  "imageUUID": "c4c06a0c-8c54-4f50-b054-953f023dbf95",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/2/ii/c4c06a0c-8c54-4f50-b054-953f023dbf95.jpg",
  "seed": 8455,
  "NSFWContent": false,
  "cost": 0.0143
}
Image to Image

Glacial Cathedral Costume Transformation

Glacial Cathedral Costume Transformation

Transform the reference image into an avant-garde fashion editorial set inside a colossal glacial cathedral nave with translucent ice columns, prismatic frost textures, suspended crystal chimes, pale cyan and silver palette, the same woman reimagined in an extravagant sculptural gown made of faceted glass-like shards and layered organza, intricate reflective headdress, poised centered stance, ethereal winter couture, cinematic volumetric light streaming through frozen arches, ultra-detailed textiles, refined facial detail, elegant composition, luxury magazine photography, surreal yet believable

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  referenceImages: [
    'https://assets.runware.ai/assets/inputs/cfb1143b-02c8-4416-9e17-c58e8aff749f.jpg'
  ],
  model: 'runware:106@1',
  positivePrompt: 'Transform the reference image into an avant-garde fashion editorial set inside a colossal glacial cathedral nave with translucent ice columns, prismatic frost textures, suspended crystal chimes, pale cyan and silver palette, the same woman reimagined in an extravagant sculptural gown made of faceted glass-like shards and layered organza, intricate reflective headdress, poised centered stance, ethereal winter couture, cinematic volumetric light streaming through frozen arches, ultra-detailed textiles, refined facial detail, elegant composition, luxury magazine photography, surreal yet believable',
  seed: 15789,
  steps: 28,
  scheduler: 'Euler',
  CFGScale: 7.5
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "referenceImages": [
                "https://assets.runware.ai/assets/inputs/cfb1143b-02c8-4416-9e17-c58e8aff749f.jpg"
            ],
            "model": "runware:106@1",
            "positivePrompt": "Transform the reference image into an avant-garde fashion editorial set inside a colossal glacial cathedral nave with translucent ice columns, prismatic frost textures, suspended crystal chimes, pale cyan and silver palette, the same woman reimagined in an extravagant sculptural gown made of faceted glass-like shards and layered organza, intricate reflective headdress, poised centered stance, ethereal winter couture, cinematic volumetric light streaming through frozen arches, ultra-detailed textiles, refined facial detail, elegant composition, luxury magazine photography, surreal yet believable",
            "seed": 15789,
            "steps": 28,
            "scheduler": "Euler",
            "CFGScale": 7.5
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "131b86d2-9034-45bd-8385-5e7b5cbff62e",
      "referenceImages": [
        "https://assets.runware.ai/assets/inputs/cfb1143b-02c8-4416-9e17-c58e8aff749f.jpg"
      ],
      "model": "runware:106@1",
      "positivePrompt": "Transform the reference image into an avant-garde fashion editorial set inside a colossal glacial cathedral nave with translucent ice columns, prismatic frost textures, suspended crystal chimes, pale cyan and silver palette, the same woman reimagined in an extravagant sculptural gown made of faceted glass-like shards and layered organza, intricate reflective headdress, poised centered stance, ethereal winter couture, cinematic volumetric light streaming through frozen arches, ultra-detailed textiles, refined facial detail, elegant composition, luxury magazine photography, surreal yet believable",
      "seed": 15789,
      "steps": 28,
      "scheduler": "Euler",
      "CFGScale": 7.5
    }
  ]'
runware run runware:106@1 \
  referenceImages.0=https://assets.runware.ai/assets/inputs/cfb1143b-02c8-4416-9e17-c58e8aff749f.jpg \
  positivePrompt="Transform the reference image into an avant-garde fashion editorial set inside a colossal glacial cathedral nave with translucent ice columns, prismatic frost textures, suspended crystal chimes, pale cyan and silver palette, the same woman reimagined in an extravagant sculptural gown made of faceted glass-like shards and layered organza, intricate reflective headdress, poised centered stance, ethereal winter couture, cinematic volumetric light streaming through frozen arches, ultra-detailed textiles, refined facial detail, elegant composition, luxury magazine photography, surreal yet believable" \
  seed=15789 \
  steps=28 \
  scheduler=Euler \
  CFGScale=7.5
{
  "taskType": "imageInference",
  "taskUUID": "131b86d2-9034-45bd-8385-5e7b5cbff62e",
  "referenceImages": [
    "https://assets.runware.ai/assets/inputs/cfb1143b-02c8-4416-9e17-c58e8aff749f.jpg"
  ],
  "model": "runware:106@1",
  "positivePrompt": "Transform the reference image into an avant-garde fashion editorial set inside a colossal glacial cathedral nave with translucent ice columns, prismatic frost textures, suspended crystal chimes, pale cyan and silver palette, the same woman reimagined in an extravagant sculptural gown made of faceted glass-like shards and layered organza, intricate reflective headdress, poised centered stance, ethereal winter couture, cinematic volumetric light streaming through frozen arches, ultra-detailed textiles, refined facial detail, elegant composition, luxury magazine photography, surreal yet believable",
  "seed": 15789,
  "steps": 28,
  "scheduler": "Euler",
  "CFGScale": 7.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "131b86d2-9034-45bd-8385-5e7b5cbff62e",
  "imageUUID": "bcf6cd6e-cc2e-4195-b24a-567c54096ba4",
  "imageURL": "https://im.runware.ai/image/os/a03d21/ws/2/ii/bcf6cd6e-cc2e-4195-b24a-567c54096ba4.jpg",
  "seed": 15789,
  "NSFWContent": false,
  "cost": 0.015
}
Image to Image

Velvet Carnival Masked Dancer

Velvet Carnival Masked Dancer

Transform the reference image into a lavish masquerade performance inside a grand velvet-draped hall, the dancer wearing an elaborate porcelain mask, layered embroidered costume with jewel accents, sweeping ribbons, polished marble floor reflecting warm candle glow, towering floral arrangements, suspended crystal garlands, theatrical haze, rich burgundy and gold palette, dynamic elegance, surreal couture fashion photography, intricate textile detail, cinematic composition, highly detailed

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  referenceImages: [
    'https://assets.runware.ai/assets/inputs/0b68c363-83cd-409d-be14-1dc957952d19.jpg'
  ],
  model: 'runware:106@1',
  positivePrompt: 'Transform the reference image into a lavish masquerade performance inside a grand velvet-draped hall, the dancer wearing an elaborate porcelain mask, layered embroidered costume with jewel accents, sweeping ribbons, polished marble floor reflecting warm candle glow, towering floral arrangements, suspended crystal garlands, theatrical haze, rich burgundy and gold palette, dynamic elegance, surreal couture fashion photography, intricate textile detail, cinematic composition, highly detailed',
  seed: 60280,
  steps: 28,
  scheduler: 'default',
  CFGScale: 7.5
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "referenceImages": [
                "https://assets.runware.ai/assets/inputs/0b68c363-83cd-409d-be14-1dc957952d19.jpg"
            ],
            "model": "runware:106@1",
            "positivePrompt": "Transform the reference image into a lavish masquerade performance inside a grand velvet-draped hall, the dancer wearing an elaborate porcelain mask, layered embroidered costume with jewel accents, sweeping ribbons, polished marble floor reflecting warm candle glow, towering floral arrangements, suspended crystal garlands, theatrical haze, rich burgundy and gold palette, dynamic elegance, surreal couture fashion photography, intricate textile detail, cinematic composition, highly detailed",
            "seed": 60280,
            "steps": 28,
            "scheduler": "default",
            "CFGScale": 7.5
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "283e76ba-6434-4c1b-86a0-e1829ce848bf",
      "referenceImages": [
        "https://assets.runware.ai/assets/inputs/0b68c363-83cd-409d-be14-1dc957952d19.jpg"
      ],
      "model": "runware:106@1",
      "positivePrompt": "Transform the reference image into a lavish masquerade performance inside a grand velvet-draped hall, the dancer wearing an elaborate porcelain mask, layered embroidered costume with jewel accents, sweeping ribbons, polished marble floor reflecting warm candle glow, towering floral arrangements, suspended crystal garlands, theatrical haze, rich burgundy and gold palette, dynamic elegance, surreal couture fashion photography, intricate textile detail, cinematic composition, highly detailed",
      "seed": 60280,
      "steps": 28,
      "scheduler": "default",
      "CFGScale": 7.5
    }
  ]'
runware run runware:106@1 \
  referenceImages.0=https://assets.runware.ai/assets/inputs/0b68c363-83cd-409d-be14-1dc957952d19.jpg \
  positivePrompt="Transform the reference image into a lavish masquerade performance inside a grand velvet-draped hall, the dancer wearing an elaborate porcelain mask, layered embroidered costume with jewel accents, sweeping ribbons, polished marble floor reflecting warm candle glow, towering floral arrangements, suspended crystal garlands, theatrical haze, rich burgundy and gold palette, dynamic elegance, surreal couture fashion photography, intricate textile detail, cinematic composition, highly detailed" \
  seed=60280 \
  steps=28 \
  scheduler=default \
  CFGScale=7.5
{
  "taskType": "imageInference",
  "taskUUID": "283e76ba-6434-4c1b-86a0-e1829ce848bf",
  "referenceImages": [
    "https://assets.runware.ai/assets/inputs/0b68c363-83cd-409d-be14-1dc957952d19.jpg"
  ],
  "model": "runware:106@1",
  "positivePrompt": "Transform the reference image into a lavish masquerade performance inside a grand velvet-draped hall, the dancer wearing an elaborate porcelain mask, layered embroidered costume with jewel accents, sweeping ribbons, polished marble floor reflecting warm candle glow, towering floral arrangements, suspended crystal garlands, theatrical haze, rich burgundy and gold palette, dynamic elegance, surreal couture fashion photography, intricate textile detail, cinematic composition, highly detailed",
  "seed": 60280,
  "steps": 28,
  "scheduler": "default",
  "CFGScale": 7.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "283e76ba-6434-4c1b-86a0-e1829ce848bf",
  "imageUUID": "c8cb6a69-9cf3-4ec5-9ae8-07b0ff909520",
  "imageURL": "https://im.runware.ai/image/os/a20d05/ws/2/ii/c8cb6a69-9cf3-4ec5-9ae8-07b0ff909520.jpg",
  "seed": 60280,
  "NSFWContent": false,
  "cost": 0.015
}
Image to Image

Glasshouse Botanist Workbench Transformation

Glasshouse Botanist Workbench Transformation

Transform the reference image into an imaginative glasshouse botanist workspace, keeping the same bench layout and camera angle but replacing the plain surroundings with towering curved greenhouse panes, climbing vines, suspended air plants, rare striped begonias, luminous amber glass vessels, hand-labeled specimen drawers, scattered seed packets, pressed petals inside the notebook, delicate soil textures, warm morning haze, intricate natural details, cinematic realism, elegant color harmony, highly detailed

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  referenceImages: [
    'https://assets.runware.ai/assets/inputs/d63ac405-965e-4874-81fc-ead3474ddd46.jpg'
  ],
  model: 'runware:106@1',
  positivePrompt: 'Transform the reference image into an imaginative glasshouse botanist workspace, keeping the same bench layout and camera angle but replacing the plain surroundings with towering curved greenhouse panes, climbing vines, suspended air plants, rare striped begonias, luminous amber glass vessels, hand-labeled specimen drawers, scattered seed packets, pressed petals inside the notebook, delicate soil textures, warm morning haze, intricate natural details, cinematic realism, elegant color harmony, highly detailed',
  width: 1248,
  height: 832,
  seed: 17513,
  steps: 28,
  scheduler: 'default',
  CFGScale: 7.5
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "referenceImages": [
                "https://assets.runware.ai/assets/inputs/d63ac405-965e-4874-81fc-ead3474ddd46.jpg"
            ],
            "model": "runware:106@1",
            "positivePrompt": "Transform the reference image into an imaginative glasshouse botanist workspace, keeping the same bench layout and camera angle but replacing the plain surroundings with towering curved greenhouse panes, climbing vines, suspended air plants, rare striped begonias, luminous amber glass vessels, hand-labeled specimen drawers, scattered seed packets, pressed petals inside the notebook, delicate soil textures, warm morning haze, intricate natural details, cinematic realism, elegant color harmony, highly detailed",
            "width": 1248,
            "height": 832,
            "seed": 17513,
            "steps": 28,
            "scheduler": "default",
            "CFGScale": 7.5
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "da3533af-ea2f-48e3-ae3d-7cb4b1918a28",
      "referenceImages": [
        "https://assets.runware.ai/assets/inputs/d63ac405-965e-4874-81fc-ead3474ddd46.jpg"
      ],
      "model": "runware:106@1",
      "positivePrompt": "Transform the reference image into an imaginative glasshouse botanist workspace, keeping the same bench layout and camera angle but replacing the plain surroundings with towering curved greenhouse panes, climbing vines, suspended air plants, rare striped begonias, luminous amber glass vessels, hand-labeled specimen drawers, scattered seed packets, pressed petals inside the notebook, delicate soil textures, warm morning haze, intricate natural details, cinematic realism, elegant color harmony, highly detailed",
      "width": 1248,
      "height": 832,
      "seed": 17513,
      "steps": 28,
      "scheduler": "default",
      "CFGScale": 7.5
    }
  ]'
runware run runware:106@1 \
  referenceImages.0=https://assets.runware.ai/assets/inputs/d63ac405-965e-4874-81fc-ead3474ddd46.jpg \
  positivePrompt="Transform the reference image into an imaginative glasshouse botanist workspace, keeping the same bench layout and camera angle but replacing the plain surroundings with towering curved greenhouse panes, climbing vines, suspended air plants, rare striped begonias, luminous amber glass vessels, hand-labeled specimen drawers, scattered seed packets, pressed petals inside the notebook, delicate soil textures, warm morning haze, intricate natural details, cinematic realism, elegant color harmony, highly detailed" \
  width=1248 \
  height=832 \
  seed=17513 \
  steps=28 \
  scheduler=default \
  CFGScale=7.5
{
  "taskType": "imageInference",
  "taskUUID": "da3533af-ea2f-48e3-ae3d-7cb4b1918a28",
  "referenceImages": [
    "https://assets.runware.ai/assets/inputs/d63ac405-965e-4874-81fc-ead3474ddd46.jpg"
  ],
  "model": "runware:106@1",
  "positivePrompt": "Transform the reference image into an imaginative glasshouse botanist workspace, keeping the same bench layout and camera angle but replacing the plain surroundings with towering curved greenhouse panes, climbing vines, suspended air plants, rare striped begonias, luminous amber glass vessels, hand-labeled specimen drawers, scattered seed packets, pressed petals inside the notebook, delicate soil textures, warm morning haze, intricate natural details, cinematic realism, elegant color harmony, highly detailed",
  "width": 1248,
  "height": 832,
  "seed": 17513,
  "steps": 28,
  "scheduler": "default",
  "CFGScale": 7.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "da3533af-ea2f-48e3-ae3d-7cb4b1918a28",
  "imageUUID": "908ec77f-26f2-4434-9096-d8bcba60b912",
  "imageURL": "https://im.runware.ai/image/os/a08d21/ws/2/ii/908ec77f-26f2-4434-9096-d8bcba60b912.jpg",
  "seed": 17513,
  "NSFWContent": false,
  "cost": 0.0143
}