Update pipeline tag to text-to-image and add Hugging Face paper link
#3
by nielsr HF Staff - opened
This PR improves the model card by:
- Updating the
pipeline_tagfromimage-to-imagetotext-to-image. This change accurately reflects the model's capability to generate images from text descriptions, even when image inputs are used for conditioning. This will improve discoverability at https://huggingface.co/models?pipeline_tag=text-to-image. - Adding a direct link to the Hugging Face paper page (USO: Unified Style and Subject-Driven Generation via Disentangled and Reward Learning) for easier access to the research paper.
- Removing the redundant `
fenfan changed pull request status to merged