19-multi-angle-grid.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "locale": "zh",
  3. "id": "multi-angle-grid",
  4. "name": "产品多角度网格",
  5. "keywords": [
  6. "多角度",
  7. "网格",
  8. "grid",
  9. "多面",
  10. "颜色展示",
  11. "colorway",
  12. "产品角度",
  13. "catalog grid",
  14. "产品目录"
  15. ],
  16. "trigger_phrases": [
  17. "多角度展示",
  18. "产品网格",
  19. "多面展示",
  20. "颜色对比",
  21. "multi-angle",
  22. "grid layout",
  23. "产品目录图",
  24. "多色展示"
  25. ],
  26. "prompt_template": {
  27. "type": "product photography grid layout",
  28. "subject": "{product_description}",
  29. "grid": "2x2 or 3x3 equal squares",
  30. "variation": "different angles or colorways",
  31. "background": "clean white in each cell",
  32. "separators": "thin white borders between cells",
  33. "quality": "8K, catalog photography, uniform lighting across all cells"
  34. },
  35. "defaults": {
  36. "grid": "2x2 grid, 4 views",
  37. "variation": "front, side, back, top-down angles",
  38. "background": "clean white per cell",
  39. "separators": "thin white borders"
  40. },
  41. "variants": {
  42. "angle-view": {
  43. "description": "多角度视角",
  44. "overrides": {
  45. "variation": "front, side, back, top-down, 3/4 angle views",
  46. "grid": "2x2 or 3x3"
  47. }
  48. },
  49. "colorway": {
  50. "description": "多配色展示",
  51. "overrides": {
  52. "variation": "same product in different colors, consistent 3/4 angle",
  53. "grid": "3x3 for 9 colors or 2x3 for 6 colors"
  54. }
  55. },
  56. "feature-grid": {
  57. "description": "带功能标注网格",
  58. "overrides": {
  59. "variation": "each cell shows different product feature with label and icon",
  60. "grid": "hero image left + 4 smaller shots right column"
  61. }
  62. },
  63. "comparison": {
  64. "description": "对比网格",
  65. "overrides": {
  66. "variation": "before/after or product vs competitor in side-by-side grid"
  67. }
  68. }
  69. },
  70. "category_tips": {
  71. "beauty": "show bottle angle, cap detail, texture close-up, and open product",
  72. "electronics": "show front face, side ports, back panel, and included accessories",
  73. "fashion": "show front view, back view, detail close-up, and fabric texture",
  74. "food": "show packaging front, back nutrition, open product, and serving suggestion",
  75. "home": "show full product, detail angle, material texture, and in-context shot",
  76. "sports": "show product front, side profile, sole/bottom, and action usage shot"
  77. },
  78. "examples": [
  79. "2x2 product grid. {product} shown from 4 angles: front, side, back, top-down. Clean white background per cell. Thin borders. Uniform studio lighting, 8K, 2000x2000px",
  80. "3x3 color variation grid. Same {product} in 9 different colors, identical 3/4 angle. Clean white cells, subtle drop shadow. Professional catalog, 8K, 2000x2000px"
  81. ],
  82. "anti_ai_tips": "",
  83. "supports_image_reference": true
  84. }