← 返回提示词图库

PROMPT RECORD图像记录

SELECT calligram FROM typographic_zoology WHERE word = '[ANIMAL]' -- OCTOPUS | HERON | FOX | …AI...

AI 图像 Gdgtify Wed Jun 24 12:35:00 +0000 2026
查看来源

中文说明

SELECT calligram FROM typographic_zoology WHERE word = '[ANIMAL]' -- OCTOPUS | HERON | FOX | …AI 推断其余部分 AND form = silhouette(word) -- 字形弯入身体 AND mapping = letters(word) -> anatomy -- 每个字母变成一个身体部位 AND keystone = "the animal's most iconic curve IS one letter" -- S=脖子,S=盘绕 AND style = 'single-weight black ink, white ground, one continuous gesture' AND accen...

原始 Prompt

SELECT calligram FROM typographic_zoology WHERE word        = '[ANIMAL]'                  -- OCTOPUS | HERON | FOX | …AI infers rest   AND form        = silhouette(word)            -- glyphs bend into the body   AND mapping     = letters(word) -> anatomy    -- each letter becomes a body part   AND keystone    = "the animal's most iconic curve IS one letter"  -- S=neck, S=coil   AND style       = 'single-weight black ink, white ground, one continuous gesture'   AND accent      = 'exactly one tiny detail: eye | beak | fin | whisker'   AND legibility  >= 0.7 ORDER BY elegance DESC LIMIT 1;