MODEL IDprunaai:2@1
live

P-Image-Edit

Pruna AI
by Pruna AI

P-Image-Edit is a real-time image editing model from Pruna AI. It supports multi image refinement, layout control, and style safe transformations while following prompts with high accuracy. Ideal for production pipelines that need consistent edits and tight latency budgets.

P-Image-Edit
reference-to-image

Arborist Safetywear Virtual Try-On

Arborist Safetywear Virtual Try-On

Create a premium virtual try-on image for a specialist arborist safetywear collection. Preserve the reference subject’s exact face, freckles, auburn braid, age, physique, expression, hands, stance, rope placement, brown boots, camera angle, and full-body square composition. Replace only her charcoal shirt and black trousers with a fitted forest-green weatherproof arborist jacket featuring a high-visibility burnt-orange shoulder yoke, articulated sleeves, reinforced forearms, and practical zip pockets; add matching burnt-orange Type C chainsaw-protection trousers with black reinforced knees and a professional climbing harness around her waist and thighs. Show believable garment construction, protective padding, seams, buckles, hardware loops, natural fabric tension, and realistic fit without changing her body. Replace the studio backdrop with a misty managed eucalyptus grove just after rain, damp leaf litter underfoot and softly blurred silver trunks behind her. Cool blue-gray dawn atmosphere with a restrained warm rim light, safety orange as the dominant accent. Polished outdoor workwear campaign photography, crisp subject detail, realistic skin and textiles, confident understated mood, no lettering, no logos.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'prunaai:2@1',
  positivePrompt: 'Create a premium virtual try-on image for a specialist arborist safetywear collection. Preserve the reference subject’s exact face, freckles, auburn braid, age, physique, expression, hands, stance, rope placement, brown boots, camera angle, and full-body square composition. Replace only her charcoal shirt and black trousers with a fitted forest-green weatherproof arborist jacket featuring a high-visibility burnt-orange shoulder yoke, articulated sleeves, reinforced forearms, and practical zip pockets; add matching burnt-orange Type C chainsaw-protection trousers with black reinforced knees and a professional climbing harness around her waist and thighs. Show believable garment construction, protective padding, seams, buckles, hardware loops, natural fabric tension, and realistic fit without changing her body. Replace the studio backdrop with a misty managed eucalyptus grove just after rain, damp leaf litter underfoot and softly blurred silver trunks behind her. Cool blue-gray dawn atmosphere with a restrained warm rim light, safety orange as the dominant accent. Polished outdoor workwear campaign photography, crisp subject detail, realistic skin and textiles, confident understated mood, no lettering, no logos.',
  width: 1024,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/5854684c-ac30-497f-81d1-7fa97edcb811.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": "prunaai:2@1",
            "positivePrompt": "Create a premium virtual try-on image for a specialist arborist safetywear collection. Preserve the reference subject’s exact face, freckles, auburn braid, age, physique, expression, hands, stance, rope placement, brown boots, camera angle, and full-body square composition. Replace only her charcoal shirt and black trousers with a fitted forest-green weatherproof arborist jacket featuring a high-visibility burnt-orange shoulder yoke, articulated sleeves, reinforced forearms, and practical zip pockets; add matching burnt-orange Type C chainsaw-protection trousers with black reinforced knees and a professional climbing harness around her waist and thighs. Show believable garment construction, protective padding, seams, buckles, hardware loops, natural fabric tension, and realistic fit without changing her body. Replace the studio backdrop with a misty managed eucalyptus grove just after rain, damp leaf litter underfoot and softly blurred silver trunks behind her. Cool blue-gray dawn atmosphere with a restrained warm rim light, safety orange as the dominant accent. Polished outdoor workwear campaign photography, crisp subject detail, realistic skin and textiles, confident understated mood, no lettering, no logos.",
            "width": 1024,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/5854684c-ac30-497f-81d1-7fa97edcb811.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": "a2044c1b-fe72-4a76-9a27-65383fbd31e3",
      "model": "prunaai:2@1",
      "positivePrompt": "Create a premium virtual try-on image for a specialist arborist safetywear collection. Preserve the reference subject’s exact face, freckles, auburn braid, age, physique, expression, hands, stance, rope placement, brown boots, camera angle, and full-body square composition. Replace only her charcoal shirt and black trousers with a fitted forest-green weatherproof arborist jacket featuring a high-visibility burnt-orange shoulder yoke, articulated sleeves, reinforced forearms, and practical zip pockets; add matching burnt-orange Type C chainsaw-protection trousers with black reinforced knees and a professional climbing harness around her waist and thighs. Show believable garment construction, protective padding, seams, buckles, hardware loops, natural fabric tension, and realistic fit without changing her body. Replace the studio backdrop with a misty managed eucalyptus grove just after rain, damp leaf litter underfoot and softly blurred silver trunks behind her. Cool blue-gray dawn atmosphere with a restrained warm rim light, safety orange as the dominant accent. Polished outdoor workwear campaign photography, crisp subject detail, realistic skin and textiles, confident understated mood, no lettering, no logos.",
      "width": 1024,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/5854684c-ac30-497f-81d1-7fa97edcb811.jpg"
        ]
      }
    }
  ]'
