Talk

Anime Diorama Poster Generator with SQL Constraints

From Wikiprompt, the free prompt encyclopedia

Gadgetify
Contributed byGadgetifyXSource

Aug 25, 2026

Anime Diorama Poster Generator with SQL Constraints A structured SQL-style prompt to generate a diorama poster of an anime world, with constraints for canonical geography, placement fidelity, readability, and sharpness.

Related media

Prompt ContentSave

🌐
WITH input(anime) AS ( VALUES (:ANIME) ), world AS ( SELECT CASE WHEN fictional_map(anime) THEN canonical_continent(anime) ELSE primary_geography(anime) END AS boundary, -- the branch (A₁) locations(anime) AS locs, identity(anime) AS ident, cast(anime) AS cast, meta(anime) AS meta FROM input ), slab AS ( SELECT extrude(boundary, 'rock', 'rough_cliff') AS base FROM world ), top AS ( SELECT embed(locs, canonical_xy) AS surface FROM world ) -- Aβ‚‚ canonical placement SELECT poster( float_centered(base βŠ• surface βŠ• micro(cast) βŠ• readable_markers(locs), lower_two_thirds, margins, never_touch_edges), soft_warm_top βŠ• diffuse_shadows βŠ• drop_shadow('off_white'), focus=>'everything_sharp', blur=>0, type_stack=>(caps(world_name), dominant_condensed(anime,'charcoal'), caps(studio_year)) ) AS diorama_poster FROM slab, top, world -- A₁: CHECK ( footprint = canonical boundary ) -- Aβ‚‚: CHECK ( placement fidelity β‰₯ :tau AND identity faithful AND NOT western_generic ) -- A₃: CHECK ( markers readable AND micro dense AND iconic present ) -- Aβ‚„: CHECK ( blur=0 AND sharp_everywhere AND miniature_read ) -- Aβ‚…: CHECK ( lower_two_thirds AND NOT touches_edges AND hierarchy correct ) -- forbidden rows (blur / generic shape / misplaced / western / touching edges / wrong stack) violate CHECKs ;

Sign in to see the full prompt

Continue with:

By logging in, you agree to our Terms of Use and Privacy Policy

Usage

This prompt is designed for use with creative. Copy the prompt content above and paste it into your preferred AI tool.

For best results, you may customize the placeholders (indicated by square brackets or capital letters) with your specific requirements.

References

Categories:creative| twitter| anime| diorama

Talk