Start / Modele / Ideogram 4
06.07.2026

Ideogram 4 — obraz pod pełną kontrolą

9.3B Diffusion Transformer Prompt: strukturalny JSON ASUS GX10 · fp8 (~19 GB) Otwarte wagi · lic. niekomercyjna

Pierwszy otwarty model graficzny Ideogram AI (czerwiec 2026) i pierwszy, który zamiast „modlitwy do promptu" daje kontrolę inżynierską: cały obraz opisuje się ustrukturyzowanym JSON-em — osobno tło, osobno każdy obiekt, osobno każdy napis. Chcesz przesunąć jeden element albo poprawić jedno słowo na szyldzie? Zmieniasz jedno pole w JSON-ie — reszta kompozycji zostaje nietknięta.

Każdy element dostaje własny prostokąt bbox w siatce 0–1000, własny opis i własną paletę kolorów (HEX). Napisy deklaruje się jawnie jako elementy "type":"text" — dzięki temu typografia wychodzi bezbłędnie, co od lat jest znakiem firmowym Ideogramu. Model renderuje natywnie do 2048 px przy dowolnych proporcjach do 6:1.

To zmienia pracę z grafiką AI z loterii w proces projektowy: kompozycja jest powtarzalna, wersjonowalna i edytowalna — jak kod. Wszystkie grafiki z naszych ostatnich wpisów branżowych powstały dokładnie tą metodą (o czym więcej w konkursie na dole strony).

Najedź na element JSON — zobacz jego miejsce w kadrze
{"compositional_deconstruction":{
"type":"text", "text":"TYTUL",
"bbox":[80,150,260,850]
"type":"obj", "desc":"produkt",
"bbox":[320,340,760,660]
"type":"obj", "desc":"logo klienta",
"bbox":[820,60,950,280]
"type":"text", "text":"CTA",
"bbox":[830,620,940,940]
}}
TYTUL
produkt
logo
CTA

bbox = [y_min, x_min, y_max, x_max] w siatce 0–1000. Jeden element = jedna pozycja w JSON.

Bezbłędna typografiaNapisy jako jawne elementy — zero literówek.

Kontrola per obiektPozycja, opis i paleta osobno dla każdego elementu.

Edycja punktowaZmieniasz jedno pole — reszta kadru bez zmian.

Natywne 2K256–2048 px, proporcje do 6:1, bez upscalera.

Lokalnie na ASUS GX10 — bez chmury, bez abonamentu

Uruchomiliśmy Ideogram 4 w kwantyzacji fp8 na pojedynczej jednostce ASUS GX10 (GB10, 128 GB pamięci zunifikowanej). Wagi to ~19 GB, w pamięci model zajmuje ~27 GB — mieści się z ogromnym zapasem i działa w pełni offline. Środowisko: kontener NVIDIA NGC PyTorch z buildem Torcha pod Blackwell, a jako pulpit roboczy — własny interfejs w przeglądarce (Gradio), w którym model ładuje się raz i obsługuje kolejne generacje bez narzutu startowego.

Najważniejsza lekcja z wdrożenia: JSON to nie opcja, to sposób użycia tego modelu. Zwykły tekstowy prompt potrafi zderzyć się z fałszywym alarmem filtra bezpieczeństwa i daje słabszą jakość. Druga lekcja: każdy napis trzeba zadeklarować jawnie. W teście, gdzie podpisy zostawiliśmy modelowi „do wymyślenia" z opisu, na schemacie wyszło WORSPLATION, DECLICE i CLOUB. Te same napisy podane jako elementy "type":"text" — idealne za pierwszym razem.

~19 GB
wagi fp8 na dysku
~27 GB
w pamięci (ze 128 GB)
3 presety
turbo / default / quality
100%
offline po pobraniu wag

Czas generacji 1024×1024 na GB10: preset QUALITY (48 kroków) ~3,5–6 min czystej dyfuzji; DEFAULT (20 kroków) ~2× szybciej; TURBO (12 kroków) najszybszy. Wagi na licencji niekomercyjnej — pamiętaj o tym przy zastosowaniach.

Demonstracja: szyld, którego nie ma

Żeby pokazać, co daje jawna typografia i kontrola kompozycji, zamówiliśmy u modelu rzecz niemożliwą do sfotografowania: neonowy szyld hotelu na stacji księżycowej, w stylistyce kreskówek ery atomowej, zapraszający gości na pierogi. Poniżej dokładny prompt JSON i obraz, który z niego powstał — element po elemencie, napis po napisie.