runware run prunaai:2@1 \
  positivePrompt="Create a premium virtual try-on image for a specialist arborist safetywear collection. Preserve the reference subject’s exact face, freckles, auburn braid, age, physique, expression, hands, stance, rope placement, brown boots, camera angle, and full-body square composition. Replace only her charcoal shirt and black trousers with a fitted forest-green weatherproof arborist jacket featuring a high-visibility burnt-orange shoulder yoke, articulated sleeves, reinforced forearms, and practical zip pockets; add matching burnt-orange Type C chainsaw-protection trousers with black reinforced knees and a professional climbing harness around her waist and thighs. Show believable garment construction, protective padding, seams, buckles, hardware loops, natural fabric tension, and realistic fit without changing her body. Replace the studio backdrop with a misty managed eucalyptus grove just after rain, damp leaf litter underfoot and softly blurred silver trunks behind her. Cool blue-gray dawn atmosphere with a restrained warm rim light, safety orange as the dominant accent. Polished outdoor workwear campaign photography, crisp subject detail, realistic skin and textiles, confident understated mood, no lettering, no logos." \
  width=1024 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/5854684c-ac30-497f-81d1-7fa97edcb811.jpg
{
  "taskType": "imageInference",
  "taskUUID": "a2044c1b-fe72-4a76-9a27-65383fbd31e3",
  "model": "prunaai:2@1",
  "positivePrompt": "Create a premium virtual try-on image for a specialist arborist safetywear collection. Preserve the reference subject’s exact face, freckles, auburn braid, age, physique, expression, hands, stance, rope placement, brown boots, camera angle, and full-body square composition. Replace only her charcoal shirt and black trousers with a fitted forest-green weatherproof arborist jacket featuring a high-visibility burnt-orange shoulder yoke, articulated sleeves, reinforced forearms, and practical zip pockets; add matching burnt-orange Type C chainsaw-protection trousers with black reinforced knees and a professional climbing harness around her waist and thighs. Show believable garment construction, protective padding, seams, buckles, hardware loops, natural fabric tension, and realistic fit without changing her body. Replace the studio backdrop with a misty managed eucalyptus grove just after rain, damp leaf litter underfoot and softly blurred silver trunks behind her. Cool blue-gray dawn atmosphere with a restrained warm rim light, safety orange as the dominant accent. Polished outdoor workwear campaign photography, crisp subject detail, realistic skin and textiles, confident understated mood, no lettering, no logos.",
  "width": 1024,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/5854684c-ac30-497f-81d1-7fa97edcb811.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "a2044c1b-fe72-4a76-9a27-65383fbd31e3",
  "imageUUID": "5ff818f4-1d2a-437f-84e8-2e6dbc2de215",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/5ff818f4-1d2a-437f-84e8-2e6dbc2de215.jpg",
  "seed": 1126077497,
  "cost": 0.0088
}
reference-to-image

Airport Falconry Campaign Photograph

Airport Falconry Campaign Photograph

Replace the plain studio background with a photorealistic regional airport airfield at cool early dawn. Keep the exact Harris's hawk from the reference completely unchanged: preserve its identity, pose, proportions, gaze direction, individual feather markings, folded wings, sharp talons, leather anklets, jesses, gauntlet, handler's forearm, and the original square composition. Behind the bird, show a broad concrete apron, subtle runway markings, low blue taxiway lights, distant amber approach lights, a softly defocused utility hangar, and one small parked turboprop far in the background. Use restrained aviation-campaign art direction with slate blue, pale cyan, concrete gray, and sparse safety amber. Match the subject to crisp dawn side light, add believable cool ambient reflections and a soft contact shadow without altering feather color or anatomy. Shallow depth of field keeps the hawk dominant while the airport remains clearly recognizable. Clean premium documentary photography for an aviation wildlife-management brochure, no text, no logos, no borders.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'prunaai:2@1',
  positivePrompt: 'Replace the plain studio background with a photorealistic regional airport airfield at cool early dawn. Keep the exact Harris\'s hawk from the reference completely unchanged: preserve its identity, pose, proportions, gaze direction, individual feather markings, folded wings, sharp talons, leather anklets, jesses, gauntlet, handler\'s forearm, and the original square composition. Behind the bird, show a broad concrete apron, subtle runway markings, low blue taxiway lights, distant amber approach lights, a softly defocused utility hangar, and one small parked turboprop far in the background. Use restrained aviation-campaign art direction with slate blue, pale cyan, concrete gray, and sparse safety amber. Match the subject to crisp dawn side light, add believable cool ambient reflections and a soft contact shadow without altering feather color or anatomy. Shallow depth of field keeps the hawk dominant while the airport remains clearly recognizable. Clean premium documentary photography for an aviation wildlife-management brochure, no text, no logos, no borders.',
  width: 1024,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/7549b030-fb86-4357-b452-d42510532140.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": "prunaai:2@1",
            "positivePrompt": "Replace the plain studio background with a photorealistic regional airport airfield at cool early dawn. Keep the exact Harris's hawk from the reference completely unchanged: preserve its identity, pose, proportions, gaze direction, individual feather markings, folded wings, sharp talons, leather anklets, jesses, gauntlet, handler's forearm, and the original square composition. Behind the bird, show a broad concrete apron, subtle runway markings, low blue taxiway lights, distant amber approach lights, a softly defocused utility hangar, and one small parked turboprop far in the background. Use restrained aviation-campaign art direction with slate blue, pale cyan, concrete gray, and sparse safety amber. Match the subject to crisp dawn side light, add believable cool ambient reflections and a soft contact shadow without altering feather color or anatomy. Shallow depth of field keeps the hawk dominant while the airport remains clearly recognizable. Clean premium documentary photography for an aviation wildlife-management brochure, no text, no logos, no borders.",
            "width": 1024,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/7549b030-fb86-4357-b452-d42510532140.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": "1ab2a429-f143-4675-a00d-d0c3ca789cc6",
      "model": "prunaai:2@1",
      "positivePrompt": "Replace the plain studio background with a photorealistic regional airport airfield at cool early dawn. Keep the exact Harris's hawk from the reference completely unchanged: preserve its identity, pose, proportions, gaze direction, individual feather markings, folded wings, sharp talons, leather anklets, jesses, gauntlet, handler's forearm, and the original square composition. Behind the bird, show a broad concrete apron, subtle runway markings, low blue taxiway lights, distant amber approach lights, a softly defocused utility hangar, and one small parked turboprop far in the background. Use restrained aviation-campaign art direction with slate blue, pale cyan, concrete gray, and sparse safety amber. Match the subject to crisp dawn side light, add believable cool ambient reflections and a soft contact shadow without altering feather color or anatomy. Shallow depth of field keeps the hawk dominant while the airport remains clearly recognizable. Clean premium documentary photography for an aviation wildlife-management brochure, no text, no logos, no borders.",
      "width": 1024,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/7549b030-fb86-4357-b452-d42510532140.jpg"
        ]
      }
    }
  ]'
