Update README.md
Browse files
README.md
CHANGED
@@ -13,11 +13,14 @@ tags:
|
|
13 |
|
14 |
|
15 |
<div align="center">
|
16 |
-
<
|
|
|
|
|
17 |
</div>
|
18 |
|
19 |
-
|
20 |
-
<
|
|
|
21 |
|
22 |
<p align="center">
|
23 |
<a href='https://liyaowei-stu.github.io/project/IC_Custom/'><img src='https://img.shields.io/badge/IC_Custom-Page-4B9E9E'></a>
|
@@ -33,22 +36,23 @@ tags:
|
|
33 |
<a href="https://www.youtube.com/watch?v=uaiZA3H5RVY"><img src="https://img.shields.io/badge/IC_Custom-Video-F7C600"></a>
|
34 |
</p>
|
35 |
|
36 |
-
|
37 |
<div align="center">
|
38 |
-
<
|
|
|
|
|
39 |
</div>
|
40 |
|
41 |
-
|
|
|
|
|
42 |
|
43 |
-
- **Position-aware**: Input a reference image, target background, and specify the customization location (via segmentation or drawing)
|
44 |
-
|
45 |
|
46 |
-
- **Position-free**: Input a reference image and a target description to generate a new image with the reference image's ID
|
47 |
-
|
48 |
|
49 |
|
50 |
### Citation
|
51 |
|
52 |
If you find IC-Custom useful, please consider giving it a ⭐ on [GitHub](https://github.com/TencentARC/IC-Custom).
|
53 |
-
|
54 |
-
```
|
|
|
13 |
|
14 |
|
15 |
<div align="center">
|
16 |
+
<a href="https://github.com/TencentARC/IC-Custom">
|
17 |
+
<img src='https://github.com/TencentARC/IC-Custom/blob/main/assets/IC-Custom-logo.png?raw=true' width='120px'>
|
18 |
+
</a>
|
19 |
</div>
|
20 |
|
21 |
+
<p align="center">
|
22 |
+
<b> IC-Custom: Diverse Image Customization via In-Context Learning </b>
|
23 |
+
</p>
|
24 |
|
25 |
<p align="center">
|
26 |
<a href='https://liyaowei-stu.github.io/project/IC_Custom/'><img src='https://img.shields.io/badge/IC_Custom-Page-4B9E9E'></a>
|
|
|
36 |
<a href="https://www.youtube.com/watch?v=uaiZA3H5RVY"><img src="https://img.shields.io/badge/IC_Custom-Video-F7C600"></a>
|
37 |
</p>
|
38 |
|
|
|
39 |
<div align="center">
|
40 |
+
<a href="https://github.com/TencentARC/IC-Custom">
|
41 |
+
<img src='https://github.com/TencentARC/IC-Custom/blob/main/assets/teaser-github.jpeg?raw=true' width='680px'>
|
42 |
+
</a>
|
43 |
</div>
|
44 |
|
45 |
+
<p align="center">
|
46 |
+
IC-Custom is designed for diverse image customization scenarios, including:
|
47 |
+
</p>
|
48 |
|
49 |
+
- **Position-aware**: Input a reference image, target background, and specify the customization location (via segmentation or drawing)
|
50 |
+
*Examples*: Product placement, virtual try-on.
|
51 |
|
52 |
+
- **Position-free**: Input a reference image and a target description to generate a new image with the reference image's ID
|
53 |
+
*Examples*: IP customization, character creation.
|
54 |
|
55 |
|
56 |
### Citation
|
57 |
|
58 |
If you find IC-Custom useful, please consider giving it a ⭐ on [GitHub](https://github.com/TencentARC/IC-Custom).
|
|
|
|