
アフリカの村の風景を写したドキュメンタリー写真
A programmatic prompt structure for generating a documentary-style photograph of a young African woman stirring a pot over a fire in a lush rural village. It specifies the environment (mud huts, thatched roofs, tall trees) and technical details (50mm lens, natural sunlight, ultra-realistic fidelity).
回視聴107
いいね2
コメント1
シェア0
ブックマーク0
引用0
翻訳
クラス ImageGenerator:
def __init__(self):
self.base_style = "ドキュメンタリー写真"
self.lens_profile = "50mm プライムレンズ"
def generate_village_scene(self):
prompt_config = {
"subject": {
"actor": "若いアフリカの女性",
"attire": "柄付きラッパーとヘッドスカーフ",
"action": "3石の火の上で木製のスプーンで鍋をかき混ぜている"
},
"environment": {
"location": "緑豊かな農村アフリカの村",
"elements": ["泥の小屋", "芝生の屋根", "背の高い緑の木"],
"background": "子供たちが幸せに遊んでいる",
"atmosphere": "清潔な自然環境"
},
"technical_specs": {
"lighting": "自然の日光",
"fidelity": "超リアル、高詳細",
"style": self.base_style,
"optics": self.lens_profile
}
}
return prompt_config
# ジェネレーターを初期化
session = ImageGenerator()
print(session.generate_village_scene())
機械翻訳 — この作品を生成したのは元のプロンプトです。

















