jadechoghari
commited on
Commit
•
ce01e8f
1
Parent(s):
7682d1f
Update pipeline.py
Browse files- pipeline.py +4 -4
pipeline.py
CHANGED
@@ -77,7 +77,7 @@ class VidToMePipeline(DiffusionPipeline):
|
|
77 |
}
|
78 |
return config
|
79 |
|
80 |
-
# Sample usage
|
81 |
-
pipeline = VidToMePipeline(device="cuda", sd_version="2.1", float_precision="fp16")
|
82 |
-
pipeline(video_path="path/to/video.mp4", video_prompt="A beautiful scene of a sunset",
|
83 |
-
|
|
|
77 |
}
|
78 |
return config
|
79 |
|
80 |
+
# # Sample usage
|
81 |
+
# pipeline = VidToMePipeline(device="cuda", sd_version="2.1", float_precision="fp16")
|
82 |
+
# pipeline(video_path="path/to/video.mp4", video_prompt="A beautiful scene of a sunset",
|
83 |
+
# edit_prompt="Make the sunset look more vibrant", control_type="depth", n_timesteps=50)
|