live
MODEL IDrundiffusion:120@100

Juggernaut Base Flux

RunDiffusion
by

Juggernaut Base Flux is a finetuned Flux Dev compatible model for high fidelity image generation. It improves detail and contrast while keeping LoRA and LoCON workflows intact. Use it as a drop in upgrade in existing pipelines that target Flux Dev style text to image generation.

Juggernaut Base Flux

text-to-image

Oyster Reef Benefit Dinner Invitation$0.00494~12s
Oyster Reef Benefit Dinner Invitation

Create a finished landscape invitation design for an upscale oyster reef restoration benefit dinner, shown as flat print artwork filling the entire frame, not a photographed card or mockup. Sophisticated contemporary editorial art direction inspired by cyanotype marine specimens and mid-century scientific field guides. On the right half, build a dense but elegant reef composition from highly detailed oyster shells, eelgrass, tiny barnacles, drifting plankton diagrams, and delicate tidal contour lines, rendered in layered Prussian blue and vivid cobalt ink on warm uncoated ivory paper. Add restrained accents of fluorescent coral-red ink and a few subtle metallic copper details. Organic print texture, visible ink grain, deckled illustrative edges, refined ecological mood rather than rustic nautical decor. Reserve the left half as calm negative space for crisp, highly legible typography. Use an elegant high-contrast serif for the title and a clean condensed sans serif for details. Include only this exact copy with clear hierarchy: TIDE TABLE AN EVENING FOR CASCO BAY SATURDAY, OCTOBER 17, 2026 6:30 PM PIER 9 SHELLFISH LAB PORTLAND, MAINE DINNER · FIELD NOTES · LIVE AUCTION BENEFITING THE CASCO BAY OYSTER RECOVERY FUND Place a thin coral-red rule beneath the main title and a small scientific oyster illustration beside the event details. Premium museum-gala design, balanced asymmetrical grid, generous margins, precise typesetting, print-ready composition, tactile screen-printed character, intelligent and celebratory, no envelope, no table scene, no hands, no frame around the artwork.

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:120@100',
  positivePrompt: 'Create a finished landscape invitation design for an upscale oyster reef restoration benefit dinner, shown as flat print artwork filling the entire frame, not a photographed card or mockup. Sophisticated contemporary editorial art direction inspired by cyanotype marine specimens and mid-century scientific field guides. On the right half, build a dense but elegant reef composition from highly detailed oyster shells, eelgrass, tiny barnacles, drifting plankton diagrams, and delicate tidal contour lines, rendered in layered Prussian blue and vivid cobalt ink on warm uncoated ivory paper. Add restrained accents of fluorescent coral-red ink and a few subtle metallic copper details. Organic print texture, visible ink grain, deckled illustrative edges, refined ecological mood rather than rustic nautical decor.\n\nReserve the left half as calm negative space for crisp, highly legible typography. Use an elegant high-contrast serif for the title and a clean condensed sans serif for details. Include only this exact copy with clear hierarchy:\n\nTIDE TABLE\nAN EVENING FOR CASCO BAY\n\nSATURDAY, OCTOBER 17, 2026\n6:30 PM\nPIER 9 SHELLFISH LAB\nPORTLAND, MAINE\n\nDINNER · FIELD NOTES · LIVE AUCTION\n\nBENEFITING THE CASCO BAY OYSTER RECOVERY FUND\n\nPlace a thin coral-red rule beneath the main title and a small scientific oyster illustration beside the event details. Premium museum-gala design, balanced asymmetrical grid, generous margins, precise typesetting, print-ready composition, tactile screen-printed character, intelligent and celebratory, no envelope, no table scene, no hands, no frame around the artwork.',
  width: 1280,
  height: 704
})
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:120@100",
            "positivePrompt": "Create a finished landscape invitation design for an upscale oyster reef restoration benefit dinner, shown as flat print artwork filling the entire frame, not a photographed card or mockup. Sophisticated contemporary editorial art direction inspired by cyanotype marine specimens and mid-century scientific field guides. On the right half, build a dense but elegant reef composition from highly detailed oyster shells, eelgrass, tiny barnacles, drifting plankton diagrams, and delicate tidal contour lines, rendered in layered Prussian blue and vivid cobalt ink on warm uncoated ivory paper. Add restrained accents of fluorescent coral-red ink and a few subtle metallic copper details. Organic print texture, visible ink grain, deckled illustrative edges, refined ecological mood rather than rustic nautical decor.\n\nReserve the left half as calm negative space for crisp, highly legible typography. Use an elegant high-contrast serif for the title and a clean condensed sans serif for details. Include only this exact copy with clear hierarchy:\n\nTIDE TABLE\nAN EVENING FOR CASCO BAY\n\nSATURDAY, OCTOBER 17, 2026\n6:30 PM\nPIER 9 SHELLFISH LAB\nPORTLAND, MAINE\n\nDINNER · FIELD NOTES · LIVE AUCTION\n\nBENEFITING THE CASCO BAY OYSTER RECOVERY FUND\n\nPlace a thin coral-red rule beneath the main title and a small scientific oyster illustration beside the event details. Premium museum-gala design, balanced asymmetrical grid, generous margins, precise typesetting, print-ready composition, tactile screen-printed character, intelligent and celebratory, no envelope, no table scene, no hands, no frame around the artwork.",
            "width": 1280,
            "height": 704
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "7edce5db-e3bc-47d2-9321-e9eb8aa330c2",
      "model": "rundiffusion:120@100",
      "positivePrompt": "Create a finished landscape invitation design for an upscale oyster reef restoration benefit dinner, shown as flat print artwork filling the entire frame, not a photographed card or mockup. Sophisticated contemporary editorial art direction inspired by cyanotype marine specimens and mid-century scientific field guides. On the right half, build a dense but elegant reef composition from highly detailed oyster shells, eelgrass, tiny barnacles, drifting plankton diagrams, and delicate tidal contour lines, rendered in layered Prussian blue and vivid cobalt ink on warm uncoated ivory paper. Add restrained accents of fluorescent coral-red ink and a few subtle metallic copper details. Organic print texture, visible ink grain, deckled illustrative edges, refined ecological mood rather than rustic nautical decor.\n\nReserve the left half as calm negative space for crisp, highly legible typography. Use an elegant high-contrast serif for the title and a clean condensed sans serif for details. Include only this exact copy with clear hierarchy:\n\nTIDE TABLE\nAN EVENING FOR CASCO BAY\n\nSATURDAY, OCTOBER 17, 2026\n6:30 PM\nPIER 9 SHELLFISH LAB\nPORTLAND, MAINE\n\nDINNER · FIELD NOTES · LIVE AUCTION\n\nBENEFITING THE CASCO BAY OYSTER RECOVERY FUND\n\nPlace a thin coral-red rule beneath the main title and a small scientific oyster illustration beside the event details. Premium museum-gala design, balanced asymmetrical grid, generous margins, precise typesetting, print-ready composition, tactile screen-printed character, intelligent and celebratory, no envelope, no table scene, no hands, no frame around the artwork.",
      "width": 1280,
      "height": 704
    }
  ]'
runware run rundiffusion:120@100 \
  positivePrompt="Create a finished landscape invitation design for an upscale oyster reef restoration benefit dinner, shown as flat print artwork filling the entire frame, not a photographed card or mockup. Sophisticated contemporary editorial art direction inspired by cyanotype marine specimens and mid-century scientific field guides. On the right half, build a dense but elegant reef composition from highly detailed oyster shells, eelgrass, tiny barnacles, drifting plankton diagrams, and delicate tidal contour lines, rendered in layered Prussian blue and vivid cobalt ink on warm uncoated ivory paper. Add restrained accents of fluorescent coral-red ink and a few subtle metallic copper details. Organic print texture, visible ink grain, deckled illustrative edges, refined ecological mood rather than rustic nautical decor.

Reserve the left half as calm negative space for crisp, highly legible typography. Use an elegant high-contrast serif for the title and a clean condensed sans serif for details. Include only this exact copy with clear hierarchy:

TIDE TABLE
AN EVENING FOR CASCO BAY

SATURDAY, OCTOBER 17, 2026
6:30 PM
PIER 9 SHELLFISH LAB
PORTLAND, MAINE

DINNER · FIELD NOTES · LIVE AUCTION

BENEFITING THE CASCO BAY OYSTER RECOVERY FUND

Place a thin coral-red rule beneath the main title and a small scientific oyster illustration beside the event details. Premium museum-gala design, balanced asymmetrical grid, generous margins, precise typesetting, print-ready composition, tactile screen-printed character, intelligent and celebratory, no envelope, no table scene, no hands, no frame around the artwork." \
  width=1280 \
  height=704
{
  "taskType": "imageInference",
  "taskUUID": "7edce5db-e3bc-47d2-9321-e9eb8aa330c2",
  "model": "rundiffusion:120@100",
  "positivePrompt": "Create a finished landscape invitation design for an upscale oyster reef restoration benefit dinner, shown as flat print artwork filling the entire frame, not a photographed card or mockup. Sophisticated contemporary editorial art direction inspired by cyanotype marine specimens and mid-century scientific field guides. On the right half, build a dense but elegant reef composition from highly detailed oyster shells, eelgrass, tiny barnacles, drifting plankton diagrams, and delicate tidal contour lines, rendered in layered Prussian blue and vivid cobalt ink on warm uncoated ivory paper. Add restrained accents of fluorescent coral-red ink and a few subtle metallic copper details. Organic print texture, visible ink grain, deckled illustrative edges, refined ecological mood rather than rustic nautical decor.\n\nReserve the left half as calm negative space for crisp, highly legible typography. Use an elegant high-contrast serif for the title and a clean condensed sans serif for details. Include only this exact copy with clear hierarchy:\n\nTIDE TABLE\nAN EVENING FOR CASCO BAY\n\nSATURDAY, OCTOBER 17, 2026\n6:30 PM\nPIER 9 SHELLFISH LAB\nPORTLAND, MAINE\n\nDINNER · FIELD NOTES · LIVE AUCTION\n\nBENEFITING THE CASCO BAY OYSTER RECOVERY FUND\n\nPlace a thin coral-red rule beneath the main title and a small scientific oyster illustration beside the event details. Premium museum-gala design, balanced asymmetrical grid, generous margins, precise typesetting, print-ready composition, tactile screen-printed character, intelligent and celebratory, no envelope, no table scene, no hands, no frame around the artwork.",
  "width": 1280,
  "height": 704
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "7edce5db-e3bc-47d2-9321-e9eb8aa330c2",
  "imageUUID": "1066fd6c-0bcb-46c2-a485-dca777b44b32",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/1066fd6c-0bcb-46c2-a485-dca777b44b32.jpg",
  "seed": 2021082056,
  "cost": 0.00494
}

reference-to-image

Veteran Bowling Coach Personal Portrait$0.00585~23s
Veteran Bowling Coach Personal Portrait

