Last active
June 15, 2026 20:22
-
-
Save molbal/7a3d703b0a800dbdde6c1998a23a6f2b to your computer and use it in GitHub Desktop.
Ideogram 4 gguf tester prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "high_level_description": "A vintage 1990s skateboarding magazine poster featuring a dynamic, low-angle shot of a young athletic female skateboarder in a bikini, suspended high in mid-air above a concrete skatepark ramp, overlaid with retro typography and zine-style graphics.", | |
| "style_description": { | |
| "aesthetics": "1990s skateboarding magazine zine aesthetic, strong graphic design layout, film grain, retro color palette", | |
| "lighting": "Bright, crisp outdoor sunlight with deep shadows, mimicking a harsh midday sun or strong low-angle flash typical of 90s skate photography", | |
| "photo": "35mm film photography, low-angle fisheye lens perspective, grain and slight chromatic aberration", | |
| "medium": "mixed media photography and digital graphic design", | |
| "color_palette": [ | |
| "#4A90E2", | |
| "#D0021B", | |
| "#F5F5F5", | |
| "#7ED321", | |
| "#9B9B9B" | |
| ] | |
| }, | |
| "compositional_deconstruction": { | |
| "background": "A crisp, bright blue sky dominating the frame. In the lower distance, a few bare trees, a street light pole, and the steep edge of a concrete skatepark ramp are visible. The entire background has a distressed film grain.", | |
| "elements": [ | |
| { | |
| "type": "obj", | |
| "bbox": [ | |
| 50, | |
| 50, | |
| 950, | |
| 400 | |
| ], | |
| "desc": "Massive, soft, cloud-like white bubble letters spelling out the brand name 'COMFY'. The letters span across the upper half of the poster, situated behind the main subject in the sky.", | |
| "color_palette": [ | |
| "#FFFFFF", | |
| "#F5F5F5", | |
| "#E0E0E0" | |
| ] | |
| }, | |
| { | |
| "type": "obj", | |
| "bbox": [ | |
| 250, | |
| 150, | |
| 750, | |
| 600 | |
| ], | |
| "desc": "A young athletic female skateboarder suspended high in mid-air in a dynamic, limbs-extended pose. She is wearing a bikini, and red and white retro skate shoes.", | |
| "color_palette": [ | |
| "#7CA8D9", | |
| "#FFFFFF", | |
| "#D0021B", | |
| "#2C2C2C" | |
| ] | |
| }, | |
| { | |
| "type": "obj", | |
| "bbox": [ | |
| 350, | |
| 620, | |
| 650, | |
| 750 | |
| ], | |
| "desc": "A skateboard detached from the skater, flipping mid-air horizontally below him. The underside of the deck is visible, featuring a brightly colored graphic with collage art and vibrant neon green accents.", | |
| "color_palette": [ | |
| "#7ED321", | |
| "#111111", | |
| "#FF007F", | |
| "#FFFFFF" | |
| ] | |
| }, | |
| { | |
| "type": "obj", | |
| "bbox": [ | |
| 40, | |
| 450, | |
| 240, | |
| 650 | |
| ], | |
| "desc": "Zine-style graphic overlays on the mid-left: bold white text reading 'EFFORTLESS GGUF' stacked next to a small white graphic of a skater. The graphic is framed by red bracket crosshairs containing the word 'QUANT'.", | |
| "color_palette": [ | |
| "#FFFFFF", | |
| "#D0021B" | |
| ] | |
| }, | |
| { | |
| "type": "obj", | |
| "bbox": [ | |
| 760, | |
| 480, | |
| 960, | |
| 560 | |
| ], | |
| "desc": "Distressed white typographic overlay on the mid-right reading 'NO STRESS. 100%'.", | |
| "color_palette": [ | |
| "#FFFFFF" | |
| ] | |
| }, | |
| { | |
| "type": "obj", | |
| "bbox": [ | |
| 100, | |
| 780, | |
| 900, | |
| 900 | |
| ], | |
| "desc": "A smooth, flowing tribal-style graphic sitting just above a large, bold white tagline reading 'EMBRACE THE FLOW, RIDING WITH EASE'. The word 'EASE' is highlighted by a rough, translucent red spray-paint circle.", | |
| "color_palette": [ | |
| "#FFFFFF", | |
| "#D0021B" | |
| ] | |
| }, | |
| { | |
| "type": "obj", | |
| "bbox": [ | |
| 150, | |
| 910, | |
| 850, | |
| 960 | |
| ], | |
| "desc": "Smaller, distressed white text centered at the very bottom reading 'THE ULTIMATE RELAXED EXPERIENCE WHERE YOU SET THE PACE'.", | |
| "color_palette": [ | |
| "#FFFFFF" | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment