live
MODEL IDrundiffusion:200@100

Juggernaut Z

RunDiffusion
by

Juggernaut Z is a fine-tuned image model built on Z Image Base and tuned for a more presentation-ready visual style. Its strengths include more dramatic lighting, stronger camera focus, more detailed skin textures, cleaner anatomy, improved scene composition, and more coherent rendering across portraits, fashion, architecture, and cinematic concept work.

Juggernaut Z

text-to-image

Apiary Cooperative Team Portrait Composite$0.00416~5s
Apiary Cooperative Team Portrait Composite

Finished square environmental group portrait for the annual report of a commercial beekeeping cooperative, photographed at a working apiary on a clear early-autumn morning. Nine beekeepers stand together in a relaxed, orderly lineup between rows of pale wooden hive boxes, framed from the knees up. The newly added subject is an early-30s South Asian woman positioned second from the right: a new apprentice beekeeper wearing clean white protective overalls with sage-green work trousers, tan boots, yellow gloves tucked into one pocket, and her mesh veil folded behind her shoulders so her face is clearly visible. Integrate her naturally into the established group with the same camera perspective, focal sharpness, warm side lighting, color response, contact shadow, body scale, eye line, and subtle shoulder overlap as everyone around her; the result must look like one authentic photograph rather than a collage. The other eight team members are working adults of varied ages and appearances in practical white and cream apiary suits, several holding smokers or hive tools at rest, all looking toward the camera with calm, quietly proud expressions. Natural postures, believable spacing, distinct faces, accurate hands, realistic protective clothing and fine skin texture. Honeybees appear only as a few tiny sunlit specks near the hives. Background details include golden grass, a narrow sunflower margin, stacked supers, and a modest corrugated equipment shed, softly receding without visual clutter. Bright documentary editorial photography, approachable agricultural-industry mood, beeswax yellow, chalk white, sage green, weathered timber, and clean blue sky palette. Eye-level 50mm lens, balanced square composition, moderate depth of field keeping every team member sharp, crisp fabric detail, gentle warm highlights, soft grounded shadows, polished but credible annual-report finish. No signage, captions, logos, borders, or on-image text.

