nielsr HF staff commited on
Commit
0fce488
·
verified ·
1 Parent(s): ad510dc

Add pipeline tag

Browse files

This PR adds the pipeline tag `image-to-video`, which ensures that the model appears when filtering on that tag at https://huggingface.co/models?pipeline_tag=image-to-video.

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,9 +3,9 @@ license: apache-2.0
3
  library_name: diffusers
4
  tags:
5
  - video-inpainting
 
6
  ---
7
 
8
-
9
  # DiffuEraser: A Diffusion Model for Video Inpainting
10
 
11
  DiffuEraser is a diffusion model for video inpainting, which outperforms state-of-the-art model Propainter in both content completeness and temporal consistency while maintaining acceptable efficiency.
@@ -36,4 +36,4 @@ DiffuEraser is a diffusion model for video inpainting, which outperforms state-o
36
 
37
  ## Model Card Authors
38
 
39
 
3
  library_name: diffusers
4
  tags:
5
  - video-inpainting
6
+ pipeline_tag: image-to-video
7
  ---
8
 
 
9
  # DiffuEraser: A Diffusion Model for Video Inpainting
10
 
11
  DiffuEraser is a diffusion model for video inpainting, which outperforms state-of-the-art model Propainter in both content completeness and temporal consistency while maintaining acceptable efficiency.
 
36
 
37
  ## Model Card Authors
38
 
39