nielsr HF Staff commited on
Commit
cf56cb6
·
verified ·
1 Parent(s): 3294f40

Add `library_name: diffusers` to model card metadata

Browse files

This PR adds the `library_name: diffusers` to the model card's metadata. This ensures that the automated "How to use" widget appears on the model page, showcasing compatibility with the Diffusers library for easier use by the community.

The model card already provides comprehensive information, including links to the paper, project page, and code repository, as well as clear inference instructions.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,7 +1,9 @@
1
  ---
2
  license: mit
3
  pipeline_tag: image-to-video
 
4
  ---
 
5
  # DualCamCtrl: Dual-Branch Diffusion Model for Geometry-Aware Camera-Controlled Video Generation
6
 
7
  [![Page](https://img.shields.io/badge/github-Project_page-blue?logo=github)](https://soyouthinkyoucantell.github.io/dualcamctrl-page/)
 
1
  ---
2
  license: mit
3
  pipeline_tag: image-to-video
4
+ library_name: diffusers
5
  ---
6
+
7
  # DualCamCtrl: Dual-Branch Diffusion Model for Geometry-Aware Camera-Controlled Video Generation
8
 
9
  [![Page](https://img.shields.io/badge/github-Project_page-blue?logo=github)](https://soyouthinkyoucantell.github.io/dualcamctrl-page/)