Improve model card: Add pipeline tag, library name, links, and usage details
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for Universal Few-Shot Spatial Control for Diffusion Models (UFC) by:
- Adding the
pipeline_tag: text-to-image
, ensuring the model is discoverable under the relevant pipeline at https://huggingface.co/models?pipeline_tag=text-to-image. - Adding
library_name: diffusers
as the project's code is based on thediffusers
library, enabling the automated "how to use" snippet. - Including a direct link to the paper: https://huggingface.co/papers/2509.07530.
- Providing a link to the official GitHub repository for easier access to the code and further details: https://github.com/kietngt00/UFC.
- Incorporating key information about the model, its method, available checkpoints, and usage examples for image generation from the original GitHub README.
Please review these additions.
ntk1507
changed pull request status to
merged