runware run prunaai:2@1 \
  positivePrompt="Replace the plain studio background with a photorealistic regional airport airfield at cool early dawn. Keep the exact Harris's hawk from the reference completely unchanged: preserve its identity, pose, proportions, gaze direction, individual feather markings, folded wings, sharp talons, leather anklets, jesses, gauntlet, handler's forearm, and the original square composition. Behind the bird, show a broad concrete apron, subtle runway markings, low blue taxiway lights, distant amber approach lights, a softly defocused utility hangar, and one small parked turboprop far in the background. Use restrained aviation-campaign art direction with slate blue, pale cyan, concrete gray, and sparse safety amber. Match the subject to crisp dawn side light, add believable cool ambient reflections and a soft contact shadow without altering feather color or anatomy. Shallow depth of field keeps the hawk dominant while the airport remains clearly recognizable. Clean premium documentary photography for an aviation wildlife-management brochure, no text, no logos, no borders." \
  width=1024 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/7549b030-fb86-4357-b452-d42510532140.jpg
{
  "taskType": "imageInference",
  "taskUUID": "1ab2a429-f143-4675-a00d-d0c3ca789cc6",
  "model": "prunaai:2@1",
  "positivePrompt": "Replace the plain studio background with a photorealistic regional airport airfield at cool early dawn. Keep the exact Harris's hawk from the reference completely unchanged: preserve its identity, pose, proportions, gaze direction, individual feather markings, folded wings, sharp talons, leather anklets, jesses, gauntlet, handler's forearm, and the original square composition. Behind the bird, show a broad concrete apron, subtle runway markings, low blue taxiway lights, distant amber approach lights, a softly defocused utility hangar, and one small parked turboprop far in the background. Use restrained aviation-campaign art direction with slate blue, pale cyan, concrete gray, and sparse safety amber. Match the subject to crisp dawn side light, add believable cool ambient reflections and a soft contact shadow without altering feather color or anatomy. Shallow depth of field keeps the hawk dominant while the airport remains clearly recognizable. Clean premium documentary photography for an aviation wildlife-management brochure, no text, no logos, no borders.",
  "width": 1024,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/7549b030-fb86-4357-b452-d42510532140.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "1ab2a429-f143-4675-a00d-d0c3ca789cc6",
  "imageUUID": "1fd44a09-1670-4e7e-a978-ab68fdb7da92",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/1fd44a09-1670-4e7e-a978-ab68fdb7da92.jpg",
  "seed": 579308001,
  "cost": 0.0088
}
reference-to-image

Dinosaur Exhibition Photo Cleanup

Dinosaur Exhibition Photo Cleanup

Transform the supplied installation photograph into a finished museum publicity image. Remove all conservators, the blue scissor lift, ladders, safety cones, hanging cables, padded braces, tool cases, protective materials, and every other temporary installation object. Generatively reconstruct the areas they conceal: anatomically plausible bones continuing the existing Tyrannosaurus rex skeleton, uninterrupted charcoal plinth, clean dark terrazzo flooring, and matching warm ochre gallery walls. Preserve the dinosaur skeleton's exact identity, skull shape, proportions, mid-stride pose, orientation, and placement. Keep the full skeleton visible in the same side-profile composition and retain the original vaulted architecture, camera viewpoint, perspective, warm museum lighting, shadows, and natural photographic texture. The cleaned gallery should look open to the public, immaculate and credible, with no people, no barriers, no signage, and no evidence of retouching.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'prunaai:2@1',
  positivePrompt: 'Transform the supplied installation photograph into a finished museum publicity image. Remove all conservators, the blue scissor lift, ladders, safety cones, hanging cables, padded braces, tool cases, protective materials, and every other temporary installation object. Generatively reconstruct the areas they conceal: anatomically plausible bones continuing the existing Tyrannosaurus rex skeleton, uninterrupted charcoal plinth, clean dark terrazzo flooring, and matching warm ochre gallery walls. Preserve the dinosaur skeleton\'s exact identity, skull shape, proportions, mid-stride pose, orientation, and placement. Keep the full skeleton visible in the same side-profile composition and retain the original vaulted architecture, camera viewpoint, perspective, warm museum lighting, shadows, and natural photographic texture. The cleaned gallery should look open to the public, immaculate and credible, with no people, no barriers, no signage, and no evidence of retouching.',
  width: 1024,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/008863fb-2342-4f54-aa9d-ff2e4519a5ee.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": "prunaai:2@1",
            "positivePrompt": "Transform the supplied installation photograph into a finished museum publicity image. Remove all conservators, the blue scissor lift, ladders, safety cones, hanging cables, padded braces, tool cases, protective materials, and every other temporary installation object. Generatively reconstruct the areas they conceal: anatomically plausible bones continuing the existing Tyrannosaurus rex skeleton, uninterrupted charcoal plinth, clean dark terrazzo flooring, and matching warm ochre gallery walls. Preserve the dinosaur skeleton's exact identity, skull shape, proportions, mid-stride pose, orientation, and placement. Keep the full skeleton visible in the same side-profile composition and retain the original vaulted architecture, camera viewpoint, perspective, warm museum lighting, shadows, and natural photographic texture. The cleaned gallery should look open to the public, immaculate and credible, with no people, no barriers, no signage, and no evidence of retouching.",
            "width": 1024,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/008863fb-2342-4f54-aa9d-ff2e4519a5ee.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": "4306f807-a837-47fe-a01c-edb836fc3aed",
      "model": "prunaai:2@1",
      "positivePrompt": "Transform the supplied installation photograph into a finished museum publicity image. Remove all conservators, the blue scissor lift, ladders, safety cones, hanging cables, padded braces, tool cases, protective materials, and every other temporary installation object. Generatively reconstruct the areas they conceal: anatomically plausible bones continuing the existing Tyrannosaurus rex skeleton, uninterrupted charcoal plinth, clean dark terrazzo flooring, and matching warm ochre gallery walls. Preserve the dinosaur skeleton's exact identity, skull shape, proportions, mid-stride pose, orientation, and placement. Keep the full skeleton visible in the same side-profile composition and retain the original vaulted architecture, camera viewpoint, perspective, warm museum lighting, shadows, and natural photographic texture. The cleaned gallery should look open to the public, immaculate and credible, with no people, no barriers, no signage, and no evidence of retouching.",
      "width": 1024,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/008863fb-2342-4f54-aa9d-ff2e4519a5ee.jpg"
        ]
      }
    }
  ]'
