mapping.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "dimension": "lighting_bokeh",
  3. "type": "形式",
  4. "highlight_cluster": "唯美梦幻的光影与景深",
  5. "description": "逆光/轮廓光与大光圈浅景深(Bokeh)的组合,营造梦幻浪漫的视觉氛围",
  6. "files": {
  7. "lighting_visual.png": {
  8. "type": "视觉参考图",
  9. "purpose": "三张图的光影参数对比图,展示光照方向、光圈、色温、散景特征",
  10. "tool": "Python PIL生成"
  11. },
  12. "lighting_analysis.json": {
  13. "type": "详细分析",
  14. "purpose": "各图光影景深专业分析,包含SD提示词"
  15. }
  16. },
  17. "common_features": {
  18. "lighting_style": "Natural backlight / rim light from upper-left, warm golden hour quality",
  19. "bokeh_style": "Shallow DOF with smooth circular bokeh, heavy background blur",
  20. "atmosphere": "Dreamy, romantic, ethereal, air-like, warm",
  21. "sd_tokens_base": "backlit, rim lighting, bokeh, shallow depth of field, golden hour, warm sunlight, dreamy atmosphere, soft light, lens flare, f/1.8, 85mm lens, outdoor natural light"
  22. },
  23. "mapping": [
  24. {
  25. "image": "img_2",
  26. "paragraph": "段落2",
  27. "type": "形式",
  28. "feature": "光影景深",
  29. "specific": "强逆光+光斑光晕+浅景深 (f/1.8-2.8, 4500K-5000K)",
  30. "path": "output/features/lighting_bokeh/lighting_visual.png"
  31. },
  32. {
  33. "image": "img_3",
  34. "paragraph": "段落3",
  35. "type": "形式",
  36. "feature": "光影景深",
  37. "specific": "逆光+背景光晕+温暖氛围 (f/2.2-3.5, 3200K-3800K)",
  38. "path": "output/features/lighting_bokeh/lighting_visual.png"
  39. },
  40. {
  41. "image": "img_5",
  42. "paragraph": "段落5",
  43. "type": "形式",
  44. "feature": "光影景深",
  45. "specific": "自然光+背景虚化+浅景深 (f/2.8-4.0, 6000K-6500K)",
  46. "path": "output/features/lighting_bokeh/lighting_visual.png"
  47. }
  48. ]
  49. }