이미지 프롬프트
아프리카 마을 풍경을 담은 다큐멘터리 사진

무성한 시골 마을에서 불 위에 냄비를 젓고 있는 젊은 아프리카 여성의 다큐멘터리 스타일 사진을 생성하기 위한 프로그래밍 방식 프롬프트 구조. 환경(흙집, 초가 지붕, 키 큰 나무)과 기술적 세부 사항(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 창작 파트너입니다. 이곳의 모든 프롬프트는 더 빠르고 더 나은 창작을 돕기 위해 엄선되었습니다.