Try in Playground
import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'rundiffusion:200@100',
  positivePrompt: 'Finished square environmental group portrait for the annual report of a commercial beekeeping cooperative, photographed at a working apiary on a clear early-autumn morning. Nine beekeepers stand together in a relaxed, orderly lineup between rows of pale wooden hive boxes, framed from the knees up. The newly added subject is an early-30s South Asian woman positioned second from the right: a new apprentice beekeeper wearing clean white protective overalls with sage-green work trousers, tan boots, yellow gloves tucked into one pocket, and her mesh veil folded behind her shoulders so her face is clearly visible. Integrate her naturally into the established group with the same camera perspective, focal sharpness, warm side lighting, color response, contact shadow, body scale, eye line, and subtle shoulder overlap as everyone around her; the result must look like one authentic photograph rather than a collage. The other eight team members are working adults of varied ages and appearances in practical white and cream apiary suits, several holding smokers or hive tools at rest, all looking toward the camera with calm, quietly proud expressions. Natural postures, believable spacing, distinct faces, accurate hands, realistic protective clothing and fine skin texture. Honeybees appear only as a few tiny sunlit specks near the hives. Background details include golden grass, a narrow sunflower margin, stacked supers, and a modest corrugated equipment shed, softly receding without visual clutter. Bright documentary editorial photography, approachable agricultural-industry mood, beeswax yellow, chalk white, sage green, weathered timber, and clean blue sky palette. Eye-level 50mm lens, balanced square composition, moderate depth of field keeping every team member sharp, crisp fabric detail, gentle warm highlights, soft grounded shadows, polished but credible annual-report finish. No signage, captions, logos, borders, or on-image text.',
  negativePrompt: 'photomontage seams, cutout edges, mismatched lighting, mismatched scale, floating person, duplicate people, repeated faces, extra limbs, extra fingers, fused hands, distorted anatomy, obscured faces, closed veils over every face, excessive bees, swarming insects, honey dripping, fantasy costumes, dramatic storm, fashion runway styling, text, logo, watermark, frame',
  width: 1024,
  height: 1024,
  steps: 35,
  CFGScale: 6
})
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": "rundiffusion:200@100",
            "positivePrompt": "Finished square environmental group portrait for the annual report of a commercial beekeeping cooperative, photographed at a working apiary on a clear early-autumn morning. Nine beekeepers stand together in a relaxed, orderly lineup between rows of pale wooden hive boxes, framed from the knees up. The newly added subject is an early-30s South Asian woman positioned second from the right: a new apprentice beekeeper wearing clean white protective overalls with sage-green work trousers, tan boots, yellow gloves tucked into one pocket, and her mesh veil folded behind her shoulders so her face is clearly visible. Integrate her naturally into the established group with the same camera perspective, focal sharpness, warm side lighting, color response, contact shadow, body scale, eye line, and subtle shoulder overlap as everyone around her; the result must look like one authentic photograph rather than a collage. The other eight team members are working adults of varied ages and appearances in practical white and cream apiary suits, several holding smokers or hive tools at rest, all looking toward the camera with calm, quietly proud expressions. Natural postures, believable spacing, distinct faces, accurate hands, realistic protective clothing and fine skin texture. Honeybees appear only as a few tiny sunlit specks near the hives. Background details include golden grass, a narrow sunflower margin, stacked supers, and a modest corrugated equipment shed, softly receding without visual clutter. Bright documentary editorial photography, approachable agricultural-industry mood, beeswax yellow, chalk white, sage green, weathered timber, and clean blue sky palette. Eye-level 50mm lens, balanced square composition, moderate depth of field keeping every team member sharp, crisp fabric detail, gentle warm highlights, soft grounded shadows, polished but credible annual-report finish. No signage, captions, logos, borders, or on-image text.",
            "negativePrompt": "photomontage seams, cutout edges, mismatched lighting, mismatched scale, floating person, duplicate people, repeated faces, extra limbs, extra fingers, fused hands, distorted anatomy, obscured faces, closed veils over every face, excessive bees, swarming insects, honey dripping, fantasy costumes, dramatic storm, fashion runway styling, text, logo, watermark, frame",
            "width": 1024,
            "height": 1024,
            "steps": 35,
            "CFGScale": 6
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "fd4c60a2-4ea4-4609-a22f-5726b016522a",
      "model": "rundiffusion:200@100",
      "positivePrompt": "Finished square environmental group portrait for the annual report of a commercial beekeeping cooperative, photographed at a working apiary on a clear early-autumn morning. Nine beekeepers stand together in a relaxed, orderly lineup between rows of pale wooden hive boxes, framed from the knees up. The newly added subject is an early-30s South Asian woman positioned second from the right: a new apprentice beekeeper wearing clean white protective overalls with sage-green work trousers, tan boots, yellow gloves tucked into one pocket, and her mesh veil folded behind her shoulders so her face is clearly visible. Integrate her naturally into the established group with the same camera perspective, focal sharpness, warm side lighting, color response, contact shadow, body scale, eye line, and subtle shoulder overlap as everyone around her; the result must look like one authentic photograph rather than a collage. The other eight team members are working adults of varied ages and appearances in practical white and cream apiary suits, several holding smokers or hive tools at rest, all looking toward the camera with calm, quietly proud expressions. Natural postures, believable spacing, distinct faces, accurate hands, realistic protective clothing and fine skin texture. Honeybees appear only as a few tiny sunlit specks near the hives. Background details include golden grass, a narrow sunflower margin, stacked supers, and a modest corrugated equipment shed, softly receding without visual clutter. Bright documentary editorial photography, approachable agricultural-industry mood, beeswax yellow, chalk white, sage green, weathered timber, and clean blue sky palette. Eye-level 50mm lens, balanced square composition, moderate depth of field keeping every team member sharp, crisp fabric detail, gentle warm highlights, soft grounded shadows, polished but credible annual-report finish. No signage, captions, logos, borders, or on-image text.",
      "negativePrompt": "photomontage seams, cutout edges, mismatched lighting, mismatched scale, floating person, duplicate people, repeated faces, extra limbs, extra fingers, fused hands, distorted anatomy, obscured faces, closed veils over every face, excessive bees, swarming insects, honey dripping, fantasy costumes, dramatic storm, fashion runway styling, text, logo, watermark, frame",
      "width": 1024,
      "height": 1024,
      "steps": 35,
      "CFGScale": 6
    }
  ]'
