MODEL IDrundiffusion:200@100
live

Juggernaut Z

RunDiffusion
by RunDiffusion

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

Juggernaut Z
Text to Image

Stormglass Ballroom Desert Pageant

Stormglass Ballroom Desert Pageant

Inside a colossal glass-domed ballroom half-buried in rolling desert dunes, an avant-garde couture pageant unfolds on a reflective black stone aisle, a statuesque model wearing a sculptural gown made of mirrored shards, silk pleats, and metallic embroidery, windblown fabric, suspended dust sparkling in angled sunbeams through cracked stormglass panels, cinematic fashion editorial, dramatic high-contrast lighting, razor-sharp focus on the figure, elegant anatomy, highly detailed skin texture, luxurious materials, grand symmetrical composition, distant seated guests as soft silhouettes, warm amber and pale cyan color contrast, premium magazine photography aesthetic

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'rundiffusion:200@100',
  positivePrompt: 'Inside a colossal glass-domed ballroom half-buried in rolling desert dunes, an avant-garde couture pageant unfolds on a reflective black stone aisle, a statuesque model wearing a sculptural gown made of mirrored shards, silk pleats, and metallic embroidery, windblown fabric, suspended dust sparkling in angled sunbeams through cracked stormglass panels, cinematic fashion editorial, dramatic high-contrast lighting, razor-sharp focus on the figure, elegant anatomy, highly detailed skin texture, luxurious materials, grand symmetrical composition, distant seated guests as soft silhouettes, warm amber and pale cyan color contrast, premium magazine photography aesthetic',
  negativePrompt: 'lowres, blurry, extra fingers, bad hands, malformed anatomy, duplicate people, crowd in foreground, flat lighting, overexposed, washed out, cartoon, painterly, text, watermark, frame, oversaturated',
  width: 1024,
  height: 1536,
  seed: 57356,
  steps: 36,
  scheduler: 'DPM++ 2M Karras',
  CFGScale: 6.5
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "rundiffusion:200@100",
            "positivePrompt": "Inside a colossal glass-domed ballroom half-buried in rolling desert dunes, an avant-garde couture pageant unfolds on a reflective black stone aisle, a statuesque model wearing a sculptural gown made of mirrored shards, silk pleats, and metallic embroidery, windblown fabric, suspended dust sparkling in angled sunbeams through cracked stormglass panels, cinematic fashion editorial, dramatic high-contrast lighting, razor-sharp focus on the figure, elegant anatomy, highly detailed skin texture, luxurious materials, grand symmetrical composition, distant seated guests as soft silhouettes, warm amber and pale cyan color contrast, premium magazine photography aesthetic",
            "negativePrompt": "lowres, blurry, extra fingers, bad hands, malformed anatomy, duplicate people, crowd in foreground, flat lighting, overexposed, washed out, cartoon, painterly, text, watermark, frame, oversaturated",
            "width": 1024,
            "height": 1536,
            "seed": 57356,
            "steps": 36,
            "scheduler": "DPM++ 2M Karras",
            "CFGScale": 6.5
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "a41d7855-8047-4213-9745-1cdbcec52504",
      "model": "rundiffusion:200@100",
      "positivePrompt": "Inside a colossal glass-domed ballroom half-buried in rolling desert dunes, an avant-garde couture pageant unfolds on a reflective black stone aisle, a statuesque model wearing a sculptural gown made of mirrored shards, silk pleats, and metallic embroidery, windblown fabric, suspended dust sparkling in angled sunbeams through cracked stormglass panels, cinematic fashion editorial, dramatic high-contrast lighting, razor-sharp focus on the figure, elegant anatomy, highly detailed skin texture, luxurious materials, grand symmetrical composition, distant seated guests as soft silhouettes, warm amber and pale cyan color contrast, premium magazine photography aesthetic",
      "negativePrompt": "lowres, blurry, extra fingers, bad hands, malformed anatomy, duplicate people, crowd in foreground, flat lighting, overexposed, washed out, cartoon, painterly, text, watermark, frame, oversaturated",
      "width": 1024,
      "height": 1536,
      "seed": 57356,
      "steps": 36,
      "scheduler": "DPM++ 2M Karras",
      "CFGScale": 6.5
    }
  ]'
