MODEL IDrunware:107@1
live

FLUX.1 Krea [dev]

Krea
by Krea

FLUX.1 Krea [dev] is an open-weight text-to-image model from Black Forest Labs and Krea AI. It targets opinionated aesthetics and realistic photography. Developers can drop it into FLUX.1 dev workflows to build custom generators that avoid the typical AI look.

FLUX.1 Krea [dev]
Text to Image

Midnight Observatory Reopening Invitation

Midnight Observatory Reopening Invitation

Finished 5x7-inch portrait invitation artwork for the reopening gala of a restored 1930s municipal observatory. Sophisticated Art Deco letterpress design on uncoated midnight-blue cotton paper, restrained copper-foil accents, ivory ink, fine concentric orbit lines, tiny engraved stars, and a precisely rendered silhouette of a domed observatory with an open telescope slit. Symmetrical editorial composition with generous negative space and an elegant stepped border. Include clear, correctly spelled centered invitation typography: “UNDER THE DOME” at top, “OBSERVATORY REOPENING GALA” as the main title, then “Saturday, 18 October · 8 PM” and “Halley Municipal Observatory” beneath. Small footer text: “Stargazing, chamber music and late supper”. Refined geometric sans serif paired with a high-contrast serif, authentic copper foil catching soft raking light, tactile debossed paper texture, flat front-facing print design filling the entire frame, production-ready luxury stationery aesthetic, no mockup and no surrounding objects.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:107@1',
  positivePrompt: 'Finished 5x7-inch portrait invitation artwork for the reopening gala of a restored 1930s municipal observatory. Sophisticated Art Deco letterpress design on uncoated midnight-blue cotton paper, restrained copper-foil accents, ivory ink, fine concentric orbit lines, tiny engraved stars, and a precisely rendered silhouette of a domed observatory with an open telescope slit. Symmetrical editorial composition with generous negative space and an elegant stepped border. Include clear, correctly spelled centered invitation typography: “UNDER THE DOME” at top, “OBSERVATORY REOPENING GALA” as the main title, then “Saturday, 18 October · 8 PM” and “Halley Municipal Observatory” beneath. Small footer text: “Stargazing, chamber music and late supper”. Refined geometric sans serif paired with a high-contrast serif, authentic copper foil catching soft raking light, tactile debossed paper texture, flat front-facing print design filling the entire frame, production-ready luxury stationery aesthetic, no mockup and no surrounding objects.',
  negativePrompt: 'website, app interface, envelope, hands, tabletop mockup, picture frame, folded card, perspective distortion, illegible lettering, misspelled words, extra text, ornate fantasy imagery, bright rainbow colors, glossy paper, photographic outer space, childish stars, clutter, watermark, logo',
  width: 1024,
  height: 1408,
  seed: 18470261,
  steps: 32,
  scheduler: 'FlowMatchEulerDiscreteScheduler',
  CFGScale: 3.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": "runware:107@1",
            "positivePrompt": "Finished 5x7-inch portrait invitation artwork for the reopening gala of a restored 1930s municipal observatory. Sophisticated Art Deco letterpress design on uncoated midnight-blue cotton paper, restrained copper-foil accents, ivory ink, fine concentric orbit lines, tiny engraved stars, and a precisely rendered silhouette of a domed observatory with an open telescope slit. Symmetrical editorial composition with generous negative space and an elegant stepped border. Include clear, correctly spelled centered invitation typography: “UNDER THE DOME” at top, “OBSERVATORY REOPENING GALA” as the main title, then “Saturday, 18 October · 8 PM” and “Halley Municipal Observatory” beneath. Small footer text: “Stargazing, chamber music and late supper”. Refined geometric sans serif paired with a high-contrast serif, authentic copper foil catching soft raking light, tactile debossed paper texture, flat front-facing print design filling the entire frame, production-ready luxury stationery aesthetic, no mockup and no surrounding objects.",
            "negativePrompt": "website, app interface, envelope, hands, tabletop mockup, picture frame, folded card, perspective distortion, illegible lettering, misspelled words, extra text, ornate fantasy imagery, bright rainbow colors, glossy paper, photographic outer space, childish stars, clutter, watermark, logo",
            "width": 1024,
            "height": 1408,
            "seed": 18470261,
            "steps": 32,
            "scheduler": "FlowMatchEulerDiscreteScheduler",
            "CFGScale": 3.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": "2d766217-4063-4470-bbe1-96f3d4f71be1",
      "model": "runware:107@1",
      "positivePrompt": "Finished 5x7-inch portrait invitation artwork for the reopening gala of a restored 1930s municipal observatory. Sophisticated Art Deco letterpress design on uncoated midnight-blue cotton paper, restrained copper-foil accents, ivory ink, fine concentric orbit lines, tiny engraved stars, and a precisely rendered silhouette of a domed observatory with an open telescope slit. Symmetrical editorial composition with generous negative space and an elegant stepped border. Include clear, correctly spelled centered invitation typography: “UNDER THE DOME” at top, “OBSERVATORY REOPENING GALA” as the main title, then “Saturday, 18 October · 8 PM” and “Halley Municipal Observatory” beneath. Small footer text: “Stargazing, chamber music and late supper”. Refined geometric sans serif paired with a high-contrast serif, authentic copper foil catching soft raking light, tactile debossed paper texture, flat front-facing print design filling the entire frame, production-ready luxury stationery aesthetic, no mockup and no surrounding objects.",
      "negativePrompt": "website, app interface, envelope, hands, tabletop mockup, picture frame, folded card, perspective distortion, illegible lettering, misspelled words, extra text, ornate fantasy imagery, bright rainbow colors, glossy paper, photographic outer space, childish stars, clutter, watermark, logo",
      "width": 1024,
      "height": 1408,
      "seed": 18470261,
      "steps": 32,
      "scheduler": "FlowMatchEulerDiscreteScheduler",
      "CFGScale": 3.5
    }
  ]'