runware run prunaai:2@1 \
  positivePrompt="Transform the supplied installation photograph into a finished museum publicity image. Remove all conservators, the blue scissor lift, ladders, safety cones, hanging cables, padded braces, tool cases, protective materials, and every other temporary installation object. Generatively reconstruct the areas they conceal: anatomically plausible bones continuing the existing Tyrannosaurus rex skeleton, uninterrupted charcoal plinth, clean dark terrazzo flooring, and matching warm ochre gallery walls. Preserve the dinosaur skeleton's exact identity, skull shape, proportions, mid-stride pose, orientation, and placement. Keep the full skeleton visible in the same side-profile composition and retain the original vaulted architecture, camera viewpoint, perspective, warm museum lighting, shadows, and natural photographic texture. The cleaned gallery should look open to the public, immaculate and credible, with no people, no barriers, no signage, and no evidence of retouching." \
  width=1024 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/008863fb-2342-4f54-aa9d-ff2e4519a5ee.jpg
{
  "taskType": "imageInference",
  "taskUUID": "4306f807-a837-47fe-a01c-edb836fc3aed",
  "model": "prunaai:2@1",
  "positivePrompt": "Transform the supplied installation photograph into a finished museum publicity image. Remove all conservators, the blue scissor lift, ladders, safety cones, hanging cables, padded braces, tool cases, protective materials, and every other temporary installation object. Generatively reconstruct the areas they conceal: anatomically plausible bones continuing the existing Tyrannosaurus rex skeleton, uninterrupted charcoal plinth, clean dark terrazzo flooring, and matching warm ochre gallery walls. Preserve the dinosaur skeleton's exact identity, skull shape, proportions, mid-stride pose, orientation, and placement. Keep the full skeleton visible in the same side-profile composition and retain the original vaulted architecture, camera viewpoint, perspective, warm museum lighting, shadows, and natural photographic texture. The cleaned gallery should look open to the public, immaculate and credible, with no people, no barriers, no signage, and no evidence of retouching.",
  "width": 1024,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/008863fb-2342-4f54-aa9d-ff2e4519a5ee.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "4306f807-a837-47fe-a01c-edb836fc3aed",
  "imageUUID": "9ff7e838-b7db-41e3-91ce-c0d81174a8f1",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/9ff7e838-b7db-41e3-91ce-c0d81174a8f1.jpg",
  "seed": 1576234388,
  "cost": 0.0088
}
reference-to-image

Space Capsule Catalog Image Cleanup

Space Capsule Catalog Image Cleanup

Create a finished, publication-ready museum catalog photograph from the reference image. Remove every conservator, the aluminum scaffolding, rolling tool cart, work lights, power cables, caution cones, loose equipment, and translucent plastic sheeting. Use seamless generative fill to reconstruct all obscured portions of the capsule, its low display plinth, the polished concrete floor, and the neutral conservation-bay wall behind it. Preserve the historic space capsule exactly: same identity, conical geometry, panel seams, circular hatch, antennas, weathered metal, atmospheric scorch patterns, patina, small authentic markings, orientation, scale, and centered three-quarter pose. Preserve the original square crop, camera position, perspective, museum architecture, and cool overhead lighting. The cleared space must look physically coherent and naturally photographed, with accurate contact shadows and subtle reflections. Do not redesign, restore, polish, recolor, relocate, or beautify the capsule. Do not add people, barriers, signage, display graphics, text, or new objects.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'prunaai:2@1',
  positivePrompt: 'Create a finished, publication-ready museum catalog photograph from the reference image. Remove every conservator, the aluminum scaffolding, rolling tool cart, work lights, power cables, caution cones, loose equipment, and translucent plastic sheeting. Use seamless generative fill to reconstruct all obscured portions of the capsule, its low display plinth, the polished concrete floor, and the neutral conservation-bay wall behind it. Preserve the historic space capsule exactly: same identity, conical geometry, panel seams, circular hatch, antennas, weathered metal, atmospheric scorch patterns, patina, small authentic markings, orientation, scale, and centered three-quarter pose. Preserve the original square crop, camera position, perspective, museum architecture, and cool overhead lighting. The cleared space must look physically coherent and naturally photographed, with accurate contact shadows and subtle reflections. Do not redesign, restore, polish, recolor, relocate, or beautify the capsule. Do not add people, barriers, signage, display graphics, text, or new objects.',
  width: 1024,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/162867b7-8885-441a-89d5-a4779bbd88ff.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": "prunaai:2@1",
            "positivePrompt": "Create a finished, publication-ready museum catalog photograph from the reference image. Remove every conservator, the aluminum scaffolding, rolling tool cart, work lights, power cables, caution cones, loose equipment, and translucent plastic sheeting. Use seamless generative fill to reconstruct all obscured portions of the capsule, its low display plinth, the polished concrete floor, and the neutral conservation-bay wall behind it. Preserve the historic space capsule exactly: same identity, conical geometry, panel seams, circular hatch, antennas, weathered metal, atmospheric scorch patterns, patina, small authentic markings, orientation, scale, and centered three-quarter pose. Preserve the original square crop, camera position, perspective, museum architecture, and cool overhead lighting. The cleared space must look physically coherent and naturally photographed, with accurate contact shadows and subtle reflections. Do not redesign, restore, polish, recolor, relocate, or beautify the capsule. Do not add people, barriers, signage, display graphics, text, or new objects.",
            "width": 1024,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/162867b7-8885-441a-89d5-a4779bbd88ff.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": "dc4fc348-1f7c-4017-9215-e1f1aab88c7e",
      "model": "prunaai:2@1",
      "positivePrompt": "Create a finished, publication-ready museum catalog photograph from the reference image. Remove every conservator, the aluminum scaffolding, rolling tool cart, work lights, power cables, caution cones, loose equipment, and translucent plastic sheeting. Use seamless generative fill to reconstruct all obscured portions of the capsule, its low display plinth, the polished concrete floor, and the neutral conservation-bay wall behind it. Preserve the historic space capsule exactly: same identity, conical geometry, panel seams, circular hatch, antennas, weathered metal, atmospheric scorch patterns, patina, small authentic markings, orientation, scale, and centered three-quarter pose. Preserve the original square crop, camera position, perspective, museum architecture, and cool overhead lighting. The cleared space must look physically coherent and naturally photographed, with accurate contact shadows and subtle reflections. Do not redesign, restore, polish, recolor, relocate, or beautify the capsule. Do not add people, barriers, signage, display graphics, text, or new objects.",
      "width": 1024,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/162867b7-8885-441a-89d5-a4779bbd88ff.jpg"
        ]
      }
    }
  ]'
