Improve model card: Add license, pipeline tag, library name, paper, project, and code links
#2
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for the Lego-Edit model by:
- Updating the
licensetocc-by-nc-4.0as specified for the model weights in the original repository, clarifying the licensing terms for the artifact itself. - Adding
pipeline_tag: image-to-imageto improve discoverability on the Hugging Face Hub for image editing tasks. - Adding
library_name: transformersto indicate compatibility with the π€ Transformers library, enabling automated usage snippets. - Including direct links to the paper (Lego-Edit: A General Image Editing Framework with Model-Level Bricks and MLLM Builder), project page (https://xiaomi-research.github.io/lego-edit/), and the GitHub repository (https://github.com/xiaomi-research/lego-edit) for comprehensive information.
- Copying the detailed abstract, features, and quick start guide from the GitHub repository to provide a better overview of the model's capabilities and usage.