runware run rundiffusion:200@100 \
  positivePrompt="Inside a colossal glass-domed ballroom half-buried in rolling desert dunes, an avant-garde couture pageant unfolds on a reflective black stone aisle, a statuesque model wearing a sculptural gown made of mirrored shards, silk pleats, and metallic embroidery, windblown fabric, suspended dust sparkling in angled sunbeams through cracked stormglass panels, cinematic fashion editorial, dramatic high-contrast lighting, razor-sharp focus on the figure, elegant anatomy, highly detailed skin texture, luxurious materials, grand symmetrical composition, distant seated guests as soft silhouettes, warm amber and pale cyan color contrast, premium magazine photography aesthetic" \
  negativePrompt="lowres, blurry, extra fingers, bad hands, malformed anatomy, duplicate people, crowd in foreground, flat lighting, overexposed, washed out, cartoon, painterly, text, watermark, frame, oversaturated" \
  width=1024 \
  height=1536 \
  seed=57356 \
  steps=36 \
  scheduler="DPM++ 2M Karras" \
  CFGScale=6.5
{
  "taskType": "imageInference",
  "taskUUID": "a41d7855-8047-4213-9745-1cdbcec52504",
  "model": "rundiffusion:200@100",
  "positivePrompt": "Inside a colossal glass-domed ballroom half-buried in rolling desert dunes, an avant-garde couture pageant unfolds on a reflective black stone aisle, a statuesque model wearing a sculptural gown made of mirrored shards, silk pleats, and metallic embroidery, windblown fabric, suspended dust sparkling in angled sunbeams through cracked stormglass panels, cinematic fashion editorial, dramatic high-contrast lighting, razor-sharp focus on the figure, elegant anatomy, highly detailed skin texture, luxurious materials, grand symmetrical composition, distant seated guests as soft silhouettes, warm amber and pale cyan color contrast, premium magazine photography aesthetic",
  "negativePrompt": "lowres, blurry, extra fingers, bad hands, malformed anatomy, duplicate people, crowd in foreground, flat lighting, overexposed, washed out, cartoon, painterly, text, watermark, frame, oversaturated",
  "width": 1024,
  "height": 1536,
  "seed": 57356,
  "steps": 36,
  "scheduler": "DPM++ 2M Karras",
  "CFGScale": 6.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "a41d7855-8047-4213-9745-1cdbcec52504",
  "imageUUID": "3b9ae453-4b4a-4890-9578-2dd36339143f",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/3b9ae453-4b4a-4890-9578-2dd36339143f.jpg",
  "seed": 57356,
  "cost": 0.02496
}
Text to Image

Rain-Slicked Opera Concourse

Rain-Slicked Opera Concourse

