竖版【9:16】,写实高清韩系轻奢居家健身时尚人像摄影,真实专业相机或高质量智能手机后置镜头抓拍质感。画面中是一位明星颜值(超神仙顶级颜值,绝美颜值,精灵系,欲姐系,萝莉系,娃娃脸可爱系等五官黄金搭配比例。)的东亚女性【身份变量:居家博主/瑜伽教练/健身博主/时尚模特/生活达人/轻奢名媛】,位于【场景变量:轻奢客厅/酒店套房/健身公寓/私人衣帽间/阳光卧室/高层公寓】,空间采用【风格变量:韩系奶油风/日系原木风/现代轻奢风/都市极简风/法式公寓风】,配置浅色沙发、原木桌椅、柔软抱枕、玩偶摆件、暖色壁灯和整洁生活用品,人物身份、服装与场景自然匹配。极具辨识度的神仙颜值、仅在范围内微调【脸型变量】、【眼型变量】和【妆容变量】。;发型选择【发型变量:黑茶高马尾/栗棕低马尾/深黑披肩发/松弛丸子头】,保留蓬松发量、自然发丝和脸侧碎发。角色皮肤冷白皮牛奶肌白皙细腻,通透柔嫩,保留真实毛孔、细小绒毛、自然肤色变化和轻微皮肤纹理;九头身模特身材,蜂腰丰臀沙漏型身材,肩颈纤细优美,上围饱满挺拔且形态自然,腰部纤细紧致,腰臀落差明显,臀胯丰润圆翘,双腿修长笔直,四肢纤细修长,重点突出画面内出现的饱满上围、极细蜂腰、丰润臀围和修长双腿,同时保持真实合理的人体结构。服装整体版型固定为贴身短款圆领短袖T恤搭配高腰塑形瑜伽裤,只改变颜色、面料细节、配饰和品牌,不改变整体基础造型;上衣选择【上衣色变量:奶油白/雾霾蓝/樱花粉/浅燕麦/炭灰黑】,保持短款收腰、微弹罗纹面料和贴身轮廓,裤装选择【裤装色变量:石墨灰/深海蓝/莫兰迪紫/奶茶棕/雾粉灰】,保持超高腰、紧致包覆、提臀剪裁、蕾丝拼接腰封和中央蝴蝶结装饰;品牌选择【品牌变量:高端运动牌/轻奢瑜伽牌/设计师运动牌/潮流健身牌】,仅改变面料纹理、细节缝线和微型品牌标识,禁止改变服装版型,避免乱码、大面积文字和夸张Logo。配饰选择【配饰变量:银色手镯/细链项链/珍珠耳钉/运动腕表/无配饰】,保持轻奢简约。基础动作保留参考图的正面站立姿态,身体正对镜头,双臂向上弯曲、双手置于脑后整理头发,手臂形成自然拱形,肩颈舒展,腰背挺直,腹部轻微收紧,双腿靠拢并略微错位;也可选择【动作变量:双手束马尾/双手扶后脑/单手理发丝/抬臂轻拉伸/侧身回望/轻抬下巴】,神态选择【神态变量:平静直视/轻柔浅笑/清冷凝视/微微抿唇/慵懒放松】,动作自然松弛,不僵硬摆拍。镜头选择【视角变量:正面平视/低机位仰拍/侧前近景/镜面反射/沙发前景/门框遮挡】,基础构图为人物居中、头顶至大腿或小腿的中远景,35—50mm等效焦段,轻微纵深压缩,人物面部与身材清晰,背景适度虚化;使用柔和窗光、暖白室内灯和细腻侧光塑造面部、上围、腰线、臀胯与腿部立体轮廓,冷调通透肤色结合温暖环境光,真实曝光、自然阴影、细腻发丝、真实织物纹理和高级商业人像质感。画面中仅出现女主一人,删除多余人物、杂乱物品、文字乱码、水印、签名、界面元素和夸张Logo,避免动漫脸、塑料皮肤、过度磨皮、畸形手指、错误肢体、扭曲腰胯和不合理身体比例。
Monochrome Noir Crime Novel Covers
A striking black-and-white graphic poster features four fictional crime novel covers rendered in a dramatic film noir style. The images depict classic detective characters and mysterious urban or rural settings, enveloped in heavy rain and fog with high-contrast chiaroscuro lighting.
Prompt
2x2 grid, 16:9, do this for 4 non copyrighted books real book about crime/police/detectives:: <instructions> class MonochromeNoirRaincut: def __init__(self, subject="$SUBJECT"): self.subject = subject self.illustration = self.__infer__() def __infer__(self): noir = NoirIllustration() # convert identity to angular graphic distortion noir.silhouette = convert_to_angular_planes(self.subject, style='sharp geometry, wedge-like') noir.shading = apply_chiaroscuro(self.subject, blacks='deep', highlights='white cutout', grays='hatching') noir.texture = apply_scratchboard_grain(self.subject, detail='rain streaks, crosshatch, stipple') # environment noir.background = towering_noir_cityscape(vertical_silhouettes=True, mist=True, perspective='low-angle') noir.atmosphere = heavy_rain_lines(diagonal=True) + backlit_glow() + fog_bands() # composition noir.frame = 'dramatic low-angle, subject foreground silhouette against bright misty glow' noir.finish = 'black-and-white, no color, high-contrast graphic poster, film noir frozen storm' return noir def render(self): return render_noir_poster(self.illustration, avoid=['color', 'photorealism', 'soft airbrush', 'glossy 3D', 'cute', 'clean vector', 'bright even light']) exec(MonochromeNoirRaincut().render()) </instructions>
How to Use This Prompt
Copy the prompt
Grab the cleaned-up prompt in your language, or send it straight to the editor with one click.
Pick your model
We pre-select the model that produced this result, but you can swap it for any model Vorla supports.
Generate and refine
Run it as-is to reproduce the look, then edit the wording to make the result your own.
All Image Categories
Nano Banana Pro
Red-Haired Woman on NYC Rooftop
Woman in Teal Swimsuit on Beach
Night Alley Character in Latex
Seedream 5.0 Pro
Cute Cat with Lantern at Twilight
High-Fashion Editorial Portrait with Chess Queen
Woman with Cat-Eye Glasses Portrait
Dreamy Portrait with Soft Lighting
Find Your Next AI Prompt
One search covers every model and both mediums, and copying what you find costs nothing.















































