画像 プロンプト
アフリカの村の風景を写したドキュメンタリー写真

豊かな田園の村で、火にかかった鍋をかき混ぜる若いアフリカ人女性のドキュメンタリー風写真を生成するための、プログラムによるプロンプト構造。環境(土壁の小屋、茅葺き屋根、高い木々)と技術的な詳細(50mm レンズ、自然光、超リアルな忠実度)が指定されています。
プロンプト
```python
class ImageGenerator:
def __init__(self):
self.base_style = "Documentary Photography"
self.lens_profile = "50mm prime lens"
def generate_village_scene(self):
prompt_config = {
"subject": {
"actor": "Young African woman",
"attire": "patterned wrapper and headscarf",
"action": "stirring a pot with a wooden spoon over a three-stone fire"
},
"environment": {
"location": "Lush rural African village",
"elements": ["mud huts", "thatched roofs", "tall green trees"],
"background": "children playing happily",
"atmosphere": "clean natural environment"
},
"technical_specs": {
"lighting": "Natural sunlight",
"fidelity": "Ultra-realistic, high detail",
"style": self.base_style,
"optics": self.lens_profile
}
}
return prompt_config
# Initialize the generator
session = ImageGenerator()
print(session.generate_village_scene())
```
Nano Banana Pro の他のプロンプト
クリエイターのために。ずっと無料。
YouMind は世界中のクリエイターに信頼される AI 制作パートナーです。ここにあるプロンプトは、より速く、より良い制作を助けるために厳選されています。


