live
MODEL IDrunware:108@22

Qwen-Image-Edit-Plus

Alibaba
by

Qwen-Image-Edit-Plus is a 20B image editing model that supports multi image workflows and strong identity preservation. It improves consistency on single image edits and adds native ControlNet style conditioning for precise structure control, layout edits, and bilingual text manipulation.

Qwen-Image-Edit-Plus

reference-to-image

Mobile Apiary Brochure Hero$0.0141~12s
Mobile Apiary Brochure Hero

Create a finished landscape brochure hero by replacing the plain studio background in reference image 1 with the lavender farm environment from reference image 2. Preserve the mobile honey-extraction trailer as the exact recognizable subject: retain its proportions, three-quarter viewing angle, stainless cylindrical drum, amber safety cover, cream cabinet, coiled hose, black jockey wheel, red hand brake, galvanized fenders, tow hitch, tire tread, and all small mechanical details. Place the complete trailer naturally on the pale gravel service lane in the foreground, slightly right of center, with breathing room on the left for brochure layout but no added text. Preserve the distinctive lavender rows, limestone shed, cypress trees, dry grasses, and distant blue hills from reference image 2. Match the farm’s warm sunlight from the left across the trailer, add physically convincing contact shadows beneath both tires and jockey wheel, subtle gravel compression, realistic amber reflections, and restrained environmental reflections in the stainless steel. The result should look like a premium on-location agricultural equipment photograph captured in one exposure, with crisp product detail, natural depth, warm ochre and violet palette, calm practical mood, and no visible compositing seams.

