How do I use the Python-Scripted Hidden Logo Landscape template?
Choose the primary action to open PicX Studio with the available template settings. Review the model and format, personalize the creative direction, and generate when ready.
A highly creative prompt formatted as a Python class to generate pareidolia-style landscapes where logos are hidden as negative space in the terrain. Change the subject, setting, or lighting one variable at a time.

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())
Choose the primary action to open PicX Studio with the available template settings. Review the model and format, personalize the creative direction, and generate when ready.
Yes. You can change the subject, setting, lighting, mood, format, and available model controls before creating your image.
This template is free to open and customize. Generation usage is shown in PicX Studio before you create.
Start with GPT Image 2, which is the model associated with this template. You can compare another compatible model for a different finish.
Follow a topic to a crawlable collection of related PicX Studio templates.
43,474 public templates available. Verified via the PicX Studio public templates API; refreshed hourly.