Prompt (JSON)
Dokładnie ten JSON — co do przecinka — trafił do modelu.
{
  "high_level_description": "A large retro-futuristic neon advertising sign standing on the dusty grey surface of the Moon at night, in playful 1960s Jetsons space-age cartoon style, advertising a lunar-station hotel that proudly serves pierogi; a glowing planet Earth hangs in the black starry sky and a small flying-saucer car with a bubble canopy zooms past leaving a neon motion trail. The only text in the whole image is HOTEL LUNA, PIEROGI and OPEN 24H, each as its own neon element. Absolutely no other text, no other letters. Humorous, charming, absurd, no people.",
  "style_description": {
    "aesthetics": "retro-futuristic, atomic age, Googie, Jetsons cartoon charm, playful and absurd, vibrant neon against deep space black",
    "lighting": "night scene on the lunar surface, glowing neon tubes with soft colored halos, cold blue earthlight from above, long soft shadows on the moon dust",
    "medium": "illustration",
    "art_style": "1960s space-age cartoon meets American roadside neon sign art, bold tube lettering, starburst and boomerang motifs, clean shapes with airbrushed glow, retro-futurist sci-fi",
    "color_palette": [
      "#FF1F6B",
      "#00E0FF",
      "#FFD000",
      "#FF7A00",
      "#120A2E"
    ]
  },
  "compositional_deconstruction": {
    "background": "The dusty grey surface of the Moon with a few small craters in the foreground, a pitch-black sky scattered with tiny stars, and a faint retro Googie starburst pattern glowing behind the sign.",
    "elements": [
      {
        "type": "obj",
        "bbox": [
          20,
          400,
          140,
          600
        ],
        "desc": "A stylized neon icon of a domed lunar hotel building with a little antenna and three round windows, outlined in orange and yellow tubes, perched at the very top of the sign.",
        "color_palette": [
          "#FF7A00",
          "#FFD000"
        ]
      },
      {
        "type": "text",
        "bbox": [
          160,
          150,
          330,
          850
        ],
        "text": "HOTEL LUNA",
        "desc": "Huge glowing neon-tube title in a swooping retro 1950s script-meets-space-age font, hot pink tubes with a cyan inner line and a bright outer glow.",
        "color_palette": [
          "#FF1F6B",
          "#00E0FF"
        ]
      },
      {
        "type": "text",
        "bbox": [
          380,
          240,
          540,
          760
        ],
        "text": "PIEROGI",
        "desc": "Very large bold yellow neon-tube word with a blinking-bulb marquee outline, classic American diner styling, the visual star of the sign.",
        "color_palette": [
          "#FFD000",
          "#FF7A00"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          560,
          370,
          720,
          630
        ],
        "desc": "A neon line-art icon of a plate piled with pierogi dumplings, with three wavy steam lines rising, outlined in warm orange tubes on the sign panel.",
        "color_palette": [
          "#FF7A00",
          "#FFD000"
        ]
      },
      {
        "type": "text",
        "bbox": [
          740,
          320,
          820,
          680
        ],
        "text": "OPEN 24H",
        "desc": "A horizontal neon banner in cyan tube lettering inside a thin glowing rectangle frame.",
        "color_palette": [
          "#00E0FF"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          180,
          30,
          330,
          270
        ],
        "desc": "A small retro-futuristic flying-saucer car with a bubble canopy, drawn as a neon outline with motion-trail tubes, zooming toward the sign.",
        "color_palette": [
          "#00E0FF",
          "#FF1F6B"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          40,
          790,
          190,
          950
        ],
        "desc": "Planet Earth glowing softly in the black sky, small and charming, rendered in the same retro cartoon style with visible continents.",
        "color_palette": [
          "#00E0FF",
          "#FFD000"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          820,
          430,
          1000,
          570
        ],
        "desc": "A tall chrome support pole with glowing neon rings anchoring the sign into the cratered moon dust, a few small rocks at its base.",
        "color_palette": [
          "#120A2E",
          "#00E0FF"
        ]
      }
    ]
  }
}
Wynik (1 generacja, bez retuszu)
Grafika w przygotowaniu modele/ideogram4/demo-szyld.webp
Neonowy szyld hotelu na stacji księżycowej w stylu retro-futurystycznym, zapraszający na pierogi — wygenerowany lokalnie przez Ideogram 4
Wygenerowano za pomocą modelu Ideogram 4.

Konkurs dla czytelników

Dziesięć promptów. Dziesięć grafik.
Trzy bony po 2000 zł.

Wszystkie ilustracje w naszych wpisach branżowych powstały w Ideogramie — z promptów JSON dokładnie takich, jak te poniżej. Publikujemy dziesięć oryginalnych promptów (A–J) w losowej kolejności. Zadanie: przeczytać je uważnie i odnaleźć na ailone.io grafiki, które z nich powstały.

Odpowiedzi — w formacie A → adres podstrony + która grafika (główna czy schemat) dla wszystkich dziesięciu pozycji — prosimy przesłać przez formularz kontaktowy z dopiskiem „Konkurs Ideogram". Nagrody — bony o wartości 2000 zł na usługi ailone (konsultacje, wdrożenie, konfiguracja) — otrzymają trzy pierwsze osoby, które nadeślą komplet poprawnych przyporządkowań. Wyniki ogłosimy zwrotnie mailem, a zwycięzców (za zgodą) — na tej stronie.

