Improve model card: Add pipeline tag, library name, links, and usage examples
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for NeuralRemaster: Phase-Preserving Diffusion for Structure-Aligned Generation by:
- Adding
pipeline_tag: image-to-imageto the metadata, improving discoverability for relevant tasks. - Adding
library_name: diffusersto the metadata, enabling the automated "how to use" widget on the Hub due to compatibility with underlying diffusion models (SD 1.5, FLUX, Wan2.2-14b) used in the project. - Providing a direct link to the project page for more details.
- Incorporating a concise summary of the paper to explain the model's methodology and benefits.
- Including a practical "Usage" section with installation steps and command-line code snippets directly from the GitHub repository, demonstrating how to run inference with the adapted models.
- Adding the BibTeX citation for proper attribution.