Create a high-end personal photoshoot portrait using the reference image to preserve the woman’s recognizable facial identity, age, silver bob, and natural features while placing her in a completely new composition. Landscape environmental portrait of a Korean-American competitive bowling coach in her early sixties, standing confidently at the ball return inside a beautifully preserved late-1970s bowling alley before opening hours. She wears a custom cream satin bowling shirt with understated cobalt piping, tailored rust-red trousers, a slim leather belt, and polished two-tone bowling shoes; no logos and no readable lettering. One hand rests naturally on a deep cobalt bowling ball while the other sits in her trouser pocket. Calm, assured expression with a trace of dry humor, direct eye contact, relaxed posture. Symmetrical lanes recede behind her, molded ochre seats, geometric carpet in muted cobalt, rust, and cream, softly glowing score consoles without legible text. Art direction combines refined contemporary editorial portraiture with vintage American leisure architecture. Warm tungsten practical lights balanced by a crisp off-camera flash, rich contrast, realistic skin texture, subtle film grain, controlled highlights, saturated but sophisticated palette. Eye-level camera, medium-wide three-quarter portrait, subject placed slightly left of center, ample environmental context to the right, 35mm lens character, sharp eyes and face, gently softened distant lanes. Authentic anatomy, natural hands, believable fabric and reflections, premium magazine photography, finished standalone photograph, no typography, no border, no watermark.

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:120@100',
  positivePrompt: 'Create a high-end personal photoshoot portrait using the reference image to preserve the woman’s recognizable facial identity, age, silver bob, and natural features while placing her in a completely new composition. Landscape environmental portrait of a Korean-American competitive bowling coach in her early sixties, standing confidently at the ball return inside a beautifully preserved late-1970s bowling alley before opening hours. She wears a custom cream satin bowling shirt with understated cobalt piping, tailored rust-red trousers, a slim leather belt, and polished two-tone bowling shoes; no logos and no readable lettering. One hand rests naturally on a deep cobalt bowling ball while the other sits in her trouser pocket. Calm, assured expression with a trace of dry humor, direct eye contact, relaxed posture. Symmetrical lanes recede behind her, molded ochre seats, geometric carpet in muted cobalt, rust, and cream, softly glowing score consoles without legible text. Art direction combines refined contemporary editorial portraiture with vintage American leisure architecture. Warm tungsten practical lights balanced by a crisp off-camera flash, rich contrast, realistic skin texture, subtle film grain, controlled highlights, saturated but sophisticated palette. Eye-level camera, medium-wide three-quarter portrait, subject placed slightly left of center, ample environmental context to the right, 35mm lens character, sharp eyes and face, gently softened distant lanes. Authentic anatomy, natural hands, believable fabric and reflections, premium magazine photography, finished standalone photograph, no typography, no border, no watermark.',
  negativePrompt: 'extra people, duplicated subject, distorted face, changed identity, de-aged face, excessive beauty retouching, plastic skin, malformed hands, extra fingers, warped bowling ball, unreadable signage, text, logos, watermark, frame, fisheye distortion, cartoon, illustration',
  width: 1152,
  height: 896,
  pulid: {
    images: [
      'https://assets.runware.ai/assets/inputs/224f1d9a-0e33-49c7-aa5d-ae04bfb1e263.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:120@100",
            "positivePrompt": "Create a high-end personal photoshoot portrait using the reference image to preserve the woman’s recognizable facial identity, age, silver bob, and natural features while placing her in a completely new composition. Landscape environmental portrait of a Korean-American competitive bowling coach in her early sixties, standing confidently at the ball return inside a beautifully preserved late-1970s bowling alley before opening hours. She wears a custom cream satin bowling shirt with understated cobalt piping, tailored rust-red trousers, a slim leather belt, and polished two-tone bowling shoes; no logos and no readable lettering. One hand rests naturally on a deep cobalt bowling ball while the other sits in her trouser pocket. Calm, assured expression with a trace of dry humor, direct eye contact, relaxed posture. Symmetrical lanes recede behind her, molded ochre seats, geometric carpet in muted cobalt, rust, and cream, softly glowing score consoles without legible text. Art direction combines refined contemporary editorial portraiture with vintage American leisure architecture. Warm tungsten practical lights balanced by a crisp off-camera flash, rich contrast, realistic skin texture, subtle film grain, controlled highlights, saturated but sophisticated palette. Eye-level camera, medium-wide three-quarter portrait, subject placed slightly left of center, ample environmental context to the right, 35mm lens character, sharp eyes and face, gently softened distant lanes. Authentic anatomy, natural hands, believable fabric and reflections, premium magazine photography, finished standalone photograph, no typography, no border, no watermark.",
            "negativePrompt": "extra people, duplicated subject, distorted face, changed identity, de-aged face, excessive beauty retouching, plastic skin, malformed hands, extra fingers, warped bowling ball, unreadable signage, text, logos, watermark, frame, fisheye distortion, cartoon, illustration",
            "width": 1152,
            "height": 896,
            "pulid": {
                "images": [
                    "https://assets.runware.ai/assets/inputs/224f1d9a-0e33-49c7-aa5d-ae04bfb1e263.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": "d2299ef5-f5ad-485f-ae99-902f4807ff1a",
      "model": "rundiffusion:120@100",
      "positivePrompt": "Create a high-end personal photoshoot portrait using the reference image to preserve the woman’s recognizable facial identity, age, silver bob, and natural features while placing her in a completely new composition. Landscape environmental portrait of a Korean-American competitive bowling coach in her early sixties, standing confidently at the ball return inside a beautifully preserved late-1970s bowling alley before opening hours. She wears a custom cream satin bowling shirt with understated cobalt piping, tailored rust-red trousers, a slim leather belt, and polished two-tone bowling shoes; no logos and no readable lettering. One hand rests naturally on a deep cobalt bowling ball while the other sits in her trouser pocket. Calm, assured expression with a trace of dry humor, direct eye contact, relaxed posture. Symmetrical lanes recede behind her, molded ochre seats, geometric carpet in muted cobalt, rust, and cream, softly glowing score consoles without legible text. Art direction combines refined contemporary editorial portraiture with vintage American leisure architecture. Warm tungsten practical lights balanced by a crisp off-camera flash, rich contrast, realistic skin texture, subtle film grain, controlled highlights, saturated but sophisticated palette. Eye-level camera, medium-wide three-quarter portrait, subject placed slightly left of center, ample environmental context to the right, 35mm lens character, sharp eyes and face, gently softened distant lanes. Authentic anatomy, natural hands, believable fabric and reflections, premium magazine photography, finished standalone photograph, no typography, no border, no watermark.",
      "negativePrompt": "extra people, duplicated subject, distorted face, changed identity, de-aged face, excessive beauty retouching, plastic skin, malformed hands, extra fingers, warped bowling ball, unreadable signage, text, logos, watermark, frame, fisheye distortion, cartoon, illustration",
      "width": 1152,
      "height": 896,
      "pulid": {
        "images": [
          "https://assets.runware.ai/assets/inputs/224f1d9a-0e33-49c7-aa5d-ae04bfb1e263.jpg"
        ]
      }
    }
  ]'
runware run rundiffusion:120@100 \
  positivePrompt="Create a high-end personal photoshoot portrait using the reference image to preserve the woman’s recognizable facial identity, age, silver bob, and natural features while placing her in a completely new composition. Landscape environmental portrait of a Korean-American competitive bowling coach in her early sixties, standing confidently at the ball return inside a beautifully preserved late-1970s bowling alley before opening hours. She wears a custom cream satin bowling shirt with understated cobalt piping, tailored rust-red trousers, a slim leather belt, and polished two-tone bowling shoes; no logos and no readable lettering. One hand rests naturally on a deep cobalt bowling ball while the other sits in her trouser pocket. Calm, assured expression with a trace of dry humor, direct eye contact, relaxed posture. Symmetrical lanes recede behind her, molded ochre seats, geometric carpet in muted cobalt, rust, and cream, softly glowing score consoles without legible text. Art direction combines refined contemporary editorial portraiture with vintage American leisure architecture. Warm tungsten practical lights balanced by a crisp off-camera flash, rich contrast, realistic skin texture, subtle film grain, controlled highlights, saturated but sophisticated palette. Eye-level camera, medium-wide three-quarter portrait, subject placed slightly left of center, ample environmental context to the right, 35mm lens character, sharp eyes and face, gently softened distant lanes. Authentic anatomy, natural hands, believable fabric and reflections, premium magazine photography, finished standalone photograph, no typography, no border, no watermark." \
  negativePrompt="extra people, duplicated subject, distorted face, changed identity, de-aged face, excessive beauty retouching, plastic skin, malformed hands, extra fingers, warped bowling ball, unreadable signage, text, logos, watermark, frame, fisheye distortion, cartoon, illustration" \
  width=1152 \
  height=896 \
  pulid.images.0=https://assets.runware.ai/assets/inputs/224f1d9a-0e33-49c7-aa5d-ae04bfb1e263.jpg
{
  "taskType": "imageInference",
  "taskUUID": "d2299ef5-f5ad-485f-ae99-902f4807ff1a",
  "model": "rundiffusion:120@100",
  "positivePrompt": "Create a high-end personal photoshoot portrait using the reference image to preserve the woman’s recognizable facial identity, age, silver bob, and natural features while placing her in a completely new composition. Landscape environmental portrait of a Korean-American competitive bowling coach in her early sixties, standing confidently at the ball return inside a beautifully preserved late-1970s bowling alley before opening hours. She wears a custom cream satin bowling shirt with understated cobalt piping, tailored rust-red trousers, a slim leather belt, and polished two-tone bowling shoes; no logos and no readable lettering. One hand rests naturally on a deep cobalt bowling ball while the other sits in her trouser pocket. Calm, assured expression with a trace of dry humor, direct eye contact, relaxed posture. Symmetrical lanes recede behind her, molded ochre seats, geometric carpet in muted cobalt, rust, and cream, softly glowing score consoles without legible text. Art direction combines refined contemporary editorial portraiture with vintage American leisure architecture. Warm tungsten practical lights balanced by a crisp off-camera flash, rich contrast, realistic skin texture, subtle film grain, controlled highlights, saturated but sophisticated palette. Eye-level camera, medium-wide three-quarter portrait, subject placed slightly left of center, ample environmental context to the right, 35mm lens character, sharp eyes and face, gently softened distant lanes. Authentic anatomy, natural hands, believable fabric and reflections, premium magazine photography, finished standalone photograph, no typography, no border, no watermark.",
  "negativePrompt": "extra people, duplicated subject, distorted face, changed identity, de-aged face, excessive beauty retouching, plastic skin, malformed hands, extra fingers, warped bowling ball, unreadable signage, text, logos, watermark, frame, fisheye distortion, cartoon, illustration",
  "width": 1152,
  "height": 896,
  "pulid": {
    "images": [
      "https://assets.runware.ai/assets/inputs/224f1d9a-0e33-49c7-aa5d-ae04bfb1e263.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "d2299ef5-f5ad-485f-ae99-902f4807ff1a",
  "imageUUID": "3772d27d-e60b-46df-9a1d-70aaf338d3db",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/3772d27d-e60b-46df-9a1d-70aaf338d3db.jpg",
  "seed": 686714200,
  "cost": 0.00585
}

image-to-image

Civic Infrastructure Magazine Cover$0.00416~14s
Civic Infrastructure Magazine Cover

Create a finished square cover for CIVIC, an independent magazine about municipal design and public infrastructure. Meaningfully transform the supplied overhead photograph while preserving its unmistakable composition: retain the centered circular plate silhouette, the exact arrangement of the major porcelain shards, and the dark gaps separating them. Reimagine the white shards as densely detailed aerial city districts, with rooftops, service yards, water tanks, small parks, maintenance depots, pipes, vents, and street markings integrated into the ceramic surfaces. Turn the cracks between shards into glowing safety-orange utility corridors carrying water, power, transit, and fiber beneath the city. The image should communicate that invisible maintenance systems hold civic life together. Sophisticated contemporary editorial art direction, photorealistic miniature-city detail combined with tactile porcelain, deep ultramarine ground, chalk white structures, black shadows, restrained safety orange accents, sharp contrast, controlled studio lighting, rigorous geometry, intelligent and serious mood. Add a large clean condensed sans-serif masthead reading “CIVIC” across the top, with smaller precise cover text reading “THE MAINTENANCE ISSUE” beneath it. Keep typography legible, minimal, and integrated without obscuring the central image. Flat front-cover artwork only, edge-to-edge composition, no physical magazine mockup, no hands, no desk, no barcode, no extra headlines.

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:120@100',
  positivePrompt: 'Create a finished square cover for CIVIC, an independent magazine about municipal design and public infrastructure. Meaningfully transform the supplied overhead photograph while preserving its unmistakable composition: retain the centered circular plate silhouette, the exact arrangement of the major porcelain shards, and the dark gaps separating them. Reimagine the white shards as densely detailed aerial city districts, with rooftops, service yards, water tanks, small parks, maintenance depots, pipes, vents, and street markings integrated into the ceramic surfaces. Turn the cracks between shards into glowing safety-orange utility corridors carrying water, power, transit, and fiber beneath the city. The image should communicate that invisible maintenance systems hold civic life together. Sophisticated contemporary editorial art direction, photorealistic miniature-city detail combined with tactile porcelain, deep ultramarine ground, chalk white structures, black shadows, restrained safety orange accents, sharp contrast, controlled studio lighting, rigorous geometry, intelligent and serious mood. Add a large clean condensed sans-serif masthead reading “CIVIC” across the top, with smaller precise cover text reading “THE MAINTENANCE ISSUE” beneath it. Keep typography legible, minimal, and integrated without obscuring the central image. Flat front-cover artwork only, edge-to-edge composition, no physical magazine mockup, no hands, no desk, no barcode, no extra headlines.',
  width: 1024,
  height: 1024,
  strength: 0.65,
  inputs: {
    seedImage: 'https://assets.runware.ai/assets/inputs/7af65043-765f-4a89-8d25-f134f23c48ed.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:120@100",
            "positivePrompt": "Create a finished square cover for CIVIC, an independent magazine about municipal design and public infrastructure. Meaningfully transform the supplied overhead photograph while preserving its unmistakable composition: retain the centered circular plate silhouette, the exact arrangement of the major porcelain shards, and the dark gaps separating them. Reimagine the white shards as densely detailed aerial city districts, with rooftops, service yards, water tanks, small parks, maintenance depots, pipes, vents, and street markings integrated into the ceramic surfaces. Turn the cracks between shards into glowing safety-orange utility corridors carrying water, power, transit, and fiber beneath the city. The image should communicate that invisible maintenance systems hold civic life together. Sophisticated contemporary editorial art direction, photorealistic miniature-city detail combined with tactile porcelain, deep ultramarine ground, chalk white structures, black shadows, restrained safety orange accents, sharp contrast, controlled studio lighting, rigorous geometry, intelligent and serious mood. Add a large clean condensed sans-serif masthead reading “CIVIC” across the top, with smaller precise cover text reading “THE MAINTENANCE ISSUE” beneath it. Keep typography legible, minimal, and integrated without obscuring the central image. Flat front-cover artwork only, edge-to-edge composition, no physical magazine mockup, no hands, no desk, no barcode, no extra headlines.",
            "width": 1024,
            "height": 1024,
            "strength": 0.65,
            "inputs": {
                "seedImage": "https://assets.runware.ai/assets/inputs/7af65043-765f-4a89-8d25-f134f23c48ed.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": "5b77c96a-7918-4b10-90b9-7e850f70d529",
      "model": "rundiffusion:120@100",
      "positivePrompt": "Create a finished square cover for CIVIC, an independent magazine about municipal design and public infrastructure. Meaningfully transform the supplied overhead photograph while preserving its unmistakable composition: retain the centered circular plate silhouette, the exact arrangement of the major porcelain shards, and the dark gaps separating them. Reimagine the white shards as densely detailed aerial city districts, with rooftops, service yards, water tanks, small parks, maintenance depots, pipes, vents, and street markings integrated into the ceramic surfaces. Turn the cracks between shards into glowing safety-orange utility corridors carrying water, power, transit, and fiber beneath the city. The image should communicate that invisible maintenance systems hold civic life together. Sophisticated contemporary editorial art direction, photorealistic miniature-city detail combined with tactile porcelain, deep ultramarine ground, chalk white structures, black shadows, restrained safety orange accents, sharp contrast, controlled studio lighting, rigorous geometry, intelligent and serious mood. Add a large clean condensed sans-serif masthead reading “CIVIC” across the top, with smaller precise cover text reading “THE MAINTENANCE ISSUE” beneath it. Keep typography legible, minimal, and integrated without obscuring the central image. Flat front-cover artwork only, edge-to-edge composition, no physical magazine mockup, no hands, no desk, no barcode, no extra headlines.",
      "width": 1024,
      "height": 1024,
      "strength": 0.65,
      "inputs": {
        "seedImage": "https://assets.runware.ai/assets/inputs/7af65043-765f-4a89-8d25-f134f23c48ed.jpg"
      }
    }
  ]'
runware run rundiffusion:120@100 \
  positivePrompt="Create a finished square cover for CIVIC, an independent magazine about municipal design and public infrastructure. Meaningfully transform the supplied overhead photograph while preserving its unmistakable composition: retain the centered circular plate silhouette, the exact arrangement of the major porcelain shards, and the dark gaps separating them. Reimagine the white shards as densely detailed aerial city districts, with rooftops, service yards, water tanks, small parks, maintenance depots, pipes, vents, and street markings integrated into the ceramic surfaces. Turn the cracks between shards into glowing safety-orange utility corridors carrying water, power, transit, and fiber beneath the city. The image should communicate that invisible maintenance systems hold civic life together. Sophisticated contemporary editorial art direction, photorealistic miniature-city detail combined with tactile porcelain, deep ultramarine ground, chalk white structures, black shadows, restrained safety orange accents, sharp contrast, controlled studio lighting, rigorous geometry, intelligent and serious mood. Add a large clean condensed sans-serif masthead reading “CIVIC” across the top, with smaller precise cover text reading “THE MAINTENANCE ISSUE” beneath it. Keep typography legible, minimal, and integrated without obscuring the central image. Flat front-cover artwork only, edge-to-edge composition, no physical magazine mockup, no hands, no desk, no barcode, no extra headlines." \
  width=1024 \
  height=1024 \
  strength=0.65 \
  inputs.seedImage=https://assets.runware.ai/assets/inputs/7af65043-765f-4a89-8d25-f134f23c48ed.jpg
{
  "taskType": "imageInference",
  "taskUUID": "5b77c96a-7918-4b10-90b9-7e850f70d529",
  "model": "rundiffusion:120@100",
  "positivePrompt": "Create a finished square cover for CIVIC, an independent magazine about municipal design and public infrastructure. Meaningfully transform the supplied overhead photograph while preserving its unmistakable composition: retain the centered circular plate silhouette, the exact arrangement of the major porcelain shards, and the dark gaps separating them. Reimagine the white shards as densely detailed aerial city districts, with rooftops, service yards, water tanks, small parks, maintenance depots, pipes, vents, and street markings integrated into the ceramic surfaces. Turn the cracks between shards into glowing safety-orange utility corridors carrying water, power, transit, and fiber beneath the city. The image should communicate that invisible maintenance systems hold civic life together. Sophisticated contemporary editorial art direction, photorealistic miniature-city detail combined with tactile porcelain, deep ultramarine ground, chalk white structures, black shadows, restrained safety orange accents, sharp contrast, controlled studio lighting, rigorous geometry, intelligent and serious mood. Add a large clean condensed sans-serif masthead reading “CIVIC” across the top, with smaller precise cover text reading “THE MAINTENANCE ISSUE” beneath it. Keep typography legible, minimal, and integrated without obscuring the central image. Flat front-cover artwork only, edge-to-edge composition, no physical magazine mockup, no hands, no desk, no barcode, no extra headlines.",
  "width": 1024,
  "height": 1024,
  "strength": 0.65,
  "inputs": {
    "seedImage": "https://assets.runware.ai/assets/inputs/7af65043-765f-4a89-8d25-f134f23c48ed.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "5b77c96a-7918-4b10-90b9-7e850f70d529",
  "imageUUID": "559d6d01-b910-412b-a2d8-0495582bd97c",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/559d6d01-b910-412b-a2d8-0495582bd97c.jpg",
  "seed": 34531859,
  "cost": 0.00416
}

inpaint

Quarry Hearing Protection Campaign$0.00494~9s
Quarry Hearing Protection Campaign

Create a finished portrait advertising campaign visual for professional hearing protection used by quarry crews. Remove and replace the entire masked headphone subject with rugged industrial hearing defenders in the same position, scale, and three-quarter orientation: substantial cobalt-blue ear cups, matte charcoal padded headband, brushed metal adjustment arms, realistic safety-certified construction, pristine hero product with no logo or text. Place the earmuffs on a fractured block of pale limestone inside an active quarry at the instant of a distant controlled blast. A dramatic wall of chalk-white dust rolls through the background while tiny orange stone fragments hang sharply in the air; keep the product perfectly still, clean, crisp, and dominant. Hard directional afternoon light creates bright mineral highlights, deep graphic shadows, and a narrow warm rim along the ear cups. Premium high-speed commercial product photography, bold tactile detail, high contrast, cobalt blue, limestone white, charcoal, and restrained signal orange palette. Low camera angle, shallow depth of field, realistic scale, generous uncluttered negative space in the upper left for campaign copy added later. No visible workers, no typography, no labels, no border, no mockup, one polished standalone ad image.

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:120@100',
  positivePrompt: 'Create a finished portrait advertising campaign visual for professional hearing protection used by quarry crews. Remove and replace the entire masked headphone subject with rugged industrial hearing defenders in the same position, scale, and three-quarter orientation: substantial cobalt-blue ear cups, matte charcoal padded headband, brushed metal adjustment arms, realistic safety-certified construction, pristine hero product with no logo or text. Place the earmuffs on a fractured block of pale limestone inside an active quarry at the instant of a distant controlled blast. A dramatic wall of chalk-white dust rolls through the background while tiny orange stone fragments hang sharply in the air; keep the product perfectly still, clean, crisp, and dominant. Hard directional afternoon light creates bright mineral highlights, deep graphic shadows, and a narrow warm rim along the ear cups. Premium high-speed commercial product photography, bold tactile detail, high contrast, cobalt blue, limestone white, charcoal, and restrained signal orange palette. Low camera angle, shallow depth of field, realistic scale, generous uncluttered negative space in the upper left for campaign copy added later. No visible workers, no typography, no labels, no border, no mockup, one polished standalone ad image.',
  negativePrompt: 'generic consumer headphones, earbuds, multiple products, people, hands, text, letters, logo, watermark, packaging, floating product, deformed headband, mismatched ear cups, duplicate ear cups, excessive debris covering product, muddy colors, cartoon, illustration, low detail, soft product focus, app interface, website mockup',
  width: 896,
  height: 1152,
  strength: 0.8,
  maskMargin: 64,
  inputs: {
    seedImage: 'https://assets.runware.ai/assets/inputs/4fe550ee-e53d-4702-be2a-6ccb89b29dee.jpg',
    maskImage: 'https://assets.runware.ai/assets/inputs/a8c183d6-79c8-4d77-86bb-4c2194ec53e6.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:120@100",
            "positivePrompt": "Create a finished portrait advertising campaign visual for professional hearing protection used by quarry crews. Remove and replace the entire masked headphone subject with rugged industrial hearing defenders in the same position, scale, and three-quarter orientation: substantial cobalt-blue ear cups, matte charcoal padded headband, brushed metal adjustment arms, realistic safety-certified construction, pristine hero product with no logo or text. Place the earmuffs on a fractured block of pale limestone inside an active quarry at the instant of a distant controlled blast. A dramatic wall of chalk-white dust rolls through the background while tiny orange stone fragments hang sharply in the air; keep the product perfectly still, clean, crisp, and dominant. Hard directional afternoon light creates bright mineral highlights, deep graphic shadows, and a narrow warm rim along the ear cups. Premium high-speed commercial product photography, bold tactile detail, high contrast, cobalt blue, limestone white, charcoal, and restrained signal orange palette. Low camera angle, shallow depth of field, realistic scale, generous uncluttered negative space in the upper left for campaign copy added later. No visible workers, no typography, no labels, no border, no mockup, one polished standalone ad image.",
            "negativePrompt": "generic consumer headphones, earbuds, multiple products, people, hands, text, letters, logo, watermark, packaging, floating product, deformed headband, mismatched ear cups, duplicate ear cups, excessive debris covering product, muddy colors, cartoon, illustration, low detail, soft product focus, app interface, website mockup",
            "width": 896,
            "height": 1152,
            "strength": 0.8,
            "maskMargin": 64,
            "inputs": {
                "seedImage": "https://assets.runware.ai/assets/inputs/4fe550ee-e53d-4702-be2a-6ccb89b29dee.jpg",
                "maskImage": "https://assets.runware.ai/assets/inputs/a8c183d6-79c8-4d77-86bb-4c2194ec53e6.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": "ea87f5cd-181b-4eb7-8fe2-1599a76b3c3e",
      "model": "rundiffusion:120@100",
      "positivePrompt": "Create a finished portrait advertising campaign visual for professional hearing protection used by quarry crews. Remove and replace the entire masked headphone subject with rugged industrial hearing defenders in the same position, scale, and three-quarter orientation: substantial cobalt-blue ear cups, matte charcoal padded headband, brushed metal adjustment arms, realistic safety-certified construction, pristine hero product with no logo or text. Place the earmuffs on a fractured block of pale limestone inside an active quarry at the instant of a distant controlled blast. A dramatic wall of chalk-white dust rolls through the background while tiny orange stone fragments hang sharply in the air; keep the product perfectly still, clean, crisp, and dominant. Hard directional afternoon light creates bright mineral highlights, deep graphic shadows, and a narrow warm rim along the ear cups. Premium high-speed commercial product photography, bold tactile detail, high contrast, cobalt blue, limestone white, charcoal, and restrained signal orange palette. Low camera angle, shallow depth of field, realistic scale, generous uncluttered negative space in the upper left for campaign copy added later. No visible workers, no typography, no labels, no border, no mockup, one polished standalone ad image.",
      "negativePrompt": "generic consumer headphones, earbuds, multiple products, people, hands, text, letters, logo, watermark, packaging, floating product, deformed headband, mismatched ear cups, duplicate ear cups, excessive debris covering product, muddy colors, cartoon, illustration, low detail, soft product focus, app interface, website mockup",
      "width": 896,
      "height": 1152,
      "strength": 0.8,
      "maskMargin": 64,
      "inputs": {
        "seedImage": "https://assets.runware.ai/assets/inputs/4fe550ee-e53d-4702-be2a-6ccb89b29dee.jpg",
        "maskImage": "https://assets.runware.ai/assets/inputs/a8c183d6-79c8-4d77-86bb-4c2194ec53e6.png"
      }
    }
  ]'
runware run rundiffusion:120@100 \
  positivePrompt="Create a finished portrait advertising campaign visual for professional hearing protection used by quarry crews. Remove and replace the entire masked headphone subject with rugged industrial hearing defenders in the same position, scale, and three-quarter orientation: substantial cobalt-blue ear cups, matte charcoal padded headband, brushed metal adjustment arms, realistic safety-certified construction, pristine hero product with no logo or text. Place the earmuffs on a fractured block of pale limestone inside an active quarry at the instant of a distant controlled blast. A dramatic wall of chalk-white dust rolls through the background while tiny orange stone fragments hang sharply in the air; keep the product perfectly still, clean, crisp, and dominant. Hard directional afternoon light creates bright mineral highlights, deep graphic shadows, and a narrow warm rim along the ear cups. Premium high-speed commercial product photography, bold tactile detail, high contrast, cobalt blue, limestone white, charcoal, and restrained signal orange palette. Low camera angle, shallow depth of field, realistic scale, generous uncluttered negative space in the upper left for campaign copy added later. No visible workers, no typography, no labels, no border, no mockup, one polished standalone ad image." \
  negativePrompt="generic consumer headphones, earbuds, multiple products, people, hands, text, letters, logo, watermark, packaging, floating product, deformed headband, mismatched ear cups, duplicate ear cups, excessive debris covering product, muddy colors, cartoon, illustration, low detail, soft product focus, app interface, website mockup" \
  width=896 \
  height=1152 \
  strength=0.8 \
  maskMargin=64 \
  inputs.seedImage=https://assets.runware.ai/assets/inputs/4fe550ee-e53d-4702-be2a-6ccb89b29dee.jpg \
  inputs.maskImage=https://assets.runware.ai/assets/inputs/a8c183d6-79c8-4d77-86bb-4c2194ec53e6.png
{
  "taskType": "imageInference",
  "taskUUID": "ea87f5cd-181b-4eb7-8fe2-1599a76b3c3e",
  "model": "rundiffusion:120@100",
  "positivePrompt": "Create a finished portrait advertising campaign visual for professional hearing protection used by quarry crews. Remove and replace the entire masked headphone subject with rugged industrial hearing defenders in the same position, scale, and three-quarter orientation: substantial cobalt-blue ear cups, matte charcoal padded headband, brushed metal adjustment arms, realistic safety-certified construction, pristine hero product with no logo or text. Place the earmuffs on a fractured block of pale limestone inside an active quarry at the instant of a distant controlled blast. A dramatic wall of chalk-white dust rolls through the background while tiny orange stone fragments hang sharply in the air; keep the product perfectly still, clean, crisp, and dominant. Hard directional afternoon light creates bright mineral highlights, deep graphic shadows, and a narrow warm rim along the ear cups. Premium high-speed commercial product photography, bold tactile detail, high contrast, cobalt blue, limestone white, charcoal, and restrained signal orange palette. Low camera angle, shallow depth of field, realistic scale, generous uncluttered negative space in the upper left for campaign copy added later. No visible workers, no typography, no labels, no border, no mockup, one polished standalone ad image.",
  "negativePrompt": "generic consumer headphones, earbuds, multiple products, people, hands, text, letters, logo, watermark, packaging, floating product, deformed headband, mismatched ear cups, duplicate ear cups, excessive debris covering product, muddy colors, cartoon, illustration, low detail, soft product focus, app interface, website mockup",
  "width": 896,
  "height": 1152,
  "strength": 0.8,
  "maskMargin": 64,
  "inputs": {
    "seedImage": "https://assets.runware.ai/assets/inputs/4fe550ee-e53d-4702-be2a-6ccb89b29dee.jpg",
    "maskImage": "https://assets.runware.ai/assets/inputs/a8c183d6-79c8-4d77-86bb-4c2194ec53e6.png"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "ea87f5cd-181b-4eb7-8fe2-1599a76b3c3e",
  "imageUUID": "11fab60c-fb96-4c20-811a-d0939a14ac3b",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/11fab60c-fb96-4c20-811a-d0939a14ac3b.jpg",
  "seed": 1699592471,
  "cost": 0.00494
}

control-guided

Mesopotamian Marshes Tourism Hero$0.00416~25s
Mesopotamian Marshes Tourism Hero

Landscape tourism campaign hero photograph promoting a guided journey through Iraq’s Mesopotamian Marshes. Preserve the guide image’s spatial structure: a long traditional black-painted mashoof canoe enters from the lower-left foreground and points toward the center, with one adult traveler seated near the bow and a local Marsh Arab boatman standing at the stern using a long wooden pole. Replace the mangroves with towering golden-green reed beds and woven reed islands; include a distant mudhif guesthouse with elegant arched bundles of reeds, water buffalo barely visible beside the far bank, and small white herons lifting from the water. Authentic natural materials, weathered wood, woven rushes, practical neutral clothing, no costumes. Warm early-morning sun breaks through pearly haze, creating luminous reflections and gentle rim light while the water retains cool jade and turquoise tones. Premium documentary travel photography, candid and respectful, tactile detail, realistic people, subtle film grain, rich contrast, atmospheric depth, inviting sense of discovery and quiet hospitality. Low viewpoint close to the water, uncluttered open sky in the upper third for optional campaign copy, finished standalone image with no printed words, logos, borders, mockup, or interface.

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:120@100',
  positivePrompt: 'Landscape tourism campaign hero photograph promoting a guided journey through Iraq’s Mesopotamian Marshes. Preserve the guide image’s spatial structure: a long traditional black-painted mashoof canoe enters from the lower-left foreground and points toward the center, with one adult traveler seated near the bow and a local Marsh Arab boatman standing at the stern using a long wooden pole. Replace the mangroves with towering golden-green reed beds and woven reed islands; include a distant mudhif guesthouse with elegant arched bundles of reeds, water buffalo barely visible beside the far bank, and small white herons lifting from the water. Authentic natural materials, weathered wood, woven rushes, practical neutral clothing, no costumes. Warm early-morning sun breaks through pearly haze, creating luminous reflections and gentle rim light while the water retains cool jade and turquoise tones. Premium documentary travel photography, candid and respectful, tactile detail, realistic people, subtle film grain, rich contrast, atmospheric depth, inviting sense of discovery and quiet hospitality. Low viewpoint close to the water, uncluttered open sky in the upper third for optional campaign copy, finished standalone image with no printed words, logos, borders, mockup, or interface.',
  negativePrompt: 'fantasy architecture, desert dunes, mountains, gondola, tropical mangroves, oversized wildlife, crowded boats, ceremonial costume, staged pose, artificial neon, heavy HDR, oversaturation, distorted canoe, malformed hands, duplicate people, illegible text, watermark, logo, poster border, website interface',
  width: 1024,
  height: 768,
  inputs: {
    seedImage: 'https://assets.runware.ai/assets/inputs/e64a207a-0948-4f76-b1d8-02ac1ea3ff67.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:120@100",
            "positivePrompt": "Landscape tourism campaign hero photograph promoting a guided journey through Iraq’s Mesopotamian Marshes. Preserve the guide image’s spatial structure: a long traditional black-painted mashoof canoe enters from the lower-left foreground and points toward the center, with one adult traveler seated near the bow and a local Marsh Arab boatman standing at the stern using a long wooden pole. Replace the mangroves with towering golden-green reed beds and woven reed islands; include a distant mudhif guesthouse with elegant arched bundles of reeds, water buffalo barely visible beside the far bank, and small white herons lifting from the water. Authentic natural materials, weathered wood, woven rushes, practical neutral clothing, no costumes. Warm early-morning sun breaks through pearly haze, creating luminous reflections and gentle rim light while the water retains cool jade and turquoise tones. Premium documentary travel photography, candid and respectful, tactile detail, realistic people, subtle film grain, rich contrast, atmospheric depth, inviting sense of discovery and quiet hospitality. Low viewpoint close to the water, uncluttered open sky in the upper third for optional campaign copy, finished standalone image with no printed words, logos, borders, mockup, or interface.",
            "negativePrompt": "fantasy architecture, desert dunes, mountains, gondola, tropical mangroves, oversized wildlife, crowded boats, ceremonial costume, staged pose, artificial neon, heavy HDR, oversaturation, distorted canoe, malformed hands, duplicate people, illegible text, watermark, logo, poster border, website interface",
            "width": 1024,
            "height": 768,
            "inputs": {
                "seedImage": "https://assets.runware.ai/assets/inputs/e64a207a-0948-4f76-b1d8-02ac1ea3ff67.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": "809f046a-aa8c-4674-bd09-7eca4e44c67a",
      "model": "rundiffusion:120@100",
      "positivePrompt": "Landscape tourism campaign hero photograph promoting a guided journey through Iraq’s Mesopotamian Marshes. Preserve the guide image’s spatial structure: a long traditional black-painted mashoof canoe enters from the lower-left foreground and points toward the center, with one adult traveler seated near the bow and a local Marsh Arab boatman standing at the stern using a long wooden pole. Replace the mangroves with towering golden-green reed beds and woven reed islands; include a distant mudhif guesthouse with elegant arched bundles of reeds, water buffalo barely visible beside the far bank, and small white herons lifting from the water. Authentic natural materials, weathered wood, woven rushes, practical neutral clothing, no costumes. Warm early-morning sun breaks through pearly haze, creating luminous reflections and gentle rim light while the water retains cool jade and turquoise tones. Premium documentary travel photography, candid and respectful, tactile detail, realistic people, subtle film grain, rich contrast, atmospheric depth, inviting sense of discovery and quiet hospitality. Low viewpoint close to the water, uncluttered open sky in the upper third for optional campaign copy, finished standalone image with no printed words, logos, borders, mockup, or interface.",
      "negativePrompt": "fantasy architecture, desert dunes, mountains, gondola, tropical mangroves, oversized wildlife, crowded boats, ceremonial costume, staged pose, artificial neon, heavy HDR, oversaturation, distorted canoe, malformed hands, duplicate people, illegible text, watermark, logo, poster border, website interface",
      "width": 1024,
      "height": 768,
      "inputs": {
        "seedImage": "https://assets.runware.ai/assets/inputs/e64a207a-0948-4f76-b1d8-02ac1ea3ff67.jpg"
      }
    }
  ]'
runware run rundiffusion:120@100 \
  positivePrompt="Landscape tourism campaign hero photograph promoting a guided journey through Iraq’s Mesopotamian Marshes. Preserve the guide image’s spatial structure: a long traditional black-painted mashoof canoe enters from the lower-left foreground and points toward the center, with one adult traveler seated near the bow and a local Marsh Arab boatman standing at the stern using a long wooden pole. Replace the mangroves with towering golden-green reed beds and woven reed islands; include a distant mudhif guesthouse with elegant arched bundles of reeds, water buffalo barely visible beside the far bank, and small white herons lifting from the water. Authentic natural materials, weathered wood, woven rushes, practical neutral clothing, no costumes. Warm early-morning sun breaks through pearly haze, creating luminous reflections and gentle rim light while the water retains cool jade and turquoise tones. Premium documentary travel photography, candid and respectful, tactile detail, realistic people, subtle film grain, rich contrast, atmospheric depth, inviting sense of discovery and quiet hospitality. Low viewpoint close to the water, uncluttered open sky in the upper third for optional campaign copy, finished standalone image with no printed words, logos, borders, mockup, or interface." \
  negativePrompt="fantasy architecture, desert dunes, mountains, gondola, tropical mangroves, oversized wildlife, crowded boats, ceremonial costume, staged pose, artificial neon, heavy HDR, oversaturation, distorted canoe, malformed hands, duplicate people, illegible text, watermark, logo, poster border, website interface" \
  width=1024 \
  height=768 \
  inputs.seedImage=https://assets.runware.ai/assets/inputs/e64a207a-0948-4f76-b1d8-02ac1ea3ff67.jpg
{
  "taskType": "imageInference",
  "taskUUID": "809f046a-aa8c-4674-bd09-7eca4e44c67a",
  "model": "rundiffusion:120@100",
  "positivePrompt": "Landscape tourism campaign hero photograph promoting a guided journey through Iraq’s Mesopotamian Marshes. Preserve the guide image’s spatial structure: a long traditional black-painted mashoof canoe enters from the lower-left foreground and points toward the center, with one adult traveler seated near the bow and a local Marsh Arab boatman standing at the stern using a long wooden pole. Replace the mangroves with towering golden-green reed beds and woven reed islands; include a distant mudhif guesthouse with elegant arched bundles of reeds, water buffalo barely visible beside the far bank, and small white herons lifting from the water. Authentic natural materials, weathered wood, woven rushes, practical neutral clothing, no costumes. Warm early-morning sun breaks through pearly haze, creating luminous reflections and gentle rim light while the water retains cool jade and turquoise tones. Premium documentary travel photography, candid and respectful, tactile detail, realistic people, subtle film grain, rich contrast, atmospheric depth, inviting sense of discovery and quiet hospitality. Low viewpoint close to the water, uncluttered open sky in the upper third for optional campaign copy, finished standalone image with no printed words, logos, borders, mockup, or interface.",
  "negativePrompt": "fantasy architecture, desert dunes, mountains, gondola, tropical mangroves, oversized wildlife, crowded boats, ceremonial costume, staged pose, artificial neon, heavy HDR, oversaturation, distorted canoe, malformed hands, duplicate people, illegible text, watermark, logo, poster border, website interface",
  "width": 1024,
  "height": 768,
  "inputs": {
    "seedImage": "https://assets.runware.ai/assets/inputs/e64a207a-0948-4f76-b1d8-02ac1ea3ff67.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "809f046a-aa8c-4674-bd09-7eca4e44c67a",
  "imageUUID": "1ed5c115-2006-469d-9812-edab13e90b40",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/1ed5c115-2006-469d-9812-edab13e90b40.jpg",
  "seed": 409297859,
  "cost": 0.00416
}
Glass Canopy Train Atrium
Glass Canopy Train Atrium

A vast retro-futurist train atrium beneath an immense arched glass canopy, polished brass beams, suspended directional signs, sleek streamlined locomotives waiting on parallel platforms, commuters in tailored 1930s-inspired travel wear mixed with futuristic accessories, luggage trolleys, reflective marble floors, shafts of warm late-afternoon sunlight cutting through dusty air, intricate ironwork balconies, glowing departure boards, cinematic depth, ultra-detailed architecture, crisp textures, realistic materials, rich contrast, elegant composition, immersive scale, high fidelity, subtle lens perspective, masterful environmental storytelling

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:120@100',
  positivePrompt: 'A vast retro-futurist train atrium beneath an immense arched glass canopy, polished brass beams, suspended directional signs, sleek streamlined locomotives waiting on parallel platforms, commuters in tailored 1930s-inspired travel wear mixed with futuristic accessories, luggage trolleys, reflective marble floors, shafts of warm late-afternoon sunlight cutting through dusty air, intricate ironwork balconies, glowing departure boards, cinematic depth, ultra-detailed architecture, crisp textures, realistic materials, rich contrast, elegant composition, immersive scale, high fidelity, subtle lens perspective, masterful environmental storytelling',
  negativePrompt: 'low detail, blurry, flat lighting, oversaturated, distorted anatomy, duplicate people, malformed hands, text artifacts, watermark, logo, cropped, noisy, washed out, empty scene',
  width: 1344,
  height: 768,
  seed: 41868,
  steps: 30,
  scheduler: 'FlowMatchEulerDiscreteScheduler',
  CFGScale: 3.5,
  trueCFGScale: 1
})
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:120@100",
            "positivePrompt": "A vast retro-futurist train atrium beneath an immense arched glass canopy, polished brass beams, suspended directional signs, sleek streamlined locomotives waiting on parallel platforms, commuters in tailored 1930s-inspired travel wear mixed with futuristic accessories, luggage trolleys, reflective marble floors, shafts of warm late-afternoon sunlight cutting through dusty air, intricate ironwork balconies, glowing departure boards, cinematic depth, ultra-detailed architecture, crisp textures, realistic materials, rich contrast, elegant composition, immersive scale, high fidelity, subtle lens perspective, masterful environmental storytelling",
            "negativePrompt": "low detail, blurry, flat lighting, oversaturated, distorted anatomy, duplicate people, malformed hands, text artifacts, watermark, logo, cropped, noisy, washed out, empty scene",
            "width": 1344,
            "height": 768,
            "seed": 41868,
            "steps": 30,
            "scheduler": "FlowMatchEulerDiscreteScheduler",
            "CFGScale": 3.5,
            "trueCFGScale": 1
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "168af377-5ed9-4691-a200-17697cb9f54d",
      "model": "rundiffusion:120@100",
      "positivePrompt": "A vast retro-futurist train atrium beneath an immense arched glass canopy, polished brass beams, suspended directional signs, sleek streamlined locomotives waiting on parallel platforms, commuters in tailored 1930s-inspired travel wear mixed with futuristic accessories, luggage trolleys, reflective marble floors, shafts of warm late-afternoon sunlight cutting through dusty air, intricate ironwork balconies, glowing departure boards, cinematic depth, ultra-detailed architecture, crisp textures, realistic materials, rich contrast, elegant composition, immersive scale, high fidelity, subtle lens perspective, masterful environmental storytelling",
      "negativePrompt": "low detail, blurry, flat lighting, oversaturated, distorted anatomy, duplicate people, malformed hands, text artifacts, watermark, logo, cropped, noisy, washed out, empty scene",
      "width": 1344,
      "height": 768,
      "seed": 41868,
      "steps": 30,
      "scheduler": "FlowMatchEulerDiscreteScheduler",
      "CFGScale": 3.5,
      "trueCFGScale": 1
    }
  ]'
runware run rundiffusion:120@100 \
  positivePrompt="A vast retro-futurist train atrium beneath an immense arched glass canopy, polished brass beams, suspended directional signs, sleek streamlined locomotives waiting on parallel platforms, commuters in tailored 1930s-inspired travel wear mixed with futuristic accessories, luggage trolleys, reflective marble floors, shafts of warm late-afternoon sunlight cutting through dusty air, intricate ironwork balconies, glowing departure boards, cinematic depth, ultra-detailed architecture, crisp textures, realistic materials, rich contrast, elegant composition, immersive scale, high fidelity, subtle lens perspective, masterful environmental storytelling" \
  negativePrompt="low detail, blurry, flat lighting, oversaturated, distorted anatomy, duplicate people, malformed hands, text artifacts, watermark, logo, cropped, noisy, washed out, empty scene" \
  width=1344 \
  height=768 \
  seed=41868 \
  steps=30 \
  scheduler=FlowMatchEulerDiscreteScheduler \
  CFGScale=3.5 \
  trueCFGScale=1
{
  "taskType": "imageInference",
  "taskUUID": "168af377-5ed9-4691-a200-17697cb9f54d",
  "model": "rundiffusion:120@100",
  "positivePrompt": "A vast retro-futurist train atrium beneath an immense arched glass canopy, polished brass beams, suspended directional signs, sleek streamlined locomotives waiting on parallel platforms, commuters in tailored 1930s-inspired travel wear mixed with futuristic accessories, luggage trolleys, reflective marble floors, shafts of warm late-afternoon sunlight cutting through dusty air, intricate ironwork balconies, glowing departure boards, cinematic depth, ultra-detailed architecture, crisp textures, realistic materials, rich contrast, elegant composition, immersive scale, high fidelity, subtle lens perspective, masterful environmental storytelling",
  "negativePrompt": "low detail, blurry, flat lighting, oversaturated, distorted anatomy, duplicate people, malformed hands, text artifacts, watermark, logo, cropped, noisy, washed out, empty scene",
  "width": 1344,
  "height": 768,
  "seed": 41868,
  "steps": 30,
  "scheduler": "FlowMatchEulerDiscreteScheduler",
  "CFGScale": 3.5,
  "trueCFGScale": 1
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "168af377-5ed9-4691-a200-17697cb9f54d",
  "imageUUID": "f9be4b8e-7eed-45a2-bcf0-90ad8ca4900a",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/f9be4b8e-7eed-45a2-bcf0-90ad8ca4900a.jpg",
  "seed": 41868,
  "cost": 0.00494
}
Frosted Alpine Cableway Platform
Frosted Alpine Cableway Platform

A cinematic winter mountain cableway station perched on a steep alpine ridge at blue hour, empty boarding platform dusted with fresh snow, suspended gondola cabins glowing softly as they pass through cold mist, jagged peaks fading into the distance, safety rails rimmed with ice crystals, brushed steel support towers, frosted glass panels, boot prints crossing the platform, distant pine forest in the valley below, dramatic sky with pale cyan and apricot afterglow, ultra-detailed textures, sharp focus, rich contrast, realistic lighting, volumetric haze, atmospheric perspective, premium travel photography aesthetic, highly detailed, natural color grading

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:120@100',
  positivePrompt: 'A cinematic winter mountain cableway station perched on a steep alpine ridge at blue hour, empty boarding platform dusted with fresh snow, suspended gondola cabins glowing softly as they pass through cold mist, jagged peaks fading into the distance, safety rails rimmed with ice crystals, brushed steel support towers, frosted glass panels, boot prints crossing the platform, distant pine forest in the valley below, dramatic sky with pale cyan and apricot afterglow, ultra-detailed textures, sharp focus, rich contrast, realistic lighting, volumetric haze, atmospheric perspective, premium travel photography aesthetic, highly detailed, natural color grading',
  negativePrompt: 'lowres, blurry, noisy, flat lighting, oversaturated, cartoon, illustration, painting, text, watermark, logo, people, crowd, vehicles, warped geometry, duplicate cabins, distorted perspective',
  width: 1344,
  height: 768,
  seed: 41510,
  steps: 32,
  scheduler: 'FlowMatchEulerDiscreteScheduler',
  CFGScale: 4.5,
  trueCFGScale: 1.2,
  hiresFix: true
})
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:120@100",
            "positivePrompt": "A cinematic winter mountain cableway station perched on a steep alpine ridge at blue hour, empty boarding platform dusted with fresh snow, suspended gondola cabins glowing softly as they pass through cold mist, jagged peaks fading into the distance, safety rails rimmed with ice crystals, brushed steel support towers, frosted glass panels, boot prints crossing the platform, distant pine forest in the valley below, dramatic sky with pale cyan and apricot afterglow, ultra-detailed textures, sharp focus, rich contrast, realistic lighting, volumetric haze, atmospheric perspective, premium travel photography aesthetic, highly detailed, natural color grading",
            "negativePrompt": "lowres, blurry, noisy, flat lighting, oversaturated, cartoon, illustration, painting, text, watermark, logo, people, crowd, vehicles, warped geometry, duplicate cabins, distorted perspective",
            "width": 1344,
            "height": 768,
            "seed": 41510,
            "steps": 32,
            "scheduler": "FlowMatchEulerDiscreteScheduler",
            "CFGScale": 4.5,
            "trueCFGScale": 1.2,
            "hiresFix": True
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "655e50db-7240-4901-a055-d29077ad9875",
      "model": "rundiffusion:120@100",
      "positivePrompt": "A cinematic winter mountain cableway station perched on a steep alpine ridge at blue hour, empty boarding platform dusted with fresh snow, suspended gondola cabins glowing softly as they pass through cold mist, jagged peaks fading into the distance, safety rails rimmed with ice crystals, brushed steel support towers, frosted glass panels, boot prints crossing the platform, distant pine forest in the valley below, dramatic sky with pale cyan and apricot afterglow, ultra-detailed textures, sharp focus, rich contrast, realistic lighting, volumetric haze, atmospheric perspective, premium travel photography aesthetic, highly detailed, natural color grading",
      "negativePrompt": "lowres, blurry, noisy, flat lighting, oversaturated, cartoon, illustration, painting, text, watermark, logo, people, crowd, vehicles, warped geometry, duplicate cabins, distorted perspective",
      "width": 1344,
      "height": 768,
      "seed": 41510,
      "steps": 32,
      "scheduler": "FlowMatchEulerDiscreteScheduler",
      "CFGScale": 4.5,
      "trueCFGScale": 1.2,
      "hiresFix": true
    }
  ]'
