Update README.md
Browse files
README.md
CHANGED
|
@@ -27,10 +27,6 @@ pipeline = DiffusionPipeline.from_pretrained(
|
|
| 27 |
float_precision="fp16"
|
| 28 |
)
|
| 29 |
|
| 30 |
-
# specify the input video and output directory
|
| 31 |
-
input_path = "flamingo.mp4" # Input video file
|
| 32 |
-
work_dir = "output/flamingo" # Directory for saving results
|
| 33 |
-
|
| 34 |
# set prompts for inversion and generation
|
| 35 |
inversion_prompt = "flamingos standing in the water near a tree."
|
| 36 |
generation_prompt = {"origami": "rainbow-colored origami flamingos standing in the water near a tree."}
|
|
|
|
| 27 |
float_precision="fp16"
|
| 28 |
)
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
# set prompts for inversion and generation
|
| 31 |
inversion_prompt = "flamingos standing in the water near a tree."
|
| 32 |
generation_prompt = {"origami": "rainbow-colored origami flamingos standing in the water near a tree."}
|