MODEL IDrunware:108@22
live

Qwen-Image-Edit-Plus

Alibaba
by Alibaba

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

Antarctic Logistics Winter Report Hero

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.

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
}
reference-to-image

Solar Farm Raptor Report Hero

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.

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

Mobile Apiary Brochure Hero

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.

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
}
Edit

Grand Library Mech Curator

Grand Library Mech Curator

Transform the reference image into a majestic cavernous archive hall with towering carved bookshelves, suspended paper gliders, brass index rails, floating dust motes in warm shafts of light, and a polished stone floor. Preserve the person's overall identity, stance, and body proportions, but redesign their outfit into an elegant mechanical curator uniform with layered ivory coat panels, engraved metal shoulder pieces, articulated gauntlets, subtle glowing catalog symbols, and a feathered quill antenna headpiece. Replace the closed book with a luminous atlas made of translucent pages. Add a gentle companion automaton shaped like a compact owl hovering near the shoulder. Rich cinematic detail, intricate textures, imaginative worldbuilding, refined color harmony of amber, bone, and deep teal, crisp focus, premium editorial fantasy photography look.

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: 'Transform the reference image into a majestic cavernous archive hall with towering carved bookshelves, suspended paper gliders, brass index rails, floating dust motes in warm shafts of light, and a polished stone floor. Preserve the person\'s overall identity, stance, and body proportions, but redesign their outfit into an elegant mechanical curator uniform with layered ivory coat panels, engraved metal shoulder pieces, articulated gauntlets, subtle glowing catalog symbols, and a feathered quill antenna headpiece. Replace the closed book with a luminous atlas made of translucent pages. Add a gentle companion automaton shaped like a compact owl hovering near the shoulder. Rich cinematic detail, intricate textures, imaginative worldbuilding, refined color harmony of amber, bone, and deep teal, crisp focus, premium editorial fantasy photography look.',
  negativePrompt: 'blurry, low detail, extra limbs, duplicate person, distorted hands, malformed face, bad anatomy, cropped head, oversaturated colors, messy background, text, watermark, logo, frame',
  width: 1024,
  height: 1536,
  seed: 16786,
  steps: 32,
  scheduler: 'DPM++ 2M Karras',
  CFGScale: 7.5,
  settings: {
    trueCFGScale: 1.2
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/087dfd3a-5a7d-45f9-bd0f-faac897ac2e0.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": "Transform the reference image into a majestic cavernous archive hall with towering carved bookshelves, suspended paper gliders, brass index rails, floating dust motes in warm shafts of light, and a polished stone floor. Preserve the person's overall identity, stance, and body proportions, but redesign their outfit into an elegant mechanical curator uniform with layered ivory coat panels, engraved metal shoulder pieces, articulated gauntlets, subtle glowing catalog symbols, and a feathered quill antenna headpiece. Replace the closed book with a luminous atlas made of translucent pages. Add a gentle companion automaton shaped like a compact owl hovering near the shoulder. Rich cinematic detail, intricate textures, imaginative worldbuilding, refined color harmony of amber, bone, and deep teal, crisp focus, premium editorial fantasy photography look.",
            "negativePrompt": "blurry, low detail, extra limbs, duplicate person, distorted hands, malformed face, bad anatomy, cropped head, oversaturated colors, messy background, text, watermark, logo, frame",
            "width": 1024,
            "height": 1536,
            "seed": 16786,
            "steps": 32,
            "scheduler": "DPM++ 2M Karras",
            "CFGScale": 7.5,
            "settings": {
                "trueCFGScale": 1.2
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/087dfd3a-5a7d-45f9-bd0f-faac897ac2e0.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": "171fde60-f823-45cf-86dd-63afce6f66f6",
      "model": "runware:108@22",
      "positivePrompt": "Transform the reference image into a majestic cavernous archive hall with towering carved bookshelves, suspended paper gliders, brass index rails, floating dust motes in warm shafts of light, and a polished stone floor. Preserve the person's overall identity, stance, and body proportions, but redesign their outfit into an elegant mechanical curator uniform with layered ivory coat panels, engraved metal shoulder pieces, articulated gauntlets, subtle glowing catalog symbols, and a feathered quill antenna headpiece. Replace the closed book with a luminous atlas made of translucent pages. Add a gentle companion automaton shaped like a compact owl hovering near the shoulder. Rich cinematic detail, intricate textures, imaginative worldbuilding, refined color harmony of amber, bone, and deep teal, crisp focus, premium editorial fantasy photography look.",
      "negativePrompt": "blurry, low detail, extra limbs, duplicate person, distorted hands, malformed face, bad anatomy, cropped head, oversaturated colors, messy background, text, watermark, logo, frame",
      "width": 1024,
      "height": 1536,
      "seed": 16786,
      "steps": 32,
      "scheduler": "DPM++ 2M Karras",
      "CFGScale": 7.5,
      "settings": {
        "trueCFGScale": 1.2
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/087dfd3a-5a7d-45f9-bd0f-faac897ac2e0.jpg"
        ]
      }
    }
  ]'