Try in Playground
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:108@22',
  positivePrompt: 'Create a finished landscape brochure hero by replacing the plain studio background in reference image 1 with the lavender farm environment from reference image 2. Preserve the mobile honey-extraction trailer as the exact recognizable subject: retain its proportions, three-quarter viewing angle, stainless cylindrical drum, amber safety cover, cream cabinet, coiled hose, black jockey wheel, red hand brake, galvanized fenders, tow hitch, tire tread, and all small mechanical details. Place the complete trailer naturally on the pale gravel service lane in the foreground, slightly right of center, with breathing room on the left for brochure layout but no added text. Preserve the distinctive lavender rows, limestone shed, cypress trees, dry grasses, and distant blue hills from reference image 2. Match the farm’s warm sunlight from the left across the trailer, add physically convincing contact shadows beneath both tires and jockey wheel, subtle gravel compression, realistic amber reflections, and restrained environmental reflections in the stainless steel. The result should look like a premium on-location agricultural equipment photograph captured in one exposure, with crisp product detail, natural depth, warm ochre and violet palette, calm practical mood, and no visible compositing seams.',
  negativePrompt: 'studio cyclorama, plain background, altered trailer design, missing components, extra wheels, duplicated parts, warped tow hitch, floating equipment, incorrect shadows, excessive reflections, oversaturated lavender, fantasy landscape, people, vehicles, bees swarming the camera, logos, labels, lettering, watermark, border, collage, split screen, brochure mockup',
  width: 1536,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/1d83aff0-5183-405a-bfbc-20d36230fd13.jpg',
      'https://assets.runware.ai/assets/inputs/41d77f7c-a064-4d3b-9de3-849df60008c1.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:108@22",
            "positivePrompt": "Create a finished landscape brochure hero by replacing the plain studio background in reference image 1 with the lavender farm environment from reference image 2. Preserve the mobile honey-extraction trailer as the exact recognizable subject: retain its proportions, three-quarter viewing angle, stainless cylindrical drum, amber safety cover, cream cabinet, coiled hose, black jockey wheel, red hand brake, galvanized fenders, tow hitch, tire tread, and all small mechanical details. Place the complete trailer naturally on the pale gravel service lane in the foreground, slightly right of center, with breathing room on the left for brochure layout but no added text. Preserve the distinctive lavender rows, limestone shed, cypress trees, dry grasses, and distant blue hills from reference image 2. Match the farm’s warm sunlight from the left across the trailer, add physically convincing contact shadows beneath both tires and jockey wheel, subtle gravel compression, realistic amber reflections, and restrained environmental reflections in the stainless steel. The result should look like a premium on-location agricultural equipment photograph captured in one exposure, with crisp product detail, natural depth, warm ochre and violet palette, calm practical mood, and no visible compositing seams.",
            "negativePrompt": "studio cyclorama, plain background, altered trailer design, missing components, extra wheels, duplicated parts, warped tow hitch, floating equipment, incorrect shadows, excessive reflections, oversaturated lavender, fantasy landscape, people, vehicles, bees swarming the camera, logos, labels, lettering, watermark, border, collage, split screen, brochure mockup",
            "width": 1536,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/1d83aff0-5183-405a-bfbc-20d36230fd13.jpg",
                    "https://assets.runware.ai/assets/inputs/41d77f7c-a064-4d3b-9de3-849df60008c1.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": "91c323a4-0d72-4971-b0f1-e6445cf5bd63",
      "model": "runware:108@22",
      "positivePrompt": "Create a finished landscape brochure hero by replacing the plain studio background in reference image 1 with the lavender farm environment from reference image 2. Preserve the mobile honey-extraction trailer as the exact recognizable subject: retain its proportions, three-quarter viewing angle, stainless cylindrical drum, amber safety cover, cream cabinet, coiled hose, black jockey wheel, red hand brake, galvanized fenders, tow hitch, tire tread, and all small mechanical details. Place the complete trailer naturally on the pale gravel service lane in the foreground, slightly right of center, with breathing room on the left for brochure layout but no added text. Preserve the distinctive lavender rows, limestone shed, cypress trees, dry grasses, and distant blue hills from reference image 2. Match the farm’s warm sunlight from the left across the trailer, add physically convincing contact shadows beneath both tires and jockey wheel, subtle gravel compression, realistic amber reflections, and restrained environmental reflections in the stainless steel. The result should look like a premium on-location agricultural equipment photograph captured in one exposure, with crisp product detail, natural depth, warm ochre and violet palette, calm practical mood, and no visible compositing seams.",
      "negativePrompt": "studio cyclorama, plain background, altered trailer design, missing components, extra wheels, duplicated parts, warped tow hitch, floating equipment, incorrect shadows, excessive reflections, oversaturated lavender, fantasy landscape, people, vehicles, bees swarming the camera, logos, labels, lettering, watermark, border, collage, split screen, brochure mockup",
      "width": 1536,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/1d83aff0-5183-405a-bfbc-20d36230fd13.jpg",
          "https://assets.runware.ai/assets/inputs/41d77f7c-a064-4d3b-9de3-849df60008c1.jpg"
        ]
      }
    }
  ]'
