Python スクリプトで生成するロゴが隠された風景

地形のネガティブスペースにロゴが隠されたパレイドリア現象のような風景を生成するための、Python クラス形式の非常にクリエイティブなプロンプトです。
プロンプト
2x2 グリッド、よく考えて機能する異なる入力 a と b を見つけてください: class HiddenLogoLandscape: def __init__(self, logo="{Input A}", biome="{Input B}"): self.logo = logo self.biome = biome self.scene = self.__infer__() def __infer__(self): s = Scene() s.terrain = Terrain() # カービングルール: メインのロゴ形状をバイオームの表面のネガティブスペースとして切り抜く s.terrain.negative_carve = self.logo.main_body s.terrain.negative_altitude = -150 # メートルのドロップ s.terrain.negative_texture = f"dark {self.biome.material} (shadowed forest, void canyon)" # 分離したパーツのための浮遊島 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
上の完全なプロンプトをコピーします。
- 2
GPT Image 2 に対応したプラットフォーム(YouMind など)を開き、プロンプトを貼り付けます。
- 3
アイデアに合わせて被写体・スタイル・細部を入れ替え、生成します。
これは YouMind のプロンプトライブラリにある無料の AI プロンプトです。ほかにも数千点の 画像 プロンプトがあり、すべて自由にコピーして使えます。
ほかの 画像 プロンプトを見るその他のプロンプト機能
ビジョンツール
画像からプロンプト
どんな写真も詳細な AI 画像プロンプトに変換。無料の Image to Prompt 変換ツールが構図・スタイル・ライティングを解析し、数秒で同じ表現を再現できます。
クリエイターのために。ずっと無料。
YouMind は世界中のクリエイターに信頼される AI 制作パートナーです。ここにあるプロンプトは、より速く、より良い制作を助けるために厳選されています。





