Update pipeline tag and add paper link

#5
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -15
README.md CHANGED
@@ -1,17 +1,20 @@
1
  ---
 
 
2
  language:
3
  - en
4
  - zh
5
- base_model:
6
- - tencent/HunyuanImage-3.0-Instruct
7
- pipeline_tag: image-text-to-image
8
  ---
 
9
  <div align="center">
10
  <img src="./assets/tencent-hy-wu-logo.svg" alt="HY-WU Logo" width="600">
11
 
12
  # HY-WU (Part I): An Extensible Functional Neural Memory Framework and An Instantiation in Text-Guided Image Editing
13
  </div>
14
 
 
 
15
  <div align="center">
16
  <img src="./assets/teaser.png" alt="HY-WU Teaser" width="800">
17
  </div>
@@ -20,7 +23,7 @@ pipeline_tag: image-text-to-image
20
  <a href=https://tencent-hy-wu.github.io/ target="_blank"><img src=https://img.shields.io/badge/🌐%20Demo-4285F4.svg height=22px></a>
21
  <a href=https://huggingface.co/tencent/HY-WU target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-d96902.svg height=22px></a>
22
  <a href=https://github.com/Tencent-Hunyuan/HY-WU target="_blank"><img src=https://img.shields.io/badge/GitHub-181717.svg?logo=github height=22px></a>
23
- <a href=https://github.com/Tencent-Hunyuan/HY-WU/assets/report.pdf target="_blank"><img src=https://img.shields.io/badge/Report-b5212f.svg?logo=arxiv height=22px></a>
24
  <a href=https://x.com/TencentHunyuan target="_blank"><img src=https://img.shields.io/badge/Hunyuan-black.svg?logo=x height=22px></a>
25
  <a href=https://docs.qq.com/doc/DUVVadmhCdG9qRXBU target="_blank"><img src=https://img.shields.io/badge/πŸ“š-PromptHandBook-grey.svg?logo=book height=22px></a>
26
  </div>
@@ -32,7 +35,7 @@ pipeline_tag: image-text-to-image
32
 
33
  ## πŸ”₯ News
34
 
35
- - **March 6, 2025**: πŸŽ‰ **[HY-WU](https://github.com/Tencent-Hunyuan/HY-WU)** open source - Inference code and model weights publicly available.
36
 
37
  ## πŸ—‚οΈ Contents
38
  - [πŸ”₯ News](#-news)
@@ -169,8 +172,6 @@ python gradio/app.py
169
 
170
  > 🌐 **Web Interface:** Open your browser and navigate to `http://localhost:7680` or shared link.
171
 
172
- </details>
173
-
174
  ## 🧱 Memory Requirement
175
 
176
  | Base model param | HY-WU param | Recommended VRAM |
@@ -200,13 +201,10 @@ Given that these commercial systems are likely trained with substantially larger
200
  If you find HY-WU useful in your research, please cite our work:
201
 
202
  ```bibtex
203
- @misc{wu2026hy-wu,
204
- author = {Tencent HY Team, Mengxuan Wu, Xuanlei Zhao, Ziqiao Wang, Ruichfeng Feng, Atlas Wang, Qinglin Lu, and Kai Wang},
205
- title = {HY-WU (Part I): An Extensible Functional Neural Memory Framework and An Instantiation in Text-Guided Image Editing},
206
- year = {2026},
207
- publisher = {GitHub},
208
- journal = {GitHub repository},
209
- howpublished = {\url{https://github.com/Tencent-Hunyuan/HY-WU}},
210
- note = {Preprint}
211
  }
212
  ```
 
1
  ---
2
+ base_model:
3
+ - tencent/HunyuanImage-3.0-Instruct
4
  language:
5
  - en
6
  - zh
7
+ pipeline_tag: image-to-image
 
 
8
  ---
9
+
10
  <div align="center">
11
  <img src="./assets/tencent-hy-wu-logo.svg" alt="HY-WU Logo" width="600">
12
 
13
  # HY-WU (Part I): An Extensible Functional Neural Memory Framework and An Instantiation in Text-Guided Image Editing
14
  </div>
15
 
16
+ This repository contains the official implementation and model weights for the paper [HY-WU (Part I): An Extensible Functional Neural Memory Framework and An Instantiation in Text-Guided Image Editing](https://huggingface.co/papers/2603.07236).
17
+
18
  <div align="center">
19
  <img src="./assets/teaser.png" alt="HY-WU Teaser" width="800">
20
  </div>
 
23
  <a href=https://tencent-hy-wu.github.io/ target="_blank"><img src=https://img.shields.io/badge/🌐%20Demo-4285F4.svg height=22px></a>
24
  <a href=https://huggingface.co/tencent/HY-WU target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-d96902.svg height=22px></a>
25
  <a href=https://github.com/Tencent-Hunyuan/HY-WU target="_blank"><img src=https://img.shields.io/badge/GitHub-181717.svg?logo=github height=22px></a>
26
+ <a href=https://arxiv.org/abs/2603.07236 target="_blank"><img src=https://img.shields.io/badge/Report-b5212f.svg?logo=arxiv height=22px></a>
27
  <a href=https://x.com/TencentHunyuan target="_blank"><img src=https://img.shields.io/badge/Hunyuan-black.svg?logo=x height=22px></a>
28
  <a href=https://docs.qq.com/doc/DUVVadmhCdG9qRXBU target="_blank"><img src=https://img.shields.io/badge/πŸ“š-PromptHandBook-grey.svg?logo=book height=22px></a>
29
  </div>
 
35
 
36
  ## πŸ”₯ News
37
 
38
+ - **March 6, 2026**: πŸŽ‰ **[HY-WU](https://github.com/Tencent-Hunyuan/HY-WU)** open source - Inference code and model weights publicly available.
39
 
40
  ## πŸ—‚οΈ Contents
41
  - [πŸ”₯ News](#-news)
 
172
 
173
  > 🌐 **Web Interface:** Open your browser and navigate to `http://localhost:7680` or shared link.
174
 
 
 
175
  ## 🧱 Memory Requirement
176
 
177
  | Base model param | HY-WU param | Recommended VRAM |
 
201
  If you find HY-WU useful in your research, please cite our work:
202
 
203
  ```bibtex
204
+ @article{wu2026hy-wu,
205
+ title={HY-WU (Part I): An Extensible Functional Neural Memory Framework and An Instantiation in Text-Guided Image Editing},
206
+ author={Tencent HY Team, Mengxuan Wu, Xuanlei Zhao, Ziqiao Wang, Ruicheng Feng, Atlas Wang, Qinglin Lu, and Kai Wang},
207
+ journal={arXiv preprint arXiv:2603.07236},
208
+ year={2026}
 
 
 
209
  }
210
  ```