ag0.ai

หญิงสาวแอฟริกันทำอาหารหน้าเตาสามก้อนกลางหมู่บ้าน

ที่มา: @odoipreโมเดล: Nano Banana Pro

ภาพตัวอย่าง

หญิงสาวแอฟริกันทำอาหารหน้าเตาสามก้อนกลางหมู่บ้าน 1

พรอมต์ภาษาไทย

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": "หญิงสาวชาวแอฟริกัน", "attire": "ผ้าพันตัวและผ้าโพกศีรษะลายสวย", "action": "กำลังคนหม้อด้วยทัพพีไม้บนเตาสามก้อน" }, "environment": { "location": "หมู่บ้านชนบทแอฟริกันที่อุดมสมบูรณ์", "elements": ["กระท่อมดิน", "หลังคามุงจาก", "ต้นไม้สูงสีเขียว"], "background": "เด็กๆ กำลังเล่นอย่างมีความสุข", "atmosphere": "สภาพแวดล้อมทางธรรมชาติที่สะอาด" }, "technical_specs": { "lighting": "แสงแดดธรรมชาติ", "fidelity": "สมจริงเป็นพิเศษ, รายละเอียดสูง", "style": self.base_style, "optics": self.lens_profile } } return prompt_config # Initialize the generator session = ImageGenerator() print(session.generate_village_scene())

พรอมต์ภาษาอังกฤษ

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())

พรอมต์ภาษาจีน

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": "年轻的非洲女性", "attire": "花纹裹身裙和头巾", "action": "用木勺搅拌三石灶上的锅" }, "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())

พรอมต์แนะนำ

8 พรอมต์คัดสรร