1/2
PROMPT RECORD图像记录
{ "subject": "一张高清特写肖像:一位美丽的南亚女性,留着长而波浪状的深色头发", "clothing": "鲜艳的黄色旁遮普anarkali长裙,饰有精致的金色刺绣,搭配同色黄色...
中文说明
{ "subject": "一张高清特写肖像:一位美丽的南亚女性,留着长而波浪状的深色头发", "clothing": "鲜艳的黄色旁遮普anarkali长裙,饰有精致的金色刺绣,搭配同色黄色churidar紧身裤,红色高跟鞋", "pose": "全身照,优雅地站立,目光微微望向一侧", "environment": "现代豪华住宅区,站在一条清澈的绿松石色水渠旁,两岸是郁郁葱葱的绿色热带植物和修剪整齐的草坪,背景中有一座人行天桥", "lighting_and_atmosphere": "晴朗的白天,自然日光,柔和的阴影,晴朗的蓝天", "quality_tags": "8k分辨率,高度精细,锐利对焦,照片级真实,专业摄影,35mm镜头" } # 构建最终的正面提示词字符串 positive_prompt...
原始 Prompt
{
"subject": "A high-definition portrait of a beautiful South Asian woman with long, wavy dark hair",
"clothing": "Vibrant yellow Punjabi anarkali dress with intricate gold embroidery, matching yellow churidar leggings, red high heel shoes",
"pose": "Full-body shot, standing elegantly, looking slightly to the side",
"environment": "Modern luxury residential area, standing next to a clean turquoise water canal, lush green tropical plants and manicured lawns on the banks, a pedestrian bridge in the background",
"lighting_and_atmosphere": "Bright sunny day, natural daylight, soft shadows, clear blue sky",
"quality_tags": "8k resolution, highly detailed, sharp focus, photorealistic, professional photography, 35mm lens"
}
# Constructing the final positive prompt string
positive_prompt = ", ".join(prompt_components.values())
print(f"Positive Prompt:\n{positive_prompt}\n")