视频 图片
登录
Artemis II 任务日记景观

Artemis II 任务日记景观

A complex, structured prompt for Nano Banana using Python-like class definitions to generate a hyper-detailed diorama visualization of an astronaut's mission-planning journal for the Artemis II mission, focusing on the transition of 2D sketches into physical 3D miniatures.

观看487
点赞29
评论3
分享4
收藏13
引用0
翻译
针对阿提米丝 II 任务运行此操作:class Artemis_Journal_Diorama:
    def __init__(self, subject="阿提米丝 II 任务"):
        # AI 推断正确的材料、纹理和桌面环境
        self.stage = "AI 推断的太空人任务规划日记摊开在 AI 推断的技术工作站上。"
        self. lighting = "AI 推断的混合照明:任务灯温暖 + 冷仪器面板光晕。"

    def semantic_2D_to_3D_growth(self):
        # AI 推断此主题的'2D 任务草图'是什么样子
        page_texture = (
            f"AI 推断的手写笔记、轨迹弧线、模块示意图, "
            f"以及与 {self.subject} 相关的任务注释,以精确的 2D 石墨图表呈现。"
        )

        # AI 推断哪些实体 3D 元素应从这些草图中浮现
        diorama_pop = (
            f"2D 任务示意图过渡为实体 3D 微缩模型: "
            f"AI 推断的太空船部件、组员人物、月球几何, "
            f"以及任务特定硬件无缝地从纸张中升起。"
        )

        return [page_texture, diorama_pop]

    def scatter_ephemera(self):
        # AI 推断与任务相关的桌面物品,无需硬编码类别
        return infer_aerospace_ephemera(self.subject)
        # 示例(AI 推断,非固定):任务臂章、导航工具、
        # 微型月球模型、打印遥测数据、进程检查表、
        # 文件标题、工程铅笔等。

render(Artemis_Journal_Diorama())

机器翻译 — 实际生成作品的是原文提示词。

✨ 生成 原始帖子 在 Hitboard 打开