runware run rundiffusion:200@100 \
  positivePrompt="Finished square environmental group portrait for the annual report of a commercial beekeeping cooperative, photographed at a working apiary on a clear early-autumn morning. Nine beekeepers stand together in a relaxed, orderly lineup between rows of pale wooden hive boxes, framed from the knees up. The newly added subject is an early-30s South Asian woman positioned second from the right: a new apprentice beekeeper wearing clean white protective overalls with sage-green work trousers, tan boots, yellow gloves tucked into one pocket, and her mesh veil folded behind her shoulders so her face is clearly visible. Integrate her naturally into the established group with the same camera perspective, focal sharpness, warm side lighting, color response, contact shadow, body scale, eye line, and subtle shoulder overlap as everyone around her; the result must look like one authentic photograph rather than a collage. The other eight team members are working adults of varied ages and appearances in practical white and cream apiary suits, several holding smokers or hive tools at rest, all looking toward the camera with calm, quietly proud expressions. Natural postures, believable spacing, distinct faces, accurate hands, realistic protective clothing and fine skin texture. Honeybees appear only as a few tiny sunlit specks near the hives. Background details include golden grass, a narrow sunflower margin, stacked supers, and a modest corrugated equipment shed, softly receding without visual clutter. Bright documentary editorial photography, approachable agricultural-industry mood, beeswax yellow, chalk white, sage green, weathered timber, and clean blue sky palette. Eye-level 50mm lens, balanced square composition, moderate depth of field keeping every team member sharp, crisp fabric detail, gentle warm highlights, soft grounded shadows, polished but credible annual-report finish. No signage, captions, logos, borders, or on-image text." \
  negativePrompt="photomontage seams, cutout edges, mismatched lighting, mismatched scale, floating person, duplicate people, repeated faces, extra limbs, extra fingers, fused hands, distorted anatomy, obscured faces, closed veils over every face, excessive bees, swarming insects, honey dripping, fantasy costumes, dramatic storm, fashion runway styling, text, logo, watermark, frame" \
  width=1024 \
  height=1024 \
  steps=35 \
  CFGScale=6
{
  "taskType": "imageInference",
  "taskUUID": "fd4c60a2-4ea4-4609-a22f-5726b016522a",
  "model": "rundiffusion:200@100",
  "positivePrompt": "Finished square environmental group portrait for the annual report of a commercial beekeeping cooperative, photographed at a working apiary on a clear early-autumn morning. Nine beekeepers stand together in a relaxed, orderly lineup between rows of pale wooden hive boxes, framed from the knees up. The newly added subject is an early-30s South Asian woman positioned second from the right: a new apprentice beekeeper wearing clean white protective overalls with sage-green work trousers, tan boots, yellow gloves tucked into one pocket, and her mesh veil folded behind her shoulders so her face is clearly visible. Integrate her naturally into the established group with the same camera perspective, focal sharpness, warm side lighting, color response, contact shadow, body scale, eye line, and subtle shoulder overlap as everyone around her; the result must look like one authentic photograph rather than a collage. The other eight team members are working adults of varied ages and appearances in practical white and cream apiary suits, several holding smokers or hive tools at rest, all looking toward the camera with calm, quietly proud expressions. Natural postures, believable spacing, distinct faces, accurate hands, realistic protective clothing and fine skin texture. Honeybees appear only as a few tiny sunlit specks near the hives. Background details include golden grass, a narrow sunflower margin, stacked supers, and a modest corrugated equipment shed, softly receding without visual clutter. Bright documentary editorial photography, approachable agricultural-industry mood, beeswax yellow, chalk white, sage green, weathered timber, and clean blue sky palette. Eye-level 50mm lens, balanced square composition, moderate depth of field keeping every team member sharp, crisp fabric detail, gentle warm highlights, soft grounded shadows, polished but credible annual-report finish. No signage, captions, logos, borders, or on-image text.",
  "negativePrompt": "photomontage seams, cutout edges, mismatched lighting, mismatched scale, floating person, duplicate people, repeated faces, extra limbs, extra fingers, fused hands, distorted anatomy, obscured faces, closed veils over every face, excessive bees, swarming insects, honey dripping, fantasy costumes, dramatic storm, fashion runway styling, text, logo, watermark, frame",
  "width": 1024,
  "height": 1024,
  "steps": 35,
  "CFGScale": 6
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "fd4c60a2-4ea4-4609-a22f-5726b016522a",
  "imageUUID": "ba4879ba-8a49-4348-adce-90b35458eeb2",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/ba4879ba-8a49-4348-adce-90b35458eeb2.jpg",
  "seed": 1272175343,
  "cost": 0.00416
}

image-to-image

Planetarium Anniversary Digital Invitation$0.00338~5s
Planetarium Anniversary Digital Invitation

Transform the supplied planetarium photograph into a finished landscape digital invitation for a 50th-anniversary public event. Preserve the source image’s recognizable dome, cantilevered canopy, frontal perspective, forecourt geometry, and strong central symmetry. Reinterpret the architecture as a sophisticated 1970s-inspired screen print with crisp cut-paper shapes, subtly imperfect ink edges, and restrained halftone texture. Deep ultramarine background, warm persimmon-orange dome, pale cream concrete, small accents of mint green and charcoal. Add sweeping orbital arcs and a few precisely placed starbursts around the dome so the building reads like a planet in orbit, while keeping the architecture dominant and uncluttered. Strong graphic hierarchy, optimistic civic-culture mood, polished museum design, generous negative space. Integrate clean, highly legible cream sans-serif typography into the open sky and forecourt areas. Display exactly this wording: “ORBIT 50” as the large headline; “NIGHT AT THE PLANETARIUM”; “SAT 18 OCT • 7 PM”; “HARTLEY PLANETARIUM”. No other words. The result must be the flat, finished invitation artwork itself, edge to edge, not a printed-card mockup and not shown in a room.