runware run runware:108@22 \
  positivePrompt="Transform the reference image into a majestic cavernous archive hall with towering carved bookshelves, suspended paper gliders, brass index rails, floating dust motes in warm shafts of light, and a polished stone floor. Preserve the person's overall identity, stance, and body proportions, but redesign their outfit into an elegant mechanical curator uniform with layered ivory coat panels, engraved metal shoulder pieces, articulated gauntlets, subtle glowing catalog symbols, and a feathered quill antenna headpiece. Replace the closed book with a luminous atlas made of translucent pages. Add a gentle companion automaton shaped like a compact owl hovering near the shoulder. Rich cinematic detail, intricate textures, imaginative worldbuilding, refined color harmony of amber, bone, and deep teal, crisp focus, premium editorial fantasy photography look." \
  negativePrompt="blurry, low detail, extra limbs, duplicate person, distorted hands, malformed face, bad anatomy, cropped head, oversaturated colors, messy background, text, watermark, logo, frame" \
  width=1024 \
  height=1536 \
  seed=16786 \
  steps=32 \
  scheduler="DPM++ 2M Karras" \
  CFGScale=7.5 \
  settings.trueCFGScale=1.2 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/087dfd3a-5a7d-45f9-bd0f-faac897ac2e0.jpg
{
  "taskType": "imageInference",
  "taskUUID": "171fde60-f823-45cf-86dd-63afce6f66f6",
  "model": "runware:108@22",
  "positivePrompt": "Transform the reference image into a majestic cavernous archive hall with towering carved bookshelves, suspended paper gliders, brass index rails, floating dust motes in warm shafts of light, and a polished stone floor. Preserve the person's overall identity, stance, and body proportions, but redesign their outfit into an elegant mechanical curator uniform with layered ivory coat panels, engraved metal shoulder pieces, articulated gauntlets, subtle glowing catalog symbols, and a feathered quill antenna headpiece. Replace the closed book with a luminous atlas made of translucent pages. Add a gentle companion automaton shaped like a compact owl hovering near the shoulder. Rich cinematic detail, intricate textures, imaginative worldbuilding, refined color harmony of amber, bone, and deep teal, crisp focus, premium editorial fantasy photography look.",
  "negativePrompt": "blurry, low detail, extra limbs, duplicate person, distorted hands, malformed face, bad anatomy, cropped head, oversaturated colors, messy background, text, watermark, logo, frame",
  "width": 1024,
  "height": 1536,
  "seed": 16786,
  "steps": 32,
  "scheduler": "DPM++ 2M Karras",
  "CFGScale": 7.5,
  "settings": {
    "trueCFGScale": 1.2
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/087dfd3a-5a7d-45f9-bd0f-faac897ac2e0.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "171fde60-f823-45cf-86dd-63afce6f66f6",
  "imageUUID": "5a279125-80f8-498d-842b-ebd5a3361720",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/2/ii/5a279125-80f8-498d-842b-ebd5a3361720.jpg",
  "seed": 16786,
  "cost": 0.039
}
Edit

Traveling Puppet Observatory Interior

Traveling Puppet Observatory Interior

Transform the three references into a cohesive cinematic interior scene inside a traveling observatory carriage. Preserve the identity and pose of the woman from the first image, but restyle her as a master puppeteer-astronomer wearing layered indigo and copper garments with embroidered constellations. Integrate the wagon observatory environment from the second image as the full setting, with curved wooden walls, drawers of star maps, brass lenses, compact orreries, suspended instruments, and warm directional lighting. Use the puppet designs from the third image as hanging celestial marionettes shaped like planets, comets, swans, and mythical creatures, arranged around her in a theatrical composition. Keep the woman as the clear focal point, one hand raised to guide the strings, the other near a telescope eyepiece. Detailed textures, polished wood, brushed metal, painted puppet faces, whimsical craftsmanship, storybook realism, immersive depth, refined color harmony, expressive but believable scene.

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/2780fa13-f1dd-4d9b-8b84-db4bbefd8e27.jpg',
    'https://assets.runware.ai/assets/inputs/bf8cedbc-ef7c-4caf-87fd-d14c17591d6b.jpg',
    'https://assets.runware.ai/assets/inputs/103206f0-a0cc-488b-a838-550c9be516bf.jpg'
  ],
  model: 'runware:108@22',
  positivePrompt: 'Transform the three references into a cohesive cinematic interior scene inside a traveling observatory carriage. Preserve the identity and pose of the woman from the first image, but restyle her as a master puppeteer-astronomer wearing layered indigo and copper garments with embroidered constellations. Integrate the wagon observatory environment from the second image as the full setting, with curved wooden walls, drawers of star maps, brass lenses, compact orreries, suspended instruments, and warm directional lighting. Use the puppet designs from the third image as hanging celestial marionettes shaped like planets, comets, swans, and mythical creatures, arranged around her in a theatrical composition. Keep the woman as the clear focal point, one hand raised to guide the strings, the other near a telescope eyepiece. Detailed textures, polished wood, brushed metal, painted puppet faces, whimsical craftsmanship, storybook realism, immersive depth, refined color harmony, expressive but believable scene.',
  negativePrompt: 'blurry, duplicated limbs, extra fingers, distorted face, low detail, empty room, modern furniture, harsh neon, text, watermark, oversaturated, flat lighting, cropped subject, cluttered composition',
  width: 1024,
  height: 768,
  seed: 50632,
  steps: 30,
  scheduler: 'DPM++ 2M Karras',
  CFGScale: 7.5,
  settings: {
    trueCFGScale: 2
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "referenceImages": [
                "https://assets.runware.ai/assets/inputs/2780fa13-f1dd-4d9b-8b84-db4bbefd8e27.jpg",
                "https://assets.runware.ai/assets/inputs/bf8cedbc-ef7c-4caf-87fd-d14c17591d6b.jpg",
                "https://assets.runware.ai/assets/inputs/103206f0-a0cc-488b-a838-550c9be516bf.jpg"
            ],
            "model": "runware:108@22",
            "positivePrompt": "Transform the three references into a cohesive cinematic interior scene inside a traveling observatory carriage. Preserve the identity and pose of the woman from the first image, but restyle her as a master puppeteer-astronomer wearing layered indigo and copper garments with embroidered constellations. Integrate the wagon observatory environment from the second image as the full setting, with curved wooden walls, drawers of star maps, brass lenses, compact orreries, suspended instruments, and warm directional lighting. Use the puppet designs from the third image as hanging celestial marionettes shaped like planets, comets, swans, and mythical creatures, arranged around her in a theatrical composition. Keep the woman as the clear focal point, one hand raised to guide the strings, the other near a telescope eyepiece. Detailed textures, polished wood, brushed metal, painted puppet faces, whimsical craftsmanship, storybook realism, immersive depth, refined color harmony, expressive but believable scene.",
            "negativePrompt": "blurry, duplicated limbs, extra fingers, distorted face, low detail, empty room, modern furniture, harsh neon, text, watermark, oversaturated, flat lighting, cropped subject, cluttered composition",
            "width": 1024,
            "height": 768,
            "seed": 50632,
            "steps": 30,
            "scheduler": "DPM++ 2M Karras",
            "CFGScale": 7.5,
            "settings": {
                "trueCFGScale": 2
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "a3cd3a75-74e9-4dfc-a83f-d2fe7be46194",
      "referenceImages": [
        "https://assets.runware.ai/assets/inputs/2780fa13-f1dd-4d9b-8b84-db4bbefd8e27.jpg",
        "https://assets.runware.ai/assets/inputs/bf8cedbc-ef7c-4caf-87fd-d14c17591d6b.jpg",
        "https://assets.runware.ai/assets/inputs/103206f0-a0cc-488b-a838-550c9be516bf.jpg"
      ],
      "model": "runware:108@22",
      "positivePrompt": "Transform the three references into a cohesive cinematic interior scene inside a traveling observatory carriage. Preserve the identity and pose of the woman from the first image, but restyle her as a master puppeteer-astronomer wearing layered indigo and copper garments with embroidered constellations. Integrate the wagon observatory environment from the second image as the full setting, with curved wooden walls, drawers of star maps, brass lenses, compact orreries, suspended instruments, and warm directional lighting. Use the puppet designs from the third image as hanging celestial marionettes shaped like planets, comets, swans, and mythical creatures, arranged around her in a theatrical composition. Keep the woman as the clear focal point, one hand raised to guide the strings, the other near a telescope eyepiece. Detailed textures, polished wood, brushed metal, painted puppet faces, whimsical craftsmanship, storybook realism, immersive depth, refined color harmony, expressive but believable scene.",
      "negativePrompt": "blurry, duplicated limbs, extra fingers, distorted face, low detail, empty room, modern furniture, harsh neon, text, watermark, oversaturated, flat lighting, cropped subject, cluttered composition",
      "width": 1024,
      "height": 768,
      "seed": 50632,
      "steps": 30,
      "scheduler": "DPM++ 2M Karras",
      "CFGScale": 7.5,
      "settings": {
        "trueCFGScale": 2
      }
    }
  ]'
