04-detail-macro.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "locale": "zh",
  3. "id": "detail-macro",
  4. "name": "细节微距图",
  5. "keywords": [
  6. "细节图",
  7. "微距",
  8. "macro",
  9. "特写",
  10. "close-up",
  11. "detail shot",
  12. "细节展示"
  13. ],
  14. "trigger_phrases": [
  15. "细节图",
  16. "微距图",
  17. "产品特写",
  18. "材质特写",
  19. "detail shot",
  20. "macro photography"
  21. ],
  22. "prompt_template": {
  23. "type": "macro product photography",
  24. "subject": "{product_description}, extreme close-up on {focus_area}",
  25. "detail": "visible {texture_description}",
  26. "lighting": "{lighting_style}",
  27. "camera": "shot with {camera_setup}",
  28. "quality": "ultra macro detail, 8K, professional product photography"
  29. },
  30. "defaults": {
  31. "focus_area": "texture and material quality",
  32. "detail": "fine texture, material grain, surface quality",
  33. "lighting": "soft directional lighting highlighting texture",
  34. "camera": "dedicated macro lens setup"
  35. },
  36. "variants": {
  37. "texture": {
  38. "description": "材质纹理展示",
  39. "overrides": {
  40. "focus_area": "material surface showing grain and quality"
  41. }
  42. },
  43. "formula": {
  44. "description": "产品配方展示",
  45. "overrides": {
  46. "focus_area": "product formula showing cream/liquid texture",
  47. "detail": "formula consistency, light reflection"
  48. }
  49. },
  50. "craftsmanship": {
  51. "description": "工艺细节展示",
  52. "overrides": {
  53. "focus_area": "stitching, joints, edges, manufacturing precision"
  54. }
  55. }
  56. },
  57. "category_tips": {
  58. "beauty": "show cream formula texture, shimmer particles, light reflection",
  59. "electronics": "show port precision, material finish, button detail",
  60. "food": "show ingredient texture, cross-section, freshness",
  61. "fashion": "show fabric weave, stitching quality, hardware detail",
  62. "jewelry": "show gemstone cut, metal finish, clasp detail"
  63. },
  64. "examples": [
  65. "Extreme close-up beauty macro, Canon EOS R5 100mm f/2.8 macro. {product} filling 80% of frame, focusing on {focus_area}. Visible pores, fine lines, natural imperfections, NOT retouched. Formula visible with realistic light reflection. Natural side lighting. 8K",
  66. "Cinematic {category} close-up. {product} detail showing {texture_description}. Formula/texture visible between fingertips with subtle light reflection. Soft blur background. Dramatic side lighting, warm tones, 8K",
  67. "Macro detail of {product}, Sony A7R V 90mm macro, focus stacking. Extreme detail showing {focus_area}. Professional product photography, 8K"
  68. ],
  69. "anti_ai_tips": "For hand shots: specify real skin (visible knuckle lines, slight dryness on cuticles, natural warm tone). NOT retouched or smoothed.",
  70. "supports_image_reference": true
  71. }