Spaces:
Running
Running
risunobushi
commited on
Commit
·
9ae2843
1
Parent(s):
b244b28
Add supported image formats to disclaimer
Browse files
app.py
CHANGED
|
@@ -382,6 +382,7 @@ with gr.Blocks(title="YOURMIRROR.IO - SM4LL-VTON Demo") as demo:
|
|
| 382 |
<li>Depending on whether the selected model is already loaded, generations take between 20 and 80 seconds</li>
|
| 383 |
<li>If the automasking process doesn't find a target, it will throw an error (e.g.: no feet in a Footwear request)</li>
|
| 384 |
<li>The Full-Body Garment model is able to generate dresses AND copy full looks, although this latter feature is highly experimental. You can provide a target full look worn by another person, and the model will treat it as a single full-body garment</li>
|
|
|
|
| 385 |
</ul>
|
| 386 |
</div>
|
| 387 |
""")
|
|
|
|
| 382 |
<li>Depending on whether the selected model is already loaded, generations take between 20 and 80 seconds</li>
|
| 383 |
<li>If the automasking process doesn't find a target, it will throw an error (e.g.: no feet in a Footwear request)</li>
|
| 384 |
<li>The Full-Body Garment model is able to generate dresses AND copy full looks, although this latter feature is highly experimental. You can provide a target full look worn by another person, and the model will treat it as a single full-body garment</li>
|
| 385 |
+
<li>Supported formats: JPG, JPEG, WEBP, PNG; unsupported formats: GIF, AVIF</li>
|
| 386 |
</ul>
|
| 387 |
</div>
|
| 388 |
""")
|