runware run runware:108@22 \
  referenceImages.0=https://assets.runware.ai/assets/inputs/2780fa13-f1dd-4d9b-8b84-db4bbefd8e27.jpg \
  referenceImages.1=https://assets.runware.ai/assets/inputs/bf8cedbc-ef7c-4caf-87fd-d14c17591d6b.jpg \
  referenceImages.2=https://assets.runware.ai/assets/inputs/103206f0-a0cc-488b-a838-550c9be516bf.jpg \
  positivePrompt="Transform the three references into a cohesive cinematic interior scene inside a traveling observatory carriage. Preserve the identity and pose of the woman from the first image, but restyle her as a master puppeteer-astronomer wearing layered indigo and copper garments with embroidered constellations. Integrate the wagon observatory environment from the second image as the full setting, with curved wooden walls, drawers of star maps, brass lenses, compact orreries, suspended instruments, and warm directional lighting. Use the puppet designs from the third image as hanging celestial marionettes shaped like planets, comets, swans, and mythical creatures, arranged around her in a theatrical composition. Keep the woman as the clear focal point, one hand raised to guide the strings, the other near a telescope eyepiece. Detailed textures, polished wood, brushed metal, painted puppet faces, whimsical craftsmanship, storybook realism, immersive depth, refined color harmony, expressive but believable scene." \
  negativePrompt="blurry, duplicated limbs, extra fingers, distorted face, low detail, empty room, modern furniture, harsh neon, text, watermark, oversaturated, flat lighting, cropped subject, cluttered composition" \
  width=1024 \
  height=768 \
  seed=50632 \
  steps=30 \
  scheduler="DPM++ 2M Karras" \
  CFGScale=7.5 \
  settings.trueCFGScale=2
{
  "taskType": "imageInference",
  "taskUUID": "a3cd3a75-74e9-4dfc-a83f-d2fe7be46194",
  "referenceImages": [
    "https://assets.runware.ai/assets/inputs/2780fa13-f1dd-4d9b-8b84-db4bbefd8e27.jpg",
    "https://assets.runware.ai/assets/inputs/bf8cedbc-ef7c-4caf-87fd-d14c17591d6b.jpg",
    "https://assets.runware.ai/assets/inputs/103206f0-a0cc-488b-a838-550c9be516bf.jpg"
  ],
  "model": "runware:108@22",
  "positivePrompt": "Transform the three references into a cohesive cinematic interior scene inside a traveling observatory carriage. Preserve the identity and pose of the woman from the first image, but restyle her as a master puppeteer-astronomer wearing layered indigo and copper garments with embroidered constellations. Integrate the wagon observatory environment from the second image as the full setting, with curved wooden walls, drawers of star maps, brass lenses, compact orreries, suspended instruments, and warm directional lighting. Use the puppet designs from the third image as hanging celestial marionettes shaped like planets, comets, swans, and mythical creatures, arranged around her in a theatrical composition. Keep the woman as the clear focal point, one hand raised to guide the strings, the other near a telescope eyepiece. Detailed textures, polished wood, brushed metal, painted puppet faces, whimsical craftsmanship, storybook realism, immersive depth, refined color harmony, expressive but believable scene.",
  "negativePrompt": "blurry, duplicated limbs, extra fingers, distorted face, low detail, empty room, modern furniture, harsh neon, text, watermark, oversaturated, flat lighting, cropped subject, cluttered composition",
  "width": 1024,
  "height": 768,
  "seed": 50632,
  "steps": 30,
  "scheduler": "DPM++ 2M Karras",
  "CFGScale": 7.5,
  "settings": {
    "trueCFGScale": 2
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "a3cd3a75-74e9-4dfc-a83f-d2fe7be46194",
  "imageUUID": "16b32c59-a5c7-40e5-9e9b-785730f6efa5",
  "imageURL": "https://im.runware.ai/image/os/a17d13/ws/2/ii/16b32c59-a5c7-40e5-9e9b-785730f6efa5.jpg",
  "seed": 50632,
  "cost": 0.0595
}
Image to Image

Glacial Opera House Masquerade

Glacial Opera House Masquerade

Merge the masked performer from the first reference into the frozen opera hall from the second reference. Preserve the subject's identity, mask shape, tailored ivory suit, and elegant stance while placing them center stage in a majestic glacial performance venue. Surround them with sculpted ice balconies, crystalline archways, faint mist near the floor, and a luminous vaulted ceiling refracting soft cyan highlights. Add dramatic couture styling with flowing translucent cape elements and delicate reflective detailing that matches the environment. Cinematic composition, polished luxury editorial mood, crisp facial detail, intricate textures, natural proportions, high realism with fantastical set design.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:108@22',
  positivePrompt: 'Merge the masked performer from the first reference into the frozen opera hall from the second reference. Preserve the subject\'s identity, mask shape, tailored ivory suit, and elegant stance while placing them center stage in a majestic glacial performance venue. Surround them with sculpted ice balconies, crystalline archways, faint mist near the floor, and a luminous vaulted ceiling refracting soft cyan highlights. Add dramatic couture styling with flowing translucent cape elements and delicate reflective detailing that matches the environment. Cinematic composition, polished luxury editorial mood, crisp facial detail, intricate textures, natural proportions, high realism with fantastical set design.',
  negativePrompt: 'blurry face, duplicated person, extra limbs, distorted hands, low detail, oversaturated colors, cartoon, text, watermark, frame, crowd, messy composition, broken symmetry, poorly fitted clothing',
  width: 1024,
  height: 768,
  seed: 29892,
  steps: 32,
  scheduler: 'DPM++ 2M Karras',
  CFGScale: 7.5,
  settings: {
    trueCFGScale: 1.2
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/d996c4b3-57ce-4686-9b62-32ff9f33d79a.jpg',
      'https://assets.runware.ai/assets/inputs/80d79530-e7de-4ed1-bbce-a207e5c84299.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": "Merge the masked performer from the first reference into the frozen opera hall from the second reference. Preserve the subject's identity, mask shape, tailored ivory suit, and elegant stance while placing them center stage in a majestic glacial performance venue. Surround them with sculpted ice balconies, crystalline archways, faint mist near the floor, and a luminous vaulted ceiling refracting soft cyan highlights. Add dramatic couture styling with flowing translucent cape elements and delicate reflective detailing that matches the environment. Cinematic composition, polished luxury editorial mood, crisp facial detail, intricate textures, natural proportions, high realism with fantastical set design.",
            "negativePrompt": "blurry face, duplicated person, extra limbs, distorted hands, low detail, oversaturated colors, cartoon, text, watermark, frame, crowd, messy composition, broken symmetry, poorly fitted clothing",
            "width": 1024,
            "height": 768,
            "seed": 29892,
            "steps": 32,
            "scheduler": "DPM++ 2M Karras",
            "CFGScale": 7.5,
            "settings": {
                "trueCFGScale": 1.2
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/d996c4b3-57ce-4686-9b62-32ff9f33d79a.jpg",
                    "https://assets.runware.ai/assets/inputs/80d79530-e7de-4ed1-bbce-a207e5c84299.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": "af46455c-90a8-47d4-95dc-4f5025a393ac",
      "model": "runware:108@22",
      "positivePrompt": "Merge the masked performer from the first reference into the frozen opera hall from the second reference. Preserve the subject's identity, mask shape, tailored ivory suit, and elegant stance while placing them center stage in a majestic glacial performance venue. Surround them with sculpted ice balconies, crystalline archways, faint mist near the floor, and a luminous vaulted ceiling refracting soft cyan highlights. Add dramatic couture styling with flowing translucent cape elements and delicate reflective detailing that matches the environment. Cinematic composition, polished luxury editorial mood, crisp facial detail, intricate textures, natural proportions, high realism with fantastical set design.",
      "negativePrompt": "blurry face, duplicated person, extra limbs, distorted hands, low detail, oversaturated colors, cartoon, text, watermark, frame, crowd, messy composition, broken symmetry, poorly fitted clothing",
      "width": 1024,
      "height": 768,
      "seed": 29892,
      "steps": 32,
      "scheduler": "DPM++ 2M Karras",
      "CFGScale": 7.5,
      "settings": {
        "trueCFGScale": 1.2
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/d996c4b3-57ce-4686-9b62-32ff9f33d79a.jpg",
          "https://assets.runware.ai/assets/inputs/80d79530-e7de-4ed1-bbce-a207e5c84299.jpg"
        ]
      }
    }
  ]'
