Improve model card: Add pipeline tag, library name, license, paper and code links
Browse filesThis PR enhances the model card for LucidFlux by:
- **Adding `pipeline_tag: image-to-image`**: This improves model discoverability on the Hugging Face Hub for relevant tasks.
- **Adding `library_name: diffusers`**: The model is built on Diffusion Transformers and inference code confirms its compatibility with a diffusion pipeline, enabling an automated "how to use" widget.
- **Correcting the `license` tag to `mit`**: The `license_link` points to a file containing the MIT License terms.
- **Updating the paper link**: The "Technical Report" link in the header is replaced with a direct link to the official Hugging Face paper page: [LucidFlux: Caption-Free Universal Image Restoration via a Large-Scale Diffusion Transformer](https://huggingface.co/papers/2509.22414).
- **Adding an explicit `Code` link**: A direct link to the GitHub repository is added in the header for easier access to the source code.
These updates provide clearer, more structured information for users and improve integration with the Hugging Face ecosystem.
|
@@ -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>
|
|
|
|
|
|
|
|
|