runware run runware:108@22 \
  positivePrompt="Create a finished landscape brochure hero by replacing the plain studio background in reference image 1 with the lavender farm environment from reference image 2. Preserve the mobile honey-extraction trailer as the exact recognizable subject: retain its proportions, three-quarter viewing angle, stainless cylindrical drum, amber safety cover, cream cabinet, coiled hose, black jockey wheel, red hand brake, galvanized fenders, tow hitch, tire tread, and all small mechanical details. Place the complete trailer naturally on the pale gravel service lane in the foreground, slightly right of center, with breathing room on the left for brochure layout but no added text. Preserve the distinctive lavender rows, limestone shed, cypress trees, dry grasses, and distant blue hills from reference image 2. Match the farm’s warm sunlight from the left across the trailer, add physically convincing contact shadows beneath both tires and jockey wheel, subtle gravel compression, realistic amber reflections, and restrained environmental reflections in the stainless steel. The result should look like a premium on-location agricultural equipment photograph captured in one exposure, with crisp product detail, natural depth, warm ochre and violet palette, calm practical mood, and no visible compositing seams." \
  negativePrompt="studio cyclorama, plain background, altered trailer design, missing components, extra wheels, duplicated parts, warped tow hitch, floating equipment, incorrect shadows, excessive reflections, oversaturated lavender, fantasy landscape, people, vehicles, bees swarming the camera, logos, labels, lettering, watermark, border, collage, split screen, brochure mockup" \
  width=1536 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/1d83aff0-5183-405a-bfbc-20d36230fd13.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/41d77f7c-a064-4d3b-9de3-849df60008c1.jpg
{
  "taskType": "imageInference",
  "taskUUID": "91c323a4-0d72-4971-b0f1-e6445cf5bd63",
  "model": "runware:108@22",
  "positivePrompt": "Create a finished landscape brochure hero by replacing the plain studio background in reference image 1 with the lavender farm environment from reference image 2. Preserve the mobile honey-extraction trailer as the exact recognizable subject: retain its proportions, three-quarter viewing angle, stainless cylindrical drum, amber safety cover, cream cabinet, coiled hose, black jockey wheel, red hand brake, galvanized fenders, tow hitch, tire tread, and all small mechanical details. Place the complete trailer naturally on the pale gravel service lane in the foreground, slightly right of center, with breathing room on the left for brochure layout but no added text. Preserve the distinctive lavender rows, limestone shed, cypress trees, dry grasses, and distant blue hills from reference image 2. Match the farm’s warm sunlight from the left across the trailer, add physically convincing contact shadows beneath both tires and jockey wheel, subtle gravel compression, realistic amber reflections, and restrained environmental reflections in the stainless steel. The result should look like a premium on-location agricultural equipment photograph captured in one exposure, with crisp product detail, natural depth, warm ochre and violet palette, calm practical mood, and no visible compositing seams.",
  "negativePrompt": "studio cyclorama, plain background, altered trailer design, missing components, extra wheels, duplicated parts, warped tow hitch, floating equipment, incorrect shadows, excessive reflections, oversaturated lavender, fantasy landscape, people, vehicles, bees swarming the camera, logos, labels, lettering, watermark, border, collage, split screen, brochure mockup",
  "width": 1536,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/1d83aff0-5183-405a-bfbc-20d36230fd13.jpg",
      "https://assets.runware.ai/assets/inputs/41d77f7c-a064-4d3b-9de3-849df60008c1.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "91c323a4-0d72-4971-b0f1-e6445cf5bd63",
  "imageUUID": "0c98b064-1b8f-4f50-8681-b1f218430b34",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/0c98b064-1b8f-4f50-8681-b1f218430b34.jpg",
  "seed": 1281083346,
  "cost": 0.0141
}

reference-to-image

Solar Farm Raptor Report Hero$0.0141~12s
Solar Farm Raptor Report Hero

Create a polished landscape hero photograph for a renewable-energy biodiversity impact report by performing a realistic scene swap. Use the steppe eagle and its complete portable wooden perch from reference image 1 as the foreground subject, preserving its exact plumage pattern, facial features, amber eye, beak, body proportions, black GPS transmitter and antenna, blue left-leg band, yellow right-leg band, and perch construction. Replace the plain canvas backdrop entirely with the solar farm environment from reference image 2. Position the eagle on the left third of the gravel maintenance pad, facing into the panel rows, while retaining the solar array’s recognizable row geometry, dark blue panel surfaces, inverter station, pylons, rocky horizon, and open desert terrain. Match the eagle and perch to the scene’s eye-level perspective, warm light from camera right, long morning shadows, atmospheric depth, and natural desert color temperature. Add a physically plausible contact shadow beneath the perch and subtle reflected ochre light under the bird. Keep the right side visually open so the solar infrastructure remains prominent. Premium editorial documentary photography, crisp feather detail, realistic scale, understated warm ochre and deep blue palette, calm scientific mood, seamless compositing, no text, no logos.

