Replace Gradio examples with real footage
Browse files- .gitattributes +6 -0
- app.py +4 -4
- examples/SOURCES.md +12 -0
- examples/motion_edited_first_frame.png +0 -0
- examples/motion_guide_source.mp4 +0 -0
- examples/prompt_add_source.mp4 +0 -0
- examples/prompt_remove_source.mp4 +0 -0
- examples/prompt_replace_source.mp4 +0 -0
- examples/prompt_style_source.mp4 +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
examples/motion_edited_first_frame.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
examples/motion_guide_source.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
examples/prompt_add_source.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
examples/prompt_remove_source.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
examples/prompt_replace_source.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
examples/prompt_style_source.mp4 filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -69,7 +69,7 @@ PROMPT_EDIT_EXAMPLES = [
|
|
| 69 |
f"{EXAMPLE_DIR}/prompt_add_source.mp4",
|
| 70 |
None,
|
| 71 |
"Add",
|
| 72 |
-
"Add a
|
| 73 |
"",
|
| 74 |
49,
|
| 75 |
],
|
|
@@ -78,7 +78,7 @@ PROMPT_EDIT_EXAMPLES = [
|
|
| 78 |
f"{EXAMPLE_DIR}/prompt_remove_source.mp4",
|
| 79 |
None,
|
| 80 |
"Remove",
|
| 81 |
-
"Remove the
|
| 82 |
"",
|
| 83 |
49,
|
| 84 |
],
|
|
@@ -87,7 +87,7 @@ PROMPT_EDIT_EXAMPLES = [
|
|
| 87 |
f"{EXAMPLE_DIR}/prompt_replace_source.mp4",
|
| 88 |
None,
|
| 89 |
"Replace",
|
| 90 |
-
"Replace the
|
| 91 |
"",
|
| 92 |
49,
|
| 93 |
],
|
|
@@ -108,7 +108,7 @@ MOTION_TRANSFER_EXAMPLES = [
|
|
| 108 |
f"{EXAMPLE_DIR}/motion_guide_source.mp4",
|
| 109 |
f"{EXAMPLE_DIR}/motion_edited_first_frame.png",
|
| 110 |
"Replace",
|
| 111 |
-
"
|
| 112 |
"",
|
| 113 |
49,
|
| 114 |
],
|
|
|
|
| 69 |
f"{EXAMPLE_DIR}/prompt_add_source.mp4",
|
| 70 |
None,
|
| 71 |
"Add",
|
| 72 |
+
"Add a golden retriever sitting on the grass beside the suitcase, to the right of the woman on the park bench.",
|
| 73 |
"",
|
| 74 |
49,
|
| 75 |
],
|
|
|
|
| 78 |
f"{EXAMPLE_DIR}/prompt_remove_source.mp4",
|
| 79 |
None,
|
| 80 |
"Remove",
|
| 81 |
+
"Remove the woman walking on the path.",
|
| 82 |
"",
|
| 83 |
49,
|
| 84 |
],
|
|
|
|
| 87 |
f"{EXAMPLE_DIR}/prompt_replace_source.mp4",
|
| 88 |
None,
|
| 89 |
"Replace",
|
| 90 |
+
"Replace the large red triangular sculpture in the background with a stone fountain spraying water in the plaza.",
|
| 91 |
"",
|
| 92 |
49,
|
| 93 |
],
|
|
|
|
| 108 |
f"{EXAMPLE_DIR}/motion_guide_source.mp4",
|
| 109 |
f"{EXAMPLE_DIR}/motion_edited_first_frame.png",
|
| 110 |
"Replace",
|
| 111 |
+
"Replace the young man in a white T-shirt dancing near the rocks with a red-haired woman in a loose white sweater dancing on the same beach.",
|
| 112 |
"",
|
| 113 |
49,
|
| 114 |
],
|
examples/SOURCES.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Example Media Sources
|
| 2 |
+
|
| 3 |
+
All bundled examples are trimmed from real Coverr stock footage pages that list
|
| 4 |
+
Free Commercial Rights. The clips are normalized to 49 frames at 24 FPS and
|
| 5 |
+
768x448 for quick Gradio example loading.
|
| 6 |
+
|
| 7 |
+
- `prompt_add_source.mp4`: https://coverr.co/videos/texting-in-the-park-on-a-sunny-day
|
| 8 |
+
- `prompt_remove_source.mp4`: https://coverr.co/videos/woman-walking-in-the-park-wlxm8wwakl
|
| 9 |
+
- `prompt_replace_source.mp4`: https://coverr.co/videos/urban-coffee-break
|
| 10 |
+
- `prompt_style_source.mp4`: https://coverr.co/videos/mountain-landscape-pqyvacmibx
|
| 11 |
+
- `motion_guide_source.mp4`: https://coverr.co/videos/dancing-near-the-rocks-xoxgchcwsn
|
| 12 |
+
- `motion_edited_first_frame.png`: extracted from https://coverr.co/videos/woman-dancing-on-the-beach-jypjwktfli
|
examples/motion_edited_first_frame.png
CHANGED
|
|
Git LFS Details
|
examples/motion_guide_source.mp4
CHANGED
|
Binary files a/examples/motion_guide_source.mp4 and b/examples/motion_guide_source.mp4 differ
|
|
|
examples/prompt_add_source.mp4
CHANGED
|
Binary files a/examples/prompt_add_source.mp4 and b/examples/prompt_add_source.mp4 differ
|
|
|
examples/prompt_remove_source.mp4
CHANGED
|
Binary files a/examples/prompt_remove_source.mp4 and b/examples/prompt_remove_source.mp4 differ
|
|
|
examples/prompt_replace_source.mp4
CHANGED
|
Binary files a/examples/prompt_replace_source.mp4 and b/examples/prompt_replace_source.mp4 differ
|
|
|
examples/prompt_style_source.mp4
CHANGED
|
Binary files a/examples/prompt_style_source.mp4 and b/examples/prompt_style_source.mp4 differ
|
|
|