runware run rundiffusion:120@100 \
  positivePrompt="A cinematic winter mountain cableway station perched on a steep alpine ridge at blue hour, empty boarding platform dusted with fresh snow, suspended gondola cabins glowing softly as they pass through cold mist, jagged peaks fading into the distance, safety rails rimmed with ice crystals, brushed steel support towers, frosted glass panels, boot prints crossing the platform, distant pine forest in the valley below, dramatic sky with pale cyan and apricot afterglow, ultra-detailed textures, sharp focus, rich contrast, realistic lighting, volumetric haze, atmospheric perspective, premium travel photography aesthetic, highly detailed, natural color grading" \
  negativePrompt="lowres, blurry, noisy, flat lighting, oversaturated, cartoon, illustration, painting, text, watermark, logo, people, crowd, vehicles, warped geometry, duplicate cabins, distorted perspective" \
  width=1344 \
  height=768 \
  seed=41510 \
  steps=32 \
  scheduler=FlowMatchEulerDiscreteScheduler \
  CFGScale=4.5 \
  trueCFGScale=1.2 \
  hiresFix=true
{
  "taskType": "imageInference",
  "taskUUID": "655e50db-7240-4901-a055-d29077ad9875",
  "model": "rundiffusion:120@100",
  "positivePrompt": "A cinematic winter mountain cableway station perched on a steep alpine ridge at blue hour, empty boarding platform dusted with fresh snow, suspended gondola cabins glowing softly as they pass through cold mist, jagged peaks fading into the distance, safety rails rimmed with ice crystals, brushed steel support towers, frosted glass panels, boot prints crossing the platform, distant pine forest in the valley below, dramatic sky with pale cyan and apricot afterglow, ultra-detailed textures, sharp focus, rich contrast, realistic lighting, volumetric haze, atmospheric perspective, premium travel photography aesthetic, highly detailed, natural color grading",
  "negativePrompt": "lowres, blurry, noisy, flat lighting, oversaturated, cartoon, illustration, painting, text, watermark, logo, people, crowd, vehicles, warped geometry, duplicate cabins, distorted perspective",
  "width": 1344,
  "height": 768,
  "seed": 41510,
  "steps": 32,
  "scheduler": "FlowMatchEulerDiscreteScheduler",
  "CFGScale": 4.5,
  "trueCFGScale": 1.2,
  "hiresFix": true
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "655e50db-7240-4901-a055-d29077ad9875",
  "imageUUID": "8c03c771-4442-4e03-92f0-c2662a2a9746",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/8c03c771-4442-4e03-92f0-c2662a2a9746.jpg",
  "seed": 41510,
  "cost": 0.00585
}

