Improve model card: Add pipeline tag, library name, license, paper and code links
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,21 +1,23 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- en
|
|
|
|
|
|
|
4 |
tags:
|
5 |
- image-restoration
|
6 |
- diffusion
|
7 |
- computer-vision
|
8 |
- flux
|
9 |
-
|
10 |
-
|
11 |
-
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
12 |
---
|
13 |
|
14 |
<div align="center">
|
15 |
<h1>π¨ LucidFlux:<br/>Caption-Free Universal Image Restoration with a Large-Scale Diffusion Transformer</h1>
|
16 |
|
17 |
###
|
18 |
-
[**π Website**](https://w2genai-lab.github.io/LucidFlux/) | [
|
19 |
</div>
|
20 |
|
21 |
---
|
@@ -421,7 +423,7 @@ You can also obtain results of LucidFlux on RealSR and RealLQ250 from Hugging Fa
|
|
421 |
|
422 |
## πͺͺ License
|
423 |
|
424 |
-
The provided code and pre-trained weights are licensed under the [FLUX.1
|
425 |
|
426 |
## π Acknowledgments
|
427 |
|
@@ -448,7 +450,4 @@ For any questions or inquiries, please reach out to us:
|
|
448 |
<img src="https://github.com/user-attachments/assets/047faa4e-da63-415c-97a0-8dbe8045a839"
|
449 |
alt="WeChat Group QR"
|
450 |
width="320">
|
451 |
-
</details>
|
452 |
-
|
453 |
-
|
454 |
-
</div>
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- en
|
4 |
+
license: mit
|
5 |
+
license_name: flux-1-dev
|
6 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
7 |
tags:
|
8 |
- image-restoration
|
9 |
- diffusion
|
10 |
- computer-vision
|
11 |
- flux
|
12 |
+
pipeline_tag: image-to-image
|
13 |
+
library_name: diffusers
|
|
|
14 |
---
|
15 |
|
16 |
<div align="center">
|
17 |
<h1>π¨ LucidFlux:<br/>Caption-Free Universal Image Restoration with a Large-Scale Diffusion Transformer</h1>
|
18 |
|
19 |
###
|
20 |
+
[**π Website**](https://w2genai-lab.github.io/LucidFlux/) | [**π Paper**](https://huggingface.co/papers/2509.22414) | [**π» Code**](https://github.com/W2GenAI-Lab/LucidFlux) | [**π§© Models**](https://huggingface.co/W2GenAI/LucidFlux)
|
21 |
</div>
|
22 |
|
23 |
---
|
|
|
423 |
|
424 |
## πͺͺ License
|
425 |
|
426 |
+
The provided code and pre-trained weights are licensed under the [FLUX.1 [dev]](LICENSE).
|
427 |
|
428 |
## π Acknowledgments
|
429 |
|
|
|
450 |
<img src="https://github.com/user-attachments/assets/047faa4e-da63-415c-97a0-8dbe8045a839"
|
451 |
alt="WeChat Group QR"
|
452 |
width="320">
|
453 |
+
</details>
|
|
|
|
|
|