runware run runware:108@22 \
  positivePrompt="Merge the masked performer from the first reference into the frozen opera hall from the second reference. Preserve the subject's identity, mask shape, tailored ivory suit, and elegant stance while placing them center stage in a majestic glacial performance venue. Surround them with sculpted ice balconies, crystalline archways, faint mist near the floor, and a luminous vaulted ceiling refracting soft cyan highlights. Add dramatic couture styling with flowing translucent cape elements and delicate reflective detailing that matches the environment. Cinematic composition, polished luxury editorial mood, crisp facial detail, intricate textures, natural proportions, high realism with fantastical set design." \
  negativePrompt="blurry face, duplicated person, extra limbs, distorted hands, low detail, oversaturated colors, cartoon, text, watermark, frame, crowd, messy composition, broken symmetry, poorly fitted clothing" \
  width=1024 \
  height=768 \
  seed=29892 \
  steps=32 \
  scheduler="DPM++ 2M Karras" \
  CFGScale=7.5 \
  settings.trueCFGScale=1.2 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/d996c4b3-57ce-4686-9b62-32ff9f33d79a.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/80d79530-e7de-4ed1-bbce-a207e5c84299.jpg
{
  "taskType": "imageInference",
  "taskUUID": "af46455c-90a8-47d4-95dc-4f5025a393ac",
  "model": "runware:108@22",
  "positivePrompt": "Merge the masked performer from the first reference into the frozen opera hall from the second reference. Preserve the subject's identity, mask shape, tailored ivory suit, and elegant stance while placing them center stage in a majestic glacial performance venue. Surround them with sculpted ice balconies, crystalline archways, faint mist near the floor, and a luminous vaulted ceiling refracting soft cyan highlights. Add dramatic couture styling with flowing translucent cape elements and delicate reflective detailing that matches the environment. Cinematic composition, polished luxury editorial mood, crisp facial detail, intricate textures, natural proportions, high realism with fantastical set design.",
  "negativePrompt": "blurry face, duplicated person, extra limbs, distorted hands, low detail, oversaturated colors, cartoon, text, watermark, frame, crowd, messy composition, broken symmetry, poorly fitted clothing",
  "width": 1024,
  "height": 768,
  "seed": 29892,
  "steps": 32,
  "scheduler": "DPM++ 2M Karras",
  "CFGScale": 7.5,
  "settings": {
    "trueCFGScale": 1.2
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/d996c4b3-57ce-4686-9b62-32ff9f33d79a.jpg",
      "https://assets.runware.ai/assets/inputs/80d79530-e7de-4ed1-bbce-a207e5c84299.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "af46455c-90a8-47d4-95dc-4f5025a393ac",
  "imageUUID": "016587e9-56af-4e88-967f-91b574ddb00f",
  "imageURL": "https://im.runware.ai/image/os/a22d05/ws/2/ii/016587e9-56af-4e88-967f-91b574ddb00f.jpg",
  "seed": 29892,
  "cost": 0.0442
}
Edit

Futurist Conservatory Fashion Editorial

Futurist Conservatory Fashion Editorial

Transform the reference photo into a high-fashion editorial set inside a sprawling futurist glass conservatory filled with giant tropical leaves, suspended chrome irrigation rings, pale stone walkways, and diffused morning light streaming through geometric panes. Preserve the person's face, body proportions, pose, and identity. Replace the simple outfit with an avant-garde couture look made of pleated ivory fabric, translucent structured panels, brushed silver accents, and dramatic flowing train. Add subtle reflective floor highlights, elegant styling, refined makeup, crisp textile detail, polished magazine-quality composition, cinematic depth, realistic skin texture, premium luxury 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/8253ef54-f79a-4df5-b088-ac393600cdc4.jpg'
  ],
  model: 'runware:108@22',
  positivePrompt: 'Transform the reference photo into a high-fashion editorial set inside a sprawling futurist glass conservatory filled with giant tropical leaves, suspended chrome irrigation rings, pale stone walkways, and diffused morning light streaming through geometric panes. Preserve the person\'s face, body proportions, pose, and identity. Replace the simple outfit with an avant-garde couture look made of pleated ivory fabric, translucent structured panels, brushed silver accents, and dramatic flowing train. Add subtle reflective floor highlights, elegant styling, refined makeup, crisp textile detail, polished magazine-quality composition, cinematic depth, realistic skin texture, premium luxury aesthetic.',
  negativePrompt: 'different person, changed facial structure, duplicate limbs, extra fingers, warped hands, blurry face, low detail, cartoon, sketch, flat lighting, cluttered background, harsh shadows, text, watermark, logo, oversaturated colors, distorted anatomy',
  width: 1024,
  height: 1536,
  seed: 2743,
  steps: 32,
  scheduler: 'DPM++ 2M Karras',
  CFGScale: 6.5,
  settings: {
    trueCFGScale: 1.2
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "referenceImages": [
                "https://assets.runware.ai/assets/inputs/8253ef54-f79a-4df5-b088-ac393600cdc4.jpg"
            ],
            "model": "runware:108@22",
            "positivePrompt": "Transform the reference photo into a high-fashion editorial set inside a sprawling futurist glass conservatory filled with giant tropical leaves, suspended chrome irrigation rings, pale stone walkways, and diffused morning light streaming through geometric panes. Preserve the person's face, body proportions, pose, and identity. Replace the simple outfit with an avant-garde couture look made of pleated ivory fabric, translucent structured panels, brushed silver accents, and dramatic flowing train. Add subtle reflective floor highlights, elegant styling, refined makeup, crisp textile detail, polished magazine-quality composition, cinematic depth, realistic skin texture, premium luxury aesthetic.",
            "negativePrompt": "different person, changed facial structure, duplicate limbs, extra fingers, warped hands, blurry face, low detail, cartoon, sketch, flat lighting, cluttered background, harsh shadows, text, watermark, logo, oversaturated colors, distorted anatomy",
            "width": 1024,
            "height": 1536,
            "seed": 2743,
            "steps": 32,
            "scheduler": "DPM++ 2M Karras",
            "CFGScale": 6.5,
            "settings": {
                "trueCFGScale": 1.2
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "de6a14d0-7fda-4561-a550-f6958431952a",
      "referenceImages": [
        "https://assets.runware.ai/assets/inputs/8253ef54-f79a-4df5-b088-ac393600cdc4.jpg"
      ],
      "model": "runware:108@22",
      "positivePrompt": "Transform the reference photo into a high-fashion editorial set inside a sprawling futurist glass conservatory filled with giant tropical leaves, suspended chrome irrigation rings, pale stone walkways, and diffused morning light streaming through geometric panes. Preserve the person's face, body proportions, pose, and identity. Replace the simple outfit with an avant-garde couture look made of pleated ivory fabric, translucent structured panels, brushed silver accents, and dramatic flowing train. Add subtle reflective floor highlights, elegant styling, refined makeup, crisp textile detail, polished magazine-quality composition, cinematic depth, realistic skin texture, premium luxury aesthetic.",
      "negativePrompt": "different person, changed facial structure, duplicate limbs, extra fingers, warped hands, blurry face, low detail, cartoon, sketch, flat lighting, cluttered background, harsh shadows, text, watermark, logo, oversaturated colors, distorted anatomy",
      "width": 1024,
      "height": 1536,
      "seed": 2743,
      "steps": 32,
      "scheduler": "DPM++ 2M Karras",
      "CFGScale": 6.5,
      "settings": {
        "trueCFGScale": 1.2
      }
    }
  ]'