runware run runware:107@1 \
  positivePrompt="Finished 5x7-inch portrait invitation artwork for the reopening gala of a restored 1930s municipal observatory. Sophisticated Art Deco letterpress design on uncoated midnight-blue cotton paper, restrained copper-foil accents, ivory ink, fine concentric orbit lines, tiny engraved stars, and a precisely rendered silhouette of a domed observatory with an open telescope slit. Symmetrical editorial composition with generous negative space and an elegant stepped border. Include clear, correctly spelled centered invitation typography: “UNDER THE DOME” at top, “OBSERVATORY REOPENING GALA” as the main title, then “Saturday, 18 October · 8 PM” and “Halley Municipal Observatory” beneath. Small footer text: “Stargazing, chamber music and late supper”. Refined geometric sans serif paired with a high-contrast serif, authentic copper foil catching soft raking light, tactile debossed paper texture, flat front-facing print design filling the entire frame, production-ready luxury stationery aesthetic, no mockup and no surrounding objects." \
  negativePrompt="website, app interface, envelope, hands, tabletop mockup, picture frame, folded card, perspective distortion, illegible lettering, misspelled words, extra text, ornate fantasy imagery, bright rainbow colors, glossy paper, photographic outer space, childish stars, clutter, watermark, logo" \
  width=1024 \
  height=1408 \
  seed=18470261 \
  steps=32 \
  scheduler=FlowMatchEulerDiscreteScheduler \
  CFGScale=3.5
{
  "taskType": "imageInference",
  "taskUUID": "2d766217-4063-4470-bbe1-96f3d4f71be1",
  "model": "runware:107@1",
  "positivePrompt": "Finished 5x7-inch portrait invitation artwork for the reopening gala of a restored 1930s municipal observatory. Sophisticated Art Deco letterpress design on uncoated midnight-blue cotton paper, restrained copper-foil accents, ivory ink, fine concentric orbit lines, tiny engraved stars, and a precisely rendered silhouette of a domed observatory with an open telescope slit. Symmetrical editorial composition with generous negative space and an elegant stepped border. Include clear, correctly spelled centered invitation typography: “UNDER THE DOME” at top, “OBSERVATORY REOPENING GALA” as the main title, then “Saturday, 18 October · 8 PM” and “Halley Municipal Observatory” beneath. Small footer text: “Stargazing, chamber music and late supper”. Refined geometric sans serif paired with a high-contrast serif, authentic copper foil catching soft raking light, tactile debossed paper texture, flat front-facing print design filling the entire frame, production-ready luxury stationery aesthetic, no mockup and no surrounding objects.",
  "negativePrompt": "website, app interface, envelope, hands, tabletop mockup, picture frame, folded card, perspective distortion, illegible lettering, misspelled words, extra text, ornate fantasy imagery, bright rainbow colors, glossy paper, photographic outer space, childish stars, clutter, watermark, logo",
  "width": 1024,
  "height": 1408,
  "seed": 18470261,
  "steps": 32,
  "scheduler": "FlowMatchEulerDiscreteScheduler",
  "CFGScale": 3.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "2d766217-4063-4470-bbe1-96f3d4f71be1",
  "imageUUID": "f1be2467-22f1-4453-817e-e919f73f9628",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/f1be2467-22f1-4453-817e-e919f73f9628.jpg",
  "seed": 18470261,
  "cost": 0.0079
}
Text to Image

Climate Futures Magazine Cover

Climate Futures Magazine Cover