Try in Playground
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:108@22',
  positivePrompt: 'Create a polished landscape hero photograph for a renewable-energy biodiversity impact report by performing a realistic scene swap. Use the steppe eagle and its complete portable wooden perch from reference image 1 as the foreground subject, preserving its exact plumage pattern, facial features, amber eye, beak, body proportions, black GPS transmitter and antenna, blue left-leg band, yellow right-leg band, and perch construction. Replace the plain canvas backdrop entirely with the solar farm environment from reference image 2. Position the eagle on the left third of the gravel maintenance pad, facing into the panel rows, while retaining the solar array’s recognizable row geometry, dark blue panel surfaces, inverter station, pylons, rocky horizon, and open desert terrain. Match the eagle and perch to the scene’s eye-level perspective, warm light from camera right, long morning shadows, atmospheric depth, and natural desert color temperature. Add a physically plausible contact shadow beneath the perch and subtle reflected ochre light under the bird. Keep the right side visually open so the solar infrastructure remains prominent. Premium editorial documentary photography, crisp feather detail, realistic scale, understated warm ochre and deep blue palette, calm scientific mood, seamless compositing, no text, no logos.',
  negativePrompt: 'Studio backdrop, canvas background, duplicated bird, extra animals, missing or altered leg bands, missing transmitter, malformed talons, incorrect anatomy, floating perch, mismatched lighting, artificial cutout edges, excessive HDR, fantasy scenery, city skyline, wind turbines, people, vehicles, signage, captions, logos, watermark',
  width: 1536,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/8a90d2cd-e2e7-4cd3-8c0c-3db02025e119.jpg',
      'https://assets.runware.ai/assets/inputs/7788fbd7-4767-4429-ba98-5552495f5fb9.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:108@22",
            "positivePrompt": "Create a polished landscape hero photograph for a renewable-energy biodiversity impact report by performing a realistic scene swap. Use the steppe eagle and its complete portable wooden perch from reference image 1 as the foreground subject, preserving its exact plumage pattern, facial features, amber eye, beak, body proportions, black GPS transmitter and antenna, blue left-leg band, yellow right-leg band, and perch construction. Replace the plain canvas backdrop entirely with the solar farm environment from reference image 2. Position the eagle on the left third of the gravel maintenance pad, facing into the panel rows, while retaining the solar array’s recognizable row geometry, dark blue panel surfaces, inverter station, pylons, rocky horizon, and open desert terrain. Match the eagle and perch to the scene’s eye-level perspective, warm light from camera right, long morning shadows, atmospheric depth, and natural desert color temperature. Add a physically plausible contact shadow beneath the perch and subtle reflected ochre light under the bird. Keep the right side visually open so the solar infrastructure remains prominent. Premium editorial documentary photography, crisp feather detail, realistic scale, understated warm ochre and deep blue palette, calm scientific mood, seamless compositing, no text, no logos.",
            "negativePrompt": "Studio backdrop, canvas background, duplicated bird, extra animals, missing or altered leg bands, missing transmitter, malformed talons, incorrect anatomy, floating perch, mismatched lighting, artificial cutout edges, excessive HDR, fantasy scenery, city skyline, wind turbines, people, vehicles, signage, captions, logos, watermark",
            "width": 1536,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/8a90d2cd-e2e7-4cd3-8c0c-3db02025e119.jpg",
                    "https://assets.runware.ai/assets/inputs/7788fbd7-4767-4429-ba98-5552495f5fb9.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": "f9f381e0-7c5f-42c3-a22e-197d1c86f32e",
      "model": "runware:108@22",
      "positivePrompt": "Create a polished landscape hero photograph for a renewable-energy biodiversity impact report by performing a realistic scene swap. Use the steppe eagle and its complete portable wooden perch from reference image 1 as the foreground subject, preserving its exact plumage pattern, facial features, amber eye, beak, body proportions, black GPS transmitter and antenna, blue left-leg band, yellow right-leg band, and perch construction. Replace the plain canvas backdrop entirely with the solar farm environment from reference image 2. Position the eagle on the left third of the gravel maintenance pad, facing into the panel rows, while retaining the solar array’s recognizable row geometry, dark blue panel surfaces, inverter station, pylons, rocky horizon, and open desert terrain. Match the eagle and perch to the scene’s eye-level perspective, warm light from camera right, long morning shadows, atmospheric depth, and natural desert color temperature. Add a physically plausible contact shadow beneath the perch and subtle reflected ochre light under the bird. Keep the right side visually open so the solar infrastructure remains prominent. Premium editorial documentary photography, crisp feather detail, realistic scale, understated warm ochre and deep blue palette, calm scientific mood, seamless compositing, no text, no logos.",
      "negativePrompt": "Studio backdrop, canvas background, duplicated bird, extra animals, missing or altered leg bands, missing transmitter, malformed talons, incorrect anatomy, floating perch, mismatched lighting, artificial cutout edges, excessive HDR, fantasy scenery, city skyline, wind turbines, people, vehicles, signage, captions, logos, watermark",
      "width": 1536,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/8a90d2cd-e2e7-4cd3-8c0c-3db02025e119.jpg",
          "https://assets.runware.ai/assets/inputs/7788fbd7-4767-4429-ba98-5552495f5fb9.jpg"
        ]
      }
    }
  ]'
