Wenhao-Sun
commited on
Commit
•
c7e544b
1
Parent(s):
5b487af
dev
Browse filesinitial commit
This view is limited to 50 files because it contains too many changes.
See raw diff
- .gitignore +26 -0
- README.md +7 -0
- config.yaml +850 -0
- frames/aurora/00.png +3 -0
- frames/aurora/01.png +3 -0
- frames/aurora/02.png +3 -0
- frames/aurora/03.png +3 -0
- frames/aurora/04.png +3 -0
- frames/aurora/05.png +3 -0
- frames/aurora/06.png +3 -0
- frames/aurora/07.png +3 -0
- frames/aurora/08.png +3 -0
- frames/aurora/09.png +3 -0
- frames/aurora/10.png +3 -0
- frames/aurora/11.png +3 -0
- frames/aurora/12.png +3 -0
- frames/aurora/13.png +3 -0
- frames/aurora/14.png +3 -0
- frames/aurora/15.png +3 -0
- frames/aurora/16.png +3 -0
- frames/aurora/17.png +3 -0
- frames/aurora/18.png +3 -0
- frames/aurora/19.png +3 -0
- frames/aurora/20.png +3 -0
- frames/aurora/21.png +3 -0
- frames/aurora/22.png +3 -0
- frames/aurora/23.png +3 -0
- frames/beam/00.png +3 -0
- frames/beam/01.png +3 -0
- frames/beam/02.png +3 -0
- frames/beam/03.png +3 -0
- frames/beam/04.png +3 -0
- frames/beam/05.png +3 -0
- frames/beam/06.png +3 -0
- frames/beam/07.png +3 -0
- frames/beam/08.png +3 -0
- frames/beam/09.png +3 -0
- frames/beam/10.png +3 -0
- frames/beam/11.png +3 -0
- frames/beam/12.png +3 -0
- frames/beam/13.png +3 -0
- frames/beam/14.png +3 -0
- frames/beam/15.png +3 -0
- frames/beam/16.png +3 -0
- frames/beam/17.png +3 -0
- frames/beam/18.png +3 -0
- frames/beam/19.png +3 -0
- frames/beam/20.png +3 -0
- frames/beam/21.png +3 -0
- frames/beam/22.png +3 -0
.gitignore
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# General
|
2 |
+
.DS_Store
|
3 |
+
.AppleDouble
|
4 |
+
.LSOverride
|
5 |
+
|
6 |
+
# Icon must end with two \r
|
7 |
+
Icon
|
8 |
+
|
9 |
+
# Thumbnails
|
10 |
+
._*
|
11 |
+
|
12 |
+
# Files that might appear in the root of a volume
|
13 |
+
.DocumentRevisions-V100
|
14 |
+
.fseventsd
|
15 |
+
.Spotlight-V100
|
16 |
+
.TemporaryItems
|
17 |
+
.Trashes
|
18 |
+
.VolumeIcon.icns
|
19 |
+
.com.apple.timemachine.donotpresent
|
20 |
+
|
21 |
+
# Directories potentially created on remote AFP share
|
22 |
+
.AppleDB
|
23 |
+
.AppleDesktop
|
24 |
+
Network Trash Folder
|
25 |
+
Temporary Items
|
26 |
+
.apdisk
|
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## V2VBench
|
2 |
+
|
3 |
+
V2VBench is the dataset used in the research paper [Diffusion Model-Based Video Editing: A Survey](https://arxiv.org/abs/2407.07111).
|
4 |
+
|
5 |
+
V2VBench is designed to benchmark and evaluate diffusion model-based video editing techniques and provides a diverse collection of video samples and corresponding editing tasks, enabling researchers and practitioners to assess the performance of various video editing algorithms.
|
6 |
+
|
7 |
+
For detailed instructions on how to use the V2VBench dataset, please refer to our [documentation](https://github.com/wenhao728/awesome-diffusion-v2v/blob/main/doc/README.md).
|
config.yaml
ADDED
@@ -0,0 +1,850 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
data:
|
2 |
+
- edit:
|
3 |
+
- prompt: red and yellow aurora paints the night sky over mountain silhouettes
|
4 |
+
src_words: green and blue aurora
|
5 |
+
tgt_words: red and yellow aurora
|
6 |
+
type: foreground
|
7 |
+
- prompt: white and pure cloud paints the night sky over mountain silhouettes
|
8 |
+
src_words: green and blue aurora
|
9 |
+
tgt_words: white and pure cloud
|
10 |
+
type: foreground
|
11 |
+
- prompt: green and blue aurora paints the night sky over mountain silhouettes,
|
12 |
+
van gogh starry night style
|
13 |
+
src_words: ''
|
14 |
+
tgt_words: van gogh starry night style
|
15 |
+
type: stylization
|
16 |
+
prompt: green and blue aurora paints the night sky over mountain silhouettes
|
17 |
+
video_id: aurora
|
18 |
+
- edit:
|
19 |
+
- prompt: symmetric neon light tunnel with green and yellow hues
|
20 |
+
src_words: blue and purple
|
21 |
+
tgt_words: green and yellow
|
22 |
+
type: foreground
|
23 |
+
- prompt: symmetric neon light tunnel with blue and purple hues, ukiyo-e style painting
|
24 |
+
src_words: ''
|
25 |
+
tgt_words: ukiyo-e style painting
|
26 |
+
type: stylization
|
27 |
+
- prompt: symmetric neon light tunnel with green and yellow hues, makoto shinkai
|
28 |
+
style
|
29 |
+
src_words: blue and purple,
|
30 |
+
tgt_words: green and yellow,makoto shinkai style
|
31 |
+
type: compound:foreground,stylization
|
32 |
+
prompt: symmetric neon light tunnel with blue and purple hues
|
33 |
+
video_id: beam
|
34 |
+
- edit:
|
35 |
+
- prompt: pink flamingo is gracefully swimming in a pond with lush greenery in the
|
36 |
+
background
|
37 |
+
src_words: black swan
|
38 |
+
tgt_words: pink flamingo
|
39 |
+
type: foreground
|
40 |
+
- prompt: black swan is gracefully swimming in a pond with lush greenery in the
|
41 |
+
background, children drawing
|
42 |
+
src_words: ''
|
43 |
+
tgt_words: children drawing
|
44 |
+
type: stylization
|
45 |
+
- prompt: white egret is gracefully swimming in a pond with cherry-blossom trees
|
46 |
+
in the background
|
47 |
+
src_words: black swan,lush greenery
|
48 |
+
tgt_words: white egret,cherry-blossom trees
|
49 |
+
type: compound:foreground,background
|
50 |
+
prompt: black swan is gracefully swimming in a pond with lush greenery in the background
|
51 |
+
video_id: blackswan
|
52 |
+
- edit:
|
53 |
+
- prompt: orange balls float on blue water
|
54 |
+
src_words: green balls
|
55 |
+
tgt_words: orange balls
|
56 |
+
type: foreground
|
57 |
+
- prompt: green balls float on pink water
|
58 |
+
src_words: blue water
|
59 |
+
tgt_words: pink water
|
60 |
+
type: background
|
61 |
+
- prompt: red cubes float on purple water, cartoon photo
|
62 |
+
src_words: green balls,blue water,
|
63 |
+
tgt_words: red cubes,purple water,cartoon photo
|
64 |
+
type: compound:foreground,background,stylization
|
65 |
+
prompt: green balls float on blue water
|
66 |
+
video_id: blue-texture
|
67 |
+
- edit:
|
68 |
+
- prompt: a red sailing boat sails on blue waters surrounded by small villages
|
69 |
+
src_words: white fishing boat
|
70 |
+
tgt_words: red sailing boat
|
71 |
+
type: foreground
|
72 |
+
- prompt: a white fishing boat sails on green waters surrounded by small villages
|
73 |
+
src_words: blue water
|
74 |
+
tgt_words: green water
|
75 |
+
type: background
|
76 |
+
- prompt: a white fishing boat sails on blue waters surrounded by small villages,
|
77 |
+
picasso artwork
|
78 |
+
src_words: ''
|
79 |
+
tgt_words: picasso artwork
|
80 |
+
type: stylization
|
81 |
+
prompt: a white fishing boat sails on blue waters surrounded by small villages
|
82 |
+
video_id: boat
|
83 |
+
- edit:
|
84 |
+
- prompt: two spider-men sparring in an outdoor ring during the evening with a coach
|
85 |
+
supervising and city buildings and trees in the background
|
86 |
+
src_words: boxers
|
87 |
+
tgt_words: spider-men
|
88 |
+
type: foreground
|
89 |
+
- prompt: two boxers sparring in an outdoor ring during the evening with a coach
|
90 |
+
supervising and colorful corals and fish in the background
|
91 |
+
src_words: city buildings and trees
|
92 |
+
tgt_words: colorful corals and fish
|
93 |
+
type: background
|
94 |
+
- prompt: two ninjas sparring in an outdoor ring during the evening with a coach
|
95 |
+
supervising and city buildings and trees in the background, comic style
|
96 |
+
src_words: boxers,
|
97 |
+
tgt_words: ninjas,comic style
|
98 |
+
type: compound:foreground,stylization
|
99 |
+
prompt: two boxers sparring in an outdoor ring during the evening with a coach supervising
|
100 |
+
and city buildings and trees in the background
|
101 |
+
video_id: boxing-fisheye
|
102 |
+
- edit:
|
103 |
+
- prompt: aerial view of a green and yellow taxi driving down a city street
|
104 |
+
src_words: a white and blue bus
|
105 |
+
tgt_words: a green and yellow taxi
|
106 |
+
type: foreground
|
107 |
+
- prompt: aerial view of a white and blue bus driving down a forest road
|
108 |
+
src_words: city street
|
109 |
+
tgt_words: forest road
|
110 |
+
type: background
|
111 |
+
- prompt: aerial view of a white and blue bus driving down a city street, black
|
112 |
+
and white sketch
|
113 |
+
src_words: ''
|
114 |
+
tgt_words: black and white sketch
|
115 |
+
type: stylization
|
116 |
+
prompt: aerial view of a white and blue bus driving down a city street
|
117 |
+
video_id: bus
|
118 |
+
- edit:
|
119 |
+
- prompt: a black and yellow butterfly flutters over a plant in a field eventually
|
120 |
+
alighting on a yellow flower, in 8-bit pixel art style
|
121 |
+
src_words: ''
|
122 |
+
tgt_words: in 8-bit pixel art style
|
123 |
+
type: stylization
|
124 |
+
- prompt: a black and yellow butterfly flutters over a plant in a field eventually
|
125 |
+
alighting on a red flower
|
126 |
+
src_words: yellow flower
|
127 |
+
tgt_words: red flower
|
128 |
+
type: background
|
129 |
+
- prompt: a black and yellow butterfly flutters over a plant in a field eventually
|
130 |
+
alighting on a yellow flower, in a watercolor style
|
131 |
+
src_words: ''
|
132 |
+
tgt_words: in a watercolor style
|
133 |
+
type: stylization
|
134 |
+
prompt: a black and yellow butterfly flutters over a plant in a field eventually
|
135 |
+
alighting on a yellow flower
|
136 |
+
video_id: butterfly
|
137 |
+
- edit:
|
138 |
+
- prompt: a car navigates city streets transitioning from shadow to sunlight amidst
|
139 |
+
white buildings, in pixar-style animation.
|
140 |
+
src_words: ''
|
141 |
+
tgt_words: in pixar-style animation.
|
142 |
+
type: stylization
|
143 |
+
- prompt: a car navigates snowy streets transitioning from shadow to sunlight amidst
|
144 |
+
white buildings
|
145 |
+
src_words: city streets
|
146 |
+
tgt_words: snowy streets
|
147 |
+
type: background
|
148 |
+
- prompt: a car navigates city streets transitioning from shadow to sunlight amidst
|
149 |
+
green trees
|
150 |
+
src_words: white buildings
|
151 |
+
tgt_words: green trees
|
152 |
+
type: background
|
153 |
+
prompt: a car navigates city streets transitioning from shadow to sunlight amidst
|
154 |
+
white buildings
|
155 |
+
video_id: car-shadow
|
156 |
+
- edit:
|
157 |
+
- prompt: a orange boat drives through a puddle of water in the wild
|
158 |
+
src_words: white car
|
159 |
+
tgt_words: orange boat
|
160 |
+
type: foreground
|
161 |
+
- prompt: a white car drives through a puddle of lava in the wild
|
162 |
+
src_words: a puddle of water
|
163 |
+
tgt_words: a puddle of lava
|
164 |
+
type: background
|
165 |
+
- prompt: a white car drives through a puddle of water in sunset beach
|
166 |
+
src_words: in the wild
|
167 |
+
tgt_words: in sunset beach
|
168 |
+
type: background
|
169 |
+
prompt: a white car drives through a puddle of water in the wild
|
170 |
+
video_id: car-swamp
|
171 |
+
- edit:
|
172 |
+
- prompt: a red sports-car navigates a curvy road surrounded by green grass trees
|
173 |
+
and mountains during the day
|
174 |
+
src_words: grey car
|
175 |
+
tgt_words: red sports-car
|
176 |
+
type: foreground
|
177 |
+
- prompt: a grey car navigates a curvy road surrounded by snowy landscapes trees
|
178 |
+
and mountains during the day
|
179 |
+
src_words: green grass,trees,and mountains during the day
|
180 |
+
tgt_words: snowy landscapes,pine trees,and mountains during winter
|
181 |
+
type: background
|
182 |
+
- prompt: a grey car navigates a curvy road surrounded by green grass trees and
|
183 |
+
mountains during the day, in an animated cartoon style
|
184 |
+
src_words: ''
|
185 |
+
tgt_words: in an animated cartoon style
|
186 |
+
type: stylization
|
187 |
+
prompt: a grey car navigates a curvy road surrounded by green grass trees and mountains
|
188 |
+
during the day
|
189 |
+
video_id: car-turn
|
190 |
+
- edit:
|
191 |
+
- prompt: a cat perches atop a wooden fence under the water
|
192 |
+
src_words: against blue sky
|
193 |
+
tgt_words: under the water
|
194 |
+
type: background
|
195 |
+
- prompt: a cat perches atop a wooden fence against blue sky, in pokenmon animation
|
196 |
+
style
|
197 |
+
src_words: ''
|
198 |
+
tgt_words: in pokenmon animation style
|
199 |
+
type: stylization
|
200 |
+
- prompt: a cogi perches atop a wooden fence against green forest
|
201 |
+
src_words: cat,blue sky
|
202 |
+
tgt_words: cogi,green forest
|
203 |
+
type: compound:foreground,background
|
204 |
+
prompt: a cat perches atop a wooden fence against blue sky
|
205 |
+
video_id: cat
|
206 |
+
- edit:
|
207 |
+
- prompt: a large red cloud hovers over a hill
|
208 |
+
src_words: white cloud
|
209 |
+
tgt_words: red cloud
|
210 |
+
type: foreground
|
211 |
+
- prompt: a large white cloud hovers over a hill, painted in expressionism style
|
212 |
+
src_words: ''
|
213 |
+
tgt_words: painted in expressionism style
|
214 |
+
type: stylization
|
215 |
+
- prompt: a large rainbow-colored cloud hovers over a hill, in van gogh's starry
|
216 |
+
night style
|
217 |
+
src_words: white cloud,
|
218 |
+
tgt_words: rainbow-colored cloud,in van gogh's starry night style
|
219 |
+
type: compound:foreground,stylization
|
220 |
+
prompt: a large white cloud hovers over a hill
|
221 |
+
video_id: cloud
|
222 |
+
- edit:
|
223 |
+
- prompt: digital number 10 displayed on a clock against a orange screen
|
224 |
+
src_words: blue screen
|
225 |
+
tgt_words: orange screen
|
226 |
+
type: background
|
227 |
+
- prompt: digital number 10 displayed on a clock against a blue screen, oil painting
|
228 |
+
style
|
229 |
+
src_words: ''
|
230 |
+
tgt_words: oil painting style
|
231 |
+
type: stylization
|
232 |
+
- prompt: calligraphy number 10 displayed on a clock against a blue screen
|
233 |
+
src_words: digital number
|
234 |
+
tgt_words: calligraphy number
|
235 |
+
type: foreground
|
236 |
+
prompt: digital number 10 displayed on a clock against a blue screen
|
237 |
+
video_id: count
|
238 |
+
- edit:
|
239 |
+
- prompt: a black and white panda is walking through a field of grass and mud
|
240 |
+
src_words: brown and white cow
|
241 |
+
tgt_words: black and white panda
|
242 |
+
type: foreground
|
243 |
+
- prompt: a brown and white cow is walking through a field of wheat and flowers
|
244 |
+
src_words: grass and mud
|
245 |
+
tgt_words: wheat and flowers
|
246 |
+
type: background
|
247 |
+
- prompt: a black and white zebra is walking through a field of mountains and lake
|
248 |
+
src_words: brown and white cow,grass and mud
|
249 |
+
tgt_words: black and white zebra,mountains and lake
|
250 |
+
type: compound:foreground,background
|
251 |
+
prompt: a brown and white cow is walking through a field of grass and mud
|
252 |
+
video_id: cows
|
253 |
+
- edit:
|
254 |
+
- prompt: an urban street flanked by buildings with the moon casting long shadows
|
255 |
+
src_words: sun
|
256 |
+
tgt_words: moon
|
257 |
+
type: background
|
258 |
+
- prompt: an urban street flanked by buildings with the sun casting long shadows,
|
259 |
+
animation style
|
260 |
+
src_words: ''
|
261 |
+
tgt_words: animation style
|
262 |
+
type: stylization
|
263 |
+
- prompt: an urban street flanked by ice-cream with the sun casting long shadows
|
264 |
+
src_words: buildings
|
265 |
+
tgt_words: ice-cream
|
266 |
+
type: foreground
|
267 |
+
prompt: an urban street flanked by buildings with the sun casting long shadows
|
268 |
+
video_id: cross-city
|
269 |
+
- edit:
|
270 |
+
- prompt: spiderman cross the street at a busy crosswalk in front of a building
|
271 |
+
src_words: pedestrians
|
272 |
+
tgt_words: spiderman
|
273 |
+
type: foreground
|
274 |
+
- prompt: pedestrians cross the street at a busy crosswalk in front of a building,
|
275 |
+
animation style
|
276 |
+
src_words: ''
|
277 |
+
tgt_words: animation style
|
278 |
+
type: stylization
|
279 |
+
- prompt: pedestrians cross the street at a busy crosswalk in front of a forest
|
280 |
+
src_words: in front of a building
|
281 |
+
tgt_words: in front of a forest
|
282 |
+
type: background
|
283 |
+
prompt: pedestrians cross the street at a busy crosswalk in front of a building
|
284 |
+
video_id: crossing
|
285 |
+
- edit:
|
286 |
+
- prompt: a woman in a white t-shirt captivates a street crowd with her mesmerizing
|
287 |
+
dance moves
|
288 |
+
src_words: blue dress
|
289 |
+
tgt_words: white t-shirt
|
290 |
+
type: foreground
|
291 |
+
- prompt: a woman in a blue dress captivates a street crowd with her mesmerizing
|
292 |
+
dance moves, studio ghibli style
|
293 |
+
src_words: ''
|
294 |
+
tgt_words: studio ghibli style
|
295 |
+
type: stylization
|
296 |
+
- prompt: a woman in a red dress captivates a street crowd with her mesmerizing
|
297 |
+
dance moves, vibrant film style
|
298 |
+
src_words: blue dress,
|
299 |
+
tgt_words: red dress,vibrant film style
|
300 |
+
type: compound:foreground,stylization
|
301 |
+
prompt: a woman in a blue dress captivates a street crowd with her mesmerizing dance
|
302 |
+
moves
|
303 |
+
video_id: dance-twirl
|
304 |
+
- edit:
|
305 |
+
- prompt: a dog is navigating poles in an obstacle course weaving through poles
|
306 |
+
against a beach backdrop with palm trees
|
307 |
+
src_words: a gym backdrop with green grass
|
308 |
+
tgt_words: a beach backdrop with palm trees
|
309 |
+
type: background
|
310 |
+
- prompt: a dog is navigating poles in an obstacle course weaving through poles
|
311 |
+
against a gym backdrop with green grass, claymation style
|
312 |
+
src_words: ''
|
313 |
+
tgt_words: claymation style
|
314 |
+
type: stylization
|
315 |
+
- prompt: a toy-car is navigating poles in an obstacle course weaving through poles
|
316 |
+
against a gym backdrop with green grass
|
317 |
+
src_words: dog
|
318 |
+
tgt_words: toy-car
|
319 |
+
type: foreground
|
320 |
+
prompt: a dog is navigating poles in an obstacle course weaving through poles against
|
321 |
+
a gym backdrop with green grass
|
322 |
+
video_id: dog-agility
|
323 |
+
- edit:
|
324 |
+
- prompt: flamingos are drinking water by a tree surrounded by sandy beach and turquoise
|
325 |
+
water
|
326 |
+
src_words: blue water and green shores
|
327 |
+
tgt_words: sandy beach and turquoise water
|
328 |
+
type: background
|
329 |
+
- prompt: flamingos are drinking water by a tree surrounded by blue water and green
|
330 |
+
shores, in a cyber punk sci-fi style
|
331 |
+
src_words: ''
|
332 |
+
tgt_words: in a cyber punk sci-fi style
|
333 |
+
type: stylization
|
334 |
+
- prompt: giraffes are drinking water by a tree surrounded by blue water and green
|
335 |
+
shores, in a disney animation style
|
336 |
+
src_words: flamingos,
|
337 |
+
tgt_words: giraffes,in a disney animation style
|
338 |
+
type: compound:foreground,stylization
|
339 |
+
prompt: flamingos are drinking water by a tree surrounded by blue water and green
|
340 |
+
shores
|
341 |
+
video_id: flamingo
|
342 |
+
- edit:
|
343 |
+
- prompt: a red and yellow balloon is lifting off from the green rooftop of a building
|
344 |
+
near the ocean
|
345 |
+
src_words: white and blue helicopter
|
346 |
+
tgt_words: red and yellow balloon
|
347 |
+
type: foreground
|
348 |
+
- prompt: a white and blue helicopter is lifting off from the snowy rooftop of a
|
349 |
+
building near the ocean
|
350 |
+
src_words: green rooftop of a building
|
351 |
+
tgt_words: snowy rooftop of a building
|
352 |
+
type: background
|
353 |
+
- prompt: a white and blue helicopter is lifting off from the green rooftop of a
|
354 |
+
building near the ocean, in a chibi animation filter
|
355 |
+
src_words: ''
|
356 |
+
tgt_words: in a chibi animation filter
|
357 |
+
type: stylization
|
358 |
+
prompt: a white and blue helicopter is lifting off from the green rooftop of a building
|
359 |
+
near the ocean
|
360 |
+
video_id: helicopter
|
361 |
+
- edit:
|
362 |
+
- prompt: a man with a giant-pencil hikes through the dolomites
|
363 |
+
src_words: man with a backpack
|
364 |
+
tgt_words: man with a giant-pencil
|
365 |
+
type: foreground
|
366 |
+
- prompt: a superman with a backpack hikes through the desert
|
367 |
+
src_words: man,dolomites
|
368 |
+
tgt_words: superman,desert
|
369 |
+
type: compound:foreground,background
|
370 |
+
- prompt: a man with a backpack hikes through the dolomites, pixel art
|
371 |
+
src_words: ''
|
372 |
+
tgt_words: pixel art
|
373 |
+
type: stylization
|
374 |
+
prompt: a man with a backpack hikes through the dolomites
|
375 |
+
video_id: hike
|
376 |
+
- edit:
|
377 |
+
- prompt: a man on roller blades is playing inline hockey in an underwater rink
|
378 |
+
src_words: outdoor rink
|
379 |
+
tgt_words: underwater rink
|
380 |
+
type: background
|
381 |
+
- prompt: a man on roller blades is playing inline hockey in an outdoor rink, claymation
|
382 |
+
animation style
|
383 |
+
src_words: ''
|
384 |
+
tgt_words: claymation animation style
|
385 |
+
type: stylization
|
386 |
+
- prompt: a panda on roller blades is playing inline hockey in an outdoor rink
|
387 |
+
src_words: a man on roller blades
|
388 |
+
tgt_words: a panda on roller blades
|
389 |
+
type: foreground
|
390 |
+
prompt: a man on roller blades is playing inline hockey in an outdoor rink
|
391 |
+
video_id: hockey
|
392 |
+
- edit:
|
393 |
+
- prompt: a rider on horse navigates an obstacle course jumping hurdles, in oil
|
394 |
+
painting style
|
395 |
+
src_words: ''
|
396 |
+
tgt_words: in oil painting style
|
397 |
+
type: stylization
|
398 |
+
- prompt: a rider on horse navigates an obstacle course jumping hurdles, in a comic
|
399 |
+
book style
|
400 |
+
src_words: ''
|
401 |
+
tgt_words: in a comic book style
|
402 |
+
type: stylization
|
403 |
+
- prompt: a rider on llama navigates an obstacle course jumping hurdles
|
404 |
+
src_words: horse
|
405 |
+
tgt_words: llama
|
406 |
+
type: foreground
|
407 |
+
prompt: a rider on horse navigates an obstacle course jumping hurdles
|
408 |
+
video_id: horsejump-high
|
409 |
+
- edit:
|
410 |
+
- prompt: a box of lemon fruits falling onto a white water
|
411 |
+
src_words: a drop of orange ink
|
412 |
+
tgt_words: a box of lemon fruits
|
413 |
+
type: foreground
|
414 |
+
- prompt: a drop of orange ink falling onto a green water
|
415 |
+
src_words: white water
|
416 |
+
tgt_words: green water
|
417 |
+
type: background
|
418 |
+
- prompt: a drop of orange ink falling onto a white water, black-white chinese watercolor
|
419 |
+
style
|
420 |
+
src_words: ''
|
421 |
+
tgt_words: black-white chinese watercolor style
|
422 |
+
type: stylization
|
423 |
+
prompt: a drop of orange ink falling onto a white water
|
424 |
+
video_id: ink
|
425 |
+
- edit:
|
426 |
+
- prompt: coral reef with mesmerizing footage of striped jellyfish, illuminated
|
427 |
+
by neon lights
|
428 |
+
src_words: blue ocean,
|
429 |
+
tgt_words: coral reef,illuminated by neon lights
|
430 |
+
type: compound:background,stylization
|
431 |
+
- prompt: red ocean with mesmerizing footage of striped jellyfish
|
432 |
+
src_words: blue ocean
|
433 |
+
tgt_words: red ocean
|
434 |
+
type: background
|
435 |
+
- prompt: blue ocean with mesmerizing footage of striped jellyfish, van gogh starry
|
436 |
+
night style
|
437 |
+
src_words: ''
|
438 |
+
tgt_words: van gogh starry night style
|
439 |
+
type: stylization
|
440 |
+
prompt: blue ocean with mesmerizing footage of striped jellyfish
|
441 |
+
video_id: jellyfish
|
442 |
+
- edit:
|
443 |
+
- prompt: a superman running on turquoise waters with a coastal cityscape and mountain
|
444 |
+
in the background
|
445 |
+
src_words: person kiteboarding
|
446 |
+
tgt_words: superman running
|
447 |
+
type: foreground
|
448 |
+
- prompt: a person kiteboarding on lava lake with a coastal cityscape and mountain
|
449 |
+
in the background
|
450 |
+
src_words: on turquoise waters
|
451 |
+
tgt_words: on lava lake
|
452 |
+
type: background
|
453 |
+
- prompt: a person kiteboarding on turquoise waters with a coastal cityscape and
|
454 |
+
mountain in the background, pixar animation style
|
455 |
+
src_words: ''
|
456 |
+
tgt_words: pixar animation style
|
457 |
+
type: stylization
|
458 |
+
prompt: a person kiteboarding on turquoise waters with a coastal cityscape and mountain
|
459 |
+
in the background
|
460 |
+
video_id: kite-surf
|
461 |
+
- edit:
|
462 |
+
- prompt: three astronauts in spaceman costume are standing atop a grassy field
|
463 |
+
as the camera closes in, stylized in an oil painting
|
464 |
+
src_words: girls in lab coats,
|
465 |
+
tgt_words: astronauts in spaceman costume,stylized in an oil painting
|
466 |
+
type: compound:foreground,stylization
|
467 |
+
- prompt: three cats in lab coats are standing atop a grassy field as the camera
|
468 |
+
closes in
|
469 |
+
src_words: girls in lab coats
|
470 |
+
tgt_words: cats in lab coats
|
471 |
+
type: foreground
|
472 |
+
- prompt: three girls in lab coats are standing atop a grassy field as the camera
|
473 |
+
closes in, paper cutout animation style
|
474 |
+
src_words: ''
|
475 |
+
tgt_words: paper cutout animation style
|
476 |
+
type: stylization
|
477 |
+
prompt: three girls in lab coats are standing atop a grassy field as the camera
|
478 |
+
closes in
|
479 |
+
video_id: lab-coat
|
480 |
+
- edit:
|
481 |
+
- prompt: a white passenger jet lands on a grey winter runway
|
482 |
+
src_words: autumn
|
483 |
+
tgt_words: winter
|
484 |
+
type: background
|
485 |
+
- prompt: a white passenger jet lands on a sunny beach runway
|
486 |
+
src_words: grey autumn runway
|
487 |
+
tgt_words: sunny beach runway
|
488 |
+
type: background
|
489 |
+
- prompt: a red passenger jet lands on a sunny tropical runway
|
490 |
+
src_words: white passenger jet,grey autumn runway
|
491 |
+
tgt_words: red passenger jet,sunny tropical runway
|
492 |
+
type: compound:foreground,background
|
493 |
+
prompt: a white passenger jet lands on a grey autumn runway
|
494 |
+
video_id: landing
|
495 |
+
- edit:
|
496 |
+
- prompt: a bearded man with a pumpkin wrapped around his head applying makeup with
|
497 |
+
a brush
|
498 |
+
src_words: young woman with a towel wrapped around her head
|
499 |
+
tgt_words: bearded man with a pumpkin wrapped around his head
|
500 |
+
type: foreground
|
501 |
+
- prompt: a young woman with a towel wrapped around her head applying makeup with
|
502 |
+
a brush, in an oil painting style
|
503 |
+
src_words: ''
|
504 |
+
tgt_words: in an oil painting style
|
505 |
+
type: stylization
|
506 |
+
- prompt: a santa claus with a hat wrapped around his head applying makeup with
|
507 |
+
a brush, in pixar cartoon style
|
508 |
+
src_words: young woman with a towel wrapped around her head,
|
509 |
+
tgt_words: santa claus with a hat wrapped around his head,in pixar cartoon style
|
510 |
+
type: compound:foreground,stylization
|
511 |
+
prompt: a young woman with a towel wrapped around her head applying makeup with
|
512 |
+
a brush
|
513 |
+
video_id: makeup
|
514 |
+
- edit:
|
515 |
+
- prompt: a snowboarder in a yellow jacket carves down a green prairie slope against
|
516 |
+
a blue sky
|
517 |
+
src_words: a snowy mountain slope
|
518 |
+
tgt_words: a green prairie slope
|
519 |
+
type: background
|
520 |
+
- prompt: a snowboarder in a yellow jacket carves down a snowy mountain slope against
|
521 |
+
a pink sky
|
522 |
+
src_words: blue sky
|
523 |
+
tgt_words: pink sky
|
524 |
+
type: background
|
525 |
+
- prompt: a snowboarder in a yellow jacket carves down a desert mountain slope against
|
526 |
+
a vibrant sunset
|
527 |
+
src_words: snowy mountain slop,a blue sky
|
528 |
+
tgt_words: desert mountain slop,a vibrant sunset
|
529 |
+
type: compound:background,background
|
530 |
+
prompt: a snowboarder in a yellow jacket carves down a snowy mountain slope against
|
531 |
+
a blue sky
|
532 |
+
video_id: man-skiing
|
533 |
+
- edit:
|
534 |
+
- prompt: a man surfs atop waves on a inflatable-duck in the ocean
|
535 |
+
src_words: surfboard
|
536 |
+
tgt_words: inflatable-duck
|
537 |
+
type: foreground
|
538 |
+
- prompt: a man surfs atop waves on a surfboard in the ocean, in a retro film grain
|
539 |
+
effect
|
540 |
+
src_words: ''
|
541 |
+
tgt_words: in a retro film grain effect
|
542 |
+
type: stylization
|
543 |
+
- prompt: a emu surfs atop waves on a surfboard in the ocean, ocean with a tropical
|
544 |
+
paradise background
|
545 |
+
src_words: man,
|
546 |
+
tgt_words: emu,ocean with a tropical paradise background
|
547 |
+
type: compound:foreground,stylization
|
548 |
+
prompt: a man surfs atop waves on a surfboard in the ocean
|
549 |
+
video_id: man-surfing
|
550 |
+
- edit:
|
551 |
+
- prompt: a clown in a white shirt and red pants wearing gray sneakers performing
|
552 |
+
the moonwalk dance move on a wooden floor
|
553 |
+
src_words: a man in a white shirt and black pants
|
554 |
+
tgt_words: a clown in a white shirt and red pants
|
555 |
+
type: foreground
|
556 |
+
- prompt: a man in a white shirt and black pants wearing gray sneakers performing
|
557 |
+
the moonwalk dance move on a sunny outdoor
|
558 |
+
src_words: a wooden floor
|
559 |
+
tgt_words: a sunny outdoor
|
560 |
+
type: background
|
561 |
+
- prompt: a man in a white shirt and black pants wearing gray sneakers performing
|
562 |
+
the moonwalk dance move on a wooden floor, in picasso artstyle
|
563 |
+
src_words: ''
|
564 |
+
tgt_words: in picasso artstyle
|
565 |
+
type: stylization
|
566 |
+
prompt: a man in a white shirt and black pants wearing gray sneakers performing
|
567 |
+
the moonwalk dance move on a wooden floor
|
568 |
+
video_id: moonwalk
|
569 |
+
- edit:
|
570 |
+
- prompt: an orange motorcycle riding on a road with a forest and mountains in the
|
571 |
+
background, in surealist style
|
572 |
+
src_words: ''
|
573 |
+
tgt_words: in surealist style
|
574 |
+
type: stylization
|
575 |
+
- prompt: a brown wolf runing on a road with a desert and pyramids in the background
|
576 |
+
src_words: an orange motorcycle riding,a forest and mountains in the background
|
577 |
+
tgt_words: a brown wolf runing,a desert and pyramids in the background
|
578 |
+
type: compound:foreground,background
|
579 |
+
- prompt: a pink car driving on a road with a forest and mountains in the background
|
580 |
+
src_words: an orange motorcycle riding
|
581 |
+
tgt_words: a pink car driving
|
582 |
+
type: foreground
|
583 |
+
prompt: an orange motorcycle riding on a road with a forest and mountains in the
|
584 |
+
background
|
585 |
+
video_id: motorbike
|
586 |
+
- edit:
|
587 |
+
- prompt: top-down view of seagulls flying against a rocky shore with turquoise
|
588 |
+
waters
|
589 |
+
src_words: waves crashing
|
590 |
+
tgt_words: seagulls flying
|
591 |
+
type: foreground
|
592 |
+
- prompt: top-down view of waves crashing against a sandy shore with turquoise waters
|
593 |
+
src_words: rocky shore
|
594 |
+
tgt_words: sandy shore
|
595 |
+
type: background
|
596 |
+
- prompt: top-down view of waves crashing against a rocky shore with turquoise waters,
|
597 |
+
black and white stylization
|
598 |
+
src_words: ''
|
599 |
+
tgt_words: black and white stylization
|
600 |
+
type: stylization
|
601 |
+
prompt: top-down view of waves crashing against a rocky shore with turquoise waters
|
602 |
+
video_id: overlook-the-ocean
|
603 |
+
- edit:
|
604 |
+
- prompt: a man performing parkour jumping over barriers in an urban setting with
|
605 |
+
metal buildings in the background
|
606 |
+
src_words: modern buildings
|
607 |
+
tgt_words: metal buildings
|
608 |
+
type: background
|
609 |
+
- prompt: a man performing parkour jumping over barriers in an urban setting with
|
610 |
+
modern buildings in the background, disney cartoon style
|
611 |
+
src_words: ''
|
612 |
+
tgt_words: disney cartoon style
|
613 |
+
type: stylization
|
614 |
+
- prompt: a mickey-mouse performing parkour jumping over barriers in an urban setting
|
615 |
+
with modern buildings in the background
|
616 |
+
src_words: man
|
617 |
+
tgt_words: mickey-mouse
|
618 |
+
type: foreground
|
619 |
+
prompt: a man performing parkour jumping over barriers in an urban setting with
|
620 |
+
modern buildings in the background
|
621 |
+
video_id: parkour
|
622 |
+
- edit:
|
623 |
+
- prompt: feeding a brown squirrel on a hand in the countryside
|
624 |
+
src_words: a yellow parrot
|
625 |
+
tgt_words: a brown squirrel
|
626 |
+
type: foreground
|
627 |
+
- prompt: feeding a yellow parrot on a hand in snowy mountains
|
628 |
+
src_words: in the countryside
|
629 |
+
tgt_words: in snowy mountains
|
630 |
+
type: background
|
631 |
+
- prompt: feeding a yellow parrot on a hand in the countryside, sketch styled drawing
|
632 |
+
src_words: ''
|
633 |
+
tgt_words: sketch styled drawing
|
634 |
+
type: stylization
|
635 |
+
prompt: feeding a yellow parrot on a hand in the countryside
|
636 |
+
video_id: parrot-eat
|
637 |
+
- edit:
|
638 |
+
- prompt: exploring the vastness of the pyramids of giza rising in the rainforest
|
639 |
+
src_words: desert
|
640 |
+
tgt_words: rainforest
|
641 |
+
type: background
|
642 |
+
- prompt: exploring the vastness of the pyramids of giza rising in the cityscape
|
643 |
+
src_words: desert
|
644 |
+
tgt_words: cityscape
|
645 |
+
type: background
|
646 |
+
- prompt: exploring the vastness of the pyramids of giza rising in the desert, reminiscent
|
647 |
+
of old documentaries
|
648 |
+
src_words: ''
|
649 |
+
tgt_words: reminiscent of old documentaries
|
650 |
+
type: stylization
|
651 |
+
prompt: exploring the vastness of the pyramids of giza rising in the desert
|
652 |
+
video_id: pyramid
|
653 |
+
- edit:
|
654 |
+
- prompt: a puppy is eating watermelon on table against white wall
|
655 |
+
src_words: a rabbit
|
656 |
+
tgt_words: a puppy
|
657 |
+
type: foreground
|
658 |
+
- prompt: a rabbit is eating pizza on table against white wall
|
659 |
+
src_words: watermelon
|
660 |
+
tgt_words: pizza
|
661 |
+
type: background
|
662 |
+
- prompt: a tiger is sitting quietly on table against beach background
|
663 |
+
src_words: a rabbit is eating watermelon,white wall
|
664 |
+
tgt_words: a tiger is sitting quietly,beach background
|
665 |
+
type: compound:foreground,background
|
666 |
+
prompt: a rabbit is eating watermelon on table against white wall
|
667 |
+
video_id: rabbit-watermelon
|
668 |
+
- edit:
|
669 |
+
- prompt: a rollerblader performing a jumping trick in front of a graffiti-covered
|
670 |
+
wall, cartoon drawing style
|
671 |
+
src_words: ''
|
672 |
+
tgt_words: cartoon drawing style
|
673 |
+
type: stylization
|
674 |
+
- prompt: a rollerblader performing a jumping trick in front of a mountain landscape
|
675 |
+
src_words: a graffiti-covered wall
|
676 |
+
tgt_words: a mountain landscape
|
677 |
+
type: background
|
678 |
+
- prompt: a monkey performing a jumping trick in front of a graffiti-covered wall,
|
679 |
+
in expressionism style
|
680 |
+
src_words: rollerblader,
|
681 |
+
tgt_words: monkey,in expressionism style
|
682 |
+
type: compound:foreground,stylization
|
683 |
+
prompt: a rollerblader performing a jumping trick in front of a graffiti-covered
|
684 |
+
wall
|
685 |
+
video_id: rollerblade
|
686 |
+
- edit:
|
687 |
+
- prompt: a man in a superhero costume stands indoors as the camera approaches in
|
688 |
+
dim light
|
689 |
+
src_words: a man in a black suit
|
690 |
+
tgt_words: a man in a superhero costume
|
691 |
+
type: foreground
|
692 |
+
- prompt: a man in a black suit stands indoors as the camera approaches in dim light,
|
693 |
+
in sesame street style
|
694 |
+
src_words: ''
|
695 |
+
tgt_words: in sesame street style
|
696 |
+
type: stylization
|
697 |
+
- prompt: a man in an astronaut suit stands indoors as the camera approaches in
|
698 |
+
dim light, in disney style
|
699 |
+
src_words: a man in a black suit,
|
700 |
+
tgt_words: a man in an astronaut suit,in disney style
|
701 |
+
type: compound:foreground,stylization
|
702 |
+
prompt: a man in a black suit stands indoors as the camera approaches in dim light
|
703 |
+
video_id: suitguy
|
704 |
+
- edit:
|
705 |
+
- prompt: windsurfing in the mediterranean sea with a pink sailboat
|
706 |
+
src_words: green sailboat
|
707 |
+
tgt_words: pink sailboat
|
708 |
+
type: foreground
|
709 |
+
- prompt: windsurfing in the arctic ocean with a green sailboat
|
710 |
+
src_words: mediterranean sea
|
711 |
+
tgt_words: arctic ocean
|
712 |
+
type: background
|
713 |
+
- prompt: windsurfing in the mediterranean sea with a inflatable flamingo
|
714 |
+
src_words: green sailboat
|
715 |
+
tgt_words: inflatable flamingo
|
716 |
+
type: foreground
|
717 |
+
prompt: windsurfing in the mediterranean sea with a green sailboat
|
718 |
+
video_id: surf
|
719 |
+
- edit:
|
720 |
+
- prompt: a girl in a white shirt and jeans is swinging in snowy park
|
721 |
+
src_words: in the park
|
722 |
+
tgt_words: in snowy park
|
723 |
+
type: background
|
724 |
+
- prompt: a girl in a white shirt and jeans is swinging in bustling cityscape
|
725 |
+
src_words: in the park
|
726 |
+
tgt_words: in bustling cityscape
|
727 |
+
type: background
|
728 |
+
- prompt: a girl in a white shirt and jeans is swinging in the park, comic book
|
729 |
+
art style
|
730 |
+
src_words: ''
|
731 |
+
tgt_words: comic book art style
|
732 |
+
type: stylization
|
733 |
+
prompt: a girl in a white shirt and jeans is swinging in the park
|
734 |
+
video_id: swing
|
735 |
+
- edit:
|
736 |
+
- prompt: a man in white plays tennis on a grass court hitting the ball with a racket
|
737 |
+
src_words: on a clay court
|
738 |
+
tgt_words: on a grass court
|
739 |
+
type: background
|
740 |
+
- prompt: a man in white plays tennis on a clay court hitting the ball with a racket,
|
741 |
+
in studio ghibli style
|
742 |
+
src_words: ''
|
743 |
+
tgt_words: in studio ghibli style
|
744 |
+
type: stylization
|
745 |
+
- prompt: a woman in red plays tennis on a clay court hitting the ball with a racket
|
746 |
+
src_words: man in white
|
747 |
+
tgt_words: woman in red
|
748 |
+
type: foreground
|
749 |
+
prompt: a man in white plays tennis on a clay court hitting the ball with a racket
|
750 |
+
video_id: tennis
|
751 |
+
- edit:
|
752 |
+
- prompt: a toy rocket launches from the sand near a palm-tree propelled by water
|
753 |
+
src_words: grass near a tree
|
754 |
+
tgt_words: sand near a palm-tree
|
755 |
+
type: background
|
756 |
+
- prompt: a toy rocket launches from the grass near a tree propelled by pigments
|
757 |
+
src_words: water
|
758 |
+
tgt_words: pigments
|
759 |
+
type: foreground
|
760 |
+
- prompt: a toy rocket launches from the grass near a tree propelled by flames
|
761 |
+
src_words: water
|
762 |
+
tgt_words: flames
|
763 |
+
type: foreground
|
764 |
+
prompt: a toy rocket launches from the grass near a tree propelled by water
|
765 |
+
video_id: toy-rocket
|
766 |
+
- edit:
|
767 |
+
- prompt: two swans grace a tranquil dawn standing in lush forest
|
768 |
+
src_words: in reflecting water
|
769 |
+
tgt_words: in lush forest
|
770 |
+
type: background
|
771 |
+
- prompt: two swans grace a tranquil dawn standing in reflecting water, dawn in
|
772 |
+
a chinese watercolor painting style
|
773 |
+
src_words: ''
|
774 |
+
tgt_words: dawn in a chinese watercolor painting style
|
775 |
+
type: stylization
|
776 |
+
- prompt: two giraffes grace a tranquil dawn standing in reflecting water
|
777 |
+
src_words: swans
|
778 |
+
tgt_words: giraffes
|
779 |
+
type: foreground
|
780 |
+
prompt: two swans grace a tranquil dawn standing in reflecting water
|
781 |
+
video_id: two-swan
|
782 |
+
- edit:
|
783 |
+
- prompt: a young man without accessories rides a yellow fast-paced roller coaster
|
784 |
+
sporting a blue shirt
|
785 |
+
src_words: a bald man in sunglasses
|
786 |
+
tgt_words: a young man without accessories
|
787 |
+
type: background
|
788 |
+
- prompt: a bald man in sunglasses rides a yellow fast-paced roller coaster sporting
|
789 |
+
a blue shirt, minecraft world style
|
790 |
+
src_words: ''
|
791 |
+
tgt_words: minecraft world style
|
792 |
+
type: stylization
|
793 |
+
- prompt: a cute cat in sunglasses rides a yellow fast-paced roller coaster sporting
|
794 |
+
a blue shirt
|
795 |
+
src_words: a bald man
|
796 |
+
tgt_words: a cute cat
|
797 |
+
type: foreground
|
798 |
+
prompt: a bald man in sunglasses rides a yellow fast-paced roller coaster sporting
|
799 |
+
a blue shirt
|
800 |
+
video_id: upside-down
|
801 |
+
- edit:
|
802 |
+
- prompt: aerial view captures sprint erupting pouring from iceland crater
|
803 |
+
src_words: lava
|
804 |
+
tgt_words: sprint
|
805 |
+
type: foreground
|
806 |
+
- prompt: aerial view captures lava erupting pouring from iceland crater, picasso
|
807 |
+
oil painting
|
808 |
+
src_words: ''
|
809 |
+
tgt_words: picasso oil painting
|
810 |
+
type: stylization
|
811 |
+
- prompt: aerial view captures lava erupting pouring from birthday cake
|
812 |
+
src_words: iceland crater
|
813 |
+
tgt_words: birthday cake
|
814 |
+
type: foreground
|
815 |
+
prompt: aerial view captures lava erupting pouring from iceland crater
|
816 |
+
video_id: volcanic-eruption
|
817 |
+
- edit:
|
818 |
+
- prompt: a man in a blue suit is walking down the village and taking a selfie
|
819 |
+
src_words: street
|
820 |
+
tgt_words: village
|
821 |
+
type: background
|
822 |
+
- prompt: a man in a blue suit is walking down the street and taking a selfie, an
|
823 |
+
abstract painting style
|
824 |
+
src_words: ''
|
825 |
+
tgt_words: an abstract painting style
|
826 |
+
type: stylization
|
827 |
+
- prompt: a woman in a green dress is walking down the street and taking a selfie
|
828 |
+
src_words: a man in a blue suit
|
829 |
+
tgt_words: a woman in a green dress,an oil painting style
|
830 |
+
type: compound:foreground,stylization
|
831 |
+
prompt: a man in a blue suit is walking down the street and taking a selfie
|
832 |
+
video_id: walking
|
833 |
+
- edit:
|
834 |
+
- prompt: a woman is taking a selfie with a capybara with a cell phone amidst yellow
|
835 |
+
weeds
|
836 |
+
src_words: dog
|
837 |
+
tgt_words: capybara
|
838 |
+
type: foreground
|
839 |
+
- prompt: a woman is taking a selfie with a dog with a cell phone amidst yellow
|
840 |
+
sunflowers
|
841 |
+
src_words: weeds
|
842 |
+
tgt_words: sunflowers
|
843 |
+
type: background
|
844 |
+
- prompt: a farmer is taking a selfie with a cow with a cell phone amidst green
|
845 |
+
meadows
|
846 |
+
src_words: woman,dog,yellow weeds
|
847 |
+
tgt_words: farmer,cow,green meadows
|
848 |
+
type: compound:foreground,foreground,background
|
849 |
+
prompt: a woman is taking a selfie with a dog with a cell phone amidst yellow weeds
|
850 |
+
video_id: woman-dog
|
frames/aurora/00.png
ADDED
Git LFS Details
|
frames/aurora/01.png
ADDED
Git LFS Details
|
frames/aurora/02.png
ADDED
Git LFS Details
|
frames/aurora/03.png
ADDED
Git LFS Details
|
frames/aurora/04.png
ADDED
Git LFS Details
|
frames/aurora/05.png
ADDED
Git LFS Details
|
frames/aurora/06.png
ADDED
Git LFS Details
|
frames/aurora/07.png
ADDED
Git LFS Details
|
frames/aurora/08.png
ADDED
Git LFS Details
|
frames/aurora/09.png
ADDED
Git LFS Details
|
frames/aurora/10.png
ADDED
Git LFS Details
|
frames/aurora/11.png
ADDED
Git LFS Details
|
frames/aurora/12.png
ADDED
Git LFS Details
|
frames/aurora/13.png
ADDED
Git LFS Details
|
frames/aurora/14.png
ADDED
Git LFS Details
|
frames/aurora/15.png
ADDED
Git LFS Details
|
frames/aurora/16.png
ADDED
Git LFS Details
|
frames/aurora/17.png
ADDED
Git LFS Details
|
frames/aurora/18.png
ADDED
Git LFS Details
|
frames/aurora/19.png
ADDED
Git LFS Details
|
frames/aurora/20.png
ADDED
Git LFS Details
|
frames/aurora/21.png
ADDED
Git LFS Details
|
frames/aurora/22.png
ADDED
Git LFS Details
|
frames/aurora/23.png
ADDED
Git LFS Details
|
frames/beam/00.png
ADDED
Git LFS Details
|
frames/beam/01.png
ADDED
Git LFS Details
|
frames/beam/02.png
ADDED
Git LFS Details
|
frames/beam/03.png
ADDED
Git LFS Details
|
frames/beam/04.png
ADDED
Git LFS Details
|
frames/beam/05.png
ADDED
Git LFS Details
|
frames/beam/06.png
ADDED
Git LFS Details
|
frames/beam/07.png
ADDED
Git LFS Details
|
frames/beam/08.png
ADDED
Git LFS Details
|
frames/beam/09.png
ADDED
Git LFS Details
|
frames/beam/10.png
ADDED
Git LFS Details
|
frames/beam/11.png
ADDED
Git LFS Details
|
frames/beam/12.png
ADDED
Git LFS Details
|
frames/beam/13.png
ADDED
Git LFS Details
|
frames/beam/14.png
ADDED
Git LFS Details
|
frames/beam/15.png
ADDED
Git LFS Details
|
frames/beam/16.png
ADDED
Git LFS Details
|
frames/beam/17.png
ADDED
Git LFS Details
|
frames/beam/18.png
ADDED
Git LFS Details
|
frames/beam/19.png
ADDED
Git LFS Details
|
frames/beam/20.png
ADDED
Git LFS Details
|
frames/beam/21.png
ADDED
Git LFS Details
|
frames/beam/22.png
ADDED
Git LFS Details
|