Finished flat magazine cover for an intelligent independent climate journal, not a mockup. Inside a real Arctic seed vault: a female crop archivist in her early 40s stands centered in a frost-edged concrete storage corridor, wearing a practical vermilion insulated parka and dark work trousers, holding a blue archival crate filled with sealed silver seed packets. Tall industrial shelving packed with labeled storage boxes recedes symmetrically behind her. Calm, capable expression, visible cold breath, subtle frost crystals, cool fluorescent ceiling lights, restrained blue-gray palette with the red coat as the only strong color. Photorealistic documentary editorial photography, natural skin texture, precise materials, quiet human gravity, medium-format camera quality, straight-on eye-level composition, generous negative space, sophisticated environmental magazine art direction. Large elegant condensed sans-serif masthead at the top reading exactly “FALLOW”. Main cover line in the lower third reading exactly “THE SEEDS AFTER US”. Small line beneath reading exactly “Inside the Arctic archive protecting tomorrow’s food”. Clean typographic hierarchy in warm white, no other text, no barcode, no border, full-bleed vertical cover.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:107@1',
  positivePrompt: 'Finished flat magazine cover for an intelligent independent climate journal, not a mockup. Inside a real Arctic seed vault: a female crop archivist in her early 40s stands centered in a frost-edged concrete storage corridor, wearing a practical vermilion insulated parka and dark work trousers, holding a blue archival crate filled with sealed silver seed packets. Tall industrial shelving packed with labeled storage boxes recedes symmetrically behind her. Calm, capable expression, visible cold breath, subtle frost crystals, cool fluorescent ceiling lights, restrained blue-gray palette with the red coat as the only strong color. Photorealistic documentary editorial photography, natural skin texture, precise materials, quiet human gravity, medium-format camera quality, straight-on eye-level composition, generous negative space, sophisticated environmental magazine art direction. Large elegant condensed sans-serif masthead at the top reading exactly “FALLOW”. Main cover line in the lower third reading exactly “THE SEEDS AFTER US”. Small line beneath reading exactly “Inside the Arctic archive protecting tomorrow’s food”. Clean typographic hierarchy in warm white, no other text, no barcode, no border, full-bleed vertical cover.',
  negativePrompt: 'book mockup, magazine mockup, hands holding magazine, tabletop, browser interface, app interface, glossy commercial advertising, science fiction, futuristic machinery, hazmat suit, gas mask, glamour pose, smiling stock photo, dramatic action, excessive ice, snowstorm indoors, distorted face, malformed hands, extra fingers, illegible typography, misspelled words, random letters, extra headlines, logos, watermark',
  width: 1024,
  height: 1344,
  seed: 18472635,
  steps: 32,
  scheduler: 'FlowMatchEulerDiscreteScheduler',
  CFGScale: 3.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": "runware:107@1",
            "positivePrompt": "Finished flat magazine cover for an intelligent independent climate journal, not a mockup. Inside a real Arctic seed vault: a female crop archivist in her early 40s stands centered in a frost-edged concrete storage corridor, wearing a practical vermilion insulated parka and dark work trousers, holding a blue archival crate filled with sealed silver seed packets. Tall industrial shelving packed with labeled storage boxes recedes symmetrically behind her. Calm, capable expression, visible cold breath, subtle frost crystals, cool fluorescent ceiling lights, restrained blue-gray palette with the red coat as the only strong color. Photorealistic documentary editorial photography, natural skin texture, precise materials, quiet human gravity, medium-format camera quality, straight-on eye-level composition, generous negative space, sophisticated environmental magazine art direction. Large elegant condensed sans-serif masthead at the top reading exactly “FALLOW”. Main cover line in the lower third reading exactly “THE SEEDS AFTER US”. Small line beneath reading exactly “Inside the Arctic archive protecting tomorrow’s food”. Clean typographic hierarchy in warm white, no other text, no barcode, no border, full-bleed vertical cover.",
            "negativePrompt": "book mockup, magazine mockup, hands holding magazine, tabletop, browser interface, app interface, glossy commercial advertising, science fiction, futuristic machinery, hazmat suit, gas mask, glamour pose, smiling stock photo, dramatic action, excessive ice, snowstorm indoors, distorted face, malformed hands, extra fingers, illegible typography, misspelled words, random letters, extra headlines, logos, watermark",
            "width": 1024,
            "height": 1344,
            "seed": 18472635,
            "steps": 32,
            "scheduler": "FlowMatchEulerDiscreteScheduler",
            "CFGScale": 3.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": "76df0ee2-1ef4-46b2-bb10-a4d0cf8a9a21",
      "model": "runware:107@1",
      "positivePrompt": "Finished flat magazine cover for an intelligent independent climate journal, not a mockup. Inside a real Arctic seed vault: a female crop archivist in her early 40s stands centered in a frost-edged concrete storage corridor, wearing a practical vermilion insulated parka and dark work trousers, holding a blue archival crate filled with sealed silver seed packets. Tall industrial shelving packed with labeled storage boxes recedes symmetrically behind her. Calm, capable expression, visible cold breath, subtle frost crystals, cool fluorescent ceiling lights, restrained blue-gray palette with the red coat as the only strong color. Photorealistic documentary editorial photography, natural skin texture, precise materials, quiet human gravity, medium-format camera quality, straight-on eye-level composition, generous negative space, sophisticated environmental magazine art direction. Large elegant condensed sans-serif masthead at the top reading exactly “FALLOW”. Main cover line in the lower third reading exactly “THE SEEDS AFTER US”. Small line beneath reading exactly “Inside the Arctic archive protecting tomorrow’s food”. Clean typographic hierarchy in warm white, no other text, no barcode, no border, full-bleed vertical cover.",
      "negativePrompt": "book mockup, magazine mockup, hands holding magazine, tabletop, browser interface, app interface, glossy commercial advertising, science fiction, futuristic machinery, hazmat suit, gas mask, glamour pose, smiling stock photo, dramatic action, excessive ice, snowstorm indoors, distorted face, malformed hands, extra fingers, illegible typography, misspelled words, random letters, extra headlines, logos, watermark",
      "width": 1024,
      "height": 1344,
      "seed": 18472635,
      "steps": 32,
      "scheduler": "FlowMatchEulerDiscreteScheduler",
      "CFGScale": 3.5
    }
  ]'