runware run runware:108@22 \
  positivePrompt="Create a polished landscape hero photograph for a renewable-energy biodiversity impact report by performing a realistic scene swap. Use the steppe eagle and its complete portable wooden perch from reference image 1 as the foreground subject, preserving its exact plumage pattern, facial features, amber eye, beak, body proportions, black GPS transmitter and antenna, blue left-leg band, yellow right-leg band, and perch construction. Replace the plain canvas backdrop entirely with the solar farm environment from reference image 2. Position the eagle on the left third of the gravel maintenance pad, facing into the panel rows, while retaining the solar array’s recognizable row geometry, dark blue panel surfaces, inverter station, pylons, rocky horizon, and open desert terrain. Match the eagle and perch to the scene’s eye-level perspective, warm light from camera right, long morning shadows, atmospheric depth, and natural desert color temperature. Add a physically plausible contact shadow beneath the perch and subtle reflected ochre light under the bird. Keep the right side visually open so the solar infrastructure remains prominent. Premium editorial documentary photography, crisp feather detail, realistic scale, understated warm ochre and deep blue palette, calm scientific mood, seamless compositing, no text, no logos." \
  negativePrompt="Studio backdrop, canvas background, duplicated bird, extra animals, missing or altered leg bands, missing transmitter, malformed talons, incorrect anatomy, floating perch, mismatched lighting, artificial cutout edges, excessive HDR, fantasy scenery, city skyline, wind turbines, people, vehicles, signage, captions, logos, watermark" \
  width=1536 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/8a90d2cd-e2e7-4cd3-8c0c-3db02025e119.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/7788fbd7-4767-4429-ba98-5552495f5fb9.jpg
{
  "taskType": "imageInference",
  "taskUUID": "f9f381e0-7c5f-42c3-a22e-197d1c86f32e",
  "model": "runware:108@22",
  "positivePrompt": "Create a polished landscape hero photograph for a renewable-energy biodiversity impact report by performing a realistic scene swap. Use the steppe eagle and its complete portable wooden perch from reference image 1 as the foreground subject, preserving its exact plumage pattern, facial features, amber eye, beak, body proportions, black GPS transmitter and antenna, blue left-leg band, yellow right-leg band, and perch construction. Replace the plain canvas backdrop entirely with the solar farm environment from reference image 2. Position the eagle on the left third of the gravel maintenance pad, facing into the panel rows, while retaining the solar array’s recognizable row geometry, dark blue panel surfaces, inverter station, pylons, rocky horizon, and open desert terrain. Match the eagle and perch to the scene’s eye-level perspective, warm light from camera right, long morning shadows, atmospheric depth, and natural desert color temperature. Add a physically plausible contact shadow beneath the perch and subtle reflected ochre light under the bird. Keep the right side visually open so the solar infrastructure remains prominent. Premium editorial documentary photography, crisp feather detail, realistic scale, understated warm ochre and deep blue palette, calm scientific mood, seamless compositing, no text, no logos.",
  "negativePrompt": "Studio backdrop, canvas background, duplicated bird, extra animals, missing or altered leg bands, missing transmitter, malformed talons, incorrect anatomy, floating perch, mismatched lighting, artificial cutout edges, excessive HDR, fantasy scenery, city skyline, wind turbines, people, vehicles, signage, captions, logos, watermark",
  "width": 1536,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/8a90d2cd-e2e7-4cd3-8c0c-3db02025e119.jpg",
      "https://assets.runware.ai/assets/inputs/7788fbd7-4767-4429-ba98-5552495f5fb9.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "f9f381e0-7c5f-42c3-a22e-197d1c86f32e",
  "imageUUID": "bc10d287-e71a-4c90-845d-e213ac0159b0",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/bc10d287-e71a-4c90-845d-e213ac0159b0.jpg",
  "seed": 1285438746,
  "cost": 0.0141
}

