01-hero-image.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "locale": "en",
  3. "id": "hero-image",
  4. "name": "白底/纯色底产品主图",
  5. "keywords": [
  6. "白底图",
  7. "主图",
  8. "hero image",
  9. "白背景",
  10. "product shot",
  11. "packshot",
  12. "产品照",
  13. "商品主图"
  14. ],
  15. "trigger_phrases": [
  16. "产品主图",
  17. "白底图",
  18. "白背景产品",
  19. "hero image",
  20. "电商主图",
  21. "纯色背景"
  22. ],
  23. "prompt_template": {
  24. "type": "product photography",
  25. "subject": "{product_description}",
  26. "background": "clean white background",
  27. "lighting": "soft diffused studio lighting, even illumination",
  28. "composition": "centered, front view",
  29. "quality": "8K, commercial e-commerce photography"
  30. },
  31. "defaults": {
  32. "background": "clean white background",
  33. "lighting": "soft diffused studio lighting",
  34. "composition": "centered, front view"
  35. },
  36. "variants": {
  37. "luxury": {
  38. "description": "高端奢侈品风格",
  39. "overrides": {
  40. "lighting": "Rembrandt lighting, subtle rim light",
  41. "background": "gradient from dark to light, premium feel"
  42. }
  43. },
  44. "fresh": {
  45. "description": "清新自然风格",
  46. "overrides": {
  47. "lighting": "bright natural light",
  48. "background": "light pastel tones"
  49. }
  50. },
  51. "tech": {
  52. "description": "科技感风格",
  53. "overrides": {
  54. "lighting": "dramatic side lighting",
  55. "background": "dark minimalist"
  56. }
  57. },
  58. "color": {
  59. "description": "彩色背景风格",
  60. "overrides": {
  61. "background": "{color} gradient background"
  62. }
  63. }
  64. },
  65. "category_tips": {
  66. "beauty": "emphasize texture and glow, show formula details",
  67. "electronics": "highlight metallic finish, screen details, port precision",
  68. "food": "vibrant colors, fresh appearance, show texture",
  69. "fashion": "show fabric texture, drape quality, stitching details",
  70. "home": "show material quality, craftsmanship, lifestyle appeal",
  71. "jewelry": "macro detail, sparkle and cut quality, luxurious lighting"
  72. },
  73. "examples": [
  74. "{product}, professional product photography on clean white background, soft diffused studio lighting, centered, 8K, commercial e-commerce photography, no shadows, no props",
  75. "{product} on pure white seamless background, bright commercial studio lighting, centered, 3/4 profile, high resolution, marketplace ready, {material_description}",
  76. "{product} floating slightly above white surface, softbox overhead, sharp rim light on edges, professional packshot, 8K, ultra-detailed textures"
  77. ],
  78. "anti_ai_tips": "",
  79. "supports_image_reference": true
  80. }