runware run runware:107@1 \
  positivePrompt="Finished flat magazine cover for an intelligent independent climate journal, not a mockup. Inside a real Arctic seed vault: a female crop archivist in her early 40s stands centered in a frost-edged concrete storage corridor, wearing a practical vermilion insulated parka and dark work trousers, holding a blue archival crate filled with sealed silver seed packets. Tall industrial shelving packed with labeled storage boxes recedes symmetrically behind her. Calm, capable expression, visible cold breath, subtle frost crystals, cool fluorescent ceiling lights, restrained blue-gray palette with the red coat as the only strong color. Photorealistic documentary editorial photography, natural skin texture, precise materials, quiet human gravity, medium-format camera quality, straight-on eye-level composition, generous negative space, sophisticated environmental magazine art direction. Large elegant condensed sans-serif masthead at the top reading exactly “FALLOW”. Main cover line in the lower third reading exactly “THE SEEDS AFTER US”. Small line beneath reading exactly “Inside the Arctic archive protecting tomorrow’s food”. Clean typographic hierarchy in warm white, no other text, no barcode, no border, full-bleed vertical cover." \
  negativePrompt="book mockup, magazine mockup, hands holding magazine, tabletop, browser interface, app interface, glossy commercial advertising, science fiction, futuristic machinery, hazmat suit, gas mask, glamour pose, smiling stock photo, dramatic action, excessive ice, snowstorm indoors, distorted face, malformed hands, extra fingers, illegible typography, misspelled words, random letters, extra headlines, logos, watermark" \
  width=1024 \
  height=1344 \
  seed=18472635 \
  steps=32 \
  scheduler=FlowMatchEulerDiscreteScheduler \
  CFGScale=3.5
{
  "taskType": "imageInference",
  "taskUUID": "76df0ee2-1ef4-46b2-bb10-a4d0cf8a9a21",
  "model": "runware:107@1",
  "positivePrompt": "Finished flat magazine cover for an intelligent independent climate journal, not a mockup. Inside a real Arctic seed vault: a female crop archivist in her early 40s stands centered in a frost-edged concrete storage corridor, wearing a practical vermilion insulated parka and dark work trousers, holding a blue archival crate filled with sealed silver seed packets. Tall industrial shelving packed with labeled storage boxes recedes symmetrically behind her. Calm, capable expression, visible cold breath, subtle frost crystals, cool fluorescent ceiling lights, restrained blue-gray palette with the red coat as the only strong color. Photorealistic documentary editorial photography, natural skin texture, precise materials, quiet human gravity, medium-format camera quality, straight-on eye-level composition, generous negative space, sophisticated environmental magazine art direction. Large elegant condensed sans-serif masthead at the top reading exactly “FALLOW”. Main cover line in the lower third reading exactly “THE SEEDS AFTER US”. Small line beneath reading exactly “Inside the Arctic archive protecting tomorrow’s food”. Clean typographic hierarchy in warm white, no other text, no barcode, no border, full-bleed vertical cover.",
  "negativePrompt": "book mockup, magazine mockup, hands holding magazine, tabletop, browser interface, app interface, glossy commercial advertising, science fiction, futuristic machinery, hazmat suit, gas mask, glamour pose, smiling stock photo, dramatic action, excessive ice, snowstorm indoors, distorted face, malformed hands, extra fingers, illegible typography, misspelled words, random letters, extra headlines, logos, watermark",
  "width": 1024,
  "height": 1344,
  "seed": 18472635,
  "steps": 32,
  "scheduler": "FlowMatchEulerDiscreteScheduler",
  "CFGScale": 3.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "76df0ee2-1ef4-46b2-bb10-a4d0cf8a9a21",
  "imageUUID": "c602ab49-2a2d-459f-af29-23117d990fa0",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/c602ab49-2a2d-459f-af29-23117d990fa0.jpg",
  "seed": 18472635,
  "cost": 0.0079
}
Text to Image