Try in Playground
import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'rundiffusion:200@100',
  positivePrompt: 'Transform the supplied planetarium photograph into a finished landscape digital invitation for a 50th-anniversary public event. Preserve the source image’s recognizable dome, cantilevered canopy, frontal perspective, forecourt geometry, and strong central symmetry. Reinterpret the architecture as a sophisticated 1970s-inspired screen print with crisp cut-paper shapes, subtly imperfect ink edges, and restrained halftone texture. Deep ultramarine background, warm persimmon-orange dome, pale cream concrete, small accents of mint green and charcoal. Add sweeping orbital arcs and a few precisely placed starbursts around the dome so the building reads like a planet in orbit, while keeping the architecture dominant and uncluttered. Strong graphic hierarchy, optimistic civic-culture mood, polished museum design, generous negative space. Integrate clean, highly legible cream sans-serif typography into the open sky and forecourt areas. Display exactly this wording: “ORBIT 50” as the large headline; “NIGHT AT THE PLANETARIUM”; “SAT 18 OCT • 7 PM”; “HARTLEY PLANETARIUM”. No other words. The result must be the flat, finished invitation artwork itself, edge to edge, not a printed-card mockup and not shown in a room.',
  negativePrompt: 'photorealistic final style, generic science fiction scene, fantasy landscape, people, vehicles, clutter, photographic sky, illegible lettering, misspelled words, duplicate text, extra text, logos, QR code, website, call-to-action button, border, folded card, envelope, paper mockup, tabletop mockup, frame, browser interface, app interface, watermark',
  width: 1280,
  height: 768,
  steps: 40,
  strength: 0.65,
  inputs: {
    seedImage: 'https://assets.runware.ai/assets/inputs/b44dc962-12ef-4294-a45e-9d3a05a5090f.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": "rundiffusion:200@100",
            "positivePrompt": "Transform the supplied planetarium photograph into a finished landscape digital invitation for a 50th-anniversary public event. Preserve the source image’s recognizable dome, cantilevered canopy, frontal perspective, forecourt geometry, and strong central symmetry. Reinterpret the architecture as a sophisticated 1970s-inspired screen print with crisp cut-paper shapes, subtly imperfect ink edges, and restrained halftone texture. Deep ultramarine background, warm persimmon-orange dome, pale cream concrete, small accents of mint green and charcoal. Add sweeping orbital arcs and a few precisely placed starbursts around the dome so the building reads like a planet in orbit, while keeping the architecture dominant and uncluttered. Strong graphic hierarchy, optimistic civic-culture mood, polished museum design, generous negative space. Integrate clean, highly legible cream sans-serif typography into the open sky and forecourt areas. Display exactly this wording: “ORBIT 50” as the large headline; “NIGHT AT THE PLANETARIUM”; “SAT 18 OCT • 7 PM”; “HARTLEY PLANETARIUM”. No other words. The result must be the flat, finished invitation artwork itself, edge to edge, not a printed-card mockup and not shown in a room.",
            "negativePrompt": "photorealistic final style, generic science fiction scene, fantasy landscape, people, vehicles, clutter, photographic sky, illegible lettering, misspelled words, duplicate text, extra text, logos, QR code, website, call-to-action button, border, folded card, envelope, paper mockup, tabletop mockup, frame, browser interface, app interface, watermark",
            "width": 1280,
            "height": 768,
            "steps": 40,
            "strength": 0.65,
            "inputs": {
                "seedImage": "https://assets.runware.ai/assets/inputs/b44dc962-12ef-4294-a45e-9d3a05a5090f.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": "a2cac053-7146-41e6-a938-3b928b513018",
      "model": "rundiffusion:200@100",
      "positivePrompt": "Transform the supplied planetarium photograph into a finished landscape digital invitation for a 50th-anniversary public event. Preserve the source image’s recognizable dome, cantilevered canopy, frontal perspective, forecourt geometry, and strong central symmetry. Reinterpret the architecture as a sophisticated 1970s-inspired screen print with crisp cut-paper shapes, subtly imperfect ink edges, and restrained halftone texture. Deep ultramarine background, warm persimmon-orange dome, pale cream concrete, small accents of mint green and charcoal. Add sweeping orbital arcs and a few precisely placed starbursts around the dome so the building reads like a planet in orbit, while keeping the architecture dominant and uncluttered. Strong graphic hierarchy, optimistic civic-culture mood, polished museum design, generous negative space. Integrate clean, highly legible cream sans-serif typography into the open sky and forecourt areas. Display exactly this wording: “ORBIT 50” as the large headline; “NIGHT AT THE PLANETARIUM”; “SAT 18 OCT • 7 PM”; “HARTLEY PLANETARIUM”. No other words. The result must be the flat, finished invitation artwork itself, edge to edge, not a printed-card mockup and not shown in a room.",
      "negativePrompt": "photorealistic final style, generic science fiction scene, fantasy landscape, people, vehicles, clutter, photographic sky, illegible lettering, misspelled words, duplicate text, extra text, logos, QR code, website, call-to-action button, border, folded card, envelope, paper mockup, tabletop mockup, frame, browser interface, app interface, watermark",
      "width": 1280,
      "height": 768,
      "steps": 40,
      "strength": 0.65,
      "inputs": {
        "seedImage": "https://assets.runware.ai/assets/inputs/b44dc962-12ef-4294-a45e-9d3a05a5090f.jpg"
      }
    }
  ]'
