costume_description.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "dimension": "costume_description",
  3. "type": "形式",
  4. "highlight_cluster": "优雅的白裙写生少女",
  5. "description": "白色长袖连衣裙的款式、材质、褶皱等形式特征的专业文字描述,用于生成模型的服装控制信号",
  6. "consistency_note": "5张图均为同一件或同款白裙,核心特征一致:纯白色、宽松长袖、飘逸裙摆、腰部收腰",
  7. "per_image": {
  8. "img_1": {
  9. "paragraph": "段落1.1.2.1",
  10. "highlight": "优雅的白裙写生少女",
  11. "features": {
  12. "color": "pure white, no pattern or decoration",
  13. "silhouette": "long-sleeve A-line maxi dress, V-neckline, loose sleeves, flowing skirt to ankle",
  14. "back_design": "V-back with tie/lace-up detail at back",
  15. "waist": "slightly cinched waist with tie",
  16. "fabric": "lightweight cotton-linen or silk blend, excellent drape and breathability",
  17. "texture": "soft, slightly sheer, natural wrinkle texture",
  18. "wrinkles": "natural flowing wrinkles at skirt hem and sleeves, especially at waist and arm bends",
  19. "sd_prompt": "pure white long sleeve maxi dress, loose flowing sleeves, V-back backless design with tie, cinched waist, flowing skirt, lightweight cotton linen fabric, natural drape, elegant wrinkles"
  20. }
  21. },
  22. "img_2": {
  23. "paragraph": "段落2.1.2.1",
  24. "highlight": "优雅的白裙写生少女",
  25. "features": {
  26. "color": "pure white, slightly warm ivory tone in sunlight",
  27. "silhouette": "long-sleeve A-line maxi dress, V-back backless design, loose sleeves",
  28. "back_design": "deep V-back with tie/lace-up, backless",
  29. "waist": "tie-cinched waist",
  30. "fabric": "silk or cotton-silk blend, smooth surface with slight sheen, lightweight",
  31. "texture": "smooth, slightly lustrous, soft drape",
  32. "wrinkles": "natural vertical drape wrinkles at skirt, subtle wrinkles at V-back",
  33. "sd_prompt": "pure white long sleeve maxi dress, deep V-back backless with lace-up tie, cinched waist, flowing A-line skirt to ankle, silk-like fabric with slight sheen, elegant drape"
  34. }
  35. },
  36. "img_3": {
  37. "paragraph": "段落3.1.2.1",
  38. "highlight": "优雅的白裙写生少女",
  39. "features": {
  40. "color": "pure white, clean and bright",
  41. "silhouette": "long-sleeve maxi dress, V-back backless, loose flowing skirt to floor",
  42. "back_design": "V-back with white cross-lace tie detail, backless",
  43. "waist": "tie-cinched waist",
  44. "fabric": "lightweight soft cotton-linen or chiffon, excellent drape",
  45. "texture": "soft, flowing, natural",
  46. "wrinkles": "multiple soft natural wrinkles at skirt due to kneeling pose, layered and airy",
  47. "sd_prompt": "pure white long sleeve maxi dress, V-back backless with cross lace-up tie, cinched waist, floor-length flowing skirt, soft cotton chiffon fabric, multiple natural wrinkles from kneeling pose"
  48. }
  49. },
  50. "img_4": {
  51. "paragraph": "段落4.1.2.1",
  52. "highlight": "优雅的白裙写生少女",
  53. "features": {
  54. "color": "pure white, clean and bright",
  55. "silhouette": "long-sleeve maxi dress, round neckline, loose sleeves, loose flowing skirt to ankle",
  56. "back_design": "round neck, modest back",
  57. "waist": "slightly cinched waist",
  58. "fabric": "cotton-linen or chiffon, lightweight breathable",
  59. "texture": "soft, flowing, natural",
  60. "wrinkles": "natural vertical drape wrinkles at skirt and sleeves, smooth flowing lines",
  61. "sd_prompt": "pure white long sleeve maxi dress, round neckline, loose flowing sleeves, slightly cinched waist, ankle-length flowing skirt, lightweight cotton linen fabric, natural smooth drape"
  62. }
  63. },
  64. "img_5": {
  65. "paragraph": "段落5.1.2",
  66. "highlight": "优雅的白裙写生少女",
  67. "features": {
  68. "color": "pure white, no pattern",
  69. "silhouette": "long-sleeve shirt + long skirt combination, loose fit, cinched waist",
  70. "back_design": "not visible (upper body close-up)",
  71. "waist": "cinched waist design",
  72. "fabric": "soft cotton-linen or silk blend, slight sheen, good drape",
  73. "texture": "soft, slightly lustrous",
  74. "wrinkles": "natural wrinkles at arm bends and waist, adds dimensionality",
  75. "sd_prompt": "pure white long sleeve top and long skirt, loose fit, cinched waist, soft cotton linen fabric with slight sheen, natural wrinkles at arm bends"
  76. }
  77. }
  78. },
  79. "unified_sd_prompt": "pure white long sleeve maxi dress, backless V-back with lace-up tie detail, cinched waist, loose flowing sleeves, floor-length flowing skirt, lightweight cotton linen or silk blend fabric, natural elegant drape, soft wrinkles",
  80. "mapping": [
  81. {"image": "img_1", "paragraph": "段落1.1.2.1", "type": "形式", "feature": "白裙服装形式描述"},
  82. {"image": "img_2", "paragraph": "段落2.1.2.1", "type": "形式", "feature": "白裙服装形式描述(露背)"},
  83. {"image": "img_3", "paragraph": "段落3.1.2.1", "type": "形式", "feature": "白裙服装形式描述(跪坐褶皱)"},
  84. {"image": "img_4", "paragraph": "段落4.1.2.1", "type": "形式", "feature": "白裙服装形式描述(圆领款)"},
  85. {"image": "img_5", "paragraph": "段落5.1.2", "type": "形式", "feature": "白裙服装形式描述(上半身特写)"}
  86. ]
  87. }