runware run runware:108@22 \
  referenceImages.0=https://assets.runware.ai/assets/inputs/8253ef54-f79a-4df5-b088-ac393600cdc4.jpg \
  positivePrompt="Transform the reference photo into a high-fashion editorial set inside a sprawling futurist glass conservatory filled with giant tropical leaves, suspended chrome irrigation rings, pale stone walkways, and diffused morning light streaming through geometric panes. Preserve the person's face, body proportions, pose, and identity. Replace the simple outfit with an avant-garde couture look made of pleated ivory fabric, translucent structured panels, brushed silver accents, and dramatic flowing train. Add subtle reflective floor highlights, elegant styling, refined makeup, crisp textile detail, polished magazine-quality composition, cinematic depth, realistic skin texture, premium luxury aesthetic." \
  negativePrompt="different person, changed facial structure, duplicate limbs, extra fingers, warped hands, blurry face, low detail, cartoon, sketch, flat lighting, cluttered background, harsh shadows, text, watermark, logo, oversaturated colors, distorted anatomy" \
  width=1024 \
  height=1536 \
  seed=2743 \
  steps=32 \
  scheduler="DPM++ 2M Karras" \
  CFGScale=6.5 \
  settings.trueCFGScale=1.2
{
  "taskType": "imageInference",
  "taskUUID": "de6a14d0-7fda-4561-a550-f6958431952a",
  "referenceImages": [
    "https://assets.runware.ai/assets/inputs/8253ef54-f79a-4df5-b088-ac393600cdc4.jpg"
  ],
  "model": "runware:108@22",
  "positivePrompt": "Transform the reference photo into a high-fashion editorial set inside a sprawling futurist glass conservatory filled with giant tropical leaves, suspended chrome irrigation rings, pale stone walkways, and diffused morning light streaming through geometric panes. Preserve the person's face, body proportions, pose, and identity. Replace the simple outfit with an avant-garde couture look made of pleated ivory fabric, translucent structured panels, brushed silver accents, and dramatic flowing train. Add subtle reflective floor highlights, elegant styling, refined makeup, crisp textile detail, polished magazine-quality composition, cinematic depth, realistic skin texture, premium luxury aesthetic.",
  "negativePrompt": "different person, changed facial structure, duplicate limbs, extra fingers, warped hands, blurry face, low detail, cartoon, sketch, flat lighting, cluttered background, harsh shadows, text, watermark, logo, oversaturated colors, distorted anatomy",
  "width": 1024,
  "height": 1536,
  "seed": 2743,
  "steps": 32,
  "scheduler": "DPM++ 2M Karras",
  "CFGScale": 6.5,
  "settings": {
    "trueCFGScale": 1.2
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "de6a14d0-7fda-4561-a550-f6958431952a",
  "imageUUID": "80f5da45-8627-4a64-9ff0-aa3eee65a5a1",
  "imageURL": "https://im.runware.ai/image/os/a14d18/ws/2/ii/80f5da45-8627-4a64-9ff0-aa3eee65a5a1.jpg",
  "seed": 2743,
  "cost": 0.0307
}