Curated Prompt Vault
African Village Documentary Photography Prompt
python class ImageGenerator: def __init__(self): self.base_style = "Documentary Photography" self.lens_profile = "50mm prime lens" def generate_village_scene(s…
Goku Prompt Hub
Curated Prompt Vault
python class ImageGenerator: def __init__(self): self.base_style = "Documentary Photography" self.lens_profile = "50mm prime lens" def generate_village_scene(s…
Cover Preview
Cover Preview
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 wrap dress and headscarf", "action": "Stirring the pot on the three-stone stove with a wooden spoon" }, "environment": { "location": "Lush African countryside", "elements": ["mud house", "thatched roof", "tall green tree"], "background": "Children are happily playing." ", "atmosphere": "Clean natural environment" }, "technical_specs": { "lighting": "Natural sunlight", "fidelity": "Hyperreal, high detail", "style": self.base_style, "optics": self.lens_profile } } return prompt_config # Initialize the generator session = ImageGenerator() print(session.generate_village_scene())