chestnutlzj nielsr HF Staff commited on
Commit
3f2f546
·
verified ·
1 Parent(s): 4fe6d22

Update model card with Uniworld-V2 paper link and main code repository (#1)

Browse files

- Update model card with Uniworld-V2 paper link and main code repository (75c3cb381f8fa5f7769f7e7a3ace64d8884f0a75)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,16 +1,18 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  - zh
6
  library_name: diffusers
 
7
  pipeline_tag: image-to-image
8
  ---
9
 
10
- # UniWorld-R1
 
 
11
 
12
  <p align="center">
13
- <a href="https://github.com/PKU-YuanGroup/Edit-R1"><b>Code</b></a> | <a href="https://github.com/PKU-YuanGroup/Edit-R1"><b>Dataset</b></a>
14
  </p>
15
 
16
 
 
1
  ---
 
2
  language:
3
  - en
4
  - zh
5
  library_name: diffusers
6
+ license: apache-2.0
7
  pipeline_tag: image-to-image
8
  ---
9
 
10
+ # Edit-R1-Qwen-Image-Edit-2509: A model from UniWorld-V2
11
+
12
+ This model is a checkpoint (`Edit-R1-Qwen-Image-Edit-2509`) developed using the **Edit-R1** framework, as presented in the paper [Uniworld-V2: Reinforce Image Editing with Diffusion Negative-aware Finetuning and MLLM Implicit Feedback](https://huggingface.co/papers/2510.16888). The **Edit-R1** framework focuses on reinforcing instruction-based image editing through Diffusion Negative-aware Finetuning (DiffusionNFT) and MLLM Implicit Feedback.
13
 
14
  <p align="center">
15
+ <a href="https://huggingface.co/papers/2510.16888"><b>Paper</b></a> | <a href="https://github.com/PKU-YuanGroup/UniWorld-V2"><b>Code</b></a> | <a href="https://github.com/PKU-YuanGroup/Edit-R1"><b>Dataset</b></a>
16
  </p>
17
 
18