nielsr HF staff commited on
Commit
e2329f9
·
verified ·
1 Parent(s): b430f0e

Add library_name to metadata

Browse files

This PR adds the `library_name` to the YAML metadata section of the model card. This clarifies that the model is compatible with the Hugging Face `diffusers` library, making it easier for users to discover and utilize the model.

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: mit
3
  pipeline_tag: image-to-video
 
4
  ---
5
 
6
  <h1 align="center">Diffusion Forcing Transformer</h1>
 
1
  ---
2
  license: mit
3
  pipeline_tag: image-to-video
4
+ library_name: diffusers
5
  ---
6
 
7
  <h1 align="center">Diffusion Forcing Transformer</h1>