非洲村庄场景的纪实照片
提示词
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
- 来源作者
- Precious 💕
- 来源 ID
- c7f749f5-016e-4f94-8cce-cef8b28bf4b7
- 发布时间
- 2026年3月8日
浏览量0
