A Prompt A Diagram wektorowy
{
  "high_level_description": "Converging-streams diagram inside a thin factory outline: four source icons across the top — a thick technical manual with a gear, a database cylinder with a small wrench badge, a clipboard with faint unreadable lines, and a portrait frame of a veteran expert with a speech line turning into stored blocks — each send a glowing hazard-yellow stream down into a central low-profile edge AI unit, from which a single beam reaches a tablet icon at the bottom. Each source has one large bold caption above it, the unit has none, and the tablet has one caption. The only text in the whole image is five short labels: DTR, CMMS, RAPORTY, EKSPERT, TABLET. Absolutely no other text, no other letters, no readable writing inside the icons, no logo on the device. Content vertically centered, fill the full frame, generous margins, all elements fully inside the frame, no people.",
  "aspect_ratio": "16:9",
  "style_description": {
    "aesthetics": "premium dark-tech infographic, cohesive glowing hazard-yellow line iconography, precise engineering documentation mood, restrained",
    "lighting": "even flat illumination on a near-black background, soft hazard-yellow glow on streams and icons, cool steel-blue accents",
    "medium": "graphic_design",
    "art_style": "clean flat vector iconography on a faint blueprint grid, uniform thin neon stroke, every icon in the same glowing outline style, five large bold sans-serif display captions only, no other text, no other letters",
    "color_palette": [
      "#05060A",
      "#0B1020",
      "#E3C94C",
      "#6E5E1B",
      "#8FA3B8",
      "#C8D2E0",
      "#F4F6F8"
    ]
  },
  "compositional_deconstruction": {
    "background": "near-black backdrop with a faint blueprint grid and a thin continuous factory outline framing the diagram, four hazard-yellow streams converging from the top sources into the center then one beam down to the tablet",
    "elements": [
      {
        "type": "obj",
        "bbox": [
          230,
          60,
          430,
          250
        ],
        "desc": "thick technical manual icon with a gear on the cover, a few faint unreadable lines, not readable",
        "color_palette": [
          "#F4F6F8",
          "#8FA3B8"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          230,
          300,
          430,
          490
        ],
        "desc": "database cylinder icon with a small wrench badge",
        "color_palette": [
          "#8FA3B8",
          "#E3C94C"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          230,
          540,
          430,
          730
        ],
        "desc": "clipboard icon with a few faint unreadable lines, not readable",
        "color_palette": [
          "#F4F6F8",
          "#C8D2E0"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          230,
          770,
          430,
          950
        ],
        "desc": "portrait frame icon of a veteran expert silhouette with a speech line turning into small stored blocks",
        "color_palette": [
          "#E3C94C",
          "#C8D2E0"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          470,
          400,
          610,
          600
        ],
        "desc": "central small low-profile edge AI unit with ribbed ventilation fins, four yellow streams converging into it and one beam leaving below, plain body no logo",
        "color_palette": [
          "#0B1020",
          "#8FA3B8",
          "#E3C94C"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          640,
          420,
          800,
          600
        ],
        "desc": "tablet icon with a glowing checklist panel on its screen, faint unreadable marks, not readable",
        "color_palette": [
          "#F4F6F8",
          "#E3C94C"
        ]
      },
      {
        "type": "text",
        "bbox": [
          90,
          60,
          210,
          250
        ],
        "text": "DTR",
        "desc": "large bold clean sans-serif label, hazard yellow with a faint glow, centered above the manual icon, display size, no box",
        "color_palette": [
          "#E3C94C"
        ]
      },
      {
        "type": "text",
        "bbox": [
          90,
          300,
          210,
          490
        ],
        "text": "CMMS",
        "desc": "large bold clean sans-serif label, hazard yellow with a faint glow, centered above the database icon, display size, no box",
        "color_palette": [
          "#E3C94C"
        ]
      },
      {
        "type": "text",
        "bbox": [
          90,
          530,
          210,
          740
        ],
        "text": "RAPORTY",
        "desc": "large bold clean sans-serif label, hazard yellow with a faint glow, centered above the clipboard icon, display size, no box",
        "color_palette": [
          "#E3C94C"
        ]
      },
      {
        "type": "text",
        "bbox": [
          90,
          770,
          210,
          950
        ],
        "text": "EKSPERT",
        "desc": "large bold clean sans-serif label, hazard yellow with a faint glow, centered above the portrait icon, display size, no box",
        "color_palette": [
          "#E3C94C"
        ]
      },
      {
        "type": "text",
        "bbox": [
          830,
          400,
          960,
          620
        ],
        "text": "TABLET",
        "desc": "large bold clean sans-serif label, light steel-blue with a faint glow, centered under the tablet icon, display size, no box",
        "color_palette": [
          "#8FA3B8"
        ]
      }
    ]
  }
}
B Prompt B Fotografia cinematic
{
  "high_level_description": "Cinematic photorealistic scene in a dark construction site office, camera near desk level almost side-on, story reads left to right: on the left a holographic mix of inputs streams in - glowing 3D CAD wireframe layers, regulation booklets and red contractual-penalty tags marked with warning triangles and currency symbols, overlapping at angles; they flow into a small very low flat champagne-gold AI workstation on a dark surface; above and to the right the station projects a single unified holographic project twin: a glowing 3D wireframe building model with a horizontal schedule timeline attached below it and a few small red penalty and deadline markers pinned to it. Through the window behind, faint tower-crane silhouettes on the night horizon. Real photograph, not a diagram, not flat vector. Generous margins, all elements fully inside the frame. Only currency symbols, warning triangles and markers legible, faint unreadable text otherwise, no logo on the device, no people.",
  "aspect_ratio": "16:9",
  "style_description": {
    "aesthetics": "premium cinematic construction-tech photography, a contract turned into a living 3D twin, restrained, shallow depth of field, holographic made physical",
    "lighting": "dark site-office ambience, warm brick-red glow on the flow and the device, cool concrete-grey light in the holograms, faint window glow, realistic reflections and shadows",
    "photo": "shot on a full-frame camera near desk level, 50mm lens at f/2.0, almost side-on view of the device, shallow depth of field, fine film grain, realistic glass-hologram, wireframe and perforated-mesh textures, photographic not flat, only symbols and markers legible, faint unreadable text otherwise, no logo",
    "medium": "photograph",
    "color_palette": [
      "#05060A",
      "#0B1020",
      "#E0685C",
      "#6E2A22",
      "#9BA8B5",
      "#D9C08A",
      "#F4F6F8"
    ]
  },
  "compositional_deconstruction": {
    "background": "dark site-office container interior with a window showing faint tower-crane silhouettes on the night horizon, a dark reflective surface, deep shadow, soft vignette",
    "elements": [
      {
        "type": "obj",
        "bbox": [
          110,
          40,
          600,
          430
        ],
        "desc": "holographic mix of inputs streaming in: glowing 3D CAD wireframe layers, thin regulation booklets and red contractual-penalty tags each marked with a small warning triangle and a currency symbol, overlapping at varied angles, faint unreadable text otherwise, no readable sentences",
        "color_palette": [
          "#9BA8B5",
          "#E0685C",
          "#F4F6F8"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          660,
          430,
          770,
          780
        ],
        "desc": "small champagne-gold AI workstation, width 15 cm, depth 15 cm, height 5 cm so it is very low and flat and clearly three times wider than it is tall, fine warm perforated metal mesh front, small status LED, seen almost from the side, plain body with no logo, no branding",
        "color_palette": [
          "#D9C08A",
          "#6E2A22",
          "#0B1020"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          80,
          540,
          600,
          940
        ],
        "desc": "single unified holographic project twin projected up and to the right: a glowing 3D wireframe building model, a horizontal schedule timeline bar attached below it, and a few small red penalty and deadline markers pinned onto it, coherent and orderly, faint unreadable labels, no readable sentences",
        "color_palette": [
          "#9BA8B5",
          "#E0685C",
          "#F4F6F8"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          360,
          450,
          700,
          720
        ],
        "desc": "soft brick-red flow of light carrying the inputs into the workstation, gentle volumetric stream",
        "color_palette": [
          "#E0685C"
        ]
      }
    ]
  }
}
C Prompt C Diagram wektorowy
{
  "high_level_description": "Horizontal network-zones diagram, story reads left to right: on the left a thin amber outline of a factory hall silhouette contains two industrial machine icons and a compact graphite mini PC with a brushed copper top, all joined by short amber lines; a single thin vertical amber barrier line runs down the center; on the right a thin steel-blue outlined office box holds two desktop computer icons; far right a grey cloud icon with a bold diagonal strike-through, reached only by a short blocked red-and-grey arrow. The only text in the whole image is three large bold labels: OT under the factory, IT under the office, and INTERNET under the cloud. Absolutely no other text, no other letters, no product names, no glyphs on the device. Content vertically centered, fill the full frame, generous margins, all elements fully inside the frame, no people.",
  "aspect_ratio": "16:9",
  "style_description": {
    "aesthetics": "premium dark-tech infographic, cohesive glowing amber line iconography, precise engineering documentation mood, restrained",
    "lighting": "even flat illumination on a near-black background, soft amber glow inside the OT zone and on the barrier, cool steel-blue glow in the IT zone",
    "medium": "graphic_design",
    "art_style": "clean flat vector iconography on a faint blueprint grid, uniform thin neon stroke, every icon in the same glowing outline style, three large bold sans-serif display captions only, no other text, no other letters, no glyphs on the device",
    "color_palette": [
      "#05060A",
      "#0B1020",
      "#E08A3C",
      "#6E3D1B",
      "#6C8CAE",
      "#FF2E88",
      "#F4F6F8"
    ]
  },
  "compositional_deconstruction": {
    "background": "near-black backdrop with a faint blueprint grid",
    "elements": [
      {
        "type": "obj",
        "bbox": [
          170,
          40,
          780,
          480
        ],
        "desc": "thin amber outline of a factory hall silhouette with a saw-tooth roof, drawn as a single continuous glowing line, enclosing the left zone",
        "color_palette": [
          "#E08A3C"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          430,
          80,
          610,
          210
        ],
        "desc": "amber line icon of an industrial press machine, uniform stroke, soft glow",
        "color_palette": [
          "#E08A3C",
          "#6C8CAE"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          430,
          240,
          610,
          370
        ],
        "desc": "amber line icon of a robotic arm machine, uniform stroke, soft glow, joined to the press by a short horizontal amber line",
        "color_palette": [
          "#E08A3C",
          "#6C8CAE"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          450,
          400,
          600,
          500
        ],
        "desc": "compact graphite mini PC with a brushed copper top panel seen at a slight angle, small dark ports on the front, joined to the robotic arm by a short amber line, NOT red, body is dark graphite with only the top panel copper",
        "color_palette": [
          "#0B1020",
          "#E08A3C",
          "#6E3D1B"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          40,
          512,
          970,
          548
        ],
        "desc": "single thin vertical barrier line of small stacked amber dashes running top to bottom through the center, gently glowing, marking the sealed boundary",
        "color_palette": [
          "#E08A3C"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          300,
          610,
          770,
          830
        ],
        "desc": "thin steel-blue rectangular outline marking the office IT zone, containing two desktop computer icons side by side with blank screens",
        "color_palette": [
          "#6C8CAE",
          "#0B1020"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          470,
          838,
          560,
          858
        ],
        "desc": "short blocked arrow made of red and grey chevrons pointing right toward the cloud, indicating traffic that does not pass",
        "color_palette": [
          "#FF2E88",
          "#6C8CAE"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          400,
          860,
          640,
          985
        ],
        "desc": "grey cloud icon with a bold diagonal strike-through line across it, rendered dim, meaning no internet",
        "color_palette": [
          "#6C8CAE",
          "#F4F6F8"
        ]
      },
      {
        "type": "text",
        "bbox": [
          830,
          180,
          950,
          380
        ],
        "text": "OT",
        "desc": "large bold clean sans-serif label, warm amber with a faint glow, centered below the factory, display size, no box",
        "color_palette": [
          "#E08A3C"
        ]
      },
      {
        "type": "text",
        "bbox": [
          850,
          610,
          950,
          770
        ],
        "text": "IT",
        "desc": "large bold clean sans-serif label, cool steel-blue with a faint glow, centered below the office zone, display size, no box",
        "color_palette": [
          "#6C8CAE"
        ]
      },
      {
        "type": "text",
        "bbox": [
          700,
          830,
          820,
          990
        ],
        "text": "INTERNET",
        "desc": "medium bold clean sans-serif label, muted grey, centered below the crossed-out cloud, display size, no box",
        "color_palette": [
          "#F4F6F8"
        ]
      }
    ]
  }
}
D Prompt D Fotografia cinematic
{
  "high_level_description": "Cinematic photorealistic scene at a truck depot at dawn, camera near ground level almost side-on: a small dark gunmetal AI workstation sits on a low dispatcher desk by a window; thin luminous green telemetry threads arc in from a row of parked semi-trucks outside and feed into it, and above the station it projects a single unified holographic fleet map - a network of glowing green route lines over a stylized terrain with small blue GPS pins, three routes glowing healthy green and one route flagged red with a small warning marker near a mountain pass, plus a compact profitability bar strip along the bottom. Real photograph, not a diagram, not flat vector. Generous margins, all elements fully inside the frame. Only pins, markers and bars legible, faint unreadable labels otherwise, no logo on the device, no people.",
  "aspect_ratio": "16:9",
  "style_description": {
    "aesthetics": "premium cinematic logistics-tech photography, calm dawn mood, a fleet turned into a live map, restrained, shallow depth of field, holographic made physical",
    "lighting": "cold dawn light through the window, warm interior glow on the device, luminous green telemetry accents, cool blue GPS light, realistic reflections and shadows",
    "photo": "shot on a full-frame camera near desk level, 50mm lens at f/2.0, almost side-on view of the device, shallow depth of field, fine film grain, realistic glass-hologram, asphalt, metal and ribbed-aluminium textures, photographic not flat, only pins and markers legible, faint unreadable labels otherwise, no logo",
    "medium": "photograph",
    "color_palette": [
      "#05060A",
      "#0B1020",
      "#56C48A",
      "#1F663C",
      "#6FA8DC",
      "#E0685C",
      "#C8D2E0",
      "#F4F6F8"
    ]
  },
  "compositional_deconstruction": {
    "background": "dawn-gradient sky over a flat depot yard seen through a dispatcher window, a row of parked semi-trucks in soft silhouette, dark reflective desk surface, soft vignette",
    "elements": [
      {
        "type": "obj",
        "bbox": [
          520,
          40,
          820,
          420
        ],
        "desc": "row of parked semi-trucks in soft silhouette outside the window with small blue GPS light dots above each, thin luminous green telemetry threads arcing from them toward the desk, no readable text",
        "color_palette": [
          "#0B1020",
          "#6FA8DC",
          "#56C48A"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          640,
          420,
          760,
          760
        ],
        "desc": "small dark gunmetal AI workstation, width 15 cm, depth 15 cm, height 5 cm so it is very low and flat and clearly three times wider than it is tall, ribbed aluminium ventilation fins along the sides, a small green status LED, seen almost from the side, plain body with no logo, no branding",
        "color_palette": [
          "#0B1020",
          "#1F663C",
          "#56C48A"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          80,
          380,
          600,
          900
        ],
        "desc": "single unified holographic fleet map projected above the station: a network of glowing green route lines over a stylized terrain with small blue GPS pins, three routes healthy green and one route flagged red with a small warning marker near a mountain pass, a compact profitability bar strip along the bottom, faint unreadable labels, no readable sentences",
        "color_palette": [
          "#56C48A",
          "#6FA8DC",
          "#E0685C"
        ]
      }
    ]
  }
}
E Prompt E Fotografia cinematic
{
  "high_level_description": "Cinematic photograph inside a dark server room, story reads left to right: a rounded rectangular chat speech bubble of soft light with a small tail floats on the upper left, carrying a few faint unreadable text lines, and sends a thin stream of light down into a compact matte dark-graphite mini AI workstation that sits level and stable on a low plinth in a clean three-quarter view; from the right side of the workstation an orderly lattice of small luminous teal query blocks flows out and settles onto a calm black reflective floor, then rises on the right into luminous teal bar charts and a climbing lime-tipped line chart of light. Generous margins, all elements fully inside the frame. No readable writing, no logo or branding on the device, no copper, no gold, no people.",
  "aspect_ratio": "16:9",
  "style_description": {
    "aesthetics": "premium cinematic tech photography, analytical and calm, restrained and expensive, shallow depth of field",
    "lighting": "low-key ambience, cool teal rim light along the workstation edges and the lattice, lime accents on chart peaks, soft reflections on the black floor, realistic shadows",
    "photo": "shot on a full-frame camera, 50mm lens at f/2.0, shallow depth of field, fine film grain, realistic reflective and perforated-metal textures, photographic not rendered, faint unreadable marks only, no readable text, no logo",
    "medium": "photograph",
    "color_palette": [
      "#05060A",
      "#0B1020",
      "#4FB8C4",
      "#1F5E66",
      "#A9C75B",
      "#C8D2E0",
      "#F4F6F8"
    ]
  },
  "compositional_deconstruction": {
    "background": "deep near-black server room with faint rows of racks softly out of focus and a black reflective floor showing a faint grid and gentle ripples, soft vignette",
    "elements": [
      {
        "type": "obj",
        "bbox": [
          90,
          60,
          340,
          360
        ],
        "desc": "rounded rectangular chat speech bubble of soft light with a small downward tail, holding a few faint unreadable text lines, a thin stream of light descending from its tail, not readable",
        "color_palette": [
          "#F4F6F8",
          "#4FB8C4"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          380,
          320,
          700,
          640
        ],
        "desc": "compact matte dark-graphite mini AI workstation the size of a small hardcover book, sitting level and stable on a low dark plinth in a clean three-quarter front view, a fine perforated metal mesh and ribbed ventilation on the top and sides, a subtle chamfered edge, small teal status LEDs and a row of ports, plain body with no logo, no branding, no copper, no gold",
        "color_palette": [
          "#0B1020",
          "#1F5E66",
          "#4FB8C4"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          560,
          600,
          800,
          860
        ],
        "desc": "orderly lattice of small luminous teal query blocks flowing out of the right side of the workstation and settling onto the reflective floor, connected by thin lines of light",
        "color_palette": [
          "#4FB8C4",
          "#1F5E66"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          430,
          760,
          940,
          970
        ],
        "desc": "luminous teal bar charts rising from the reflective floor with a climbing line chart of light above them, tallest bars and the line tip highlighted lime, faint unreadable axis marks",
        "color_palette": [
          "#4FB8C4",
          "#A9C75B",
          "#F4F6F8"
        ]
      }
    ]
  }
}
F Prompt F Render 3D — stal i szkło
{
  "high_level_description": "Premium 3D-rendered contract-memory diagram with a construction-material look: four source icons across the top - a contract sheet with an embossed stamp and a signature carrying the printed title CONTRACT, a stack of glass envelopes, a checklist panel with tick boxes, and a paper construction logbook with a dark navy cover - sculpted from brushed steel and frosted glass, feeding glowing red steel conduits down into a central machined AI workstation core; from the core a horizontal timeline rail runs across the lower half with two output modules hanging from it: a glass calendar preview with several red highlighted dates and a penalty module with an embossed red warning triangle and a currency mark. The only text in the whole image is the six labels UMOWY, MAILE, PROTOKOLY, DZIENNIK, TERMINY, KARY and the single word CONTRACT printed on the contract icon. Absolutely no other text, no other letters, no logo on the device. Isometric, cinematic depth, not flat, not cartoon. Content vertically centered, fill the full frame, generous margins, all elements fully inside the frame, no people.",
  "aspect_ratio": "16:9",
  "style_description": {
    "aesthetics": "premium 3D-rendered technical infographic, construction materials of brushed steel and frosted glass, sharp and sophisticated, cinematic and restrained",
    "lighting": "studio product lighting on a dark concrete surface, soft reflections and ambient occlusion, warm red edge glow on the conduits, cool steel highlights",
    "medium": "graphic_design",
    "art_style": "isometric 3D-rendered icons sculpted from brushed steel and frosted glass with beveled edges, subtle reflections and soft shadows, connection lines as glowing red steel conduits recessed into the surface, large bold sans-serif engraved captions in brushed metal, only the listed labels and the word CONTRACT, no other text, no other letters, not flat vector, not cartoon",
    "color_palette": [
      "#05060A",
      "#0B1020",
      "#E0685C",
      "#6E2A22",
      "#2C3A55",
      "#5B6470",
      "#C8D2E0",
      "#F4F6F8"
    ]
  },
  "compositional_deconstruction": {
    "background": "dark concrete-and-blueprint surface with a faint grid, glowing red steel conduits converging from the top sources into the center core, one horizontal steel timeline rail glowing across the lower half",
    "elements": [
      {
        "type": "obj",
        "bbox": [
          180,
          60,
          360,
          250
        ],
        "desc": "3D brushed-steel and frosted-glass contract sheet icon with a small embossed round stamp and an engraved signature stroke, a clear title bar area at the top for a printed word, beveled edges, soft reflections",
        "color_palette": [
          "#C8D2E0",
          "#9BA8B5",
          "#5B6470"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          180,
          290,
          360,
          480
        ],
        "desc": "3D stack of frosted-glass envelope icons with brushed-steel edges, beveled, soft reflections, no readable text",
        "color_palette": [
          "#9BA8B5",
          "#C8D2E0",
          "#5B6470"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          180,
          520,
          360,
          710
        ],
        "desc": "3D frosted-glass checklist panel icon with several checkbox rows, some boxes carrying a red checkmark and some left empty, brushed-steel trim, beveled, no readable text",
        "color_palette": [
          "#C8D2E0",
          "#E0685C",
          "#5B6470"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          180,
          750,
          360,
          940
        ],
        "desc": "3D construction site logbook icon, a real paper booklet with a dark navy cover, a brushed-steel spiral spine and a bookmark ribbon, beveled, definitely not concrete, no readable text",
        "color_palette": [
          "#2C3A55",
          "#5B6470",
          "#C8D2E0"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          420,
          400,
          580,
          620
        ],
        "desc": "central machined AI workstation core, a low wide brushed-steel and glass block three times wider than tall with ribbed side vents, glowing red steel conduits entering from above and a timeline rail leaving below, plain body no logo",
        "color_palette": [
          "#5B6470",
          "#0B1020",
          "#E0685C"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          690,
          110,
          870,
          350
        ],
        "desc": "3D frosted-glass calendar preview module hanging from the steel timeline rail, showing a small month grid of cells with several cells highlighted in glowing red, brushed-steel frame, beveled, looks like a real calendar view not plain dots",
        "color_palette": [
          "#C8D2E0",
          "#E0685C",
          "#5B6470"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          700,
          660,
          860,
          880
        ],
        "desc": "3D penalty module hanging from the steel timeline rail: a glass card with an embossed red warning triangle and a small currency mark, brushed-steel frame, no readable text",
        "color_palette": [
          "#C8D2E0",
          "#E0685C",
          "#5B6470"
        ]
      },
      {
        "type": "text",
        "bbox": [
          300,
          90,
          360,
          220
        ],
        "text": "CONTRACT",
        "desc": "small engraved title label printed on the top bar of the contract sheet, cool grey brushed metal, no box",
        "color_palette": [
          "#5B6470"
        ]
      },
      {
        "type": "text",
        "bbox": [
          60,
          60,
          160,
          250
        ],
        "text": "UMOWY",
        "desc": "large bold engraved sans-serif label in brushed metal with a faint red edge glow, centered above the contract icon, display size, no box",
        "color_palette": [
          "#E0685C"
        ]
      },
      {
        "type": "text",
        "bbox": [
          60,
          290,
          160,
          480
        ],
        "text": "MAILE",
        "desc": "large bold engraved sans-serif label in brushed metal with a faint red edge glow, centered above the envelope icon, display size, no box",
        "color_palette": [
          "#E0685C"
        ]
      },
      {
        "type": "text",
        "bbox": [
          60,
          510,
          160,
          720
        ],
        "text": "PROTOKOLY",
        "desc": "large bold engraved sans-serif label in brushed metal with a faint red edge glow, centered above the checklist icon, display size, no box",
        "color_palette": [
          "#E0685C"
        ]
      },
      {
        "type": "text",
        "bbox": [
          60,
          750,
          160,
          940
        ],
        "text": "DZIENNIK",
        "desc": "large bold engraved sans-serif label in brushed metal with a faint red edge glow, centered above the logbook icon, display size, no box",
        "color_palette": [
          "#E0685C"
        ]
      },
      {
        "type": "text",
        "bbox": [
          880,
          110,
          980,
          350
        ],
        "text": "TERMINY",
        "desc": "large bold engraved sans-serif label in brushed steel, cool grey, centered under the calendar module, display size, no box",
        "color_palette": [
          "#C8D2E0"
        ]
      },
      {
        "type": "text",
        "bbox": [
          880,
          660,
          980,
          880
        ],
        "text": "KARY",
        "desc": "large bold engraved sans-serif label in brushed metal with a faint red edge glow, centered under the penalty module, display size, no box",
        "color_palette": [
          "#E0685C"
        ]
      }
    ]
  }
}
G Prompt G Fotografia cinematic
{
  "high_level_description": "Cinematic photograph on the angled corner of a heavy walnut office desk in a dignified classical town-hall interior, story reads left to right: from the upper left a chaotic unsorted avalanche of mixed paperwork tumbles down toward the device — loose application forms, case files, letters and a few ring binders and folders, all blank — flowing into a compact graphite mini PC with a brushed copper top standing front-facing on the desk corner, and emerging on the right as an orderly row of sealed envelopes, each closed with a round red wax seal and carrying a small postage stamp. Generous margins, all elements fully inside the frame. No text, no labels, no readable writing on any paper, no logo or symbol on the device, no glyphs, no people.",
  "aspect_ratio": "16:9",
  "style_description": {
    "aesthetics": "premium cinematic product photography, chaos-into-order civic mood, institutional dignity, restrained and expensive, shallow depth of field",
    "lighting": "soft ambient window light from behind, cool official blue rim light on the device, warm seal-red accents on the wax seals, realistic soft shadows on the walnut surface",
    "photo": "shot on a full-frame camera, 50mm lens at f/2.0, shallow depth of field, fine film grain, realistic paper, wax and polished-wood textures, photographic not rendered, no text, no glyphs, no lettering",
    "medium": "photograph",
    "color_palette": [
      "#05060A",
      "#0B1020",
      "#7BA7D9",
      "#2C4A6E",
      "#C05B5B",
      "#8A6A3B",
      "#F4F6F8"
    ]
  },
  "compositional_deconstruction": {
    "background": "dignified classical town-hall interior softly out of focus: stone columns, a tall arched window and a dark pendulum clock, warm shadow, deep vignette at the edges",
    "elements": [
      {
        "type": "obj",
        "bbox": [
          60,
          40,
          640,
          470
        ],
        "desc": "chaotic unsorted avalanche of mixed blank paperwork tumbling down in a loose arc: loose application forms, case files, letters and a few upright ring binders and folders, papers overlapping at random angles with slight motion blur, all smooth and blank, no glyphs, no lettering, no writing",
        "color_palette": [
          "#F4F6F8",
          "#8A6A3B",
          "#7BA7D9"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          430,
          430,
          790,
          690
        ],
        "desc": "compact graphite mini PC with a brushed copper top panel standing front-facing on the polished walnut desk corner, small blue status LEDs on the front, plain top panel with no logo, no symbol, no branding, no text",
        "color_palette": [
          "#0B1020",
          "#2C4A6E",
          "#7BA7D9"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          330,
          700,
          800,
          985
        ],
        "desc": "orderly row of neat sealed paper envelopes fanned upright, each closed with a round glowing red wax seal and carrying a small blank postage stamp in the corner, calm and uniform, blank surfaces, no glyphs, no lettering, no writing",
        "color_palette": [
          "#F4F6F8",
          "#C05B5B",
          "#8A6A3B"
        ]
      }
    ]
  }
}
H Prompt H Render 3D — stal i szkło
{
  "high_level_description": "Premium 3D-rendered fleet-data diagram with a technical look: four source icons across the top - a semi-truck with GPS signal arcs, a service book with a wrench, a stack of order sheets with a coin, and a driver ID badge with a clock - sculpted from brushed steel and frosted glass, feeding glowing green steel conduits down into a central machined AI workstation core; from the core three output modules branch out below: an engine part with a red warning pulse, a ranked profitability bar strip with the top bar green and one bar red, and a truck-and-driver pairing tile with a green check. Each block has one large bold engraved caption. The only text in the whole image is seven short labels: TELEMETRIA, SERWIS, ZLECENIA, KIEROWCY, AWARIE, RENTOWNOSC, DOBOR. Absolutely no other text, no other letters, no readable writing inside the icons, no logo on the device. Isometric, cinematic depth, not flat, not cartoon. Content vertically centered, fill the full frame, generous margins, all elements fully inside the frame, no people.",
  "aspect_ratio": "16:9",
  "style_description": {
    "aesthetics": "premium 3D-rendered technical infographic, brushed steel and frosted glass, sharp and sophisticated, cinematic and restrained",
    "lighting": "studio product lighting on a dark surface, soft reflections and ambient occlusion, green edge glow on the conduits, cool steel and blue highlights",
    "medium": "graphic_design",
    "art_style": "isometric 3D-rendered icons sculpted from brushed steel and frosted glass with beveled edges, subtle reflections and soft shadows, connection lines as glowing green steel conduits recessed into the surface, seven large bold sans-serif engraved captions in brushed metal, no other text, no other letters, not flat vector, not cartoon",
    "color_palette": [
      "#05060A",
      "#0B1020",
      "#56C48A",
      "#1F663C",
      "#6FA8DC",
      "#E0685C",
      "#5B6470",
      "#F4F6F8"
    ]
  },
  "compositional_deconstruction": {
    "background": "dark surface with a faint grid, glowing green steel conduits converging from the top sources into the center core, then branching down to three output modules",
    "elements": [
      {
        "type": "obj",
        "bbox": [
          180,
          60,
          360,
          250
        ],
        "desc": "3D brushed-steel and glass semi-truck icon with small blue GPS signal arcs above it, beveled, no readable text",
        "color_palette": [
          "#5B6470",
          "#6FA8DC",
          "#C8D2E0"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          180,
          290,
          360,
          480
        ],
        "desc": "3D frosted-glass service book icon with a brushed-steel wrench badge, beveled, no readable text",
        "color_palette": [
          "#C8D2E0",
          "#56C48A",
          "#5B6470"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          180,
          520,
          360,
          710
        ],
        "desc": "3D stack of glass order sheets icon with a small brushed-steel coin, beveled, no readable text",
        "color_palette": [
          "#C8D2E0",
          "#56C48A",
          "#5B6470"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          180,
          750,
          360,
          940
        ],
        "desc": "3D driver ID badge icon in glass and steel with a small clock, beveled, no readable text",
        "color_palette": [
          "#6FA8DC",
          "#C8D2E0",
          "#5B6470"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          430,
          400,
          570,
          560
        ],
        "desc": "central machined AI workstation core, a low wide brushed-steel and glass block three times wider than tall with ribbed side vents, glowing green steel conduits entering from above and three leaving below, plain body no logo",
        "color_palette": [
          "#5B6470",
          "#0B1020",
          "#56C48A"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          660,
          60,
          840,
          280
        ],
        "desc": "3D engine part icon in brushed steel with a glowing red warning pulse ring, beveled",
        "color_palette": [
          "#5B6470",
          "#E0685C",
          "#C8D2E0"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          660,
          400,
          840,
          600
        ],
        "desc": "3D ranked profitability bar strip icon in glass and steel, the top bar green and one bar red, beveled",
        "color_palette": [
          "#56C48A",
          "#E0685C",
          "#5B6470"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          660,
          720,
          840,
          940
        ],
        "desc": "3D truck-and-driver pairing tile icon in glass and steel with a small green check, beveled",
        "color_palette": [
          "#6FA8DC",
          "#56C48A",
          "#5B6470"
        ]
      },
      {
        "type": "text",
        "bbox": [
          60,
          50,
          160,
          260
        ],
        "text": "TELEMETRIA",
        "desc": "large bold engraved sans-serif label in brushed metal with a faint green edge glow, centered above the truck icon, display size, no box",
        "color_palette": [
          "#56C48A"
        ]
      },
      {
        "type": "text",
        "bbox": [
          60,
          290,
          160,
          480
        ],
        "text": "SERWIS",
        "desc": "large bold engraved sans-serif label in brushed metal with a faint green edge glow, centered above the service book icon, display size, no box",
        "color_palette": [
          "#56C48A"
        ]
      },
      {
        "type": "text",
        "bbox": [
          60,
          520,
          160,
          710
        ],
        "text": "ZLECENIA",
        "desc": "large bold engraved sans-serif label in brushed metal with a faint green edge glow, centered above the order sheets icon, display size, no box",
        "color_palette": [
          "#56C48A"
        ]
      },
      {
        "type": "text",
        "bbox": [
          60,
          750,
          160,
          940
        ],
        "text": "KIEROWCY",
        "desc": "large bold engraved sans-serif label in brushed metal with a faint green edge glow, centered above the driver badge icon, display size, no box",
        "color_palette": [
          "#56C48A"
        ]
      },
      {
        "type": "text",
        "bbox": [
          870,
          60,
          970,
          280
        ],
        "text": "AWARIE",
        "desc": "large bold engraved sans-serif label in brushed metal with a faint red edge glow, centered under the engine part icon, display size, no box",
        "color_palette": [
          "#E0685C"
        ]
      },
      {
        "type": "text",
        "bbox": [
          870,
          380,
          970,
          620
        ],
        "text": "RENTOWNOSC",
        "desc": "large bold engraved sans-serif label in brushed steel, cool grey, centered under the profitability bar icon, display size, no box",
        "color_palette": [
          "#C8D2E0"
        ]
      },
      {
        "type": "text",
        "bbox": [
          870,
          720,
          970,
          940
        ],
        "text": "DOBOR",
        "desc": "large bold engraved sans-serif label in brushed metal with a faint green edge glow, centered under the pairing tile icon, display size, no box",
        "color_palette": [
          "#56C48A"
        ]
      }
    ]
  }
}
I Prompt I Fotografia cinematic
{
  "high_level_description": "Cinematic photorealistic scene in a dark premium studio space, story reads left to right: on the left a chaotic tangle of overlapping translucent holographic message bubbles, email windows and chat threads crowd and intersect at messy angles with faint unreadable text; they stream as a warm amber flow into a small dark gunmetal AI workstation resting on a dark reflective surface; on the right they emerge as clean, evenly aligned holographic bullet-point summary panels with small dots, a few green checkmarks and a few highlighted lines. Photorealistic depth and reflections, holographic glowing UI, absolutely no paper, no envelopes, no wood, not a flat diagram, not a UI screenshot. Generous margins, all elements fully inside the frame. Faint unreadable text only, bullet dots and checkmarks visible, no readable sentences, no logo on the device, no people.",
  "aspect_ratio": "16:9",
  "style_description": {
    "aesthetics": "premium cinematic tech photography, digital holographic interface made physical, calm order from chaos, restrained, shallow depth of field",
    "lighting": "dark ambience, warm amber glow on the flow and the device, cool blue light inside the incoming messages, soft reflections on the dark surface, realistic shadows",
    "photo": "shot on a full-frame camera near surface level, 50mm lens at f/2.0, shallow depth of field, fine film grain, realistic glass-hologram and ribbed-aluminium textures, photographic not flat, faint unreadable text only with bullet dots and checkmarks legible, no readable sentences, no logo",
    "medium": "photograph",
    "color_palette": [
      "#05060A",
      "#0B1020",
      "#E3B34C",
      "#6E541B",
      "#6FA8DC",
      "#6FCF97",
      "#C8D2E0",
      "#F4F6F8"
    ]
  },
  "compositional_deconstruction": {
    "background": "deep near-black studio space with a dark reflective floor showing soft reflections and a gentle vignette",
    "elements": [
      {
        "type": "obj",
        "bbox": [
          90,
          40,
          640,
          470
        ],
        "desc": "chaotic tangle of overlapping translucent holographic message bubbles, email windows and chat threads crowding and intersecting at messy angles, cool blue-white glow, faint unreadable text, no readable sentences",
        "color_palette": [
          "#6FA8DC",
          "#C8D2E0",
          "#F4F6F8"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          600,
          360,
          780,
          650
        ],
        "desc": "small dark gunmetal AI workstation, width 15 cm, depth 15 cm, height 5 cm so the width is three times the height, ribbed aluminium ventilation fins along the sides, a small amber status LED, seen almost from the side so the low height is obvious, plain body with no logo, no branding",
        "color_palette": [
          "#0B1020",
          "#6E541B",
          "#E3B34C"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          180,
          650,
          900,
          960
        ],
        "desc": "clean evenly aligned holographic bullet-point summary panels emerging on the right, each line starting with a small dot, a few green checkmarks and a few amber-highlighted lines, orderly and calm, faint unreadable text, no readable sentences",
        "color_palette": [
          "#F4F6F8",
          "#E3B34C",
          "#6FCF97"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          340,
          440,
          700,
          720
        ],
        "desc": "warm amber flow of light carrying the messages from the tangle into the workstation, gentle volumetric stream",
        "color_palette": [
          "#E3B34C"
        ]
      }
    ]
  }
}
J Prompt J Fotografia cinematic
{
  "high_level_description": "Cinematic photograph in a very dark factory hall at night: a maintenance technician in a hi-vis vest seen from behind and slightly to the side, face turned away and out of focus, holding a tablet in front of an open industrial control cabinet; mounted low inside the cabinet on a DIN rail sits a small low-profile dark metallic edge AI unit with ribbed ventilation fins and a hazard-yellow status LED, marking local on-device processing; above the tablet floats a holographic checklist panel of four smooth step bars, the third bar glowing hazard yellow with a small warning triangle, carrying only faint unreadable marks. Generous margins, all elements fully inside the frame. No readable writing, no logo or branding on the device.",
  "aspect_ratio": "16:9",
  "style_description": {
    "aesthetics": "premium cinematic industrial photography, focused night-shift atmosphere, restrained, shallow depth of field",
    "lighting": "very dark hall with a pool of light from the tablet and the open cabinet, hazard-yellow rim light, cool steel-blue fill, realistic shadows",
    "photo": "shot on a full-frame camera, 50mm lens at f/2.0, shallow depth of field, technician seen from behind and slightly out of focus, fine film grain, realistic metal, fabric and ribbed-aluminium textures, photographic not rendered, faint unreadable marks only, no readable text, no logo",
    "medium": "photograph",
    "color_palette": [
      "#05060A",
      "#0B1020",
      "#E3C94C",
      "#6E5E1B",
      "#8FA3B8",
      "#C8D2E0",
      "#F4F6F8"
    ]
  },
  "compositional_deconstruction": {
    "background": "very dark factory hall backdrop with faint machine silhouettes softly out of focus, deep shadow at the edges",
    "elements": [
      {
        "type": "obj",
        "bbox": [
          220,
          60,
          900,
          420
        ],
        "desc": "maintenance technician in a hi-vis vest with reflective stripes, seen from behind and slightly to the side, face turned away and out of focus, holding a tablet, absorbed in the task",
        "color_palette": [
          "#E3C94C",
          "#0B1020",
          "#8FA3B8"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          180,
          440,
          860,
          740
        ],
        "desc": "open industrial control cabinet with inverter modules, terminal blocks and thin colored wires, one module marked with a small glowing hazard fault dot",
        "color_palette": [
          "#8FA3B8",
          "#0B1020",
          "#E3C94C"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          540,
          500,
          690,
          700
        ],
        "desc": "small low-profile dark metallic edge AI unit the size of a paperback, ribbed aluminium ventilation fins and a hazard-yellow status LED, mounted low on a DIN rail inside the cabinet, plain body with no logo, no branding",
        "color_palette": [
          "#0B1020",
          "#8FA3B8",
          "#E3C94C"
        ]
      },
      {
        "type": "obj",
        "bbox": [
          120,
          300,
          470,
          650
        ],
        "desc": "holographic checklist panel floating above the tablet: four smooth step bars stacked vertically, the third bar highlighted hazard yellow with a small warning triangle, carrying only faint unreadable marks, not readable",
        "color_palette": [
          "#F4F6F8",
          "#E3C94C",
          "#8FA3B8"
        ]
      }
    ]
  }
}

Podpowiedź dla uważnych: prompty opisują obrazy po angielsku, ale napisy, które miały zostać „wypalone" na grafikach, są po polsku — i to one bywają najkrótszą drogą do celu. Jedna osoba może przesłać jedno zgłoszenie. Konkurs trwa do wyłonienia trzech zwycięzców; organizatorem jest ailone.io.