reference-to-image

Antarctic Logistics Winter Report Hero$0.0141~12s
Antarctic Logistics Winter Report Hero

Create a photorealistic 1536x1024 landscape hero image for a polar logistics annual report. Use reference image 1 as the primary scene and preserve its recognizable station architecture, exact arrangement of modular buildings, angular silver entrance tower, satellite dishes, antenna masts, fuel tanks, terrain contours, camera position, and wide framing. Transform the snow-light summer setting into Antarctic midwinter during deep polar-night blue hour: thick wind-sculpted snow blankets the former rocky ground, drifts collect naturally against the structures, fine blowing snow crosses the foreground, and the sky is a deep clear cobalt with a restrained faint auroral glow near the horizon. Relight the entire station coherently with warm amber window light, practical mast lamps, and cool reflected snow light while retaining believable material textures and structural detail. Integrate the tracked rescue vehicle from reference image 2 on the service track in the lower-right foreground, facing toward the station. Preserve its exact boxy cab, orange-and-white diagonal markings, roof beacon, black track assemblies, winch, grille, lockers, proportions, and weathering. Its headlights should cast soft cones through airborne snow, with accurate shadows, reflections, tire-track-equivalent tread marks, and matching perspective. The result should feel operational, resilient, quiet, and editorial rather than cinematic fantasy: premium large-format environmental photography, natural dynamic range, crisp infrastructure detail, realistic cold atmosphere, no added signage or lettering.