A poised couture violinist standing alone in a vast contemporary opera concourse after a cloudburst, towering travertine columns, sweeping glass ceiling streaked with rain, glossy black stone floor filled with reflections, sculptural silver gown with intricate pleats and subtle metallic embroidery, violin case at her feet, distant ticket counters and curved staircases, dramatic editorial lighting, rich contrast, clean anatomy, detailed skin texture, crisp facial focus, elegant composition, cinematic atmosphere, premium fashion photography mixed with architectural visualization, ultra-detailed, refined, presentation-ready image

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'rundiffusion:200@100',
  positivePrompt: 'A poised couture violinist standing alone in a vast contemporary opera concourse after a cloudburst, towering travertine columns, sweeping glass ceiling streaked with rain, glossy black stone floor filled with reflections, sculptural silver gown with intricate pleats and subtle metallic embroidery, violin case at her feet, distant ticket counters and curved staircases, dramatic editorial lighting, rich contrast, clean anatomy, detailed skin texture, crisp facial focus, elegant composition, cinematic atmosphere, premium fashion photography mixed with architectural visualization, ultra-detailed, refined, presentation-ready image',
  negativePrompt: 'lowres, blurry, distorted anatomy, extra fingers, duplicate person, cropped head, bad hands, warped face, flat lighting, oversaturated, noisy background, text, watermark, logo',
  width: 1024,
  height: 1536,
  seed: 43931,
  steps: 36,
  scheduler: 'DPM++ 2M Karras',
  CFGScale: 6.5
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "rundiffusion:200@100",
            "positivePrompt": "A poised couture violinist standing alone in a vast contemporary opera concourse after a cloudburst, towering travertine columns, sweeping glass ceiling streaked with rain, glossy black stone floor filled with reflections, sculptural silver gown with intricate pleats and subtle metallic embroidery, violin case at her feet, distant ticket counters and curved staircases, dramatic editorial lighting, rich contrast, clean anatomy, detailed skin texture, crisp facial focus, elegant composition, cinematic atmosphere, premium fashion photography mixed with architectural visualization, ultra-detailed, refined, presentation-ready image",
            "negativePrompt": "lowres, blurry, distorted anatomy, extra fingers, duplicate person, cropped head, bad hands, warped face, flat lighting, oversaturated, noisy background, text, watermark, logo",
            "width": 1024,
            "height": 1536,
            "seed": 43931,
            "steps": 36,
            "scheduler": "DPM++ 2M Karras",
            "CFGScale": 6.5
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "f1bfb026-3b8b-4388-8199-66b7ae56092f",
      "model": "rundiffusion:200@100",
      "positivePrompt": "A poised couture violinist standing alone in a vast contemporary opera concourse after a cloudburst, towering travertine columns, sweeping glass ceiling streaked with rain, glossy black stone floor filled with reflections, sculptural silver gown with intricate pleats and subtle metallic embroidery, violin case at her feet, distant ticket counters and curved staircases, dramatic editorial lighting, rich contrast, clean anatomy, detailed skin texture, crisp facial focus, elegant composition, cinematic atmosphere, premium fashion photography mixed with architectural visualization, ultra-detailed, refined, presentation-ready image",
      "negativePrompt": "lowres, blurry, distorted anatomy, extra fingers, duplicate person, cropped head, bad hands, warped face, flat lighting, oversaturated, noisy background, text, watermark, logo",
      "width": 1024,
      "height": 1536,
      "seed": 43931,
      "steps": 36,
      "scheduler": "DPM++ 2M Karras",
      "CFGScale": 6.5
    }
  ]'
runware run rundiffusion:200@100 \
  positivePrompt="A poised couture violinist standing alone in a vast contemporary opera concourse after a cloudburst, towering travertine columns, sweeping glass ceiling streaked with rain, glossy black stone floor filled with reflections, sculptural silver gown with intricate pleats and subtle metallic embroidery, violin case at her feet, distant ticket counters and curved staircases, dramatic editorial lighting, rich contrast, clean anatomy, detailed skin texture, crisp facial focus, elegant composition, cinematic atmosphere, premium fashion photography mixed with architectural visualization, ultra-detailed, refined, presentation-ready image" \
  negativePrompt="lowres, blurry, distorted anatomy, extra fingers, duplicate person, cropped head, bad hands, warped face, flat lighting, oversaturated, noisy background, text, watermark, logo" \
  width=1024 \
  height=1536 \
  seed=43931 \
  steps=36 \
  scheduler="DPM++ 2M Karras" \
  CFGScale=6.5
{
  "taskType": "imageInference",
  "taskUUID": "f1bfb026-3b8b-4388-8199-66b7ae56092f",
  "model": "rundiffusion:200@100",
  "positivePrompt": "A poised couture violinist standing alone in a vast contemporary opera concourse after a cloudburst, towering travertine columns, sweeping glass ceiling streaked with rain, glossy black stone floor filled with reflections, sculptural silver gown with intricate pleats and subtle metallic embroidery, violin case at her feet, distant ticket counters and curved staircases, dramatic editorial lighting, rich contrast, clean anatomy, detailed skin texture, crisp facial focus, elegant composition, cinematic atmosphere, premium fashion photography mixed with architectural visualization, ultra-detailed, refined, presentation-ready image",
  "negativePrompt": "lowres, blurry, distorted anatomy, extra fingers, duplicate person, cropped head, bad hands, warped face, flat lighting, oversaturated, noisy background, text, watermark, logo",
  "width": 1024,
  "height": 1536,
  "seed": 43931,
  "steps": 36,
  "scheduler": "DPM++ 2M Karras",
  "CFGScale": 6.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "f1bfb026-3b8b-4388-8199-66b7ae56092f",
  "imageUUID": "a998c84e-2f2c-43a1-8baf-2f5623f503ba",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/a998c84e-2f2c-43a1-8baf-2f5623f503ba.jpg",
  "seed": 43931,
  "cost": 0.02418
}
Text to Image