runware run rundiffusion:200@100 \
  positivePrompt="Transform the supplied planetarium photograph into a finished landscape digital invitation for a 50th-anniversary public event. Preserve the source image’s recognizable dome, cantilevered canopy, frontal perspective, forecourt geometry, and strong central symmetry. Reinterpret the architecture as a sophisticated 1970s-inspired screen print with crisp cut-paper shapes, subtly imperfect ink edges, and restrained halftone texture. Deep ultramarine background, warm persimmon-orange dome, pale cream concrete, small accents of mint green and charcoal. Add sweeping orbital arcs and a few precisely placed starbursts around the dome so the building reads like a planet in orbit, while keeping the architecture dominant and uncluttered. Strong graphic hierarchy, optimistic civic-culture mood, polished museum design, generous negative space. Integrate clean, highly legible cream sans-serif typography into the open sky and forecourt areas. Display exactly this wording: “ORBIT 50” as the large headline; “NIGHT AT THE PLANETARIUM”; “SAT 18 OCT • 7 PM”; “HARTLEY PLANETARIUM”. No other words. The result must be the flat, finished invitation artwork itself, edge to edge, not a printed-card mockup and not shown in a room." \
  negativePrompt="photorealistic final style, generic science fiction scene, fantasy landscape, people, vehicles, clutter, photographic sky, illegible lettering, misspelled words, duplicate text, extra text, logos, QR code, website, call-to-action button, border, folded card, envelope, paper mockup, tabletop mockup, frame, browser interface, app interface, watermark" \
  width=1280 \
  height=768 \
  steps=40 \
  strength=0.65 \
  inputs.seedImage=https://assets.runware.ai/assets/inputs/b44dc962-12ef-4294-a45e-9d3a05a5090f.jpg
{
  "taskType": "imageInference",
  "taskUUID": "a2cac053-7146-41e6-a938-3b928b513018",
  "model": "rundiffusion:200@100",
  "positivePrompt": "Transform the supplied planetarium photograph into a finished landscape digital invitation for a 50th-anniversary public event. Preserve the source image’s recognizable dome, cantilevered canopy, frontal perspective, forecourt geometry, and strong central symmetry. Reinterpret the architecture as a sophisticated 1970s-inspired screen print with crisp cut-paper shapes, subtly imperfect ink edges, and restrained halftone texture. Deep ultramarine background, warm persimmon-orange dome, pale cream concrete, small accents of mint green and charcoal. Add sweeping orbital arcs and a few precisely placed starbursts around the dome so the building reads like a planet in orbit, while keeping the architecture dominant and uncluttered. Strong graphic hierarchy, optimistic civic-culture mood, polished museum design, generous negative space. Integrate clean, highly legible cream sans-serif typography into the open sky and forecourt areas. Display exactly this wording: “ORBIT 50” as the large headline; “NIGHT AT THE PLANETARIUM”; “SAT 18 OCT • 7 PM”; “HARTLEY PLANETARIUM”. No other words. The result must be the flat, finished invitation artwork itself, edge to edge, not a printed-card mockup and not shown in a room.",
  "negativePrompt": "photorealistic final style, generic science fiction scene, fantasy landscape, people, vehicles, clutter, photographic sky, illegible lettering, misspelled words, duplicate text, extra text, logos, QR code, website, call-to-action button, border, folded card, envelope, paper mockup, tabletop mockup, frame, browser interface, app interface, watermark",
  "width": 1280,
  "height": 768,
  "steps": 40,
  "strength": 0.65,
  "inputs": {
    "seedImage": "https://assets.runware.ai/assets/inputs/b44dc962-12ef-4294-a45e-9d3a05a5090f.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "a2cac053-7146-41e6-a938-3b928b513018",
  "imageUUID": "09ec1b91-c5d0-465c-b25a-93433cae3c32",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/09ec1b91-c5d0-465c-b25a-93433cae3c32.jpg",
  "seed": 42027299,
  "cost": 0.00338
}

inpaint

Urban Mushroom Farming Blog Hero$0.00416~7s
Urban Mushroom Farming Blog Hero

Replace the entire masked vending machine with a compact commercial mushroom fruiting chamber for an editorial blog hero about urban agriculture. The new subject is a tall glass-fronted stainless-steel cultivation cabinet containing orderly shelves of fresh ivory oyster mushrooms, subtle condensation on the glass, small humidity lines and practical ventilation hardware, with no logos, labels, lettering, or interface graphics. Match the original subject's footprint and scale. Integrate the cabinet naturally into the preserved room with accurate floor contact, soft overhead reflections, and a believable cast shadow. Keep the pale mint plaster wall, burnt-orange linoleum floor, lighting, camera position, portrait framing, and generous negative space unchanged. Clean documentary photography, restrained retro-industrial palette, tactile materials, crisp botanical detail, quiet optimistic mood, polished magazine-quality composition.

Try in Playground
import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'rundiffusion:200@100',
  positivePrompt: 'Replace the entire masked vending machine with a compact commercial mushroom fruiting chamber for an editorial blog hero about urban agriculture. The new subject is a tall glass-fronted stainless-steel cultivation cabinet containing orderly shelves of fresh ivory oyster mushrooms, subtle condensation on the glass, small humidity lines and practical ventilation hardware, with no logos, labels, lettering, or interface graphics. Match the original subject\'s footprint and scale. Integrate the cabinet naturally into the preserved room with accurate floor contact, soft overhead reflections, and a believable cast shadow. Keep the pale mint plaster wall, burnt-orange linoleum floor, lighting, camera position, portrait framing, and generous negative space unchanged. Clean documentary photography, restrained retro-industrial palette, tactile materials, crisp botanical detail, quiet optimistic mood, polished magazine-quality composition.',
  width: 768,
  height: 1024,
  strength: 0.8,
  maskMargin: 64,
  inputs: {
    seedImage: 'https://assets.runware.ai/assets/inputs/43ab29ac-00f0-4eb5-bbcb-5a444af83e11.jpg',
    maskImage: 'https://assets.runware.ai/assets/inputs/e8839e2d-8ebb-44b8-b794-23e896a03cb8.png'
  }
})
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": "rundiffusion:200@100",
            "positivePrompt": "Replace the entire masked vending machine with a compact commercial mushroom fruiting chamber for an editorial blog hero about urban agriculture. The new subject is a tall glass-fronted stainless-steel cultivation cabinet containing orderly shelves of fresh ivory oyster mushrooms, subtle condensation on the glass, small humidity lines and practical ventilation hardware, with no logos, labels, lettering, or interface graphics. Match the original subject's footprint and scale. Integrate the cabinet naturally into the preserved room with accurate floor contact, soft overhead reflections, and a believable cast shadow. Keep the pale mint plaster wall, burnt-orange linoleum floor, lighting, camera position, portrait framing, and generous negative space unchanged. Clean documentary photography, restrained retro-industrial palette, tactile materials, crisp botanical detail, quiet optimistic mood, polished magazine-quality composition.",
            "width": 768,
            "height": 1024,
            "strength": 0.8,
            "maskMargin": 64,
            "inputs": {
                "seedImage": "https://assets.runware.ai/assets/inputs/43ab29ac-00f0-4eb5-bbcb-5a444af83e11.jpg",
                "maskImage": "https://assets.runware.ai/assets/inputs/e8839e2d-8ebb-44b8-b794-23e896a03cb8.png"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "72c57274-6462-4f24-8ca2-c9041346127e",
      "model": "rundiffusion:200@100",
      "positivePrompt": "Replace the entire masked vending machine with a compact commercial mushroom fruiting chamber for an editorial blog hero about urban agriculture. The new subject is a tall glass-fronted stainless-steel cultivation cabinet containing orderly shelves of fresh ivory oyster mushrooms, subtle condensation on the glass, small humidity lines and practical ventilation hardware, with no logos, labels, lettering, or interface graphics. Match the original subject's footprint and scale. Integrate the cabinet naturally into the preserved room with accurate floor contact, soft overhead reflections, and a believable cast shadow. Keep the pale mint plaster wall, burnt-orange linoleum floor, lighting, camera position, portrait framing, and generous negative space unchanged. Clean documentary photography, restrained retro-industrial palette, tactile materials, crisp botanical detail, quiet optimistic mood, polished magazine-quality composition.",
      "width": 768,
      "height": 1024,
      "strength": 0.8,
      "maskMargin": 64,
      "inputs": {
        "seedImage": "https://assets.runware.ai/assets/inputs/43ab29ac-00f0-4eb5-bbcb-5a444af83e11.jpg",
        "maskImage": "https://assets.runware.ai/assets/inputs/e8839e2d-8ebb-44b8-b794-23e896a03cb8.png"
      }
    }
  ]'
