Camera Control

Python-Scripted Hidden Logo Landscape

来源Gadgetify
发布时间2026年6月11日
原始语言EN
分类
Camera ControlCameraBackground
点赞
25
浏览
773

完整提示词

使用这个提示词

2x2 grid, think hard and find different input as and bs that work: class HiddenLogoLandscape: def __init__(self, logo="{argument name="logo name" default="{Input A}"}", biome="{argument name="biome" default="{Input B}"}"): self.logo = logo self.biome = biome self.scene = self.__infer__() def __infer__(self): s = Scene() s.terrain = Terrain() # Carving rule: main logo shape is a negative space drop in the biome's surface s.terrain.negative_carve = self.logo.main_body s.terrain.negative_altitude = -150 # meters drop s.terrain.negative_texture = f"dark {self.biome.material} (shadowed forest, void canyon)" # Floating islands for detached parts s.terrain.floating_islands = [{ "shape": part, "material": f"{self.biome.material} floating landmass", "altitude": +200, "position": "suspended above main shape" } for part in self.logo.detached_elements] s.atmosphere = "swirling clouds, mist, god rays backlight" s.pareidolia = "edges formed organically by trees, cliffs, snow—no smooth vectors" s .camera = "aerial drone, 1:1 framing, high contrast, cinematic" return s def render(self): return NationalGeographicAerial(self.scene) exec(HiddenLogoLandscape().render())

如何使用这条提示词

  1. 1点击“使用这个提示词”,在 Orelon 创作工作台中打开它。
  2. 2根据你的想法调整主体、风格和细节。
  3. 3生成、迭代并持续优化,直到获得满意的结果。

这是 Orelon 提示词库里的一条免费 AI 提示词。这里还有成千上万条图像提示词,都能免费复制和改用。

探索更多图像提示词

准备好就开始

把这条提示词变成你的作品。

从这条精选创作方向开始,在 Orelon 中塑造你的下一张视觉作品。

使用这个提示词