fishze commited on
Commit
78dbef8
·
verified ·
1 Parent(s): 4441228

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -16
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- pipeline_tag: image-to-image
4
  library_name: diffusers
5
  ---
6
 
@@ -80,19 +80,4 @@ Refacade
80
  └── ...
81
  ```
82
 
83
- ---
84
-
85
- ## ⚡ Quick Start
86
-
87
- ### Minimal Example
88
-
89
- ```bash
90
- python test_pipe.py \
91
- --ref_img ./assets/single_example/1.png \
92
- --ref_mask ./assets/single_example/mask.png \
93
- --video_path ./assets/single_example/1.mp4 \
94
- --mask_path ./assets/single_example/mask.mp4 \
95
- --output_dir ./outputs
96
- ```
97
-
98
  ---
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: video-to-video
4
  library_name: diffusers
5
  ---
6
 
 
80
  └── ...
81
  ```
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  ---