Try in Playground
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:108@22',
  positivePrompt: 'Create a photorealistic 1536x1024 landscape hero image for a polar logistics annual report. Use reference image 1 as the primary scene and preserve its recognizable station architecture, exact arrangement of modular buildings, angular silver entrance tower, satellite dishes, antenna masts, fuel tanks, terrain contours, camera position, and wide framing. Transform the snow-light summer setting into Antarctic midwinter during deep polar-night blue hour: thick wind-sculpted snow blankets the former rocky ground, drifts collect naturally against the structures, fine blowing snow crosses the foreground, and the sky is a deep clear cobalt with a restrained faint auroral glow near the horizon. Relight the entire station coherently with warm amber window light, practical mast lamps, and cool reflected snow light while retaining believable material textures and structural detail. Integrate the tracked rescue vehicle from reference image 2 on the service track in the lower-right foreground, facing toward the station. Preserve its exact boxy cab, orange-and-white diagonal markings, roof beacon, black track assemblies, winch, grille, lockers, proportions, and weathering. Its headlights should cast soft cones through airborne snow, with accurate shadows, reflections, tire-track-equivalent tread marks, and matching perspective. The result should feel operational, resilient, quiet, and editorial rather than cinematic fantasy: premium large-format environmental photography, natural dynamic range, crisp infrastructure detail, realistic cold atmosphere, no added signage or lettering.',
  negativePrompt: 'altered station design, missing antennas, duplicated satellite dishes, distorted architecture, changed vehicle design, wheels instead of tracks, extra vehicles, prominent people, invented logos, readable text, extreme aurora, science-fiction structures, disaster scene, fire, excessive fog, oversaturated teal and orange, artificial composite edges, inconsistent shadows, daytime sunlight, summer terrain, illustration, CGI appearance',
  width: 1536,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/ad425840-a96c-4212-8d96-2757934d7ced.jpg',
      'https://assets.runware.ai/assets/inputs/7534322c-8583-4b3a-8240-28c82ae2d41d.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:108@22",
            "positivePrompt": "Create a photorealistic 1536x1024 landscape hero image for a polar logistics annual report. Use reference image 1 as the primary scene and preserve its recognizable station architecture, exact arrangement of modular buildings, angular silver entrance tower, satellite dishes, antenna masts, fuel tanks, terrain contours, camera position, and wide framing. Transform the snow-light summer setting into Antarctic midwinter during deep polar-night blue hour: thick wind-sculpted snow blankets the former rocky ground, drifts collect naturally against the structures, fine blowing snow crosses the foreground, and the sky is a deep clear cobalt with a restrained faint auroral glow near the horizon. Relight the entire station coherently with warm amber window light, practical mast lamps, and cool reflected snow light while retaining believable material textures and structural detail. Integrate the tracked rescue vehicle from reference image 2 on the service track in the lower-right foreground, facing toward the station. Preserve its exact boxy cab, orange-and-white diagonal markings, roof beacon, black track assemblies, winch, grille, lockers, proportions, and weathering. Its headlights should cast soft cones through airborne snow, with accurate shadows, reflections, tire-track-equivalent tread marks, and matching perspective. The result should feel operational, resilient, quiet, and editorial rather than cinematic fantasy: premium large-format environmental photography, natural dynamic range, crisp infrastructure detail, realistic cold atmosphere, no added signage or lettering.",
            "negativePrompt": "altered station design, missing antennas, duplicated satellite dishes, distorted architecture, changed vehicle design, wheels instead of tracks, extra vehicles, prominent people, invented logos, readable text, extreme aurora, science-fiction structures, disaster scene, fire, excessive fog, oversaturated teal and orange, artificial composite edges, inconsistent shadows, daytime sunlight, summer terrain, illustration, CGI appearance",
            "width": 1536,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/ad425840-a96c-4212-8d96-2757934d7ced.jpg",
                    "https://assets.runware.ai/assets/inputs/7534322c-8583-4b3a-8240-28c82ae2d41d.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": "d44ccdd4-3afb-493e-8d0d-3e2269202dfd",
      "model": "runware:108@22",
      "positivePrompt": "Create a photorealistic 1536x1024 landscape hero image for a polar logistics annual report. Use reference image 1 as the primary scene and preserve its recognizable station architecture, exact arrangement of modular buildings, angular silver entrance tower, satellite dishes, antenna masts, fuel tanks, terrain contours, camera position, and wide framing. Transform the snow-light summer setting into Antarctic midwinter during deep polar-night blue hour: thick wind-sculpted snow blankets the former rocky ground, drifts collect naturally against the structures, fine blowing snow crosses the foreground, and the sky is a deep clear cobalt with a restrained faint auroral glow near the horizon. Relight the entire station coherently with warm amber window light, practical mast lamps, and cool reflected snow light while retaining believable material textures and structural detail. Integrate the tracked rescue vehicle from reference image 2 on the service track in the lower-right foreground, facing toward the station. Preserve its exact boxy cab, orange-and-white diagonal markings, roof beacon, black track assemblies, winch, grille, lockers, proportions, and weathering. Its headlights should cast soft cones through airborne snow, with accurate shadows, reflections, tire-track-equivalent tread marks, and matching perspective. The result should feel operational, resilient, quiet, and editorial rather than cinematic fantasy: premium large-format environmental photography, natural dynamic range, crisp infrastructure detail, realistic cold atmosphere, no added signage or lettering.",
      "negativePrompt": "altered station design, missing antennas, duplicated satellite dishes, distorted architecture, changed vehicle design, wheels instead of tracks, extra vehicles, prominent people, invented logos, readable text, extreme aurora, science-fiction structures, disaster scene, fire, excessive fog, oversaturated teal and orange, artificial composite edges, inconsistent shadows, daytime sunlight, summer terrain, illustration, CGI appearance",
      "width": 1536,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/ad425840-a96c-4212-8d96-2757934d7ced.jpg",
          "https://assets.runware.ai/assets/inputs/7534322c-8583-4b3a-8240-28c82ae2d41d.jpg"
        ]
      }
    }
  ]'
