nielsr HF staff commited on
Commit
7d29fe2
1 Parent(s): fcf5e50

Add library_name and pipeline_tag

Browse files

This PR adds the `library_name` and `pipeline_tag`, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=image-to-video.

Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ```markdown
2
+ ---
3
+ license: mit
4
+ library_name: diffusers
5
+ pipeline_tag: image-to-video
6
+ ---
7
+ Model for T2V Sketch LoRA in Paper: arxiv.org/abs/2411.10818
8
+ ```