Update model card with UniWorld-V2 paper link and main GitHub repository (#1)
Browse files- Update model card with UniWorld-V2 paper link and main GitHub repository (4273be943a6e2e8bb96f7a55d0cebe6ceb1a5ad8)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,15 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
library_name: diffusers
|
|
|
|
| 6 |
pipeline_tag: image-to-image
|
| 7 |
---
|
| 8 |
|
| 9 |
# UniWorld-R1
|
| 10 |
|
|
|
|
|
|
|
| 11 |
<p align="center">
|
| 12 |
-
<a href="https://github.com/PKU-YuanGroup/
|
| 13 |
</p>
|
| 14 |
|
| 15 |
|
|
@@ -50,4 +52,4 @@ image = pipe(
|
|
| 50 |
|
| 51 |
# Licence
|
| 52 |
|
| 53 |
-
FLUX.1-Kontext-dev falls under the [FLUX.1 [dev] Non-Commercial License](https://github.com/black-forest-labs/flux/blob/main/model_licenses/LICENSE-FLUX1-dev).
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
library_name: diffusers
|
| 5 |
+
license: apache-2.0
|
| 6 |
pipeline_tag: image-to-image
|
| 7 |
---
|
| 8 |
|
| 9 |
# UniWorld-R1
|
| 10 |
|
| 11 |
+
This model is part of the work presented in the paper [Uniworld-V2: Reinforce Image Editing with Diffusion Negative-aware Finetuning and MLLM Implicit Feedback](https://huggingface.co/papers/2510.16888).
|
| 12 |
+
|
| 13 |
<p align="center">
|
| 14 |
+
<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>
|
| 15 |
</p>
|
| 16 |
|
| 17 |
|
|
|
|
| 52 |
|
| 53 |
# Licence
|
| 54 |
|
| 55 |
+
FLUX.1-Kontext-dev falls under the [FLUX.1 [dev] Non-Commercial License](https://github.com/black-forest-labs/flux/blob/main/model_licenses/LICENSE-FLUX1-dev).
|