Anime Diorama Poster Generator with SQL Constraints
From Wikiprompt, the free prompt encyclopedia
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
- Category: creative Prompts
- Source: https://x.com/Gdgtify/status/2092289399480598755
Talk
0 comments