update readme for submission
Browse files
README.md
CHANGED
@@ -13,12 +13,15 @@ tags:
|
|
13 |
- mcp-server-track
|
14 |
- viton
|
15 |
- OOTDiffusion
|
|
|
16 |
---
|
17 |
|
18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
19 |
|
20 |
# Virtual Try-On
|
21 |
|
22 |
-
Virtual try-on application powered by [OOTDiffusion](https://github.com/levihsu/OOTDiffusion) that allows
|
|
|
|
|
23 |
|
24 |
Developed by [Haizad](https://huggingface.co/haizad) & [Hazel](https://huggingface.co/hazxxel)
|
|
|
13 |
- mcp-server-track
|
14 |
- viton
|
15 |
- OOTDiffusion
|
16 |
+
- FLUX
|
17 |
---
|
18 |
|
19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
20 |
|
21 |
# Virtual Try-On
|
22 |
|
23 |
+
Virtual try-on application powered by [OOTDiffusion](https://github.com/levihsu/OOTDiffusion) that allows user to virtually try on user provided garment image or ai generated garment image. [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) from [Nebius](https://nebius.com) AI Studio is used to generate the garment. The gradion app connect to FastAPI backend server which is deployed on [Modal](https://modal.com) for running the inference pipeline on Nvidia A100 for faster inference. This application includes both a Gradio web interface and Model Context Protocol (MCP) server capabilities for seamless integration with AI assistants.
|
24 |
+
|
25 |
+
Checkout the demo [HERE](https://www.canva.com/design/DAGpvZeOO_k/06xV3mhkFeAzMpxevByF7Q/watch?utm_content=DAGpvZeOO_k&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=hdcf212b231)
|
26 |
|
27 |
Developed by [Haizad](https://huggingface.co/haizad) & [Hazel](https://huggingface.co/hazxxel)
|