Experimental Percussion Album Cover

Experimental Percussion Album Cover

Finished square album cover artwork for an experimental percussion record titled conceptually “Kiln Choir.” Overhead editorial still-life photograph of nine handmade ceramic percussion vessels arranged in a precise but imperfect grid on a warm unbleached linen surface: shallow resonator bowls, ribbed clay bells, small slit drums and hollow sculptural chimes. A few pieces are raw red terracotta; others have glossy cobalt-blue glaze pooling naturally around their rims. Visible fingerprints, firing cracks, mineral speckles and believable hand-thrown irregularities. One wooden mallet lies diagonally across the lower-right vessel, creating a subtle sense of rhythm. Strong late-afternoon sunlight from the left casts crisp geometric shadows; restrained palette of terracotta, ultramarine, sand and charcoal. Sophisticated independent-label art direction, tactile realism, medium-format product photography, subtle film grain, balanced negative space, visually striking at streaming-thumbnail size. Image-only cover with no typography, no border, no mockup.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:107@1',
  positivePrompt: 'Finished square album cover artwork for an experimental percussion record titled conceptually “Kiln Choir.” Overhead editorial still-life photograph of nine handmade ceramic percussion vessels arranged in a precise but imperfect grid on a warm unbleached linen surface: shallow resonator bowls, ribbed clay bells, small slit drums and hollow sculptural chimes. A few pieces are raw red terracotta; others have glossy cobalt-blue glaze pooling naturally around their rims. Visible fingerprints, firing cracks, mineral speckles and believable hand-thrown irregularities. One wooden mallet lies diagonally across the lower-right vessel, creating a subtle sense of rhythm. Strong late-afternoon sunlight from the left casts crisp geometric shadows; restrained palette of terracotta, ultramarine, sand and charcoal. Sophisticated independent-label art direction, tactile realism, medium-format product photography, subtle film grain, balanced negative space, visually striking at streaming-thumbnail size. Image-only cover with no typography, no border, no mockup.',
  negativePrompt: 'text, lettering, logo, watermark, vinyl record, CD case, album mockup, frame, people, hands, fantasy objects, floating objects, excessive clutter, plastic surfaces, neon lighting, generic AI gloss, oversaturated colors, warped vessels, duplicated mallets, low detail, blur',
  width: 1024,
  height: 1024,
  seed: 18472963,
  steps: 30,
  scheduler: 'FlowMatchEulerDiscreteScheduler',
  CFGScale: 4.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": "runware:107@1",
            "positivePrompt": "Finished square album cover artwork for an experimental percussion record titled conceptually “Kiln Choir.” Overhead editorial still-life photograph of nine handmade ceramic percussion vessels arranged in a precise but imperfect grid on a warm unbleached linen surface: shallow resonator bowls, ribbed clay bells, small slit drums and hollow sculptural chimes. A few pieces are raw red terracotta; others have glossy cobalt-blue glaze pooling naturally around their rims. Visible fingerprints, firing cracks, mineral speckles and believable hand-thrown irregularities. One wooden mallet lies diagonally across the lower-right vessel, creating a subtle sense of rhythm. Strong late-afternoon sunlight from the left casts crisp geometric shadows; restrained palette of terracotta, ultramarine, sand and charcoal. Sophisticated independent-label art direction, tactile realism, medium-format product photography, subtle film grain, balanced negative space, visually striking at streaming-thumbnail size. Image-only cover with no typography, no border, no mockup.",
            "negativePrompt": "text, lettering, logo, watermark, vinyl record, CD case, album mockup, frame, people, hands, fantasy objects, floating objects, excessive clutter, plastic surfaces, neon lighting, generic AI gloss, oversaturated colors, warped vessels, duplicated mallets, low detail, blur",
            "width": 1024,
            "height": 1024,
            "seed": 18472963,
            "steps": 30,
            "scheduler": "FlowMatchEulerDiscreteScheduler",
            "CFGScale": 4.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": "1ff60e08-b3b6-4cb9-807b-b20cae7de258",
      "model": "runware:107@1",
      "positivePrompt": "Finished square album cover artwork for an experimental percussion record titled conceptually “Kiln Choir.” Overhead editorial still-life photograph of nine handmade ceramic percussion vessels arranged in a precise but imperfect grid on a warm unbleached linen surface: shallow resonator bowls, ribbed clay bells, small slit drums and hollow sculptural chimes. A few pieces are raw red terracotta; others have glossy cobalt-blue glaze pooling naturally around their rims. Visible fingerprints, firing cracks, mineral speckles and believable hand-thrown irregularities. One wooden mallet lies diagonally across the lower-right vessel, creating a subtle sense of rhythm. Strong late-afternoon sunlight from the left casts crisp geometric shadows; restrained palette of terracotta, ultramarine, sand and charcoal. Sophisticated independent-label art direction, tactile realism, medium-format product photography, subtle film grain, balanced negative space, visually striking at streaming-thumbnail size. Image-only cover with no typography, no border, no mockup.",
      "negativePrompt": "text, lettering, logo, watermark, vinyl record, CD case, album mockup, frame, people, hands, fantasy objects, floating objects, excessive clutter, plastic surfaces, neon lighting, generic AI gloss, oversaturated colors, warped vessels, duplicated mallets, low detail, blur",
      "width": 1024,
      "height": 1024,
      "seed": 18472963,
      "steps": 30,
      "scheduler": "FlowMatchEulerDiscreteScheduler",
      "CFGScale": 4.5
    }
  ]'
