Image-to-Image
English
custom_model
image customization
Yw22 commited on
Commit
653f340
·
verified ·
1 Parent(s): 162611b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -12
README.md CHANGED
@@ -13,11 +13,14 @@ tags:
13
 
14
 
15
  <div align="center">
16
- <img src='https://github.com/TencentARC/IC-Custom/blob/main/assets/IC-Custom-logo.png?raw=true' width='120px'>
 
 
17
  </div>
18
 
19
-
20
- <p align="center"> <b> IC-Custom: Diverse Image Customization via In-Context Learning </b> </p>
 
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
- <img src='https://github.com/TencentARC/IC-Custom/blob/main/assets/teaser-github.jpeg?raw=true' width='680px'>
 
 
39
  </div>
40
 
41
- IC-Custom is designed for diverse image customization scenarios, including:
 
 
42
 
43
- - **Position-aware**: Input a reference image, target background, and specify the customization location (via segmentation or drawing)
44
- - *Examples*: Product placement, virtual try-on
45
 
46
- - **Position-free**: Input a reference image and a target description to generate a new image with the reference image's ID
47
- - *Examples*: IP customization and creation
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).