runware run prunaai:2@1 \
  positivePrompt="Create a finished, publication-ready museum catalog photograph from the reference image. Remove every conservator, the aluminum scaffolding, rolling tool cart, work lights, power cables, caution cones, loose equipment, and translucent plastic sheeting. Use seamless generative fill to reconstruct all obscured portions of the capsule, its low display plinth, the polished concrete floor, and the neutral conservation-bay wall behind it. Preserve the historic space capsule exactly: same identity, conical geometry, panel seams, circular hatch, antennas, weathered metal, atmospheric scorch patterns, patina, small authentic markings, orientation, scale, and centered three-quarter pose. Preserve the original square crop, camera position, perspective, museum architecture, and cool overhead lighting. The cleared space must look physically coherent and naturally photographed, with accurate contact shadows and subtle reflections. Do not redesign, restore, polish, recolor, relocate, or beautify the capsule. Do not add people, barriers, signage, display graphics, text, or new objects." \
  width=1024 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/162867b7-8885-441a-89d5-a4779bbd88ff.jpg
{
  "taskType": "imageInference",
  "taskUUID": "dc4fc348-1f7c-4017-9215-e1f1aab88c7e",
  "model": "prunaai:2@1",
  "positivePrompt": "Create a finished, publication-ready museum catalog photograph from the reference image. Remove every conservator, the aluminum scaffolding, rolling tool cart, work lights, power cables, caution cones, loose equipment, and translucent plastic sheeting. Use seamless generative fill to reconstruct all obscured portions of the capsule, its low display plinth, the polished concrete floor, and the neutral conservation-bay wall behind it. Preserve the historic space capsule exactly: same identity, conical geometry, panel seams, circular hatch, antennas, weathered metal, atmospheric scorch patterns, patina, small authentic markings, orientation, scale, and centered three-quarter pose. Preserve the original square crop, camera position, perspective, museum architecture, and cool overhead lighting. The cleared space must look physically coherent and naturally photographed, with accurate contact shadows and subtle reflections. Do not redesign, restore, polish, recolor, relocate, or beautify the capsule. Do not add people, barriers, signage, display graphics, text, or new objects.",
  "width": 1024,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/162867b7-8885-441a-89d5-a4779bbd88ff.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "dc4fc348-1f7c-4017-9215-e1f1aab88c7e",
  "imageUUID": "4c9185f7-8751-43b3-b9c4-bf52eb8abfe1",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/4c9185f7-8751-43b3-b9c4-bf52eb8abfe1.jpg",
  "seed": 116321283,
  "cost": 0.0088
}
Edit

Rainy Stationery Shop Window

Rainy Stationery Shop Window