runware run runware:107@1 \
  positivePrompt="Finished square album cover artwork for an experimental percussion record titled conceptually “Kiln Choir.” Overhead editorial still-life photograph of nine handmade ceramic percussion vessels arranged in a precise but imperfect grid on a warm unbleached linen surface: shallow resonator bowls, ribbed clay bells, small slit drums and hollow sculptural chimes. A few pieces are raw red terracotta; others have glossy cobalt-blue glaze pooling naturally around their rims. Visible fingerprints, firing cracks, mineral speckles and believable hand-thrown irregularities. One wooden mallet lies diagonally across the lower-right vessel, creating a subtle sense of rhythm. Strong late-afternoon sunlight from the left casts crisp geometric shadows; restrained palette of terracotta, ultramarine, sand and charcoal. Sophisticated independent-label art direction, tactile realism, medium-format product photography, subtle film grain, balanced negative space, visually striking at streaming-thumbnail size. Image-only cover with no typography, no border, no mockup." \
  negativePrompt="text, lettering, logo, watermark, vinyl record, CD case, album mockup, frame, people, hands, fantasy objects, floating objects, excessive clutter, plastic surfaces, neon lighting, generic AI gloss, oversaturated colors, warped vessels, duplicated mallets, low detail, blur" \
  width=1024 \
  height=1024 \
  seed=18472963 \
  steps=30 \
  scheduler=FlowMatchEulerDiscreteScheduler \
  CFGScale=4.5
{
  "taskType": "imageInference",
  "taskUUID": "1ff60e08-b3b6-4cb9-807b-b20cae7de258",
  "model": "runware:107@1",
  "positivePrompt": "Finished square album cover artwork for an experimental percussion record titled conceptually “Kiln Choir.” Overhead editorial still-life photograph of nine handmade ceramic percussion vessels arranged in a precise but imperfect grid on a warm unbleached linen surface: shallow resonator bowls, ribbed clay bells, small slit drums and hollow sculptural chimes. A few pieces are raw red terracotta; others have glossy cobalt-blue glaze pooling naturally around their rims. Visible fingerprints, firing cracks, mineral speckles and believable hand-thrown irregularities. One wooden mallet lies diagonally across the lower-right vessel, creating a subtle sense of rhythm. Strong late-afternoon sunlight from the left casts crisp geometric shadows; restrained palette of terracotta, ultramarine, sand and charcoal. Sophisticated independent-label art direction, tactile realism, medium-format product photography, subtle film grain, balanced negative space, visually striking at streaming-thumbnail size. Image-only cover with no typography, no border, no mockup.",
  "negativePrompt": "text, lettering, logo, watermark, vinyl record, CD case, album mockup, frame, people, hands, fantasy objects, floating objects, excessive clutter, plastic surfaces, neon lighting, generic AI gloss, oversaturated colors, warped vessels, duplicated mallets, low detail, blur",
  "width": 1024,
  "height": 1024,
  "seed": 18472963,
  "steps": 30,
  "scheduler": "FlowMatchEulerDiscreteScheduler",
  "CFGScale": 4.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "1ff60e08-b3b6-4cb9-807b-b20cae7de258",
  "imageUUID": "9aa1d3b7-de0f-46c3-abe6-ce19d58f4782",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/9aa1d3b7-de0f-46c3-abe6-ce19d58f4782.jpg",
  "seed": 18472963,
  "cost": 0.0073
}
Text to Image