expand

Night Greenhouse Ambient Album Cover$0.00754~17s
Night Greenhouse Ambient Album Cover

Create a finished landscape album cover using the seed photograph as the central foundation, expanding the complete commercial tomato greenhouse naturally beyond both horizontal edges. A vast nocturnal glasshouse filled with repeating rows of mature tomato vines, suspended irrigation tubes, steel trellises and red LED grow lights; the central service aisle recedes toward a single distant white work lamp. Preserve realistic horticultural details while giving the scene a precise experimental-electronica art direction: deep black shadows, chlorophyll green foliage, saturated crimson light, faint cyan reflections on wet concrete, humid haze and crisp high contrast. Quiet, uncanny and technologically intimate rather than futuristic. Wide symmetrical framing with disciplined negative space. Add restrained, sharply legible off-white typography: large condensed uppercase title “NIGHT BLOOM” in the upper left, with much smaller uppercase artist name “POLLEN STATIC” directly beneath it. Minimal independent record-label design, subtle fine film grain, premium photographic print finish. Standalone cover artwork only, no packaging mockup, border, interface or logos.

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

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

const [result] = await client.run({
  model: 'rundiffusion:120@100',
  positivePrompt: 'Create a finished landscape album cover using the seed photograph as the central foundation, expanding the complete commercial tomato greenhouse naturally beyond both horizontal edges. A vast nocturnal glasshouse filled with repeating rows of mature tomato vines, suspended irrigation tubes, steel trellises and red LED grow lights; the central service aisle recedes toward a single distant white work lamp. Preserve realistic horticultural details while giving the scene a precise experimental-electronica art direction: deep black shadows, chlorophyll green foliage, saturated crimson light, faint cyan reflections on wet concrete, humid haze and crisp high contrast. Quiet, uncanny and technologically intimate rather than futuristic. Wide symmetrical framing with disciplined negative space. Add restrained, sharply legible off-white typography: large condensed uppercase title “NIGHT BLOOM” in the upper left, with much smaller uppercase artist name “POLLEN STATIC” directly beneath it. Minimal independent record-label design, subtle fine film grain, premium photographic print finish. Standalone cover artwork only, no packaging mockup, border, interface or logos.',
  width: 1536,
  height: 1024,
  strength: 0.75,
  outpaint: {
    left: 256,
    right: 256,
    blur: 16
  },
  inputs: {
    seedImage: 'https://assets.runware.ai/assets/inputs/f6ce8471-cdaf-4fcc-9254-144dca695ddf.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:120@100",
            "positivePrompt": "Create a finished landscape album cover using the seed photograph as the central foundation, expanding the complete commercial tomato greenhouse naturally beyond both horizontal edges. A vast nocturnal glasshouse filled with repeating rows of mature tomato vines, suspended irrigation tubes, steel trellises and red LED grow lights; the central service aisle recedes toward a single distant white work lamp. Preserve realistic horticultural details while giving the scene a precise experimental-electronica art direction: deep black shadows, chlorophyll green foliage, saturated crimson light, faint cyan reflections on wet concrete, humid haze and crisp high contrast. Quiet, uncanny and technologically intimate rather than futuristic. Wide symmetrical framing with disciplined negative space. Add restrained, sharply legible off-white typography: large condensed uppercase title “NIGHT BLOOM” in the upper left, with much smaller uppercase artist name “POLLEN STATIC” directly beneath it. Minimal independent record-label design, subtle fine film grain, premium photographic print finish. Standalone cover artwork only, no packaging mockup, border, interface or logos.",
            "width": 1536,
            "height": 1024,
            "strength": 0.75,
            "outpaint": {
                "left": 256,
                "right": 256,
                "blur": 16
            },
            "inputs": {
                "seedImage": "https://assets.runware.ai/assets/inputs/f6ce8471-cdaf-4fcc-9254-144dca695ddf.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": "04e631b7-60a6-44d2-859a-4615f41680e8",
      "model": "rundiffusion:120@100",
      "positivePrompt": "Create a finished landscape album cover using the seed photograph as the central foundation, expanding the complete commercial tomato greenhouse naturally beyond both horizontal edges. A vast nocturnal glasshouse filled with repeating rows of mature tomato vines, suspended irrigation tubes, steel trellises and red LED grow lights; the central service aisle recedes toward a single distant white work lamp. Preserve realistic horticultural details while giving the scene a precise experimental-electronica art direction: deep black shadows, chlorophyll green foliage, saturated crimson light, faint cyan reflections on wet concrete, humid haze and crisp high contrast. Quiet, uncanny and technologically intimate rather than futuristic. Wide symmetrical framing with disciplined negative space. Add restrained, sharply legible off-white typography: large condensed uppercase title “NIGHT BLOOM” in the upper left, with much smaller uppercase artist name “POLLEN STATIC” directly beneath it. Minimal independent record-label design, subtle fine film grain, premium photographic print finish. Standalone cover artwork only, no packaging mockup, border, interface or logos.",
      "width": 1536,
      "height": 1024,
      "strength": 0.75,
      "outpaint": {
        "left": 256,
        "right": 256,
        "blur": 16
      },
      "inputs": {
        "seedImage": "https://assets.runware.ai/assets/inputs/f6ce8471-cdaf-4fcc-9254-144dca695ddf.jpg"
      }
    }
  ]'
runware run rundiffusion:120@100 \
  positivePrompt="Create a finished landscape album cover using the seed photograph as the central foundation, expanding the complete commercial tomato greenhouse naturally beyond both horizontal edges. A vast nocturnal glasshouse filled with repeating rows of mature tomato vines, suspended irrigation tubes, steel trellises and red LED grow lights; the central service aisle recedes toward a single distant white work lamp. Preserve realistic horticultural details while giving the scene a precise experimental-electronica art direction: deep black shadows, chlorophyll green foliage, saturated crimson light, faint cyan reflections on wet concrete, humid haze and crisp high contrast. Quiet, uncanny and technologically intimate rather than futuristic. Wide symmetrical framing with disciplined negative space. Add restrained, sharply legible off-white typography: large condensed uppercase title “NIGHT BLOOM” in the upper left, with much smaller uppercase artist name “POLLEN STATIC” directly beneath it. Minimal independent record-label design, subtle fine film grain, premium photographic print finish. Standalone cover artwork only, no packaging mockup, border, interface or logos." \
  width=1536 \
  height=1024 \
  strength=0.75 \
  outpaint.left=256 \
  outpaint.right=256 \
  outpaint.blur=16 \
  inputs.seedImage=https://assets.runware.ai/assets/inputs/f6ce8471-cdaf-4fcc-9254-144dca695ddf.jpg
{
  "taskType": "imageInference",
  "taskUUID": "04e631b7-60a6-44d2-859a-4615f41680e8",
  "model": "rundiffusion:120@100",
  "positivePrompt": "Create a finished landscape album cover using the seed photograph as the central foundation, expanding the complete commercial tomato greenhouse naturally beyond both horizontal edges. A vast nocturnal glasshouse filled with repeating rows of mature tomato vines, suspended irrigation tubes, steel trellises and red LED grow lights; the central service aisle recedes toward a single distant white work lamp. Preserve realistic horticultural details while giving the scene a precise experimental-electronica art direction: deep black shadows, chlorophyll green foliage, saturated crimson light, faint cyan reflections on wet concrete, humid haze and crisp high contrast. Quiet, uncanny and technologically intimate rather than futuristic. Wide symmetrical framing with disciplined negative space. Add restrained, sharply legible off-white typography: large condensed uppercase title “NIGHT BLOOM” in the upper left, with much smaller uppercase artist name “POLLEN STATIC” directly beneath it. Minimal independent record-label design, subtle fine film grain, premium photographic print finish. Standalone cover artwork only, no packaging mockup, border, interface or logos.",
  "width": 1536,
  "height": 1024,
  "strength": 0.75,
  "outpaint": {
    "left": 256,
    "right": 256,
    "blur": 16
  },
  "inputs": {
    "seedImage": "https://assets.runware.ai/assets/inputs/f6ce8471-cdaf-4fcc-9254-144dca695ddf.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "04e631b7-60a6-44d2-859a-4615f41680e8",
  "imageUUID": "380d4a37-3a7e-454e-9745-0919d9c5f189",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/380d4a37-3a7e-454e-9745-0919d9c5f189.jpg",
  "seed": 844459802,
  "cost": 0.00754
}

identity-preservation

Experimental Percussion Cassette Cover$0.00585~26s
Experimental Percussion Cassette Cover

Finished flat portrait-format cassette J-card cover for an experimental percussion album, preserving the exact facial identity of the woman in the PuLID reference. Show the same woman as a commanding contemporary percussionist standing alone on the tiled floor of a drained 1970s municipal competition pool. Three-quarter composition from knees up, her recognizable face clearly visible and unobstructed, looking directly into camera with calm intensity. She now wears a sculptural cobalt-blue technical suit with broad folded shoulders, black shirt, and vermilion gloves, holding two pale felt timpani mallets loosely at her side. Behind her, enormous circular brass gongs hang at different heights above empty swimming lanes, creating a rhythmic geometric pattern. Hard directional flash, crisp shadows, cool cyan tile, oxidized brass, cobalt, vermilion, and deep black palette. High-fidelity editorial photography mixed with severe Swiss post-punk record design, tactile film grain, sharp material detail, dramatic contrast, sophisticated independent-label art direction. Reserve clean negative space at the top for large condensed sans-serif lettering reading exactly “PRESSURE SKIN”; small widely tracked lettering at the bottom reading exactly “AKI MORI”. Typography integrated into the artwork, minimal and precise. One person only, no physical cassette, no packaging mockup, no border, full-bleed finished cover art.

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:120@100',
  positivePrompt: 'Finished flat portrait-format cassette J-card cover for an experimental percussion album, preserving the exact facial identity of the woman in the PuLID reference. Show the same woman as a commanding contemporary percussionist standing alone on the tiled floor of a drained 1970s municipal competition pool. Three-quarter composition from knees up, her recognizable face clearly visible and unobstructed, looking directly into camera with calm intensity. She now wears a sculptural cobalt-blue technical suit with broad folded shoulders, black shirt, and vermilion gloves, holding two pale felt timpani mallets loosely at her side. Behind her, enormous circular brass gongs hang at different heights above empty swimming lanes, creating a rhythmic geometric pattern. Hard directional flash, crisp shadows, cool cyan tile, oxidized brass, cobalt, vermilion, and deep black palette. High-fidelity editorial photography mixed with severe Swiss post-punk record design, tactile film grain, sharp material detail, dramatic contrast, sophisticated independent-label art direction. Reserve clean negative space at the top for large condensed sans-serif lettering reading exactly “PRESSURE SKIN”; small widely tracked lettering at the bottom reading exactly “AKI MORI”. Typography integrated into the artwork, minimal and precise. One person only, no physical cassette, no packaging mockup, no border, full-bleed finished cover art.',
  negativePrompt: 'different person, altered identity, obscured face, profile view, closed eyes, eyewear, hat, extra people, duplicate person, extra limbs, malformed hands, floating mallets, fantasy costume, concert crowd, stage lighting, tropical pool, water in pool, generic glamour portrait, smiling commercial look, neon cyberpunk, illegible typography, misspelled title, extra words, logos, watermark, barcode, cassette mockup, jewel case, frame, website interface',
  width: 896,
  height: 1152,
  pulid: {
    images: [
      'https://assets.runware.ai/assets/inputs/9a60099d-ebf9-4502-b2fa-465c4adf7a70.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:120@100",
            "positivePrompt": "Finished flat portrait-format cassette J-card cover for an experimental percussion album, preserving the exact facial identity of the woman in the PuLID reference. Show the same woman as a commanding contemporary percussionist standing alone on the tiled floor of a drained 1970s municipal competition pool. Three-quarter composition from knees up, her recognizable face clearly visible and unobstructed, looking directly into camera with calm intensity. She now wears a sculptural cobalt-blue technical suit with broad folded shoulders, black shirt, and vermilion gloves, holding two pale felt timpani mallets loosely at her side. Behind her, enormous circular brass gongs hang at different heights above empty swimming lanes, creating a rhythmic geometric pattern. Hard directional flash, crisp shadows, cool cyan tile, oxidized brass, cobalt, vermilion, and deep black palette. High-fidelity editorial photography mixed with severe Swiss post-punk record design, tactile film grain, sharp material detail, dramatic contrast, sophisticated independent-label art direction. Reserve clean negative space at the top for large condensed sans-serif lettering reading exactly “PRESSURE SKIN”; small widely tracked lettering at the bottom reading exactly “AKI MORI”. Typography integrated into the artwork, minimal and precise. One person only, no physical cassette, no packaging mockup, no border, full-bleed finished cover art.",
            "negativePrompt": "different person, altered identity, obscured face, profile view, closed eyes, eyewear, hat, extra people, duplicate person, extra limbs, malformed hands, floating mallets, fantasy costume, concert crowd, stage lighting, tropical pool, water in pool, generic glamour portrait, smiling commercial look, neon cyberpunk, illegible typography, misspelled title, extra words, logos, watermark, barcode, cassette mockup, jewel case, frame, website interface",
            "width": 896,
            "height": 1152,
            "pulid": {
                "images": [
                    "https://assets.runware.ai/assets/inputs/9a60099d-ebf9-4502-b2fa-465c4adf7a70.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": "e2a394fc-1561-4a78-9b33-0f1df8511f53",
      "model": "rundiffusion:120@100",
      "positivePrompt": "Finished flat portrait-format cassette J-card cover for an experimental percussion album, preserving the exact facial identity of the woman in the PuLID reference. Show the same woman as a commanding contemporary percussionist standing alone on the tiled floor of a drained 1970s municipal competition pool. Three-quarter composition from knees up, her recognizable face clearly visible and unobstructed, looking directly into camera with calm intensity. She now wears a sculptural cobalt-blue technical suit with broad folded shoulders, black shirt, and vermilion gloves, holding two pale felt timpani mallets loosely at her side. Behind her, enormous circular brass gongs hang at different heights above empty swimming lanes, creating a rhythmic geometric pattern. Hard directional flash, crisp shadows, cool cyan tile, oxidized brass, cobalt, vermilion, and deep black palette. High-fidelity editorial photography mixed with severe Swiss post-punk record design, tactile film grain, sharp material detail, dramatic contrast, sophisticated independent-label art direction. Reserve clean negative space at the top for large condensed sans-serif lettering reading exactly “PRESSURE SKIN”; small widely tracked lettering at the bottom reading exactly “AKI MORI”. Typography integrated into the artwork, minimal and precise. One person only, no physical cassette, no packaging mockup, no border, full-bleed finished cover art.",
      "negativePrompt": "different person, altered identity, obscured face, profile view, closed eyes, eyewear, hat, extra people, duplicate person, extra limbs, malformed hands, floating mallets, fantasy costume, concert crowd, stage lighting, tropical pool, water in pool, generic glamour portrait, smiling commercial look, neon cyberpunk, illegible typography, misspelled title, extra words, logos, watermark, barcode, cassette mockup, jewel case, frame, website interface",
      "width": 896,
      "height": 1152,
      "pulid": {
        "images": [
          "https://assets.runware.ai/assets/inputs/9a60099d-ebf9-4502-b2fa-465c4adf7a70.jpg"
        ]
      }
    }
  ]'
runware run rundiffusion:120@100 \
  positivePrompt="Finished flat portrait-format cassette J-card cover for an experimental percussion album, preserving the exact facial identity of the woman in the PuLID reference. Show the same woman as a commanding contemporary percussionist standing alone on the tiled floor of a drained 1970s municipal competition pool. Three-quarter composition from knees up, her recognizable face clearly visible and unobstructed, looking directly into camera with calm intensity. She now wears a sculptural cobalt-blue technical suit with broad folded shoulders, black shirt, and vermilion gloves, holding two pale felt timpani mallets loosely at her side. Behind her, enormous circular brass gongs hang at different heights above empty swimming lanes, creating a rhythmic geometric pattern. Hard directional flash, crisp shadows, cool cyan tile, oxidized brass, cobalt, vermilion, and deep black palette. High-fidelity editorial photography mixed with severe Swiss post-punk record design, tactile film grain, sharp material detail, dramatic contrast, sophisticated independent-label art direction. Reserve clean negative space at the top for large condensed sans-serif lettering reading exactly “PRESSURE SKIN”; small widely tracked lettering at the bottom reading exactly “AKI MORI”. Typography integrated into the artwork, minimal and precise. One person only, no physical cassette, no packaging mockup, no border, full-bleed finished cover art." \
  negativePrompt="different person, altered identity, obscured face, profile view, closed eyes, eyewear, hat, extra people, duplicate person, extra limbs, malformed hands, floating mallets, fantasy costume, concert crowd, stage lighting, tropical pool, water in pool, generic glamour portrait, smiling commercial look, neon cyberpunk, illegible typography, misspelled title, extra words, logos, watermark, barcode, cassette mockup, jewel case, frame, website interface" \
  width=896 \
  height=1152 \
  pulid.images.0=https://assets.runware.ai/assets/inputs/9a60099d-ebf9-4502-b2fa-465c4adf7a70.jpg
{
  "taskType": "imageInference",
  "taskUUID": "e2a394fc-1561-4a78-9b33-0f1df8511f53",
  "model": "rundiffusion:120@100",
  "positivePrompt": "Finished flat portrait-format cassette J-card cover for an experimental percussion album, preserving the exact facial identity of the woman in the PuLID reference. Show the same woman as a commanding contemporary percussionist standing alone on the tiled floor of a drained 1970s municipal competition pool. Three-quarter composition from knees up, her recognizable face clearly visible and unobstructed, looking directly into camera with calm intensity. She now wears a sculptural cobalt-blue technical suit with broad folded shoulders, black shirt, and vermilion gloves, holding two pale felt timpani mallets loosely at her side. Behind her, enormous circular brass gongs hang at different heights above empty swimming lanes, creating a rhythmic geometric pattern. Hard directional flash, crisp shadows, cool cyan tile, oxidized brass, cobalt, vermilion, and deep black palette. High-fidelity editorial photography mixed with severe Swiss post-punk record design, tactile film grain, sharp material detail, dramatic contrast, sophisticated independent-label art direction. Reserve clean negative space at the top for large condensed sans-serif lettering reading exactly “PRESSURE SKIN”; small widely tracked lettering at the bottom reading exactly “AKI MORI”. Typography integrated into the artwork, minimal and precise. One person only, no physical cassette, no packaging mockup, no border, full-bleed finished cover art.",
  "negativePrompt": "different person, altered identity, obscured face, profile view, closed eyes, eyewear, hat, extra people, duplicate person, extra limbs, malformed hands, floating mallets, fantasy costume, concert crowd, stage lighting, tropical pool, water in pool, generic glamour portrait, smiling commercial look, neon cyberpunk, illegible typography, misspelled title, extra words, logos, watermark, barcode, cassette mockup, jewel case, frame, website interface",
  "width": 896,
  "height": 1152,
  "pulid": {
    "images": [
      "https://assets.runware.ai/assets/inputs/9a60099d-ebf9-4502-b2fa-465c4adf7a70.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "e2a394fc-1561-4a78-9b33-0f1df8511f53",
  "imageUUID": "182a2f05-15dc-44ff-98f9-63ea5f0151c6",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/182a2f05-15dc-44ff-98f9-63ea5f0151c6.jpg",
  "seed": 1248048047,
  "cost": 0.00585
}
Sunlit Desert Airship Encampment
Sunlit Desert Airship Encampment

A sprawling desert encampment beneath towering sandstone arches, anchored around a colossal retro-futurist airship with cream canvas gas cells and polished brass fins, explorers in weathered linen and leather moving among supply crates, signal flags, tether ropes, and compact wind turbines, distant heat haze, long golden afternoon light, dramatic shadows, ultra-detailed fabrics, metal, dust, and rock textures, cinematic wide shot, grounded realism with adventurous pulp-science aesthetic, deep depth, atmospheric perspective, high contrast, exceptionally sharp focus, masterful 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:120@100',
  positivePrompt: 'A sprawling desert encampment beneath towering sandstone arches, anchored around a colossal retro-futurist airship with cream canvas gas cells and polished brass fins, explorers in weathered linen and leather moving among supply crates, signal flags, tether ropes, and compact wind turbines, distant heat haze, long golden afternoon light, dramatic shadows, ultra-detailed fabrics, metal, dust, and rock textures, cinematic wide shot, grounded realism with adventurous pulp-science aesthetic, deep depth, atmospheric perspective, high contrast, exceptionally sharp focus, masterful composition',
  negativePrompt: 'low detail, blurry, noisy, flat lighting, washed out colors, cartoon, anime, duplicate figures, distorted anatomy, extra limbs, floating objects, warped airship, oversaturated, text, watermark, frame, cropped subject',
  width: 1344,
  height: 768,
  seed: 21895,
  steps: 32,
  scheduler: 'FlowMatchEulerDiscreteScheduler',
  CFGScale: 3.5,
  trueCFGScale: 1.2,
  hiresFix: {
    model: 'runware:esrgan@ultrasharp',
    steps: 10,
    strength: 0.35,
    upscaleFactor: 4
  }
})
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:120@100",
            "positivePrompt": "A sprawling desert encampment beneath towering sandstone arches, anchored around a colossal retro-futurist airship with cream canvas gas cells and polished brass fins, explorers in weathered linen and leather moving among supply crates, signal flags, tether ropes, and compact wind turbines, distant heat haze, long golden afternoon light, dramatic shadows, ultra-detailed fabrics, metal, dust, and rock textures, cinematic wide shot, grounded realism with adventurous pulp-science aesthetic, deep depth, atmospheric perspective, high contrast, exceptionally sharp focus, masterful composition",
            "negativePrompt": "low detail, blurry, noisy, flat lighting, washed out colors, cartoon, anime, duplicate figures, distorted anatomy, extra limbs, floating objects, warped airship, oversaturated, text, watermark, frame, cropped subject",
            "width": 1344,
            "height": 768,
            "seed": 21895,
            "steps": 32,
            "scheduler": "FlowMatchEulerDiscreteScheduler",
            "CFGScale": 3.5,
            "trueCFGScale": 1.2,
            "hiresFix": {
                "model": "runware:esrgan@ultrasharp",
                "steps": 10,
                "strength": 0.35,
                "upscaleFactor": 4
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "aaf6ca97-63ff-43c7-b297-3ddbc347e55a",
      "model": "rundiffusion:120@100",
      "positivePrompt": "A sprawling desert encampment beneath towering sandstone arches, anchored around a colossal retro-futurist airship with cream canvas gas cells and polished brass fins, explorers in weathered linen and leather moving among supply crates, signal flags, tether ropes, and compact wind turbines, distant heat haze, long golden afternoon light, dramatic shadows, ultra-detailed fabrics, metal, dust, and rock textures, cinematic wide shot, grounded realism with adventurous pulp-science aesthetic, deep depth, atmospheric perspective, high contrast, exceptionally sharp focus, masterful composition",
      "negativePrompt": "low detail, blurry, noisy, flat lighting, washed out colors, cartoon, anime, duplicate figures, distorted anatomy, extra limbs, floating objects, warped airship, oversaturated, text, watermark, frame, cropped subject",
      "width": 1344,
      "height": 768,
      "seed": 21895,
      "steps": 32,
      "scheduler": "FlowMatchEulerDiscreteScheduler",
      "CFGScale": 3.5,
      "trueCFGScale": 1.2,
      "hiresFix": {
        "model": "runware:esrgan@ultrasharp",
        "steps": 10,
        "strength": 0.35,
        "upscaleFactor": 4
      }
    }
  ]'
runware run rundiffusion:120@100 \
  positivePrompt="A sprawling desert encampment beneath towering sandstone arches, anchored around a colossal retro-futurist airship with cream canvas gas cells and polished brass fins, explorers in weathered linen and leather moving among supply crates, signal flags, tether ropes, and compact wind turbines, distant heat haze, long golden afternoon light, dramatic shadows, ultra-detailed fabrics, metal, dust, and rock textures, cinematic wide shot, grounded realism with adventurous pulp-science aesthetic, deep depth, atmospheric perspective, high contrast, exceptionally sharp focus, masterful composition" \
  negativePrompt="low detail, blurry, noisy, flat lighting, washed out colors, cartoon, anime, duplicate figures, distorted anatomy, extra limbs, floating objects, warped airship, oversaturated, text, watermark, frame, cropped subject" \
  width=1344 \
  height=768 \
  seed=21895 \
  steps=32 \
  scheduler=FlowMatchEulerDiscreteScheduler \
  CFGScale=3.5 \
  trueCFGScale=1.2 \
  hiresFix.model=runware:esrgan@ultrasharp \
  hiresFix.steps=10 \
  hiresFix.strength=0.35 \
  hiresFix.upscaleFactor=4
{
  "taskType": "imageInference",
  "taskUUID": "aaf6ca97-63ff-43c7-b297-3ddbc347e55a",
  "model": "rundiffusion:120@100",
  "positivePrompt": "A sprawling desert encampment beneath towering sandstone arches, anchored around a colossal retro-futurist airship with cream canvas gas cells and polished brass fins, explorers in weathered linen and leather moving among supply crates, signal flags, tether ropes, and compact wind turbines, distant heat haze, long golden afternoon light, dramatic shadows, ultra-detailed fabrics, metal, dust, and rock textures, cinematic wide shot, grounded realism with adventurous pulp-science aesthetic, deep depth, atmospheric perspective, high contrast, exceptionally sharp focus, masterful composition",
  "negativePrompt": "low detail, blurry, noisy, flat lighting, washed out colors, cartoon, anime, duplicate figures, distorted anatomy, extra limbs, floating objects, warped airship, oversaturated, text, watermark, frame, cropped subject",
  "width": 1344,
  "height": 768,
  "seed": 21895,
  "steps": 32,
  "scheduler": "FlowMatchEulerDiscreteScheduler",
  "CFGScale": 3.5,
  "trueCFGScale": 1.2,
  "hiresFix": {
    "model": "runware:esrgan@ultrasharp",
    "steps": 10,
    "strength": 0.35,
    "upscaleFactor": 4
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "aaf6ca97-63ff-43c7-b297-3ddbc347e55a",
  "imageUUID": "af82a0d6-d008-4d48-bc7d-48bb6cf9125a",
  "imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/af82a0d6-d008-4d48-bc7d-48bb6cf9125a.jpg",
  "seed": 21895,
  "cost": 0.00585
}
Velvet Tram Through Amber Fog
Velvet Tram Through Amber Fog

An elegant vintage tram gliding along narrow cobblestone tracks in a dense old-world avenue wrapped in amber fog, glowing shop windows, polished brass trim, wet reflections on stone, overhead power lines fading into haze, a lone conductor in a deep burgundy coat visible through the front glass, layered architecture with carved facades and hanging signs, drifting steam from street vents, cinematic composition, ultra-detailed textures, high contrast, crisp focus on the tram, soft atmospheric depth in the distance, realistic materials, moody editorial fashion color palette, premium photography look

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:120@100',
  positivePrompt: 'An elegant vintage tram gliding along narrow cobblestone tracks in a dense old-world avenue wrapped in amber fog, glowing shop windows, polished brass trim, wet reflections on stone, overhead power lines fading into haze, a lone conductor in a deep burgundy coat visible through the front glass, layered architecture with carved facades and hanging signs, drifting steam from street vents, cinematic composition, ultra-detailed textures, high contrast, crisp focus on the tram, soft atmospheric depth in the distance, realistic materials, moody editorial fashion color palette, premium photography look',
  negativePrompt: 'lowres, blurry, flat lighting, washed out colors, overexposed, underexposed, cartoon, anime, duplicate tram, warped rails, distorted wheels, malformed windows, bad perspective, extra limbs, text, watermark, logo, frame, oversaturated, noisy background',
  width: 1024,
  height: 1536,
  seed: 56208,
  steps: 32,
  scheduler: 'DPM++ 2M Karras',
  CFGScale: 4.5,
  trueCFGScale: 1.2,
  hiresFix: {
    model: 'runware:esrgan@ultrasharp',
    steps: 10,
    strength: 0.25,
    upscaleFactor: 4
  }
})
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:120@100",
            "positivePrompt": "An elegant vintage tram gliding along narrow cobblestone tracks in a dense old-world avenue wrapped in amber fog, glowing shop windows, polished brass trim, wet reflections on stone, overhead power lines fading into haze, a lone conductor in a deep burgundy coat visible through the front glass, layered architecture with carved facades and hanging signs, drifting steam from street vents, cinematic composition, ultra-detailed textures, high contrast, crisp focus on the tram, soft atmospheric depth in the distance, realistic materials, moody editorial fashion color palette, premium photography look",
            "negativePrompt": "lowres, blurry, flat lighting, washed out colors, overexposed, underexposed, cartoon, anime, duplicate tram, warped rails, distorted wheels, malformed windows, bad perspective, extra limbs, text, watermark, logo, frame, oversaturated, noisy background",
            "width": 1024,
            "height": 1536,
            "seed": 56208,
            "steps": 32,
            "scheduler": "DPM++ 2M Karras",
            "CFGScale": 4.5,
            "trueCFGScale": 1.2,
            "hiresFix": {
                "model": "runware:esrgan@ultrasharp",
                "steps": 10,
                "strength": 0.25,
                "upscaleFactor": 4
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "5858f3fa-6ac4-4b61-ab90-4c40e3faf76d",
      "model": "rundiffusion:120@100",
      "positivePrompt": "An elegant vintage tram gliding along narrow cobblestone tracks in a dense old-world avenue wrapped in amber fog, glowing shop windows, polished brass trim, wet reflections on stone, overhead power lines fading into haze, a lone conductor in a deep burgundy coat visible through the front glass, layered architecture with carved facades and hanging signs, drifting steam from street vents, cinematic composition, ultra-detailed textures, high contrast, crisp focus on the tram, soft atmospheric depth in the distance, realistic materials, moody editorial fashion color palette, premium photography look",
      "negativePrompt": "lowres, blurry, flat lighting, washed out colors, overexposed, underexposed, cartoon, anime, duplicate tram, warped rails, distorted wheels, malformed windows, bad perspective, extra limbs, text, watermark, logo, frame, oversaturated, noisy background",
      "width": 1024,
      "height": 1536,
      "seed": 56208,
      "steps": 32,
      "scheduler": "DPM++ 2M Karras",
      "CFGScale": 4.5,
      "trueCFGScale": 1.2,
      "hiresFix": {
        "model": "runware:esrgan@ultrasharp",
        "steps": 10,
        "strength": 0.25,
        "upscaleFactor": 4
      }
    }
  ]'
runware run rundiffusion:120@100 \
  positivePrompt="An elegant vintage tram gliding along narrow cobblestone tracks in a dense old-world avenue wrapped in amber fog, glowing shop windows, polished brass trim, wet reflections on stone, overhead power lines fading into haze, a lone conductor in a deep burgundy coat visible through the front glass, layered architecture with carved facades and hanging signs, drifting steam from street vents, cinematic composition, ultra-detailed textures, high contrast, crisp focus on the tram, soft atmospheric depth in the distance, realistic materials, moody editorial fashion color palette, premium photography look" \
  negativePrompt="lowres, blurry, flat lighting, washed out colors, overexposed, underexposed, cartoon, anime, duplicate tram, warped rails, distorted wheels, malformed windows, bad perspective, extra limbs, text, watermark, logo, frame, oversaturated, noisy background" \
  width=1024 \
  height=1536 \
  seed=56208 \
  steps=32 \
  scheduler="DPM++ 2M Karras" \
  CFGScale=4.5 \
  trueCFGScale=1.2 \
  hiresFix.model=runware:esrgan@ultrasharp \
  hiresFix.steps=10 \
  hiresFix.strength=0.25 \
  hiresFix.upscaleFactor=4
{
  "taskType": "imageInference",
  "taskUUID": "5858f3fa-6ac4-4b61-ab90-4c40e3faf76d",
  "model": "rundiffusion:120@100",
  "positivePrompt": "An elegant vintage tram gliding along narrow cobblestone tracks in a dense old-world avenue wrapped in amber fog, glowing shop windows, polished brass trim, wet reflections on stone, overhead power lines fading into haze, a lone conductor in a deep burgundy coat visible through the front glass, layered architecture with carved facades and hanging signs, drifting steam from street vents, cinematic composition, ultra-detailed textures, high contrast, crisp focus on the tram, soft atmospheric depth in the distance, realistic materials, moody editorial fashion color palette, premium photography look",
  "negativePrompt": "lowres, blurry, flat lighting, washed out colors, overexposed, underexposed, cartoon, anime, duplicate tram, warped rails, distorted wheels, malformed windows, bad perspective, extra limbs, text, watermark, logo, frame, oversaturated, noisy background",
  "width": 1024,
  "height": 1536,
  "seed": 56208,
  "steps": 32,
  "scheduler": "DPM++ 2M Karras",
  "CFGScale": 4.5,
  "trueCFGScale": 1.2,
  "hiresFix": {
    "model": "runware:esrgan@ultrasharp",
    "steps": 10,
    "strength": 0.25,
    "upscaleFactor": 4
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "5858f3fa-6ac4-4b61-ab90-4c40e3faf76d",
  "imageUUID": "0c486056-58d5-426c-b025-6274a280209a",
  "imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/0c486056-58d5-426c-b025-6274a280209a.jpg",
  "seed": 56208,
  "cost": 0.00832
}