
哲学信息图机器产生器
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. """ )
机器翻译 — 实际生成作品的是原文提示词。











