Add `library_name: diffusers` to model card metadata
Browse filesThis 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.
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 |
[](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 |
[](https://soyouthinkyoucantell.github.io/dualcamctrl-page/)
|