mapping.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "dimension": "painting_in_painting",
  3. "type": "形式",
  4. "highlight_cluster": "虚实呼应的画中画结构",
  5. "description": "画布上的内容与现实场景形成镜像或互文关系,增加叙事深度的画中画结构",
  6. "files": {
  7. "pip_structure_visual.png": {
  8. "type": "视觉参考图",
  9. "purpose": "画中画三层叙事结构示意图,展示img_1和img_2的构图逻辑",
  10. "tool": "Python PIL生成"
  11. },
  12. "pip_analysis.json": {
  13. "type": "详细分析",
  14. "purpose": "画中画结构专业分析,包含每张图的层次关系和生成信号"
  15. }
  16. },
  17. "structure_template": {
  18. "layer_1": "Foreground: Girl in white dress + painting tools (sharp, 40% frame)",
  19. "layer_2": "Mid-ground: Canvas on easel showing painted scene (sharp, 30% frame)",
  20. "layer_3": "Background: Real natural scene (blurred bokeh, 30% frame)",
  21. "narrative_echo": "Canvas content mirrors/echoes the real background, creating meta-artistic narrative",
  22. "composition_key": "Side-back angle allows simultaneous view of painter, canvas, and real scene"
  23. },
  24. "per_image_composition": {
  25. "img_1": {
  26. "camera_angle": "3/4 side-rear (侧后方视角)",
  27. "canvas_content": "Impressionist woman in blue-green flower field",
  28. "narrative_type": "Artist's vision of surrounding nature",
  29. "sd_composition": "female artist from side-rear, easel with painting visible, lush green background"
  30. },
  31. "img_2": {
  32. "camera_angle": "Direct rear (正后方视角)",
  33. "canvas_content": "Impressionist girl in garden with purple flowers",
  34. "narrative_type": "Idealized interpretation of real scene",
  35. "sd_composition": "female artist from direct rear, canvas with painting in front, backlit natural scene"
  36. }
  37. },
  38. "sd_prompt_template": {
  39. "base": "female artist painting outdoors, painting-within-painting composition, canvas visible with impressionist artwork",
  40. "img_1": "three-quarter rear view, artist to right, easel with canvas to left, impressionist painting on canvas, lush green background",
  41. "img_2": "direct rear view, artist centered, canvas directly in front, backlit golden hour, impressionist painting visible on canvas"
  42. },
  43. "mapping": [
  44. {
  45. "image": "img_1",
  46. "paragraph": "段落1.2.1",
  47. "type": "形式",
  48. "feature": "画中画结构",
  49. "specific": "侧后方视角,画布内容与现实场景镜像",
  50. "path": "output/features/painting_in_painting/pip_structure_visual.png"
  51. },
  52. {
  53. "image": "img_2",
  54. "paragraph": "段落2.1.2",
  55. "type": "形式",
  56. "feature": "画中画结构",
  57. "specific": "正后方视角,画布与背景互文",
  58. "path": "output/features/painting_in_painting/pip_structure_visual.png"
  59. }
  60. ]
  61. }