runware run rundiffusion:200@100 \
  positivePrompt="Replace the entire masked vending machine with a compact commercial mushroom fruiting chamber for an editorial blog hero about urban agriculture. The new subject is a tall glass-fronted stainless-steel cultivation cabinet containing orderly shelves of fresh ivory oyster mushrooms, subtle condensation on the glass, small humidity lines and practical ventilation hardware, with no logos, labels, lettering, or interface graphics. Match the original subject's footprint and scale. Integrate the cabinet naturally into the preserved room with accurate floor contact, soft overhead reflections, and a believable cast shadow. Keep the pale mint plaster wall, burnt-orange linoleum floor, lighting, camera position, portrait framing, and generous negative space unchanged. Clean documentary photography, restrained retro-industrial palette, tactile materials, crisp botanical detail, quiet optimistic mood, polished magazine-quality composition." \
  width=768 \
  height=1024 \
  strength=0.8 \
  maskMargin=64 \
  inputs.seedImage=https://assets.runware.ai/assets/inputs/43ab29ac-00f0-4eb5-bbcb-5a444af83e11.jpg \
  inputs.maskImage=https://assets.runware.ai/assets/inputs/e8839e2d-8ebb-44b8-b794-23e896a03cb8.png
{
  "taskType": "imageInference",
  "taskUUID": "72c57274-6462-4f24-8ca2-c9041346127e",
  "model": "rundiffusion:200@100",
  "positivePrompt": "Replace the entire masked vending machine with a compact commercial mushroom fruiting chamber for an editorial blog hero about urban agriculture. The new subject is a tall glass-fronted stainless-steel cultivation cabinet containing orderly shelves of fresh ivory oyster mushrooms, subtle condensation on the glass, small humidity lines and practical ventilation hardware, with no logos, labels, lettering, or interface graphics. Match the original subject's footprint and scale. Integrate the cabinet naturally into the preserved room with accurate floor contact, soft overhead reflections, and a believable cast shadow. Keep the pale mint plaster wall, burnt-orange linoleum floor, lighting, camera position, portrait framing, and generous negative space unchanged. Clean documentary photography, restrained retro-industrial palette, tactile materials, crisp botanical detail, quiet optimistic mood, polished magazine-quality composition.",
  "width": 768,
  "height": 1024,
  "strength": 0.8,
  "maskMargin": 64,
  "inputs": {
    "seedImage": "https://assets.runware.ai/assets/inputs/43ab29ac-00f0-4eb5-bbcb-5a444af83e11.jpg",
    "maskImage": "https://assets.runware.ai/assets/inputs/e8839e2d-8ebb-44b8-b794-23e896a03cb8.png"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "72c57274-6462-4f24-8ca2-c9041346127e",
  "imageUUID": "e0dcc68c-d777-4718-a0f7-0b0f44084306",
  "imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/e0dcc68c-d777-4718-a0f7-0b0f44084306.jpg",
  "seed": 1910566041,
  "cost": 0.00416
}

expand

Converted Lifeboat Station Listing Interior$0.00494~8s
Converted Lifeboat Station Listing Interior

Create a seamless horizontal extension of the supplied architectural interior photograph while leaving the original central image unchanged. Continue the converted coastal lifeboat station naturally beyond both side edges with matching perspective, eye-level camera height, lens character, exposure and clear midday light. On the left, continue the sun-bleached timber floorboards, limewashed masonry and white roof structure into a compact open galley with pale oak cabinetry, a honed soapstone counter, unlacquered brass fixtures and a few understated ceramic objects. On the right, continue the same floor, stone wall and roof trusses into a built-in window bench upholstered in muted ochre wool beside another steel-framed sea-facing window. Maintain coherent structural geometry, straight verticals, realistic material transitions and consistent views of the calm grey-blue coast. High-end real-estate photography for a design-led vacation-rental listing, naturally crisp detail, balanced panoramic composition, inviting and believable, no people, no signage or lettering.

Try in Playground
import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'rundiffusion:200@100',
  positivePrompt: 'Create a seamless horizontal extension of the supplied architectural interior photograph while leaving the original central image unchanged. Continue the converted coastal lifeboat station naturally beyond both side edges with matching perspective, eye-level camera height, lens character, exposure and clear midday light. On the left, continue the sun-bleached timber floorboards, limewashed masonry and white roof structure into a compact open galley with pale oak cabinetry, a honed soapstone counter, unlacquered brass fixtures and a few understated ceramic objects. On the right, continue the same floor, stone wall and roof trusses into a built-in window bench upholstered in muted ochre wool beside another steel-framed sea-facing window. Maintain coherent structural geometry, straight verticals, realistic material transitions and consistent views of the calm grey-blue coast. High-end real-estate photography for a design-led vacation-rental listing, naturally crisp detail, balanced panoramic composition, inviting and believable, no people, no signage or lettering.',
  negativePrompt: 'Changes to the original central content, visible seams, mismatched lighting, duplicated furniture, warped architecture, bent window frames, sloping verticals, impossible reflections, fisheye distortion, excessive wide-angle stretching, clutter, people, text, logos, watermarks, surreal objects, fantasy styling, CGI appearance',
  width: 1280,
  height: 704,
  outpaint: {
    left: 256,
    right: 256,
    blur: 16
  },
  inputs: {
    seedImage: 'https://assets.runware.ai/assets/inputs/3390dc6b-fce1-4b7e-877b-a531f74e54c8.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": "rundiffusion:200@100",
            "positivePrompt": "Create a seamless horizontal extension of the supplied architectural interior photograph while leaving the original central image unchanged. Continue the converted coastal lifeboat station naturally beyond both side edges with matching perspective, eye-level camera height, lens character, exposure and clear midday light. On the left, continue the sun-bleached timber floorboards, limewashed masonry and white roof structure into a compact open galley with pale oak cabinetry, a honed soapstone counter, unlacquered brass fixtures and a few understated ceramic objects. On the right, continue the same floor, stone wall and roof trusses into a built-in window bench upholstered in muted ochre wool beside another steel-framed sea-facing window. Maintain coherent structural geometry, straight verticals, realistic material transitions and consistent views of the calm grey-blue coast. High-end real-estate photography for a design-led vacation-rental listing, naturally crisp detail, balanced panoramic composition, inviting and believable, no people, no signage or lettering.",
            "negativePrompt": "Changes to the original central content, visible seams, mismatched lighting, duplicated furniture, warped architecture, bent window frames, sloping verticals, impossible reflections, fisheye distortion, excessive wide-angle stretching, clutter, people, text, logos, watermarks, surreal objects, fantasy styling, CGI appearance",
            "width": 1280,
            "height": 704,
            "outpaint": {
                "left": 256,
                "right": 256,
                "blur": 16
            },
            "inputs": {
                "seedImage": "https://assets.runware.ai/assets/inputs/3390dc6b-fce1-4b7e-877b-a531f74e54c8.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": "c4af8011-1ac5-48b3-a09e-19251ce46981",
      "model": "rundiffusion:200@100",
      "positivePrompt": "Create a seamless horizontal extension of the supplied architectural interior photograph while leaving the original central image unchanged. Continue the converted coastal lifeboat station naturally beyond both side edges with matching perspective, eye-level camera height, lens character, exposure and clear midday light. On the left, continue the sun-bleached timber floorboards, limewashed masonry and white roof structure into a compact open galley with pale oak cabinetry, a honed soapstone counter, unlacquered brass fixtures and a few understated ceramic objects. On the right, continue the same floor, stone wall and roof trusses into a built-in window bench upholstered in muted ochre wool beside another steel-framed sea-facing window. Maintain coherent structural geometry, straight verticals, realistic material transitions and consistent views of the calm grey-blue coast. High-end real-estate photography for a design-led vacation-rental listing, naturally crisp detail, balanced panoramic composition, inviting and believable, no people, no signage or lettering.",
      "negativePrompt": "Changes to the original central content, visible seams, mismatched lighting, duplicated furniture, warped architecture, bent window frames, sloping verticals, impossible reflections, fisheye distortion, excessive wide-angle stretching, clutter, people, text, logos, watermarks, surreal objects, fantasy styling, CGI appearance",
      "width": 1280,
      "height": 704,
      "outpaint": {
        "left": 256,
        "right": 256,
        "blur": 16
      },
      "inputs": {
        "seedImage": "https://assets.runware.ai/assets/inputs/3390dc6b-fce1-4b7e-877b-a531f74e54c8.jpg"
      }
    }
  ]'
runware run rundiffusion:200@100 \
  positivePrompt="Create a seamless horizontal extension of the supplied architectural interior photograph while leaving the original central image unchanged. Continue the converted coastal lifeboat station naturally beyond both side edges with matching perspective, eye-level camera height, lens character, exposure and clear midday light. On the left, continue the sun-bleached timber floorboards, limewashed masonry and white roof structure into a compact open galley with pale oak cabinetry, a honed soapstone counter, unlacquered brass fixtures and a few understated ceramic objects. On the right, continue the same floor, stone wall and roof trusses into a built-in window bench upholstered in muted ochre wool beside another steel-framed sea-facing window. Maintain coherent structural geometry, straight verticals, realistic material transitions and consistent views of the calm grey-blue coast. High-end real-estate photography for a design-led vacation-rental listing, naturally crisp detail, balanced panoramic composition, inviting and believable, no people, no signage or lettering." \
  negativePrompt="Changes to the original central content, visible seams, mismatched lighting, duplicated furniture, warped architecture, bent window frames, sloping verticals, impossible reflections, fisheye distortion, excessive wide-angle stretching, clutter, people, text, logos, watermarks, surreal objects, fantasy styling, CGI appearance" \
  width=1280 \
  height=704 \
  outpaint.left=256 \
  outpaint.right=256 \
  outpaint.blur=16 \
  inputs.seedImage=https://assets.runware.ai/assets/inputs/3390dc6b-fce1-4b7e-877b-a531f74e54c8.jpg
{
  "taskType": "imageInference",
  "taskUUID": "c4af8011-1ac5-48b3-a09e-19251ce46981",
  "model": "rundiffusion:200@100",
  "positivePrompt": "Create a seamless horizontal extension of the supplied architectural interior photograph while leaving the original central image unchanged. Continue the converted coastal lifeboat station naturally beyond both side edges with matching perspective, eye-level camera height, lens character, exposure and clear midday light. On the left, continue the sun-bleached timber floorboards, limewashed masonry and white roof structure into a compact open galley with pale oak cabinetry, a honed soapstone counter, unlacquered brass fixtures and a few understated ceramic objects. On the right, continue the same floor, stone wall and roof trusses into a built-in window bench upholstered in muted ochre wool beside another steel-framed sea-facing window. Maintain coherent structural geometry, straight verticals, realistic material transitions and consistent views of the calm grey-blue coast. High-end real-estate photography for a design-led vacation-rental listing, naturally crisp detail, balanced panoramic composition, inviting and believable, no people, no signage or lettering.",
  "negativePrompt": "Changes to the original central content, visible seams, mismatched lighting, duplicated furniture, warped architecture, bent window frames, sloping verticals, impossible reflections, fisheye distortion, excessive wide-angle stretching, clutter, people, text, logos, watermarks, surreal objects, fantasy styling, CGI appearance",
  "width": 1280,
  "height": 704,
  "outpaint": {
    "left": 256,
    "right": 256,
    "blur": 16
  },
  "inputs": {
    "seedImage": "https://assets.runware.ai/assets/inputs/3390dc6b-fce1-4b7e-877b-a531f74e54c8.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "c4af8011-1ac5-48b3-a09e-19251ce46981",
  "imageUUID": "1f71ea5c-dc66-4de4-be78-982f1a626392",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/1f71ea5c-dc66-4de4-be78-982f1a626392.jpg",
  "seed": 352794546,
  "cost": 0.00494
}