Submerged Grand Piano Salon

Submerged Grand Piano Salon

A surreal flooded salon inside a forgotten seaside manor, a polished black grand piano half-submerged in clear shallow water, floating sheet music, fractured crystal chandelier reflections across the ceiling, ornate plaster walls with peeling gilt trim, tall arched windows revealing a pale stormy horizon, one elegantly dressed musician seated at the piano bench with impeccable anatomy and natural skin detail, dramatic directional light, cinematic focus, crisp foreground reflections, intricate textures, refined composition, luxurious yet haunting atmosphere, ultra-detailed, presentation-ready, realistic lens rendering

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'rundiffusion:200@100',
  positivePrompt: 'A surreal flooded salon inside a forgotten seaside manor, a polished black grand piano half-submerged in clear shallow water, floating sheet music, fractured crystal chandelier reflections across the ceiling, ornate plaster walls with peeling gilt trim, tall arched windows revealing a pale stormy horizon, one elegantly dressed musician seated at the piano bench with impeccable anatomy and natural skin detail, dramatic directional light, cinematic focus, crisp foreground reflections, intricate textures, refined composition, luxurious yet haunting atmosphere, ultra-detailed, presentation-ready, realistic lens rendering',
  negativePrompt: 'lowres, blurry, distorted hands, extra fingers, duplicate person, warped anatomy, poorly drawn face, oversaturated, flat lighting, cluttered composition, text, watermark, frame',
  width: 1024,
  height: 768,
  seed: 61293,
  steps: 36,
  scheduler: 'DPM++ 2M Karras',
  CFGScale: 6.5
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "rundiffusion:200@100",
            "positivePrompt": "A surreal flooded salon inside a forgotten seaside manor, a polished black grand piano half-submerged in clear shallow water, floating sheet music, fractured crystal chandelier reflections across the ceiling, ornate plaster walls with peeling gilt trim, tall arched windows revealing a pale stormy horizon, one elegantly dressed musician seated at the piano bench with impeccable anatomy and natural skin detail, dramatic directional light, cinematic focus, crisp foreground reflections, intricate textures, refined composition, luxurious yet haunting atmosphere, ultra-detailed, presentation-ready, realistic lens rendering",
            "negativePrompt": "lowres, blurry, distorted hands, extra fingers, duplicate person, warped anatomy, poorly drawn face, oversaturated, flat lighting, cluttered composition, text, watermark, frame",
            "width": 1024,
            "height": 768,
            "seed": 61293,
            "steps": 36,
            "scheduler": "DPM++ 2M Karras",
            "CFGScale": 6.5
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "a667cc90-a9ff-46a8-ad66-c528f765de4f",
      "model": "rundiffusion:200@100",
      "positivePrompt": "A surreal flooded salon inside a forgotten seaside manor, a polished black grand piano half-submerged in clear shallow water, floating sheet music, fractured crystal chandelier reflections across the ceiling, ornate plaster walls with peeling gilt trim, tall arched windows revealing a pale stormy horizon, one elegantly dressed musician seated at the piano bench with impeccable anatomy and natural skin detail, dramatic directional light, cinematic focus, crisp foreground reflections, intricate textures, refined composition, luxurious yet haunting atmosphere, ultra-detailed, presentation-ready, realistic lens rendering",
      "negativePrompt": "lowres, blurry, distorted hands, extra fingers, duplicate person, warped anatomy, poorly drawn face, oversaturated, flat lighting, cluttered composition, text, watermark, frame",
      "width": 1024,
      "height": 768,
      "seed": 61293,
      "steps": 36,
      "scheduler": "DPM++ 2M Karras",
      "CFGScale": 6.5
    }
  ]'
