nielsr HF Staff commited on
Commit
09b5f09
·
verified ·
1 Parent(s): a455ac7

Add pipeline tag to improve discoverability

Browse files

Hi! I'm Niels from the Hugging Face community team.

I've opened this PR to add the `image-to-video` pipeline tag to your model card's metadata. This helps users discover your model when filtering for video generation tasks on the Hugging Face Hub. I've also kept the existing library name and license metadata.

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
- license: apache-2.0
3
  library_name: diffusers
 
 
4
  ---
5
 
6
  <h1 align="center">
@@ -65,7 +66,8 @@ library_name: diffusers
65
  ```bibtex
66
  @article{liu2025robotransfer,
67
  title={RoboTransfer: Geometry-Consistent Video Diffusion for Robotic Visual Policy Transfer},
68
- author={Liu, Liu and Wang, Xiaofeng and Zhao, Guosheng and Li, Keyu and Qin, Wenkang and Qiu, Jiaxiong and Zhu, Zheng and Huang, Guan and Su, Zhizhong},
69
  journal={arXiv preprint arXiv:2505.23171},
70
  year={2025}
71
  }
 
 
1
  ---
 
2
  library_name: diffusers
3
+ license: apache-2.0
4
+ pipeline_tag: image-to-video
5
  ---
6
 
7
  <h1 align="center">
 
66
  ```bibtex
67
  @article{liu2025robotransfer,
68
  title={RoboTransfer: Geometry-Consistent Video Diffusion for Robotic Visual Policy Transfer},
69
+ author={Liu, Liu and Wang, Xiaofeng and Zhao, Guosheng and Li, Keyu Li, Wenkang Qin, Jiaxiong Qiu, Zheng Zhu, Guan Huang, Zhizhong Su},
70
  journal={arXiv preprint arXiv:2505.23171},
71
  year={2025}
72
  }
73
+ ```