Add model card
Browse filesThis PR adds a model card for the model in the paper [Any2AnyTryon: Leveraging Adaptive Position Embeddings for Versatile Virtual Clothing Tasks](https://huggingface.co/papers/2501.15891).
It adds the relevant pipeline tag, as well as adds a link to the project page and Github repository.
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: image-to-image
|
3 |
+
---
|
4 |
+
|
5 |
+
This repository contains the model described in the paper [Any2AnyTryon: Leveraging Adaptive Position Embeddings for Versatile Virtual Clothing Tasks](https://huggingface.co/papers/2501.15891).
|
6 |
+
|
7 |
+
Project page: https://logn-2024.github.io/Any2anyTryonProjectPage/
|
8 |
+
Code: https://github.com/logn-2024/Any2anyTryon
|