runware run rundiffusion:200@100 \
  positivePrompt="A surreal flooded salon inside a forgotten seaside manor, a polished black grand piano half-submerged in clear shallow water, floating sheet music, fractured crystal chandelier reflections across the ceiling, ornate plaster walls with peeling gilt trim, tall arched windows revealing a pale stormy horizon, one elegantly dressed musician seated at the piano bench with impeccable anatomy and natural skin detail, dramatic directional light, cinematic focus, crisp foreground reflections, intricate textures, refined composition, luxurious yet haunting atmosphere, ultra-detailed, presentation-ready, realistic lens rendering" \
  negativePrompt="lowres, blurry, distorted hands, extra fingers, duplicate person, warped anatomy, poorly drawn face, oversaturated, flat lighting, cluttered composition, text, watermark, frame" \
  width=1024 \
  height=768 \
  seed=61293 \
  steps=36 \
  scheduler="DPM++ 2M Karras" \
  CFGScale=6.5
{
  "taskType": "imageInference",
  "taskUUID": "a667cc90-a9ff-46a8-ad66-c528f765de4f",
  "model": "rundiffusion:200@100",
  "positivePrompt": "A surreal flooded salon inside a forgotten seaside manor, a polished black grand piano half-submerged in clear shallow water, floating sheet music, fractured crystal chandelier reflections across the ceiling, ornate plaster walls with peeling gilt trim, tall arched windows revealing a pale stormy horizon, one elegantly dressed musician seated at the piano bench with impeccable anatomy and natural skin detail, dramatic directional light, cinematic focus, crisp foreground reflections, intricate textures, refined composition, luxurious yet haunting atmosphere, ultra-detailed, presentation-ready, realistic lens rendering",
  "negativePrompt": "lowres, blurry, distorted hands, extra fingers, duplicate person, warped anatomy, poorly drawn face, oversaturated, flat lighting, cluttered composition, text, watermark, frame",
  "width": 1024,
  "height": 768,
  "seed": 61293,
  "steps": 36,
  "scheduler": "DPM++ 2M Karras",
  "CFGScale": 6.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "a667cc90-a9ff-46a8-ad66-c528f765de4f",
  "imageUUID": "6a3aaf44-df18-45a7-a963-4f466cf4a69f",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/6a3aaf44-df18-45a7-a963-4f466cf4a69f.jpg",
  "seed": 61293,
  "cost": 0.01326
}
Text to Image

Velvet Runway Understorm Atrium

Velvet Runway Understorm Atrium

high-fashion editorial scene inside a vast storm-battered atrium, a statuesque model in a sculptural deep burgundy velvet gown with intricate folded shoulders and a sweeping train, wet black marble floor reflecting soft highlights, towering fractured concrete arches, distant flashes of lightning outside massive openings, dramatic rim lighting, precise camera focus on face and fabric texture, realistic skin detail, elegant posture, clean anatomy, luxury styling, cinematic composition, subtle wind in the dress, muted palette with burgundy, charcoal, silver and pale ivory, premium magazine aesthetic, ultra-detailed, refined, sophisticated, atmospheric depth

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'rundiffusion:200@100',
  positivePrompt: 'high-fashion editorial scene inside a vast storm-battered atrium, a statuesque model in a sculptural deep burgundy velvet gown with intricate folded shoulders and a sweeping train, wet black marble floor reflecting soft highlights, towering fractured concrete arches, distant flashes of lightning outside massive openings, dramatic rim lighting, precise camera focus on face and fabric texture, realistic skin detail, elegant posture, clean anatomy, luxury styling, cinematic composition, subtle wind in the dress, muted palette with burgundy, charcoal, silver and pale ivory, premium magazine aesthetic, ultra-detailed, refined, sophisticated, atmospheric depth',
  negativePrompt: 'lowres, blurry, extra fingers, bad hands, deformed anatomy, duplicate person, asymmetrical eyes, oversaturated colors, flat lighting, noisy background, cropped head, cheap fabric, cartoon, illustration, text, watermark, logo',
  width: 1024,
  height: 1536,
  seed: 68359,
  steps: 36,
  scheduler: 'DPM++ 2M Karras',
  CFGScale: 6.5
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "rundiffusion:200@100",
            "positivePrompt": "high-fashion editorial scene inside a vast storm-battered atrium, a statuesque model in a sculptural deep burgundy velvet gown with intricate folded shoulders and a sweeping train, wet black marble floor reflecting soft highlights, towering fractured concrete arches, distant flashes of lightning outside massive openings, dramatic rim lighting, precise camera focus on face and fabric texture, realistic skin detail, elegant posture, clean anatomy, luxury styling, cinematic composition, subtle wind in the dress, muted palette with burgundy, charcoal, silver and pale ivory, premium magazine aesthetic, ultra-detailed, refined, sophisticated, atmospheric depth",
            "negativePrompt": "lowres, blurry, extra fingers, bad hands, deformed anatomy, duplicate person, asymmetrical eyes, oversaturated colors, flat lighting, noisy background, cropped head, cheap fabric, cartoon, illustration, text, watermark, logo",
            "width": 1024,
            "height": 1536,
            "seed": 68359,
            "steps": 36,
            "scheduler": "DPM++ 2M Karras",
            "CFGScale": 6.5
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "d61a01d1-6bee-4e6d-913c-e0a70f66f482",
      "model": "rundiffusion:200@100",
      "positivePrompt": "high-fashion editorial scene inside a vast storm-battered atrium, a statuesque model in a sculptural deep burgundy velvet gown with intricate folded shoulders and a sweeping train, wet black marble floor reflecting soft highlights, towering fractured concrete arches, distant flashes of lightning outside massive openings, dramatic rim lighting, precise camera focus on face and fabric texture, realistic skin detail, elegant posture, clean anatomy, luxury styling, cinematic composition, subtle wind in the dress, muted palette with burgundy, charcoal, silver and pale ivory, premium magazine aesthetic, ultra-detailed, refined, sophisticated, atmospheric depth",
      "negativePrompt": "lowres, blurry, extra fingers, bad hands, deformed anatomy, duplicate person, asymmetrical eyes, oversaturated colors, flat lighting, noisy background, cropped head, cheap fabric, cartoon, illustration, text, watermark, logo",
      "width": 1024,
      "height": 1536,
      "seed": 68359,
      "steps": 36,
      "scheduler": "DPM++ 2M Karras",
      "CFGScale": 6.5
    }
  ]'