Night Street Sweeper Picture-Book Spread

Night Street Sweeper Picture-Book Spread

Finished double-page children's-book spread, full-bleed landscape composition with a quiet central gutter. After a lively neighborhood night market, a female sanitation worker in reflective workwear drives a compact street sweeper along a narrow city block while her young niece watches safely from an upstairs apartment window. The rotating brushes gather fallen flower petals, paper scraps, leaves, and bits of produce; shopkeepers stack empty crates beneath striped awnings, pigeons hop away from the brushes, warm windows glow above the street. Make the street sweeper mechanically believable and clearly show how it cleans. Low eye-level three-quarter view, sweeping curve of the wet road leading across both pages, expressive human gestures, rich environmental storytelling, cozy purposeful mood. Sophisticated 1960s-inspired picture-book art, hand-painted gouache with screen-printed texture, simplified geometric shapes, slightly imperfect ink edges, coral red, mustard yellow, turquoise, charcoal, and warm cream palette. Leave calm areas of pavement and dawn sky for later editorial text placement, but include no lettering in the artwork.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:107@1',
  positivePrompt: 'Finished double-page children\'s-book spread, full-bleed landscape composition with a quiet central gutter. After a lively neighborhood night market, a female sanitation worker in reflective workwear drives a compact street sweeper along a narrow city block while her young niece watches safely from an upstairs apartment window. The rotating brushes gather fallen flower petals, paper scraps, leaves, and bits of produce; shopkeepers stack empty crates beneath striped awnings, pigeons hop away from the brushes, warm windows glow above the street. Make the street sweeper mechanically believable and clearly show how it cleans. Low eye-level three-quarter view, sweeping curve of the wet road leading across both pages, expressive human gestures, rich environmental storytelling, cozy purposeful mood. Sophisticated 1960s-inspired picture-book art, hand-painted gouache with screen-printed texture, simplified geometric shapes, slightly imperfect ink edges, coral red, mustard yellow, turquoise, charcoal, and warm cream palette. Leave calm areas of pavement and dawn sky for later editorial text placement, but include no lettering in the artwork.',
  negativePrompt: 'words, captions, speech bubbles, letters, logos, watermark, page mockup, book binding, visible crease, panel borders, photorealism, glossy 3D rendering, neon cyberpunk, fantasy elements, unsafe child in roadway, malformed vehicle, extra wheels, distorted hands, cluttered central gutter',
  width: 1536,
  height: 1024,
  seed: 184726,
  steps: 32,
  scheduler: 'FlowMatchEulerDiscreteScheduler',
  CFGScale: 3.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": "runware:107@1",
            "positivePrompt": "Finished double-page children's-book spread, full-bleed landscape composition with a quiet central gutter. After a lively neighborhood night market, a female sanitation worker in reflective workwear drives a compact street sweeper along a narrow city block while her young niece watches safely from an upstairs apartment window. The rotating brushes gather fallen flower petals, paper scraps, leaves, and bits of produce; shopkeepers stack empty crates beneath striped awnings, pigeons hop away from the brushes, warm windows glow above the street. Make the street sweeper mechanically believable and clearly show how it cleans. Low eye-level three-quarter view, sweeping curve of the wet road leading across both pages, expressive human gestures, rich environmental storytelling, cozy purposeful mood. Sophisticated 1960s-inspired picture-book art, hand-painted gouache with screen-printed texture, simplified geometric shapes, slightly imperfect ink edges, coral red, mustard yellow, turquoise, charcoal, and warm cream palette. Leave calm areas of pavement and dawn sky for later editorial text placement, but include no lettering in the artwork.",
            "negativePrompt": "words, captions, speech bubbles, letters, logos, watermark, page mockup, book binding, visible crease, panel borders, photorealism, glossy 3D rendering, neon cyberpunk, fantasy elements, unsafe child in roadway, malformed vehicle, extra wheels, distorted hands, cluttered central gutter",
            "width": 1536,
            "height": 1024,
            "seed": 184726,
            "steps": 32,
            "scheduler": "FlowMatchEulerDiscreteScheduler",
            "CFGScale": 3.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": "3bfb4142-f5ca-4f8c-b69c-84c55fabebfe",
      "model": "runware:107@1",
      "positivePrompt": "Finished double-page children's-book spread, full-bleed landscape composition with a quiet central gutter. After a lively neighborhood night market, a female sanitation worker in reflective workwear drives a compact street sweeper along a narrow city block while her young niece watches safely from an upstairs apartment window. The rotating brushes gather fallen flower petals, paper scraps, leaves, and bits of produce; shopkeepers stack empty crates beneath striped awnings, pigeons hop away from the brushes, warm windows glow above the street. Make the street sweeper mechanically believable and clearly show how it cleans. Low eye-level three-quarter view, sweeping curve of the wet road leading across both pages, expressive human gestures, rich environmental storytelling, cozy purposeful mood. Sophisticated 1960s-inspired picture-book art, hand-painted gouache with screen-printed texture, simplified geometric shapes, slightly imperfect ink edges, coral red, mustard yellow, turquoise, charcoal, and warm cream palette. Leave calm areas of pavement and dawn sky for later editorial text placement, but include no lettering in the artwork.",
      "negativePrompt": "words, captions, speech bubbles, letters, logos, watermark, page mockup, book binding, visible crease, panel borders, photorealism, glossy 3D rendering, neon cyberpunk, fantasy elements, unsafe child in roadway, malformed vehicle, extra wheels, distorted hands, cluttered central gutter",
      "width": 1536,
      "height": 1024,
      "seed": 184726,
      "steps": 32,
      "scheduler": "FlowMatchEulerDiscreteScheduler",
      "CFGScale": 3.5
    }
  ]'