runware run runware:108@22 \
  positivePrompt="Create a photorealistic 1536x1024 landscape hero image for a polar logistics annual report. Use reference image 1 as the primary scene and preserve its recognizable station architecture, exact arrangement of modular buildings, angular silver entrance tower, satellite dishes, antenna masts, fuel tanks, terrain contours, camera position, and wide framing. Transform the snow-light summer setting into Antarctic midwinter during deep polar-night blue hour: thick wind-sculpted snow blankets the former rocky ground, drifts collect naturally against the structures, fine blowing snow crosses the foreground, and the sky is a deep clear cobalt with a restrained faint auroral glow near the horizon. Relight the entire station coherently with warm amber window light, practical mast lamps, and cool reflected snow light while retaining believable material textures and structural detail. Integrate the tracked rescue vehicle from reference image 2 on the service track in the lower-right foreground, facing toward the station. Preserve its exact boxy cab, orange-and-white diagonal markings, roof beacon, black track assemblies, winch, grille, lockers, proportions, and weathering. Its headlights should cast soft cones through airborne snow, with accurate shadows, reflections, tire-track-equivalent tread marks, and matching perspective. The result should feel operational, resilient, quiet, and editorial rather than cinematic fantasy: premium large-format environmental photography, natural dynamic range, crisp infrastructure detail, realistic cold atmosphere, no added signage or lettering." \
  negativePrompt="altered station design, missing antennas, duplicated satellite dishes, distorted architecture, changed vehicle design, wheels instead of tracks, extra vehicles, prominent people, invented logos, readable text, extreme aurora, science-fiction structures, disaster scene, fire, excessive fog, oversaturated teal and orange, artificial composite edges, inconsistent shadows, daytime sunlight, summer terrain, illustration, CGI appearance" \
  width=1536 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/ad425840-a96c-4212-8d96-2757934d7ced.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/7534322c-8583-4b3a-8240-28c82ae2d41d.jpg
{
  "taskType": "imageInference",
  "taskUUID": "d44ccdd4-3afb-493e-8d0d-3e2269202dfd",
  "model": "runware:108@22",
  "positivePrompt": "Create a photorealistic 1536x1024 landscape hero image for a polar logistics annual report. Use reference image 1 as the primary scene and preserve its recognizable station architecture, exact arrangement of modular buildings, angular silver entrance tower, satellite dishes, antenna masts, fuel tanks, terrain contours, camera position, and wide framing. Transform the snow-light summer setting into Antarctic midwinter during deep polar-night blue hour: thick wind-sculpted snow blankets the former rocky ground, drifts collect naturally against the structures, fine blowing snow crosses the foreground, and the sky is a deep clear cobalt with a restrained faint auroral glow near the horizon. Relight the entire station coherently with warm amber window light, practical mast lamps, and cool reflected snow light while retaining believable material textures and structural detail. Integrate the tracked rescue vehicle from reference image 2 on the service track in the lower-right foreground, facing toward the station. Preserve its exact boxy cab, orange-and-white diagonal markings, roof beacon, black track assemblies, winch, grille, lockers, proportions, and weathering. Its headlights should cast soft cones through airborne snow, with accurate shadows, reflections, tire-track-equivalent tread marks, and matching perspective. The result should feel operational, resilient, quiet, and editorial rather than cinematic fantasy: premium large-format environmental photography, natural dynamic range, crisp infrastructure detail, realistic cold atmosphere, no added signage or lettering.",
  "negativePrompt": "altered station design, missing antennas, duplicated satellite dishes, distorted architecture, changed vehicle design, wheels instead of tracks, extra vehicles, prominent people, invented logos, readable text, extreme aurora, science-fiction structures, disaster scene, fire, excessive fog, oversaturated teal and orange, artificial composite edges, inconsistent shadows, daytime sunlight, summer terrain, illustration, CGI appearance",
  "width": 1536,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/ad425840-a96c-4212-8d96-2757934d7ced.jpg",
      "https://assets.runware.ai/assets/inputs/7534322c-8583-4b3a-8240-28c82ae2d41d.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "d44ccdd4-3afb-493e-8d0d-3e2269202dfd",
  "imageUUID": "bd32e059-05fd-4a64-900e-11516d2480e8",
  "imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/bd32e059-05fd-4a64-900e-11516d2480e8.jpg",
  "seed": 61333346,
  "cost": 0.0141
}