runware run rundiffusion:200@100 \
  positivePrompt="high-fashion editorial scene inside a vast storm-battered atrium, a statuesque model in a sculptural deep burgundy velvet gown with intricate folded shoulders and a sweeping train, wet black marble floor reflecting soft highlights, towering fractured concrete arches, distant flashes of lightning outside massive openings, dramatic rim lighting, precise camera focus on face and fabric texture, realistic skin detail, elegant posture, clean anatomy, luxury styling, cinematic composition, subtle wind in the dress, muted palette with burgundy, charcoal, silver and pale ivory, premium magazine aesthetic, ultra-detailed, refined, sophisticated, atmospheric depth" \
  negativePrompt="lowres, blurry, extra fingers, bad hands, deformed anatomy, duplicate person, asymmetrical eyes, oversaturated colors, flat lighting, noisy background, cropped head, cheap fabric, cartoon, illustration, text, watermark, logo" \
  width=1024 \
  height=1536 \
  seed=68359 \
  steps=36 \
  scheduler="DPM++ 2M Karras" \
  CFGScale=6.5
{
  "taskType": "imageInference",
  "taskUUID": "d61a01d1-6bee-4e6d-913c-e0a70f66f482",
  "model": "rundiffusion:200@100",
  "positivePrompt": "high-fashion editorial scene inside a vast storm-battered atrium, a statuesque model in a sculptural deep burgundy velvet gown with intricate folded shoulders and a sweeping train, wet black marble floor reflecting soft highlights, towering fractured concrete arches, distant flashes of lightning outside massive openings, dramatic rim lighting, precise camera focus on face and fabric texture, realistic skin detail, elegant posture, clean anatomy, luxury styling, cinematic composition, subtle wind in the dress, muted palette with burgundy, charcoal, silver and pale ivory, premium magazine aesthetic, ultra-detailed, refined, sophisticated, atmospheric depth",
  "negativePrompt": "lowres, blurry, extra fingers, bad hands, deformed anatomy, duplicate person, asymmetrical eyes, oversaturated colors, flat lighting, noisy background, cropped head, cheap fabric, cartoon, illustration, text, watermark, logo",
  "width": 1024,
  "height": 1536,
  "seed": 68359,
  "steps": 36,
  "scheduler": "DPM++ 2M Karras",
  "CFGScale": 6.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "d61a01d1-6bee-4e6d-913c-e0a70f66f482",
  "imageUUID": "e18182a4-2f00-415d-b052-d5e9e1441217",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/e18182a4-2f00-415d-b052-d5e9e1441217.jpg",
  "seed": 68359,
  "cost": 0.02327
}