runware run runware:107@1 \
  positivePrompt="Finished double-page children's-book spread, full-bleed landscape composition with a quiet central gutter. After a lively neighborhood night market, a female sanitation worker in reflective workwear drives a compact street sweeper along a narrow city block while her young niece watches safely from an upstairs apartment window. The rotating brushes gather fallen flower petals, paper scraps, leaves, and bits of produce; shopkeepers stack empty crates beneath striped awnings, pigeons hop away from the brushes, warm windows glow above the street. Make the street sweeper mechanically believable and clearly show how it cleans. Low eye-level three-quarter view, sweeping curve of the wet road leading across both pages, expressive human gestures, rich environmental storytelling, cozy purposeful mood. Sophisticated 1960s-inspired picture-book art, hand-painted gouache with screen-printed texture, simplified geometric shapes, slightly imperfect ink edges, coral red, mustard yellow, turquoise, charcoal, and warm cream palette. Leave calm areas of pavement and dawn sky for later editorial text placement, but include no lettering in the artwork." \
  negativePrompt="words, captions, speech bubbles, letters, logos, watermark, page mockup, book binding, visible crease, panel borders, photorealism, glossy 3D rendering, neon cyberpunk, fantasy elements, unsafe child in roadway, malformed vehicle, extra wheels, distorted hands, cluttered central gutter" \
  width=1536 \
  height=1024 \
  seed=184726 \
  steps=32 \
  scheduler=FlowMatchEulerDiscreteScheduler \
  CFGScale=3.5
{
  "taskType": "imageInference",
  "taskUUID": "3bfb4142-f5ca-4f8c-b69c-84c55fabebfe",
  "model": "runware:107@1",
  "positivePrompt": "Finished double-page children's-book spread, full-bleed landscape composition with a quiet central gutter. After a lively neighborhood night market, a female sanitation worker in reflective workwear drives a compact street sweeper along a narrow city block while her young niece watches safely from an upstairs apartment window. The rotating brushes gather fallen flower petals, paper scraps, leaves, and bits of produce; shopkeepers stack empty crates beneath striped awnings, pigeons hop away from the brushes, warm windows glow above the street. Make the street sweeper mechanically believable and clearly show how it cleans. Low eye-level three-quarter view, sweeping curve of the wet road leading across both pages, expressive human gestures, rich environmental storytelling, cozy purposeful mood. Sophisticated 1960s-inspired picture-book art, hand-painted gouache with screen-printed texture, simplified geometric shapes, slightly imperfect ink edges, coral red, mustard yellow, turquoise, charcoal, and warm cream palette. Leave calm areas of pavement and dawn sky for later editorial text placement, but include no lettering in the artwork.",
  "negativePrompt": "words, captions, speech bubbles, letters, logos, watermark, page mockup, book binding, visible crease, panel borders, photorealism, glossy 3D rendering, neon cyberpunk, fantasy elements, unsafe child in roadway, malformed vehicle, extra wheels, distorted hands, cluttered central gutter",
  "width": 1536,
  "height": 1024,
  "seed": 184726,
  "steps": 32,
  "scheduler": "FlowMatchEulerDiscreteScheduler",
  "CFGScale": 3.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "3bfb4142-f5ca-4f8c-b69c-84c55fabebfe",
  "imageUUID": "eafe7703-9779-4d8f-80ae-92a74f1ab533",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/eafe7703-9779-4d8f-80ae-92a74f1ab533.jpg",
  "seed": 184726,
  "cost": 0.0079
}