Text -> Image
AI 이미지 프롬프트 템플릿
Python-Scripted Hidden Logo Landscape
A highly creative prompt formatted as a Python class to generate pareidolia-style landscapes where logos are hidden as negative space in the terrain. - YouMind
추천 모델: gpt-image-2
이 AI 이미지 프롬프트 소개
A highly creative prompt formatted as a Python class to generate pareidolia-style landscapes where logos are hidden as negative space in the terrain. - YouMind
프롬프트
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())3a이 AI 이미지 프롬프트 템플릿 사용 방법
- 1프롬프트 복사 — 템플릿의 프롬프트와 네거티브 프롬프트를 가져오세요.
- 2모델 선택 — 가장 잘 맞는 추천 AI 모델을 고르세요.
- 3생성 — 클릭 한 번으로 스튜디오를 열어 결과를 만드세요.