Enhance model card for LightSwitch with metadata, links, usage, and abstract
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for LightSwitch by adding crucial information for better discoverability and usability.
It includes:
- Metadata:
pipeline_tag: image-to-image
, making the model discoverable on the Hub via https://huggingface.co/models?pipeline_tag=image-to-image.library_name: diffusers
, enabling the "Use in Diffusers" code snippet for easy access.
- Content:
- A link to the paper: LightSwitch: Multi-view Relighting with Material-guided Diffusion.
- The full abstract of the paper for a comprehensive overview.
- A link to the project page: https://yehonathanlitman.github.io/light_switch/.
- A link to the GitHub repository: https://github.com/yehonathanlitman/LightSwitch.
- A clear "Usage" section, demonstrating how to load the model with
diffusers
and explicitly directing users to the GitHub repository for detailed operational instructions due to the model's complex input requirements. - The teaser image from the project to visually represent the model's output.
- The BibTeX citation for the paper.
Please review and merge if everything looks good.
thebluser
changed pull request status to
merged