Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,54 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: other
|
| 3 |
-
license_name: community-license-agreement
|
| 4 |
-
license_link: LICENSE
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: community-license-agreement
|
| 4 |
+
license_link: LICENSE
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- black-forest-labs/FLUX.1-Fill-dev
|
| 9 |
+
pipeline_tag: image-to-image
|
| 10 |
+
tags:
|
| 11 |
+
- image customization
|
| 12 |
+
---
|
| 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>
|
| 24 |
+
|
| 25 |
+
<a href="https://arxiv.org/abs/2507.01926"><img src="https://img.shields.io/badge/IC_Custom-Paper-D94C40"></a>
|
| 26 |
+
|
| 27 |
+
<a href="https://github.com/TencentARC/IC-Custom"><img src="https://img.shields.io/badge/IC_Custom-Github-1A7C7C"></a>
|
| 28 |
+
|
| 29 |
+
<a href='https://huggingface.co/TencentARC/IC-Custom'><img src='https://img.shields.io/badge/IC_Custom-Model-0076B6'></a>
|
| 30 |
+
|
| 31 |
+
<a href="https://huggingface.co/spaces/TencentARC/IC-Custom"><img src="https://img.shields.io/badge/IC_Custom-Demo-00C0A5"></a>
|
| 32 |
+
|
| 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 |
+
```
|