Transform the reference storefront into a cozy rainy-evening scene while keeping the same camera angle, window structure, shelf layout, and merchandise placement. Add soft amber interior glow, raindrops and streaks on the glass, faint street reflections, handwritten price tags, elegant paper textures, brushed brass details, folded maps, wax seals, ribbon spools, and a sleepy tabby cat curled on the inner windowsill. Make it cinematic and realistic with refined material detail, moody atmosphere, natural shadows, and believable urban ambience.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'prunaai:2@1',
  positivePrompt: 'Transform the reference storefront into a cozy rainy-evening scene while keeping the same camera angle, window structure, shelf layout, and merchandise placement. Add soft amber interior glow, raindrops and streaks on the glass, faint street reflections, handwritten price tags, elegant paper textures, brushed brass details, folded maps, wax seals, ribbon spools, and a sleepy tabby cat curled on the inner windowsill. Make it cinematic and realistic with refined material detail, moody atmosphere, natural shadows, and believable urban ambience.',
  width: 1184,
  height: 896,
  providerSettings: {
    prunaai: {
      turbo: false
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/1275f0cf-ce2c-4db2-8561-5bdd179a63b9.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": "prunaai:2@1",
            "positivePrompt": "Transform the reference storefront into a cozy rainy-evening scene while keeping the same camera angle, window structure, shelf layout, and merchandise placement. Add soft amber interior glow, raindrops and streaks on the glass, faint street reflections, handwritten price tags, elegant paper textures, brushed brass details, folded maps, wax seals, ribbon spools, and a sleepy tabby cat curled on the inner windowsill. Make it cinematic and realistic with refined material detail, moody atmosphere, natural shadows, and believable urban ambience.",
            "width": 1184,
            "height": 896,
            "providerSettings": {
                "prunaai": {
                    "turbo": False
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/1275f0cf-ce2c-4db2-8561-5bdd179a63b9.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": "a7b6bc14-5d3d-4061-8cbe-efb4e10dada7",
      "model": "prunaai:2@1",
      "positivePrompt": "Transform the reference storefront into a cozy rainy-evening scene while keeping the same camera angle, window structure, shelf layout, and merchandise placement. Add soft amber interior glow, raindrops and streaks on the glass, faint street reflections, handwritten price tags, elegant paper textures, brushed brass details, folded maps, wax seals, ribbon spools, and a sleepy tabby cat curled on the inner windowsill. Make it cinematic and realistic with refined material detail, moody atmosphere, natural shadows, and believable urban ambience.",
      "width": 1184,
      "height": 896,
      "providerSettings": {
        "prunaai": {
          "turbo": false
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/1275f0cf-ce2c-4db2-8561-5bdd179a63b9.jpg"
        ]
      }
    }
  ]'
runware run prunaai:2@1 \
  positivePrompt="Transform the reference storefront into a cozy rainy-evening scene while keeping the same camera angle, window structure, shelf layout, and merchandise placement. Add soft amber interior glow, raindrops and streaks on the glass, faint street reflections, handwritten price tags, elegant paper textures, brushed brass details, folded maps, wax seals, ribbon spools, and a sleepy tabby cat curled on the inner windowsill. Make it cinematic and realistic with refined material detail, moody atmosphere, natural shadows, and believable urban ambience." \
  width=1184 \
  height=896 \
  providerSettings.prunaai.turbo=false \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/1275f0cf-ce2c-4db2-8561-5bdd179a63b9.jpg
{
  "taskType": "imageInference",
  "taskUUID": "a7b6bc14-5d3d-4061-8cbe-efb4e10dada7",
  "model": "prunaai:2@1",
  "positivePrompt": "Transform the reference storefront into a cozy rainy-evening scene while keeping the same camera angle, window structure, shelf layout, and merchandise placement. Add soft amber interior glow, raindrops and streaks on the glass, faint street reflections, handwritten price tags, elegant paper textures, brushed brass details, folded maps, wax seals, ribbon spools, and a sleepy tabby cat curled on the inner windowsill. Make it cinematic and realistic with refined material detail, moody atmosphere, natural shadows, and believable urban ambience.",
  "width": 1184,
  "height": 896,
  "providerSettings": {
    "prunaai": {
      "turbo": false
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/1275f0cf-ce2c-4db2-8561-5bdd179a63b9.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "a7b6bc14-5d3d-4061-8cbe-efb4e10dada7",
  "imageUUID": "08851305-a54e-4732-9fad-9b6a22764441",
  "imageURL": "https://im.runware.ai/image/os/a12d13/ws/2/ii/08851305-a54e-4732-9fad-9b6a22764441.jpg",
  "seed": 1621561474,
  "cost": 0.0088
}
Edit

Rooftop Beekeeping Workshop Interior

Rooftop Beekeeping Workshop Interior

Transform the reference loft into a refined rooftop beekeeping workshop interior while keeping the original room structure and camera angle. Add neatly arranged wooden hive boxes, glass jars of amber honey, labeled botanical samples, folded veils and gloves, small smokers, wax molds, copper tools, drying herbs hanging near the skylights, and a few potted flowering plants suited for pollinators. Keep the scene realistic, tactile, and production-ready with natural daylight, warm wood tones, subtle golden highlights, clean organization, and high-detail material textures. No people, no text overlays, 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: 'prunaai:2@1',
  positivePrompt: 'Transform the reference loft into a refined rooftop beekeeping workshop interior while keeping the original room structure and camera angle. Add neatly arranged wooden hive boxes, glass jars of amber honey, labeled botanical samples, folded veils and gloves, small smokers, wax molds, copper tools, drying herbs hanging near the skylights, and a few potted flowering plants suited for pollinators. Keep the scene realistic, tactile, and production-ready with natural daylight, warm wood tones, subtle golden highlights, clean organization, and high-detail material textures. No people, no text overlays, no logos.',
  width: 1184,
  height: 896,
  providerSettings: {
    prunaai: {
      turbo: false
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/c26c8b02-4265-4854-bd8e-e0d5f3c515b1.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": "prunaai:2@1",
            "positivePrompt": "Transform the reference loft into a refined rooftop beekeeping workshop interior while keeping the original room structure and camera angle. Add neatly arranged wooden hive boxes, glass jars of amber honey, labeled botanical samples, folded veils and gloves, small smokers, wax molds, copper tools, drying herbs hanging near the skylights, and a few potted flowering plants suited for pollinators. Keep the scene realistic, tactile, and production-ready with natural daylight, warm wood tones, subtle golden highlights, clean organization, and high-detail material textures. No people, no text overlays, no logos.",
            "width": 1184,
            "height": 896,
            "providerSettings": {
                "prunaai": {
                    "turbo": False
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/c26c8b02-4265-4854-bd8e-e0d5f3c515b1.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": "0b5bd3f9-b186-4bfd-8131-861693395b93",
      "model": "prunaai:2@1",
      "positivePrompt": "Transform the reference loft into a refined rooftop beekeeping workshop interior while keeping the original room structure and camera angle. Add neatly arranged wooden hive boxes, glass jars of amber honey, labeled botanical samples, folded veils and gloves, small smokers, wax molds, copper tools, drying herbs hanging near the skylights, and a few potted flowering plants suited for pollinators. Keep the scene realistic, tactile, and production-ready with natural daylight, warm wood tones, subtle golden highlights, clean organization, and high-detail material textures. No people, no text overlays, no logos.",
      "width": 1184,
      "height": 896,
      "providerSettings": {
        "prunaai": {
          "turbo": false
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/c26c8b02-4265-4854-bd8e-e0d5f3c515b1.jpg"
        ]
      }
    }
  ]'
runware run prunaai:2@1 \
  positivePrompt="Transform the reference loft into a refined rooftop beekeeping workshop interior while keeping the original room structure and camera angle. Add neatly arranged wooden hive boxes, glass jars of amber honey, labeled botanical samples, folded veils and gloves, small smokers, wax molds, copper tools, drying herbs hanging near the skylights, and a few potted flowering plants suited for pollinators. Keep the scene realistic, tactile, and production-ready with natural daylight, warm wood tones, subtle golden highlights, clean organization, and high-detail material textures. No people, no text overlays, no logos." \
  width=1184 \
  height=896 \
  providerSettings.prunaai.turbo=false \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/c26c8b02-4265-4854-bd8e-e0d5f3c515b1.jpg
{
  "taskType": "imageInference",
  "taskUUID": "0b5bd3f9-b186-4bfd-8131-861693395b93",
  "model": "prunaai:2@1",
  "positivePrompt": "Transform the reference loft into a refined rooftop beekeeping workshop interior while keeping the original room structure and camera angle. Add neatly arranged wooden hive boxes, glass jars of amber honey, labeled botanical samples, folded veils and gloves, small smokers, wax molds, copper tools, drying herbs hanging near the skylights, and a few potted flowering plants suited for pollinators. Keep the scene realistic, tactile, and production-ready with natural daylight, warm wood tones, subtle golden highlights, clean organization, and high-detail material textures. No people, no text overlays, no logos.",
  "width": 1184,
  "height": 896,
  "providerSettings": {
    "prunaai": {
      "turbo": false
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/c26c8b02-4265-4854-bd8e-e0d5f3c515b1.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "0b5bd3f9-b186-4bfd-8131-861693395b93",
  "imageUUID": "0130a70f-b683-4e6c-9d90-f2eb33a02f90",
  "imageURL": "https://im.runware.ai/image/os/a15d18/ws/2/ii/0130a70f-b683-4e6c-9d90-f2eb33a02f90.jpg",
  "seed": 341720391,
  "cost": 0.0088
}
Edit

Glasshouse Violin Repair Studio

Glasshouse Violin Repair Studio

Transform the reference workspace into an elegant glasshouse violin repair studio, preserving the original room structure and major furniture placement. Keep the central workbench, shelving, stool, and window positions consistent, but replace generic tools with luthier details: open violin cases, curled wood shavings, clamps, varnish jars, bridge templates, hanging strings, and a partially restored violin under a small task lamp. Let climbing ivy thread around the window frames and warm late-afternoon sunlight scatter through the glass, creating luminous reflections on polished wood. Add a few potted citrus trees, brass instruments for measuring, hand-labeled drawers, and a refined old-world craft atmosphere. Highly detailed, realistic editorial interior photography, natural textures, balanced composition, crisp focus.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'prunaai:2@1',
  positivePrompt: 'Transform the reference workspace into an elegant glasshouse violin repair studio, preserving the original room structure and major furniture placement. Keep the central workbench, shelving, stool, and window positions consistent, but replace generic tools with luthier details: open violin cases, curled wood shavings, clamps, varnish jars, bridge templates, hanging strings, and a partially restored violin under a small task lamp. Let climbing ivy thread around the window frames and warm late-afternoon sunlight scatter through the glass, creating luminous reflections on polished wood. Add a few potted citrus trees, brass instruments for measuring, hand-labeled drawers, and a refined old-world craft atmosphere. Highly detailed, realistic editorial interior photography, natural textures, balanced composition, crisp focus.',
  width: 1184,
  height: 896,
  providerSettings: {
    prunaai: {
      turbo: false
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/eb3bd884-2ea6-4838-9448-5cbe1aba36c7.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": "prunaai:2@1",
            "positivePrompt": "Transform the reference workspace into an elegant glasshouse violin repair studio, preserving the original room structure and major furniture placement. Keep the central workbench, shelving, stool, and window positions consistent, but replace generic tools with luthier details: open violin cases, curled wood shavings, clamps, varnish jars, bridge templates, hanging strings, and a partially restored violin under a small task lamp. Let climbing ivy thread around the window frames and warm late-afternoon sunlight scatter through the glass, creating luminous reflections on polished wood. Add a few potted citrus trees, brass instruments for measuring, hand-labeled drawers, and a refined old-world craft atmosphere. Highly detailed, realistic editorial interior photography, natural textures, balanced composition, crisp focus.",
            "width": 1184,
            "height": 896,
            "providerSettings": {
                "prunaai": {
                    "turbo": False
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/eb3bd884-2ea6-4838-9448-5cbe1aba36c7.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": "280b77a1-f23c-4b43-af99-211134cc992d",
      "model": "prunaai:2@1",
      "positivePrompt": "Transform the reference workspace into an elegant glasshouse violin repair studio, preserving the original room structure and major furniture placement. Keep the central workbench, shelving, stool, and window positions consistent, but replace generic tools with luthier details: open violin cases, curled wood shavings, clamps, varnish jars, bridge templates, hanging strings, and a partially restored violin under a small task lamp. Let climbing ivy thread around the window frames and warm late-afternoon sunlight scatter through the glass, creating luminous reflections on polished wood. Add a few potted citrus trees, brass instruments for measuring, hand-labeled drawers, and a refined old-world craft atmosphere. Highly detailed, realistic editorial interior photography, natural textures, balanced composition, crisp focus.",
      "width": 1184,
      "height": 896,
      "providerSettings": {
        "prunaai": {
          "turbo": false
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/eb3bd884-2ea6-4838-9448-5cbe1aba36c7.jpg"
        ]
      }
    }
  ]'
runware run prunaai:2@1 \
  positivePrompt="Transform the reference workspace into an elegant glasshouse violin repair studio, preserving the original room structure and major furniture placement. Keep the central workbench, shelving, stool, and window positions consistent, but replace generic tools with luthier details: open violin cases, curled wood shavings, clamps, varnish jars, bridge templates, hanging strings, and a partially restored violin under a small task lamp. Let climbing ivy thread around the window frames and warm late-afternoon sunlight scatter through the glass, creating luminous reflections on polished wood. Add a few potted citrus trees, brass instruments for measuring, hand-labeled drawers, and a refined old-world craft atmosphere. Highly detailed, realistic editorial interior photography, natural textures, balanced composition, crisp focus." \
  width=1184 \
  height=896 \
  providerSettings.prunaai.turbo=false \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/eb3bd884-2ea6-4838-9448-5cbe1aba36c7.jpg
{
  "taskType": "imageInference",
  "taskUUID": "280b77a1-f23c-4b43-af99-211134cc992d",
  "model": "prunaai:2@1",
  "positivePrompt": "Transform the reference workspace into an elegant glasshouse violin repair studio, preserving the original room structure and major furniture placement. Keep the central workbench, shelving, stool, and window positions consistent, but replace generic tools with luthier details: open violin cases, curled wood shavings, clamps, varnish jars, bridge templates, hanging strings, and a partially restored violin under a small task lamp. Let climbing ivy thread around the window frames and warm late-afternoon sunlight scatter through the glass, creating luminous reflections on polished wood. Add a few potted citrus trees, brass instruments for measuring, hand-labeled drawers, and a refined old-world craft atmosphere. Highly detailed, realistic editorial interior photography, natural textures, balanced composition, crisp focus.",
  "width": 1184,
  "height": 896,
  "providerSettings": {
    "prunaai": {
      "turbo": false
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/eb3bd884-2ea6-4838-9448-5cbe1aba36c7.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "280b77a1-f23c-4b43-af99-211134cc992d",
  "imageUUID": "82ace068-7d4b-4304-ba88-39149079ebec",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/2/ii/82ace068-7d4b-4304-ba88-39149079ebec.jpg",
  "seed": 132205525,
  "cost": 0.0088
}
Edit

Submerged Grand Piano Atrium

Submerged Grand Piano Atrium

Transform the reference scene into a dreamlike flooded atrium while keeping the original architecture and grand piano position recognizable. Replace the stage floor with shallow crystal-clear water reflecting the balconies and ceiling. Add drifting koi fish beneath the water surface, clusters of water lilies near the piano legs, hanging vines descending from the upper railings, softened daylight pouring through the glass roof, scattered petals, gentle mist in the distance, and a serene abandoned-mansion atmosphere. Preserve realistic perspective, refined textures, and cohesive natural colors.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'prunaai:2@1',
  positivePrompt: 'Transform the reference scene into a dreamlike flooded atrium while keeping the original architecture and grand piano position recognizable. Replace the stage floor with shallow crystal-clear water reflecting the balconies and ceiling. Add drifting koi fish beneath the water surface, clusters of water lilies near the piano legs, hanging vines descending from the upper railings, softened daylight pouring through the glass roof, scattered petals, gentle mist in the distance, and a serene abandoned-mansion atmosphere. Preserve realistic perspective, refined textures, and cohesive natural colors.',
  width: 1376,
  height: 768,
  providerSettings: {
    prunaai: {
      turbo: false
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/ae3cbe9a-032d-41f6-88d5-135b2e27f290.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": "prunaai:2@1",
            "positivePrompt": "Transform the reference scene into a dreamlike flooded atrium while keeping the original architecture and grand piano position recognizable. Replace the stage floor with shallow crystal-clear water reflecting the balconies and ceiling. Add drifting koi fish beneath the water surface, clusters of water lilies near the piano legs, hanging vines descending from the upper railings, softened daylight pouring through the glass roof, scattered petals, gentle mist in the distance, and a serene abandoned-mansion atmosphere. Preserve realistic perspective, refined textures, and cohesive natural colors.",
            "width": 1376,
            "height": 768,
            "providerSettings": {
                "prunaai": {
                    "turbo": False
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/ae3cbe9a-032d-41f6-88d5-135b2e27f290.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": "a1c88bd9-1e4c-47c2-9ed8-b4d5c8962f61",
      "model": "prunaai:2@1",
      "positivePrompt": "Transform the reference scene into a dreamlike flooded atrium while keeping the original architecture and grand piano position recognizable. Replace the stage floor with shallow crystal-clear water reflecting the balconies and ceiling. Add drifting koi fish beneath the water surface, clusters of water lilies near the piano legs, hanging vines descending from the upper railings, softened daylight pouring through the glass roof, scattered petals, gentle mist in the distance, and a serene abandoned-mansion atmosphere. Preserve realistic perspective, refined textures, and cohesive natural colors.",
      "width": 1376,
      "height": 768,
      "providerSettings": {
        "prunaai": {
          "turbo": false
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/ae3cbe9a-032d-41f6-88d5-135b2e27f290.jpg"
        ]
      }
    }
  ]'
runware run prunaai:2@1 \
  positivePrompt="Transform the reference scene into a dreamlike flooded atrium while keeping the original architecture and grand piano position recognizable. Replace the stage floor with shallow crystal-clear water reflecting the balconies and ceiling. Add drifting koi fish beneath the water surface, clusters of water lilies near the piano legs, hanging vines descending from the upper railings, softened daylight pouring through the glass roof, scattered petals, gentle mist in the distance, and a serene abandoned-mansion atmosphere. Preserve realistic perspective, refined textures, and cohesive natural colors." \
  width=1376 \
  height=768 \
  providerSettings.prunaai.turbo=false \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/ae3cbe9a-032d-41f6-88d5-135b2e27f290.jpg
{
  "taskType": "imageInference",
  "taskUUID": "a1c88bd9-1e4c-47c2-9ed8-b4d5c8962f61",
  "model": "prunaai:2@1",
  "positivePrompt": "Transform the reference scene into a dreamlike flooded atrium while keeping the original architecture and grand piano position recognizable. Replace the stage floor with shallow crystal-clear water reflecting the balconies and ceiling. Add drifting koi fish beneath the water surface, clusters of water lilies near the piano legs, hanging vines descending from the upper railings, softened daylight pouring through the glass roof, scattered petals, gentle mist in the distance, and a serene abandoned-mansion atmosphere. Preserve realistic perspective, refined textures, and cohesive natural colors.",
  "width": 1376,
  "height": 768,
  "providerSettings": {
    "prunaai": {
      "turbo": false
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/ae3cbe9a-032d-41f6-88d5-135b2e27f290.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "a1c88bd9-1e4c-47c2-9ed8-b4d5c8962f61",
  "imageUUID": "67265111-4e6c-4e27-a69d-b1f61b788d0e",
  "imageURL": "https://im.runware.ai/image/os/a24d12/ws/2/ii/67265111-4e6c-4e27-a69d-b1f61b788d0e.jpg",
  "seed": 1119712308,
  "cost": 0.0088
}