Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
base_model: stable-diffusion-xl-1.0-inpainting-0.1
|
3 |
-
tags:
|
4 |
-
- stable-diffusion-xl
|
5 |
-
- inpainting
|
6 |
-
- virtual try-on
|
7 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# Check out more codes on our [GitHub repository](https://github.com/hdevtech/tryait)!
|
@@ -20,10 +20,6 @@ This is the official implementation of the TryAIt project.
|
|
20 |

|
21 |

|
22 |
|
23 |
-
## TODO LIST
|
24 |
-
|
25 |
-
- [x] demo model
|
26 |
-
- [x] inference code
|
27 |
|
28 |
## Acknowledgements
|
29 |
|
@@ -31,4 +27,4 @@ For the demo, GPUs are supported from AWS and Google Cloud, and auto masking gen
|
|
31 |
Parts of the code are based on [IP-Adapter](https://github.com/tencent-ailab/IP-Adapter).
|
32 |
|
33 |
## License
|
34 |
-
The codes and checkpoints in this repository are under the [CC BY-NC-SA 4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
datasets:
|
4 |
+
- max-fofanov/VTON-HD
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: image-to-image
|
8 |
---
|
9 |
|
10 |
# Check out more codes on our [GitHub repository](https://github.com/hdevtech/tryait)!
|
|
|
20 |

|
21 |

|
22 |
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Acknowledgements
|
25 |
|
|
|
27 |
Parts of the code are based on [IP-Adapter](https://github.com/tencent-ailab/IP-Adapter).
|
28 |
|
29 |
## License
|
30 |
+
The codes and checkpoints in this repository are under the [CC BY-NC-SA 4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).
|