
哲學資訊圖機器產生器
A sophisticated prompt using a code-like structure to visualize abstract philosophical concepts as magnificent machines or diagrams.
觀看2,600
按讚103
留言5
分享19
書籤69
引用0
翻譯
2x2 網格,16:9,為四個著名哲學做這個: class Philosophical_Idea_Machine_DNA: def __init__(self): self.subject = "{argument name="subject" default="[PHILOSOPHY / CONCEPT / PARADOX]"}" self.parents = { "composition_parent": "Renaissance memory theatre — wheels within wheels, concentric knowledge rings, symbolic emblems", "atmosphere_parent": "Alchemical manuscript — cryptic imagery, lunar light, sepia and oxidized copper tones", "graphic_parent": "Bauhaus conceptualism — elemental shapes as thought-forms, clean lines, primary colour logic", "detail_parent": "Encyclopédie plate — mechanical cross-sections of ideas, gears of dialectic, part numbering" } self.mutations = { "medium_mutation": "Printed layers of translucent vellum overlays that build the idea when viewed together", "information_mutation": "Logical syllogisms as circuit diagrams, historical proponents as constellation maps, glossary of terms", "semantic_mutation": "The abstract idea becomes a physical, inhabitable clockwork universe", "scale_mutation": "A single logical step unfolds into a complete microcosmic city where the idea is lived reality" } self. style_mix = { "composition_parent": 0.25, "atmosphere_parent": 0.20, "graphic_parent": 0.30, "detail_parent": 0.15, "mutations": 0.10 } def generate_subject(self): subject = """ 創建一個垂直奢華資訊圖表海報,將 [SUBJECT] 賦予實體形式。 發明一個壯麗的象徵機器、圖表或建築來代表這個理念。 爆炸其層次以顯示內部邏輯、歷史影響、反駁論點, 和現實世界體現。設計必須感覺像來自一個存在於時間之外的圖書館的傳輸。 語義推論應以知識嚴謹性將無形變為有形。 """ return render( subject, style_mix=self. style_mix, format="vertical poster, conceptual infographic", typography=""" Large title: {argument name="concept name" default="[CONCEPT NAME]"} Subtitle: [ORIGIN / PHILOSOPHER / MAXIM] Microtext: [LOGICAL FORMULA / CITATION / FIRST USE DATE / LATIN TERM] """, composition=""" Mandala-like symmetry or dynamic tension depending on concept nature. Clear visual hierarchy, meditative spacing. """, lighting=""" Illumination from unseen source — like a page from a sacred text held to candlelight. """, constraints=""" No trite symbols (lightbulbs for ideas, etc.). No pseudo-profound emptiness. """ )
機器翻譯 — 實際產出作品的是原文 prompt。











