File size: 900 Bytes
db691a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<div style="
    padding: 12px;
    border: 1px solid #333333;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
">
  <ul style="
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: left;
        align-items: left;
        padding: 0;
        list-style: none;
        font-size: 14px;
    ">
    <li><strong>Category</strong> - Determines which part of the oufit to take from the garment image.</li>
    <li><strong>Remove Accessories</strong> - Strips items such as belts, neckties, and handbags from the model.</li>
    <li><strong>Restore Hands</strong> - Preserves the model's hands better, but may adjust sleeve length.
    </li>
    <li><strong>Cover Feet</strong> - Use when garment should cover the feet (e.g., mermaid dress) or to swap out the
      model’s shoes.</li>
  </ul>
</div>