DongfuJiang commited on
Commit
3b86414
1 Parent(s): 91d882f
arena_elo/elo_rating/clean_battle_data.py CHANGED
@@ -269,6 +269,25 @@ def clean_battle_data(
269
  # mode
270
  # if model_name.startswith("imagenhub_"):
271
  # models[i] = model_name[len("imagenhub_"):-len("_generation")]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
272
 
273
  else:
274
  raise ValueError(f"Invalid task_name: {task_name}")
@@ -383,7 +402,7 @@ if __name__ == "__main__":
383
  parser.add_argument(
384
  "--mode", type=str, choices=["simple", "conv_release"], default="simple"
385
  )
386
- parser.add_argument("--task_name", type=str, default="image_editing", choices=["image_editing", "t2i_generation"])
387
  parser.add_argument("--exclude-model-names", type=str, nargs="+")
388
  parser.add_argument("--ban-ip-file", type=str)
389
  parser.add_argument("--sanitize-ip", action="store_true", default=False)
 
269
  # mode
270
  # if model_name.startswith("imagenhub_"):
271
  # models[i] = model_name[len("imagenhub_"):-len("_generation")]
272
+
273
+ elif task_name == "video_generation":
274
+ valid = True
275
+ for _model in models:
276
+ try:
277
+ platform, model_name, task = _model.split("_")
278
+ except ValueError:
279
+ print(f"Invalid model names: {_model}")
280
+ valid = False
281
+ break
282
+ if not (platform in ["videogenhub", "fal"] and task == "generation" or task == "text2video"):
283
+ valid = False
284
+ break
285
+ if not valid:
286
+ ct_invalid += 1
287
+ continue
288
+ for i, _model in enumerate(models):
289
+ platform, model_name, task = _model.split("_")
290
+ models[i] = model_name
291
 
292
  else:
293
  raise ValueError(f"Invalid task_name: {task_name}")
 
402
  parser.add_argument(
403
  "--mode", type=str, choices=["simple", "conv_release"], default="simple"
404
  )
405
+ parser.add_argument("--task_name", type=str, default="image_editing", choices=["image_editing", "t2i_generation", "video_generation"])
406
  parser.add_argument("--exclude-model-names", type=str, nargs="+")
407
  parser.add_argument("--ban-ip-file", type=str)
408
  parser.add_argument("--sanitize-ip", action="store_true", default=False)
arena_elo/results/20240526/clean_battle_image_editing.json ADDED
The diff for this file is too large to render. See raw diff
 
arena_elo/results/20240526/clean_battle_t2i_generation.json ADDED
The diff for this file is too large to render. See raw diff
 
arena_elo/results/20240526/clean_battle_video_generation.json ADDED
@@ -0,0 +1,2746 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "model_a": "AnimateDiff",
4
+ "model_b": "AnimateDiffTurbo",
5
+ "winner": "model_a",
6
+ "judge": "arena_user_10.16.17.217",
7
+ "anony": true,
8
+ "tstamp": 1713914099.33
9
+ },
10
+ {
11
+ "model_a": "VideoCrafter2",
12
+ "model_b": "AnimateDiffTurbo",
13
+ "winner": "model_a",
14
+ "judge": "arena_user_10.16.2.201",
15
+ "anony": true,
16
+ "tstamp": 1713914343.6891
17
+ },
18
+ {
19
+ "model_a": "AnimateDiffTurbo",
20
+ "model_b": "AnimateDiff",
21
+ "winner": "model_b",
22
+ "judge": "arena_user_10.16.41.118",
23
+ "anony": true,
24
+ "tstamp": 1713916642.7912
25
+ },
26
+ {
27
+ "model_a": "LaVie",
28
+ "model_b": "VideoCrafter2",
29
+ "winner": "model_b",
30
+ "judge": "arena_user_10.16.41.118",
31
+ "anony": true,
32
+ "tstamp": 1713986344.8741
33
+ },
34
+ {
35
+ "model_a": "VideoCrafter2",
36
+ "model_b": "AnimateDiffTurbo",
37
+ "winner": "tie",
38
+ "judge": "arena_user_10.16.17.217",
39
+ "anony": true,
40
+ "tstamp": 1713987118.6274
41
+ },
42
+ {
43
+ "model_a": "LaVie",
44
+ "model_b": "AnimateDiff",
45
+ "winner": "tie (bothbad)",
46
+ "judge": "arena_user_10.16.41.118",
47
+ "anony": true,
48
+ "tstamp": 1714139169.2392
49
+ },
50
+ {
51
+ "model_a": "LaVie",
52
+ "model_b": "AnimateDiff",
53
+ "winner": "model_a",
54
+ "judge": "arena_user_10.16.25.191",
55
+ "anony": true,
56
+ "tstamp": 1714139249.1969
57
+ },
58
+ {
59
+ "model_a": "AnimateDiff",
60
+ "model_b": "ModelScope",
61
+ "winner": "model_a",
62
+ "judge": "arena_user_10.16.17.217",
63
+ "anony": true,
64
+ "tstamp": 1714139381.873
65
+ },
66
+ {
67
+ "model_a": "AnimateDiff",
68
+ "model_b": "AnimateDiffTurbo",
69
+ "winner": "model_a",
70
+ "judge": "arena_user_10.16.17.217",
71
+ "anony": false,
72
+ "tstamp": 1714364059.9109
73
+ },
74
+ {
75
+ "model_a": "AnimateDiff",
76
+ "model_b": "OpenSora",
77
+ "winner": "model_b",
78
+ "judge": "arena_user_10.16.15.199",
79
+ "anony": false,
80
+ "tstamp": 1714364795.1269
81
+ },
82
+ {
83
+ "model_a": "AnimateDiff",
84
+ "model_b": "AnimateDiffTurbo",
85
+ "winner": "model_a",
86
+ "judge": "arena_user_10.16.2.201",
87
+ "anony": true,
88
+ "tstamp": 1714443594.816
89
+ },
90
+ {
91
+ "model_a": "AnimateDiff",
92
+ "model_b": "LaVie",
93
+ "winner": "model_a",
94
+ "judge": "arena_user_10.16.25.191",
95
+ "anony": true,
96
+ "tstamp": 1714445557.5459
97
+ },
98
+ {
99
+ "model_a": "AnimateDiff",
100
+ "model_b": "AnimateDiffTurbo",
101
+ "winner": "model_b",
102
+ "judge": "arena_user_10.16.41.118",
103
+ "anony": false,
104
+ "tstamp": 1714485010.7122
105
+ },
106
+ {
107
+ "model_a": "AnimateDiffTurbo",
108
+ "model_b": "ModelScope",
109
+ "winner": "model_b",
110
+ "judge": "arena_user_10.16.2.201",
111
+ "anony": true,
112
+ "tstamp": 1714485698.1572
113
+ },
114
+ {
115
+ "model_a": "AnimateDiff",
116
+ "model_b": "AnimateDiffTurbo",
117
+ "winner": "model_a",
118
+ "judge": "arena_user_10.16.17.217",
119
+ "anony": false,
120
+ "tstamp": 1714491486.3968
121
+ },
122
+ {
123
+ "model_a": "AnimateDiff",
124
+ "model_b": "AnimateDiffTurbo",
125
+ "winner": "model_a",
126
+ "judge": "arena_user_10.16.25.191",
127
+ "anony": true,
128
+ "tstamp": 1714568747.0042
129
+ },
130
+ {
131
+ "model_a": "ModelScope",
132
+ "model_b": "OpenSora",
133
+ "winner": "model_b",
134
+ "judge": "arena_user_10.16.41.118",
135
+ "anony": true,
136
+ "tstamp": 1714575776.0633
137
+ },
138
+ {
139
+ "model_a": "LaVie",
140
+ "model_b": "AnimateDiff",
141
+ "winner": "model_a",
142
+ "judge": "arena_user_10.16.15.199",
143
+ "anony": true,
144
+ "tstamp": 1714575875.3994
145
+ },
146
+ {
147
+ "model_a": "AnimateDiff",
148
+ "model_b": "OpenSora",
149
+ "winner": "model_a",
150
+ "judge": "arena_user_10.16.17.217",
151
+ "anony": true,
152
+ "tstamp": 1714576499.4057
153
+ },
154
+ {
155
+ "model_a": "VideoCrafter2",
156
+ "model_b": "OpenSora",
157
+ "winner": "model_a",
158
+ "judge": "arena_user_10.16.25.191",
159
+ "anony": false,
160
+ "tstamp": 1714614291.4601
161
+ },
162
+ {
163
+ "model_a": "VideoCrafter2",
164
+ "model_b": "OpenSora",
165
+ "winner": "model_a",
166
+ "judge": "arena_user_10.16.2.201",
167
+ "anony": true,
168
+ "tstamp": 1714656445.8616
169
+ },
170
+ {
171
+ "model_a": "ModelScope",
172
+ "model_b": "VideoCrafter2",
173
+ "winner": "model_b",
174
+ "judge": "arena_user_10.16.25.191",
175
+ "anony": false,
176
+ "tstamp": 1714667465.6678
177
+ },
178
+ {
179
+ "model_a": "OpenSora",
180
+ "model_b": "ModelScope",
181
+ "winner": "tie (bothbad)",
182
+ "judge": "arena_user_10.16.41.118",
183
+ "anony": true,
184
+ "tstamp": 1714757575.6272
185
+ },
186
+ {
187
+ "model_a": "OpenSora",
188
+ "model_b": "ModelScope",
189
+ "winner": "model_a",
190
+ "judge": "arena_user_10.16.25.191",
191
+ "anony": true,
192
+ "tstamp": 1714856044.8046
193
+ },
194
+ {
195
+ "model_a": "AnimateDiff",
196
+ "model_b": "AnimateDiffTurbo",
197
+ "winner": "model_a",
198
+ "judge": "arena_user_10.16.25.191",
199
+ "anony": true,
200
+ "tstamp": 1714912222.8148
201
+ },
202
+ {
203
+ "model_a": "AnimateDiff",
204
+ "model_b": "OpenSora",
205
+ "winner": "model_b",
206
+ "judge": "arena_user_10.16.2.201",
207
+ "anony": true,
208
+ "tstamp": 1714912353.9054
209
+ },
210
+ {
211
+ "model_a": "AnimateDiffTurbo",
212
+ "model_b": "LaVie",
213
+ "winner": "model_b",
214
+ "judge": "arena_user_10.16.17.217",
215
+ "anony": true,
216
+ "tstamp": 1714916128.9484
217
+ },
218
+ {
219
+ "model_a": "AnimateDiff",
220
+ "model_b": "AnimateDiffTurbo",
221
+ "winner": "model_a",
222
+ "judge": "arena_user_10.16.2.201",
223
+ "anony": true,
224
+ "tstamp": 1714918845.2225
225
+ },
226
+ {
227
+ "model_a": "AnimateDiffTurbo",
228
+ "model_b": "AnimateDiff",
229
+ "winner": "model_b",
230
+ "judge": "arena_user_10.16.25.191",
231
+ "anony": true,
232
+ "tstamp": 1714961792.1218
233
+ },
234
+ {
235
+ "model_a": "OpenSora",
236
+ "model_b": "AnimateDiffTurbo",
237
+ "winner": "tie (bothbad)",
238
+ "judge": "arena_user_10.16.15.199",
239
+ "anony": true,
240
+ "tstamp": 1714962568.0734
241
+ },
242
+ {
243
+ "model_a": "AnimateDiffTurbo",
244
+ "model_b": "VideoCrafter2",
245
+ "winner": "model_b",
246
+ "judge": "arena_user_10.16.17.217",
247
+ "anony": true,
248
+ "tstamp": 1714986675.9255
249
+ },
250
+ {
251
+ "model_a": "LaVie",
252
+ "model_b": "AnimateDiff",
253
+ "winner": "model_b",
254
+ "judge": "arena_user_10.16.41.118",
255
+ "anony": true,
256
+ "tstamp": 1715022520.8699
257
+ },
258
+ {
259
+ "model_a": "AnimateDiff",
260
+ "model_b": "VideoCrafter2",
261
+ "winner": "model_b",
262
+ "judge": "arena_user_10.16.15.199",
263
+ "anony": true,
264
+ "tstamp": 1715024874.9777
265
+ },
266
+ {
267
+ "model_a": "ModelScope",
268
+ "model_b": "AnimateDiffTurbo",
269
+ "winner": "model_b",
270
+ "judge": "arena_user_10.16.41.118",
271
+ "anony": true,
272
+ "tstamp": 1715082170.9107
273
+ },
274
+ {
275
+ "model_a": "OpenSora",
276
+ "model_b": "VideoCrafter2",
277
+ "winner": "model_b",
278
+ "judge": "arena_user_10.16.25.191",
279
+ "anony": true,
280
+ "tstamp": 1715108567.1368
281
+ },
282
+ {
283
+ "model_a": "AnimateDiff",
284
+ "model_b": "AnimateDiffTurbo",
285
+ "winner": "model_a",
286
+ "judge": "arena_user_10.16.2.201",
287
+ "anony": true,
288
+ "tstamp": 1715201418.1949
289
+ },
290
+ {
291
+ "model_a": "ModelScope",
292
+ "model_b": "AnimateDiff",
293
+ "winner": "tie (bothbad)",
294
+ "judge": "arena_user_10.16.2.201",
295
+ "anony": true,
296
+ "tstamp": 1715225335.6492
297
+ },
298
+ {
299
+ "model_a": "OpenSora",
300
+ "model_b": "VideoCrafter2",
301
+ "winner": "tie (bothbad)",
302
+ "judge": "arena_user_10.16.2.201",
303
+ "anony": true,
304
+ "tstamp": 1715244587.7341
305
+ },
306
+ {
307
+ "model_a": "AnimateDiffTurbo",
308
+ "model_b": "AnimateDiff",
309
+ "winner": "model_b",
310
+ "judge": "arena_user_10.16.25.191",
311
+ "anony": true,
312
+ "tstamp": 1715352822.1424
313
+ },
314
+ {
315
+ "model_a": "OpenSora",
316
+ "model_b": "ModelScope",
317
+ "winner": "tie (bothbad)",
318
+ "judge": "arena_user_10.16.41.118",
319
+ "anony": true,
320
+ "tstamp": 1715398861.6427
321
+ },
322
+ {
323
+ "model_a": "ModelScope",
324
+ "model_b": "VideoCrafter2",
325
+ "winner": "model_b",
326
+ "judge": "arena_user_10.16.25.191",
327
+ "anony": true,
328
+ "tstamp": 1715410800.5657
329
+ },
330
+ {
331
+ "model_a": "AnimateDiff",
332
+ "model_b": "OpenSora",
333
+ "winner": "model_a",
334
+ "judge": "arena_user_10.16.2.201",
335
+ "anony": true,
336
+ "tstamp": 1715410993.9665
337
+ },
338
+ {
339
+ "model_a": "AnimateDiffTurbo",
340
+ "model_b": "ModelScope",
341
+ "winner": "tie (bothbad)",
342
+ "judge": "arena_user_10.16.41.118",
343
+ "anony": true,
344
+ "tstamp": 1715610160.6825
345
+ },
346
+ {
347
+ "model_a": "ModelScope",
348
+ "model_b": "AnimateDiffTurbo",
349
+ "winner": "tie (bothbad)",
350
+ "judge": "arena_user_10.16.25.191",
351
+ "anony": true,
352
+ "tstamp": 1715610373.469
353
+ },
354
+ {
355
+ "model_a": "ModelScope",
356
+ "model_b": "AnimateDiff",
357
+ "winner": "model_b",
358
+ "judge": "arena_user_10.16.41.118",
359
+ "anony": true,
360
+ "tstamp": 1715689072.7345
361
+ },
362
+ {
363
+ "model_a": "OpenSora",
364
+ "model_b": "AnimateDiffTurbo",
365
+ "winner": "model_b",
366
+ "judge": "arena_user_10.16.2.201",
367
+ "anony": false,
368
+ "tstamp": 1715696812.6326
369
+ },
370
+ {
371
+ "model_a": "AnimateDiff",
372
+ "model_b": "ModelScope",
373
+ "winner": "model_b",
374
+ "judge": "arena_user_10.16.2.201",
375
+ "anony": true,
376
+ "tstamp": 1715737104.8239
377
+ },
378
+ {
379
+ "model_a": "OpenSora",
380
+ "model_b": "VideoCrafter2",
381
+ "winner": "model_b",
382
+ "judge": "arena_user_10.16.25.191",
383
+ "anony": true,
384
+ "tstamp": 1715739395.0891
385
+ },
386
+ {
387
+ "model_a": "AnimateDiffTurbo",
388
+ "model_b": "LaVie",
389
+ "winner": "model_b",
390
+ "judge": "arena_user_10.16.25.191",
391
+ "anony": true,
392
+ "tstamp": 1715810233.6444
393
+ },
394
+ {
395
+ "model_a": "ModelScope",
396
+ "model_b": "AnimateDiffTurbo",
397
+ "winner": "model_b",
398
+ "judge": "arena_user_10.16.15.199",
399
+ "anony": true,
400
+ "tstamp": 1715849800.9966
401
+ },
402
+ {
403
+ "model_a": "AnimateDiffTurbo",
404
+ "model_b": "ModelScope",
405
+ "winner": "model_a",
406
+ "judge": "arena_user_10.16.15.199",
407
+ "anony": true,
408
+ "tstamp": 1716114686.5453
409
+ },
410
+ {
411
+ "model_a": "AnimateDiff",
412
+ "model_b": "LaVie",
413
+ "winner": "model_b",
414
+ "judge": "arena_user_10.16.15.199",
415
+ "anony": true,
416
+ "tstamp": 1716116392.5838
417
+ },
418
+ {
419
+ "model_a": "ModelScope",
420
+ "model_b": "AnimateDiff",
421
+ "winner": "model_b",
422
+ "judge": "arena_user_10.16.15.199",
423
+ "anony": true,
424
+ "tstamp": 1716193582.8722
425
+ },
426
+ {
427
+ "model_a": "LaVie",
428
+ "model_b": "ModelScope",
429
+ "winner": "model_a",
430
+ "judge": "arena_user_10.16.25.191",
431
+ "anony": true,
432
+ "tstamp": 1716193785.0048
433
+ },
434
+ {
435
+ "model_a": "AnimateDiffTurbo",
436
+ "model_b": "AnimateDiff",
437
+ "winner": "model_a",
438
+ "judge": "arena_user_10.16.25.191",
439
+ "anony": true,
440
+ "tstamp": 1716193846.233
441
+ },
442
+ {
443
+ "model_a": "LaVie",
444
+ "model_b": "OpenSora",
445
+ "winner": "model_a",
446
+ "judge": "arena_user_10.16.15.199",
447
+ "anony": true,
448
+ "tstamp": 1716194009.3835
449
+ },
450
+ {
451
+ "model_a": "AnimateDiffTurbo",
452
+ "model_b": "ModelScope",
453
+ "winner": "model_b",
454
+ "judge": "arena_user_10.16.17.217",
455
+ "anony": true,
456
+ "tstamp": 1716300077.5395
457
+ },
458
+ {
459
+ "model_a": "AnimateDiffTurbo",
460
+ "model_b": "LaVie",
461
+ "winner": "model_b",
462
+ "judge": "arena_user_10.16.43.115",
463
+ "anony": true,
464
+ "tstamp": 1716478201.6693
465
+ },
466
+ {
467
+ "model_a": "OpenSora",
468
+ "model_b": "AnimateDiff",
469
+ "winner": "model_b",
470
+ "judge": "arena_user_10.16.9.183",
471
+ "anony": true,
472
+ "tstamp": 1716533638.3067
473
+ },
474
+ {
475
+ "model_a": "AnimateDiff",
476
+ "model_b": "AnimateDiffTurbo",
477
+ "winner": "model_a",
478
+ "judge": "arena_user_127.0.0.1",
479
+ "anony": false,
480
+ "tstamp": 1716682913.5891
481
+ },
482
+ {
483
+ "model_a": "OpenSora",
484
+ "model_b": "ModelScope",
485
+ "winner": "model_a",
486
+ "judge": "arena_user_10.16.3.14",
487
+ "anony": true,
488
+ "tstamp": 1716689388.5783
489
+ },
490
+ {
491
+ "model_a": "OpenSora",
492
+ "model_b": "ModelScope",
493
+ "winner": "model_a",
494
+ "judge": "arena_user_10.16.27.38",
495
+ "anony": true,
496
+ "tstamp": 1716689390.9317
497
+ },
498
+ {
499
+ "model_a": "AnimateDiff",
500
+ "model_b": "AnimateDiffTurbo",
501
+ "winner": "model_a",
502
+ "judge": "arena_user_10.16.27.38",
503
+ "anony": true,
504
+ "tstamp": 1716689418.3899
505
+ },
506
+ {
507
+ "model_a": "AnimateDiffTurbo",
508
+ "model_b": "AnimateDiff",
509
+ "winner": "model_b",
510
+ "judge": "arena_user_10.16.3.14",
511
+ "anony": true,
512
+ "tstamp": 1716689430.8661
513
+ },
514
+ {
515
+ "model_a": "AnimateDiff",
516
+ "model_b": "LaVie",
517
+ "winner": "model_a",
518
+ "judge": "arena_user_10.16.9.183",
519
+ "anony": true,
520
+ "tstamp": 1716689430.9662
521
+ },
522
+ {
523
+ "model_a": "AnimateDiffTurbo",
524
+ "model_b": "LaVie",
525
+ "winner": "tie (bothbad)",
526
+ "judge": "arena_user_10.16.9.183",
527
+ "anony": true,
528
+ "tstamp": 1716689446.5199
529
+ },
530
+ {
531
+ "model_a": "VideoCrafter2",
532
+ "model_b": "ModelScope",
533
+ "winner": "model_a",
534
+ "judge": "arena_user_10.16.27.38",
535
+ "anony": true,
536
+ "tstamp": 1716689504.5594
537
+ },
538
+ {
539
+ "model_a": "VideoCrafter2",
540
+ "model_b": "ModelScope",
541
+ "winner": "model_a",
542
+ "judge": "arena_user_10.16.27.38",
543
+ "anony": true,
544
+ "tstamp": 1716689507.2126
545
+ },
546
+ {
547
+ "model_a": "AnimateDiff",
548
+ "model_b": "AnimateDiffTurbo",
549
+ "winner": "model_b",
550
+ "judge": "arena_user_10.16.9.183",
551
+ "anony": false,
552
+ "tstamp": 1716689516.3395
553
+ },
554
+ {
555
+ "model_a": "AnimateDiff",
556
+ "model_b": "AnimateDiffTurbo",
557
+ "winner": "model_a",
558
+ "judge": "arena_user_10.16.9.183",
559
+ "anony": true,
560
+ "tstamp": 1716689560.415
561
+ },
562
+ {
563
+ "model_a": "AnimateDiffTurbo",
564
+ "model_b": "ModelScope",
565
+ "winner": "tie (bothbad)",
566
+ "judge": "arena_user_10.16.3.14",
567
+ "anony": true,
568
+ "tstamp": 1716689571.2045
569
+ },
570
+ {
571
+ "model_a": "OpenSora",
572
+ "model_b": "AnimateDiff",
573
+ "winner": "model_a",
574
+ "judge": "arena_user_10.16.9.183",
575
+ "anony": true,
576
+ "tstamp": 1716689589.1987
577
+ },
578
+ {
579
+ "model_a": "OpenSora",
580
+ "model_b": "AnimateDiff",
581
+ "winner": "model_b",
582
+ "judge": "arena_user_10.16.9.183",
583
+ "anony": true,
584
+ "tstamp": 1716689600.479
585
+ },
586
+ {
587
+ "model_a": "VideoCrafter2",
588
+ "model_b": "ModelScope",
589
+ "winner": "model_a",
590
+ "judge": "arena_user_10.16.3.14",
591
+ "anony": true,
592
+ "tstamp": 1716689642.8219
593
+ },
594
+ {
595
+ "model_a": "LaVie",
596
+ "model_b": "OpenSora",
597
+ "winner": "tie",
598
+ "judge": "arena_user_10.16.3.14",
599
+ "anony": true,
600
+ "tstamp": 1716689687.8719
601
+ },
602
+ {
603
+ "model_a": "LaVie",
604
+ "model_b": "OpenSora",
605
+ "winner": "model_a",
606
+ "judge": "arena_user_10.16.27.38",
607
+ "anony": true,
608
+ "tstamp": 1716689693.1346
609
+ },
610
+ {
611
+ "model_a": "AnimateDiff",
612
+ "model_b": "AnimateDiffTurbo",
613
+ "winner": "model_a",
614
+ "judge": "arena_user_10.16.3.14",
615
+ "anony": false,
616
+ "tstamp": 1716689821.5032
617
+ },
618
+ {
619
+ "model_a": "ModelScope",
620
+ "model_b": "AnimateDiff",
621
+ "winner": "model_b",
622
+ "judge": "arena_user_10.16.3.14",
623
+ "anony": true,
624
+ "tstamp": 1716689833.2282
625
+ },
626
+ {
627
+ "model_a": "AnimateDiff",
628
+ "model_b": "OpenSora",
629
+ "winner": "model_a",
630
+ "judge": "arena_user_10.16.27.38",
631
+ "anony": true,
632
+ "tstamp": 1716690476.4186
633
+ },
634
+ {
635
+ "model_a": "LaVie",
636
+ "model_b": "VideoCrafter2",
637
+ "winner": "model_b",
638
+ "judge": "arena_user_10.16.27.38",
639
+ "anony": true,
640
+ "tstamp": 1716693206.0818
641
+ },
642
+ {
643
+ "model_a": "VideoCrafter2",
644
+ "model_b": "OpenSora",
645
+ "winner": "tie (bothbad)",
646
+ "judge": "arena_user_10.16.3.14",
647
+ "anony": true,
648
+ "tstamp": 1716693274.919
649
+ },
650
+ {
651
+ "model_a": "LaVie",
652
+ "model_b": "AnimateDiffTurbo",
653
+ "winner": "tie (bothbad)",
654
+ "judge": "arena_user_10.16.27.38",
655
+ "anony": true,
656
+ "tstamp": 1716693286.0411
657
+ },
658
+ {
659
+ "model_a": "LaVie",
660
+ "model_b": "AnimateDiff",
661
+ "winner": "model_b",
662
+ "judge": "arena_user_10.16.27.38",
663
+ "anony": true,
664
+ "tstamp": 1716693303.5784
665
+ },
666
+ {
667
+ "model_a": "LaVie",
668
+ "model_b": "ModelScope",
669
+ "winner": "model_a",
670
+ "judge": "arena_user_10.16.3.14",
671
+ "anony": true,
672
+ "tstamp": 1716693311.5433
673
+ },
674
+ {
675
+ "model_a": "LaVie",
676
+ "model_b": "OpenSora",
677
+ "winner": "model_b",
678
+ "judge": "arena_user_10.16.27.38",
679
+ "anony": true,
680
+ "tstamp": 1716693329.6356
681
+ },
682
+ {
683
+ "model_a": "ModelScope",
684
+ "model_b": "LaVie",
685
+ "winner": "tie (bothbad)",
686
+ "judge": "arena_user_10.16.27.38",
687
+ "anony": true,
688
+ "tstamp": 1716693383.5826
689
+ },
690
+ {
691
+ "model_a": "AnimateDiff",
692
+ "model_b": "AnimateDiffTurbo",
693
+ "winner": "model_a",
694
+ "judge": "arena_user_10.16.27.38",
695
+ "anony": true,
696
+ "tstamp": 1716693456.8226
697
+ },
698
+ {
699
+ "model_a": "VideoCrafter2",
700
+ "model_b": "LaVie",
701
+ "winner": "model_a",
702
+ "judge": "arena_user_10.16.27.38",
703
+ "anony": true,
704
+ "tstamp": 1716693467.3462
705
+ },
706
+ {
707
+ "model_a": "AnimateDiff",
708
+ "model_b": "AnimateDiffTurbo",
709
+ "winner": "model_a",
710
+ "judge": "arena_user_10.16.9.183",
711
+ "anony": true,
712
+ "tstamp": 1716693479.5757
713
+ },
714
+ {
715
+ "model_a": "OpenSora",
716
+ "model_b": "ModelScope",
717
+ "winner": "model_b",
718
+ "judge": "arena_user_10.16.27.38",
719
+ "anony": true,
720
+ "tstamp": 1716693495.1122
721
+ },
722
+ {
723
+ "model_a": "AnimateDiff",
724
+ "model_b": "VideoCrafter2",
725
+ "winner": "model_a",
726
+ "judge": "arena_user_10.16.3.14",
727
+ "anony": true,
728
+ "tstamp": 1716693502.3247
729
+ },
730
+ {
731
+ "model_a": "LaVie",
732
+ "model_b": "ModelScope",
733
+ "winner": "model_a",
734
+ "judge": "arena_user_10.16.3.14",
735
+ "anony": true,
736
+ "tstamp": 1716693528.2392
737
+ },
738
+ {
739
+ "model_a": "AnimateDiff",
740
+ "model_b": "ModelScope",
741
+ "winner": "model_a",
742
+ "judge": "arena_user_10.16.3.14",
743
+ "anony": true,
744
+ "tstamp": 1716693546.0765
745
+ },
746
+ {
747
+ "model_a": "ModelScope",
748
+ "model_b": "LaVie",
749
+ "winner": "model_a",
750
+ "judge": "arena_user_10.16.27.38",
751
+ "anony": true,
752
+ "tstamp": 1716693563.0683
753
+ },
754
+ {
755
+ "model_a": "LaVie",
756
+ "model_b": "AnimateDiff",
757
+ "winner": "model_b",
758
+ "judge": "arena_user_10.16.9.183",
759
+ "anony": true,
760
+ "tstamp": 1716693569.8376
761
+ },
762
+ {
763
+ "model_a": "AnimateDiffTurbo",
764
+ "model_b": "LaVie",
765
+ "winner": "tie (bothbad)",
766
+ "judge": "arena_user_10.16.9.183",
767
+ "anony": true,
768
+ "tstamp": 1716693581.0672
769
+ },
770
+ {
771
+ "model_a": "ModelScope",
772
+ "model_b": "AnimateDiff",
773
+ "winner": "tie (bothbad)",
774
+ "judge": "arena_user_10.16.27.38",
775
+ "anony": true,
776
+ "tstamp": 1716693588.2851
777
+ },
778
+ {
779
+ "model_a": "ModelScope",
780
+ "model_b": "AnimateDiff",
781
+ "winner": "model_b",
782
+ "judge": "arena_user_10.16.9.183",
783
+ "anony": true,
784
+ "tstamp": 1716693595.2501
785
+ },
786
+ {
787
+ "model_a": "OpenSora",
788
+ "model_b": "VideoCrafter2",
789
+ "winner": "model_b",
790
+ "judge": "arena_user_10.16.27.38",
791
+ "anony": true,
792
+ "tstamp": 1716693663.4243
793
+ },
794
+ {
795
+ "model_a": "ModelScope",
796
+ "model_b": "AnimateDiff",
797
+ "winner": "model_b",
798
+ "judge": "arena_user_10.16.9.183",
799
+ "anony": true,
800
+ "tstamp": 1716693679.0583
801
+ },
802
+ {
803
+ "model_a": "LaVie",
804
+ "model_b": "AnimateDiffTurbo",
805
+ "winner": "model_b",
806
+ "judge": "arena_user_10.16.9.183",
807
+ "anony": true,
808
+ "tstamp": 1716693692.5858
809
+ },
810
+ {
811
+ "model_a": "LaVie",
812
+ "model_b": "AnimateDiffTurbo",
813
+ "winner": "model_a",
814
+ "judge": "arena_user_10.16.27.38",
815
+ "anony": true,
816
+ "tstamp": 1716693708.4221
817
+ },
818
+ {
819
+ "model_a": "ModelScope",
820
+ "model_b": "OpenSora",
821
+ "winner": "model_b",
822
+ "judge": "arena_user_10.16.3.14",
823
+ "anony": true,
824
+ "tstamp": 1716693719.3968
825
+ },
826
+ {
827
+ "model_a": "AnimateDiff",
828
+ "model_b": "LaVie",
829
+ "winner": "model_a",
830
+ "judge": "arena_user_10.16.9.183",
831
+ "anony": true,
832
+ "tstamp": 1716693725.4583
833
+ },
834
+ {
835
+ "model_a": "AnimateDiff",
836
+ "model_b": "LaVie",
837
+ "winner": "tie",
838
+ "judge": "arena_user_10.16.3.14",
839
+ "anony": true,
840
+ "tstamp": 1716693738.9399
841
+ },
842
+ {
843
+ "model_a": "VideoCrafter2",
844
+ "model_b": "ModelScope",
845
+ "winner": "model_a",
846
+ "judge": "arena_user_10.16.27.38",
847
+ "anony": true,
848
+ "tstamp": 1716693745.5583
849
+ },
850
+ {
851
+ "model_a": "VideoCrafter2",
852
+ "model_b": "AnimateDiff",
853
+ "winner": "model_b",
854
+ "judge": "arena_user_10.16.27.38",
855
+ "anony": true,
856
+ "tstamp": 1716693767.9991
857
+ },
858
+ {
859
+ "model_a": "VideoCrafter2",
860
+ "model_b": "AnimateDiff",
861
+ "winner": "model_a",
862
+ "judge": "arena_user_10.16.9.183",
863
+ "anony": true,
864
+ "tstamp": 1716693792.955
865
+ },
866
+ {
867
+ "model_a": "ModelScope",
868
+ "model_b": "LaVie",
869
+ "winner": "model_b",
870
+ "judge": "arena_user_10.16.27.38",
871
+ "anony": true,
872
+ "tstamp": 1716693803.7279
873
+ },
874
+ {
875
+ "model_a": "AnimateDiffTurbo",
876
+ "model_b": "OpenSora",
877
+ "winner": "tie (bothbad)",
878
+ "judge": "arena_user_10.16.9.183",
879
+ "anony": true,
880
+ "tstamp": 1716693816.5054
881
+ },
882
+ {
883
+ "model_a": "ModelScope",
884
+ "model_b": "LaVie",
885
+ "winner": "model_b",
886
+ "judge": "arena_user_10.16.3.14",
887
+ "anony": true,
888
+ "tstamp": 1716693825.2771
889
+ },
890
+ {
891
+ "model_a": "OpenSora",
892
+ "model_b": "ModelScope",
893
+ "winner": "model_a",
894
+ "judge": "arena_user_10.16.27.38",
895
+ "anony": true,
896
+ "tstamp": 1716693836.955
897
+ },
898
+ {
899
+ "model_a": "LaVie",
900
+ "model_b": "OpenSora",
901
+ "winner": "tie (bothbad)",
902
+ "judge": "arena_user_10.16.3.14",
903
+ "anony": true,
904
+ "tstamp": 1716693850.7326
905
+ },
906
+ {
907
+ "model_a": "OpenSora",
908
+ "model_b": "AnimateDiff",
909
+ "winner": "model_b",
910
+ "judge": "arena_user_10.16.27.38",
911
+ "anony": true,
912
+ "tstamp": 1716694070.4027
913
+ },
914
+ {
915
+ "model_a": "OpenSora",
916
+ "model_b": "AnimateDiff",
917
+ "winner": "model_b",
918
+ "judge": "arena_user_10.16.3.14",
919
+ "anony": true,
920
+ "tstamp": 1716694148.1807
921
+ },
922
+ {
923
+ "model_a": "ModelScope",
924
+ "model_b": "LaVie",
925
+ "winner": "model_b",
926
+ "judge": "arena_user_10.16.27.38",
927
+ "anony": true,
928
+ "tstamp": 1716694244.2485
929
+ },
930
+ {
931
+ "model_a": "AnimateDiffTurbo",
932
+ "model_b": "LaVie",
933
+ "winner": "model_b",
934
+ "judge": "arena_user_10.16.3.14",
935
+ "anony": true,
936
+ "tstamp": 1716694254.1959
937
+ },
938
+ {
939
+ "model_a": "ModelScope",
940
+ "model_b": "VideoCrafter2",
941
+ "winner": "model_b",
942
+ "judge": "arena_user_10.16.3.14",
943
+ "anony": true,
944
+ "tstamp": 1716694276.2905
945
+ },
946
+ {
947
+ "model_a": "AnimateDiffTurbo",
948
+ "model_b": "VideoCrafter2",
949
+ "winner": "model_a",
950
+ "judge": "arena_user_10.16.27.38",
951
+ "anony": true,
952
+ "tstamp": 1716694375.6866
953
+ },
954
+ {
955
+ "model_a": "ModelScope",
956
+ "model_b": "AnimateDiffTurbo",
957
+ "winner": "model_b",
958
+ "judge": "arena_user_10.16.9.183",
959
+ "anony": true,
960
+ "tstamp": 1716694382.1969
961
+ },
962
+ {
963
+ "model_a": "OpenSora",
964
+ "model_b": "VideoCrafter2",
965
+ "winner": "model_b",
966
+ "judge": "arena_user_10.16.3.14",
967
+ "anony": true,
968
+ "tstamp": 1716694793.14
969
+ },
970
+ {
971
+ "model_a": "LaVie",
972
+ "model_b": "OpenSora",
973
+ "winner": "tie",
974
+ "judge": "arena_user_10.16.3.14",
975
+ "anony": true,
976
+ "tstamp": 1716694811.1394
977
+ },
978
+ {
979
+ "model_a": "ModelScope",
980
+ "model_b": "VideoCrafter2",
981
+ "winner": "model_a",
982
+ "judge": "arena_user_10.16.9.183",
983
+ "anony": true,
984
+ "tstamp": 1716694821.4174
985
+ },
986
+ {
987
+ "model_a": "OpenSora",
988
+ "model_b": "AnimateDiff",
989
+ "winner": "model_b",
990
+ "judge": "arena_user_10.16.9.183",
991
+ "anony": true,
992
+ "tstamp": 1716694834.8498
993
+ },
994
+ {
995
+ "model_a": "AnimateDiff",
996
+ "model_b": "LaVie",
997
+ "winner": "model_a",
998
+ "judge": "arena_user_10.16.9.183",
999
+ "anony": true,
1000
+ "tstamp": 1716694841.7147
1001
+ },
1002
+ {
1003
+ "model_a": "LaVie",
1004
+ "model_b": "VideoCrafter2",
1005
+ "winner": "tie (bothbad)",
1006
+ "judge": "arena_user_10.16.9.183",
1007
+ "anony": true,
1008
+ "tstamp": 1716694851.8849
1009
+ },
1010
+ {
1011
+ "model_a": "AnimateDiff",
1012
+ "model_b": "AnimateDiffTurbo",
1013
+ "winner": "tie (bothbad)",
1014
+ "judge": "arena_user_10.16.9.183",
1015
+ "anony": true,
1016
+ "tstamp": 1716694860.9592
1017
+ },
1018
+ {
1019
+ "model_a": "OpenSora",
1020
+ "model_b": "VideoCrafter2",
1021
+ "winner": "model_b",
1022
+ "judge": "arena_user_10.16.9.183",
1023
+ "anony": true,
1024
+ "tstamp": 1716694883.3566
1025
+ },
1026
+ {
1027
+ "model_a": "VideoCrafter2",
1028
+ "model_b": "ModelScope",
1029
+ "winner": "model_a",
1030
+ "judge": "arena_user_10.16.3.14",
1031
+ "anony": true,
1032
+ "tstamp": 1716694902.9993
1033
+ },
1034
+ {
1035
+ "model_a": "VideoCrafter2",
1036
+ "model_b": "AnimateDiff",
1037
+ "winner": "tie",
1038
+ "judge": "arena_user_10.16.3.14",
1039
+ "anony": true,
1040
+ "tstamp": 1716694914.4785
1041
+ },
1042
+ {
1043
+ "model_a": "AnimateDiff",
1044
+ "model_b": "ModelScope",
1045
+ "winner": "tie",
1046
+ "judge": "arena_user_10.16.3.14",
1047
+ "anony": true,
1048
+ "tstamp": 1716694928.7985
1049
+ },
1050
+ {
1051
+ "model_a": "LaVie",
1052
+ "model_b": "VideoCrafter2",
1053
+ "winner": "model_b",
1054
+ "judge": "arena_user_10.16.27.38",
1055
+ "anony": true,
1056
+ "tstamp": 1716694942.7223
1057
+ },
1058
+ {
1059
+ "model_a": "OpenSora",
1060
+ "model_b": "ModelScope",
1061
+ "winner": "model_a",
1062
+ "judge": "arena_user_10.16.9.183",
1063
+ "anony": true,
1064
+ "tstamp": 1716728514.2605
1065
+ },
1066
+ {
1067
+ "model_a": "AnimateDiffTurbo",
1068
+ "model_b": "VideoCrafter2",
1069
+ "winner": "tie (bothbad)",
1070
+ "judge": "arena_user_10.16.27.38",
1071
+ "anony": true,
1072
+ "tstamp": 1716728525.0445
1073
+ },
1074
+ {
1075
+ "model_a": "ModelScope",
1076
+ "model_b": "OpenSora",
1077
+ "winner": "model_b",
1078
+ "judge": "arena_user_10.16.9.183",
1079
+ "anony": true,
1080
+ "tstamp": 1716728537.4321
1081
+ },
1082
+ {
1083
+ "model_a": "OpenSora",
1084
+ "model_b": "AnimateDiff",
1085
+ "winner": "model_b",
1086
+ "judge": "arena_user_10.16.9.183",
1087
+ "anony": true,
1088
+ "tstamp": 1716728552.3184
1089
+ },
1090
+ {
1091
+ "model_a": "LaVie",
1092
+ "model_b": "VideoCrafter2",
1093
+ "winner": "tie",
1094
+ "judge": "arena_user_10.16.9.183",
1095
+ "anony": true,
1096
+ "tstamp": 1716728565.4115
1097
+ },
1098
+ {
1099
+ "model_a": "OpenSora",
1100
+ "model_b": "AnimateDiffTurbo",
1101
+ "winner": "model_a",
1102
+ "judge": "arena_user_10.16.27.38",
1103
+ "anony": true,
1104
+ "tstamp": 1716728611.9244
1105
+ },
1106
+ {
1107
+ "model_a": "LaVie",
1108
+ "model_b": "AnimateDiff",
1109
+ "winner": "model_b",
1110
+ "judge": "arena_user_10.16.27.38",
1111
+ "anony": true,
1112
+ "tstamp": 1716728619.8963
1113
+ },
1114
+ {
1115
+ "model_a": "AnimateDiffTurbo",
1116
+ "model_b": "VideoCrafter2",
1117
+ "winner": "tie (bothbad)",
1118
+ "judge": "arena_user_10.16.27.38",
1119
+ "anony": true,
1120
+ "tstamp": 1716728626.8621
1121
+ },
1122
+ {
1123
+ "model_a": "LaVie",
1124
+ "model_b": "VideoCrafter2",
1125
+ "winner": "model_b",
1126
+ "judge": "arena_user_10.16.9.183",
1127
+ "anony": true,
1128
+ "tstamp": 1716728642.2282
1129
+ },
1130
+ {
1131
+ "model_a": "ModelScope",
1132
+ "model_b": "AnimateDiffTurbo",
1133
+ "winner": "tie (bothbad)",
1134
+ "judge": "arena_user_10.16.27.38",
1135
+ "anony": true,
1136
+ "tstamp": 1716728660.8799
1137
+ },
1138
+ {
1139
+ "model_a": "AnimateDiffTurbo",
1140
+ "model_b": "AnimateDiff",
1141
+ "winner": "model_b",
1142
+ "judge": "arena_user_10.16.9.183",
1143
+ "anony": true,
1144
+ "tstamp": 1716728671.1783
1145
+ },
1146
+ {
1147
+ "model_a": "LaVie",
1148
+ "model_b": "OpenSora",
1149
+ "winner": "tie (bothbad)",
1150
+ "judge": "arena_user_10.16.27.38",
1151
+ "anony": true,
1152
+ "tstamp": 1716728681.5129
1153
+ },
1154
+ {
1155
+ "model_a": "ModelScope",
1156
+ "model_b": "AnimateDiffTurbo",
1157
+ "winner": "tie (bothbad)",
1158
+ "judge": "arena_user_10.16.27.38",
1159
+ "anony": true,
1160
+ "tstamp": 1716728695.6521
1161
+ },
1162
+ {
1163
+ "model_a": "ModelScope",
1164
+ "model_b": "AnimateDiff",
1165
+ "winner": "model_b",
1166
+ "judge": "arena_user_10.16.3.14",
1167
+ "anony": true,
1168
+ "tstamp": 1716728707.1868
1169
+ },
1170
+ {
1171
+ "model_a": "VideoCrafter2",
1172
+ "model_b": "AnimateDiff",
1173
+ "winner": "model_a",
1174
+ "judge": "arena_user_10.16.27.38",
1175
+ "anony": true,
1176
+ "tstamp": 1716728715.3574
1177
+ },
1178
+ {
1179
+ "model_a": "AnimateDiffTurbo",
1180
+ "model_b": "OpenSora",
1181
+ "winner": "tie",
1182
+ "judge": "arena_user_10.16.9.183",
1183
+ "anony": true,
1184
+ "tstamp": 1716728729.9899
1185
+ },
1186
+ {
1187
+ "model_a": "AnimateDiff",
1188
+ "model_b": "AnimateDiffTurbo",
1189
+ "winner": "model_a",
1190
+ "judge": "arena_user_10.16.27.38",
1191
+ "anony": true,
1192
+ "tstamp": 1716728739.4646
1193
+ },
1194
+ {
1195
+ "model_a": "AnimateDiffTurbo",
1196
+ "model_b": "ModelScope",
1197
+ "winner": "tie (bothbad)",
1198
+ "judge": "arena_user_10.16.9.183",
1199
+ "anony": true,
1200
+ "tstamp": 1716728751.7418
1201
+ },
1202
+ {
1203
+ "model_a": "OpenSora",
1204
+ "model_b": "AnimateDiffTurbo",
1205
+ "winner": "model_a",
1206
+ "judge": "arena_user_10.16.3.14",
1207
+ "anony": true,
1208
+ "tstamp": 1716728760.5694
1209
+ },
1210
+ {
1211
+ "model_a": "AnimateDiff",
1212
+ "model_b": "OpenSora",
1213
+ "winner": "model_a",
1214
+ "judge": "arena_user_10.16.9.183",
1215
+ "anony": true,
1216
+ "tstamp": 1716728772.9474
1217
+ },
1218
+ {
1219
+ "model_a": "LaVie",
1220
+ "model_b": "AnimateDiffTurbo",
1221
+ "winner": "tie",
1222
+ "judge": "arena_user_10.16.9.183",
1223
+ "anony": true,
1224
+ "tstamp": 1716728792.5959
1225
+ },
1226
+ {
1227
+ "model_a": "LaVie",
1228
+ "model_b": "AnimateDiff",
1229
+ "winner": "model_b",
1230
+ "judge": "arena_user_10.16.27.38",
1231
+ "anony": true,
1232
+ "tstamp": 1716728825.1225
1233
+ },
1234
+ {
1235
+ "model_a": "VideoCrafter2",
1236
+ "model_b": "ModelScope",
1237
+ "winner": "tie (bothbad)",
1238
+ "judge": "arena_user_10.16.27.38",
1239
+ "anony": true,
1240
+ "tstamp": 1716728832.0962
1241
+ },
1242
+ {
1243
+ "model_a": "ModelScope",
1244
+ "model_b": "LaVie",
1245
+ "winner": "tie (bothbad)",
1246
+ "judge": "arena_user_10.16.27.38",
1247
+ "anony": true,
1248
+ "tstamp": 1716728839.4279
1249
+ },
1250
+ {
1251
+ "model_a": "AnimateDiff",
1252
+ "model_b": "VideoCrafter2",
1253
+ "winner": "model_a",
1254
+ "judge": "arena_user_10.16.3.14",
1255
+ "anony": true,
1256
+ "tstamp": 1716728875.7372
1257
+ },
1258
+ {
1259
+ "model_a": "ModelScope",
1260
+ "model_b": "AnimateDiffTurbo",
1261
+ "winner": "tie (bothbad)",
1262
+ "judge": "arena_user_10.16.3.14",
1263
+ "anony": true,
1264
+ "tstamp": 1716728884.1135
1265
+ },
1266
+ {
1267
+ "model_a": "AnimateDiff",
1268
+ "model_b": "ModelScope",
1269
+ "winner": "tie (bothbad)",
1270
+ "judge": "arena_user_10.16.9.183",
1271
+ "anony": true,
1272
+ "tstamp": 1716728898.2525
1273
+ },
1274
+ {
1275
+ "model_a": "AnimateDiffTurbo",
1276
+ "model_b": "OpenSora",
1277
+ "winner": "tie (bothbad)",
1278
+ "judge": "arena_user_10.16.27.38",
1279
+ "anony": true,
1280
+ "tstamp": 1716728909.7356
1281
+ },
1282
+ {
1283
+ "model_a": "AnimateDiffTurbo",
1284
+ "model_b": "OpenSora",
1285
+ "winner": "tie (bothbad)",
1286
+ "judge": "arena_user_10.16.3.14",
1287
+ "anony": true,
1288
+ "tstamp": 1716728924.0212
1289
+ },
1290
+ {
1291
+ "model_a": "ModelScope",
1292
+ "model_b": "AnimateDiff",
1293
+ "winner": "model_b",
1294
+ "judge": "arena_user_10.16.3.14",
1295
+ "anony": true,
1296
+ "tstamp": 1716728932.2482
1297
+ },
1298
+ {
1299
+ "model_a": "VideoCrafter2",
1300
+ "model_b": "LaVie",
1301
+ "winner": "tie (bothbad)",
1302
+ "judge": "arena_user_10.16.3.14",
1303
+ "anony": true,
1304
+ "tstamp": 1716728943.0756
1305
+ },
1306
+ {
1307
+ "model_a": "LaVie",
1308
+ "model_b": "AnimateDiffTurbo",
1309
+ "winner": "model_a",
1310
+ "judge": "arena_user_10.16.3.14",
1311
+ "anony": true,
1312
+ "tstamp": 1716728951.8516
1313
+ },
1314
+ {
1315
+ "model_a": "LaVie",
1316
+ "model_b": "AnimateDiff",
1317
+ "winner": "model_b",
1318
+ "judge": "arena_user_10.16.3.14",
1319
+ "anony": true,
1320
+ "tstamp": 1716728964.0778
1321
+ },
1322
+ {
1323
+ "model_a": "AnimateDiff",
1324
+ "model_b": "LaVie",
1325
+ "winner": "model_b",
1326
+ "judge": "arena_user_10.16.9.183",
1327
+ "anony": true,
1328
+ "tstamp": 1716728971.495
1329
+ },
1330
+ {
1331
+ "model_a": "LaVie",
1332
+ "model_b": "VideoCrafter2",
1333
+ "winner": "tie (bothbad)",
1334
+ "judge": "arena_user_10.16.9.183",
1335
+ "anony": true,
1336
+ "tstamp": 1716728980.7203
1337
+ },
1338
+ {
1339
+ "model_a": "VideoCrafter2",
1340
+ "model_b": "ModelScope",
1341
+ "winner": "model_b",
1342
+ "judge": "arena_user_10.16.3.14",
1343
+ "anony": true,
1344
+ "tstamp": 1716728994.9574
1345
+ },
1346
+ {
1347
+ "model_a": "OpenSora",
1348
+ "model_b": "AnimateDiffTurbo",
1349
+ "winner": "model_a",
1350
+ "judge": "arena_user_10.16.27.38",
1351
+ "anony": true,
1352
+ "tstamp": 1716729003.1242
1353
+ },
1354
+ {
1355
+ "model_a": "LaVie",
1356
+ "model_b": "AnimateDiff",
1357
+ "winner": "model_b",
1358
+ "judge": "arena_user_10.16.27.38",
1359
+ "anony": true,
1360
+ "tstamp": 1716729013.9565
1361
+ },
1362
+ {
1363
+ "model_a": "OpenSora",
1364
+ "model_b": "AnimateDiffTurbo",
1365
+ "winner": "model_b",
1366
+ "judge": "arena_user_10.16.9.183",
1367
+ "anony": true,
1368
+ "tstamp": 1716729024.7427
1369
+ },
1370
+ {
1371
+ "model_a": "AnimateDiff",
1372
+ "model_b": "OpenSora",
1373
+ "winner": "tie",
1374
+ "judge": "arena_user_10.16.3.14",
1375
+ "anony": true,
1376
+ "tstamp": 1716729034.6162
1377
+ },
1378
+ {
1379
+ "model_a": "LaVie",
1380
+ "model_b": "ModelScope",
1381
+ "winner": "tie (bothbad)",
1382
+ "judge": "arena_user_10.16.3.14",
1383
+ "anony": true,
1384
+ "tstamp": 1716729041.2307
1385
+ },
1386
+ {
1387
+ "model_a": "OpenSora",
1388
+ "model_b": "VideoCrafter2",
1389
+ "winner": "tie (bothbad)",
1390
+ "judge": "arena_user_10.16.3.14",
1391
+ "anony": true,
1392
+ "tstamp": 1716729054.9108
1393
+ },
1394
+ {
1395
+ "model_a": "OpenSora",
1396
+ "model_b": "AnimateDiffTurbo",
1397
+ "winner": "tie (bothbad)",
1398
+ "judge": "arena_user_10.16.3.14",
1399
+ "anony": true,
1400
+ "tstamp": 1716729082.4481
1401
+ },
1402
+ {
1403
+ "model_a": "VideoCrafter2",
1404
+ "model_b": "LaVie",
1405
+ "winner": "tie",
1406
+ "judge": "arena_user_10.16.9.183",
1407
+ "anony": true,
1408
+ "tstamp": 1716729093.5738
1409
+ },
1410
+ {
1411
+ "model_a": "LaVie",
1412
+ "model_b": "AnimateDiffTurbo",
1413
+ "winner": "tie (bothbad)",
1414
+ "judge": "arena_user_10.16.3.14",
1415
+ "anony": true,
1416
+ "tstamp": 1716729104.4016
1417
+ },
1418
+ {
1419
+ "model_a": "OpenSora",
1420
+ "model_b": "AnimateDiff",
1421
+ "winner": "model_a",
1422
+ "judge": "arena_user_10.16.3.14",
1423
+ "anony": true,
1424
+ "tstamp": 1716729113.9293
1425
+ },
1426
+ {
1427
+ "model_a": "OpenSora",
1428
+ "model_b": "VideoCrafter2",
1429
+ "winner": "tie",
1430
+ "judge": "arena_user_10.16.3.14",
1431
+ "anony": true,
1432
+ "tstamp": 1716729128.024
1433
+ },
1434
+ {
1435
+ "model_a": "AnimateDiffTurbo",
1436
+ "model_b": "VideoCrafter2",
1437
+ "winner": "model_b",
1438
+ "judge": "arena_user_10.16.27.38",
1439
+ "anony": true,
1440
+ "tstamp": 1716729143.4289
1441
+ },
1442
+ {
1443
+ "model_a": "OpenSora",
1444
+ "model_b": "ModelScope",
1445
+ "winner": "model_a",
1446
+ "judge": "arena_user_10.16.27.38",
1447
+ "anony": true,
1448
+ "tstamp": 1716729151.6014
1449
+ },
1450
+ {
1451
+ "model_a": "LaVie",
1452
+ "model_b": "VideoCrafter2",
1453
+ "winner": "tie (bothbad)",
1454
+ "judge": "arena_user_10.16.27.38",
1455
+ "anony": true,
1456
+ "tstamp": 1716729165.8412
1457
+ },
1458
+ {
1459
+ "model_a": "LaVie",
1460
+ "model_b": "OpenSora",
1461
+ "winner": "model_a",
1462
+ "judge": "arena_user_10.16.27.38",
1463
+ "anony": true,
1464
+ "tstamp": 1716729174.0802
1465
+ },
1466
+ {
1467
+ "model_a": "VideoCrafter2",
1468
+ "model_b": "ModelScope",
1469
+ "winner": "tie (bothbad)",
1470
+ "judge": "arena_user_10.16.9.183",
1471
+ "anony": true,
1472
+ "tstamp": 1716729190.7693
1473
+ },
1474
+ {
1475
+ "model_a": "OpenSora",
1476
+ "model_b": "VideoCrafter2",
1477
+ "winner": "tie (bothbad)",
1478
+ "judge": "arena_user_10.16.3.14",
1479
+ "anony": true,
1480
+ "tstamp": 1716729561.7946
1481
+ },
1482
+ {
1483
+ "model_a": "LaVie",
1484
+ "model_b": "ModelScope",
1485
+ "winner": "model_a",
1486
+ "judge": "arena_user_10.16.9.183",
1487
+ "anony": true,
1488
+ "tstamp": 1716729589.111
1489
+ },
1490
+ {
1491
+ "model_a": "OpenSora",
1492
+ "model_b": "LaVie",
1493
+ "winner": "tie",
1494
+ "judge": "arena_user_10.16.9.183",
1495
+ "anony": true,
1496
+ "tstamp": 1716730437.4978
1497
+ },
1498
+ {
1499
+ "model_a": "OpenSora",
1500
+ "model_b": "ModelScope",
1501
+ "winner": "model_a",
1502
+ "judge": "arena_user_10.16.9.183",
1503
+ "anony": true,
1504
+ "tstamp": 1716730444.2174
1505
+ },
1506
+ {
1507
+ "model_a": "ModelScope",
1508
+ "model_b": "AnimateDiff",
1509
+ "winner": "tie",
1510
+ "judge": "arena_user_10.16.9.183",
1511
+ "anony": true,
1512
+ "tstamp": 1716731578.7678
1513
+ },
1514
+ {
1515
+ "model_a": "ModelScope",
1516
+ "model_b": "AnimateDiffTurbo",
1517
+ "winner": "model_b",
1518
+ "judge": "arena_user_10.16.3.14",
1519
+ "anony": true,
1520
+ "tstamp": 1716731600.4666
1521
+ },
1522
+ {
1523
+ "model_a": "OpenSora",
1524
+ "model_b": "VideoCrafter2",
1525
+ "winner": "tie",
1526
+ "judge": "arena_user_10.16.9.183",
1527
+ "anony": true,
1528
+ "tstamp": 1716731607.3314
1529
+ },
1530
+ {
1531
+ "model_a": "AnimateDiff",
1532
+ "model_b": "AnimateDiffTurbo",
1533
+ "winner": "model_b",
1534
+ "judge": "arena_user_10.16.3.14",
1535
+ "anony": true,
1536
+ "tstamp": 1716731621.0702
1537
+ },
1538
+ {
1539
+ "model_a": "LaVie",
1540
+ "model_b": "ModelScope",
1541
+ "winner": "tie",
1542
+ "judge": "arena_user_10.16.9.183",
1543
+ "anony": true,
1544
+ "tstamp": 1716731652.0853
1545
+ },
1546
+ {
1547
+ "model_a": "AnimateDiff",
1548
+ "model_b": "AnimateDiffTurbo",
1549
+ "winner": "tie",
1550
+ "judge": "arena_user_10.16.3.14",
1551
+ "anony": true,
1552
+ "tstamp": 1716731680.1969
1553
+ },
1554
+ {
1555
+ "model_a": "LaVie",
1556
+ "model_b": "VideoCrafter2",
1557
+ "winner": "tie",
1558
+ "judge": "arena_user_10.16.27.38",
1559
+ "anony": true,
1560
+ "tstamp": 1716731887.8933
1561
+ },
1562
+ {
1563
+ "model_a": "LaVie",
1564
+ "model_b": "AnimateDiff",
1565
+ "winner": "tie",
1566
+ "judge": "arena_user_10.16.3.14",
1567
+ "anony": true,
1568
+ "tstamp": 1716732002.7625
1569
+ },
1570
+ {
1571
+ "model_a": "OpenSora",
1572
+ "model_b": "VideoCrafter2",
1573
+ "winner": "tie",
1574
+ "judge": "arena_user_10.16.3.14",
1575
+ "anony": true,
1576
+ "tstamp": 1716732014.9893
1577
+ },
1578
+ {
1579
+ "model_a": "OpenSora",
1580
+ "model_b": "ModelScope",
1581
+ "winner": "model_b",
1582
+ "judge": "arena_user_10.16.27.38",
1583
+ "anony": true,
1584
+ "tstamp": 1716732033.1907
1585
+ },
1586
+ {
1587
+ "model_a": "AnimateDiffTurbo",
1588
+ "model_b": "OpenSora",
1589
+ "winner": "tie (bothbad)",
1590
+ "judge": "arena_user_10.16.9.183",
1591
+ "anony": true,
1592
+ "tstamp": 1716732042.32
1593
+ },
1594
+ {
1595
+ "model_a": "AnimateDiffTurbo",
1596
+ "model_b": "VideoCrafter2",
1597
+ "winner": "model_b",
1598
+ "judge": "arena_user_10.16.3.14",
1599
+ "anony": true,
1600
+ "tstamp": 1716732051.0423
1601
+ },
1602
+ {
1603
+ "model_a": "AnimateDiffTurbo",
1604
+ "model_b": "OpenSora",
1605
+ "winner": "tie (bothbad)",
1606
+ "judge": "arena_user_10.16.3.14",
1607
+ "anony": true,
1608
+ "tstamp": 1716732064.3207
1609
+ },
1610
+ {
1611
+ "model_a": "AnimateDiff",
1612
+ "model_b": "AnimateDiffTurbo",
1613
+ "winner": "model_a",
1614
+ "judge": "arena_user_10.16.9.183",
1615
+ "anony": true,
1616
+ "tstamp": 1716732075.7564
1617
+ },
1618
+ {
1619
+ "model_a": "VideoCrafter2",
1620
+ "model_b": "ModelScope",
1621
+ "winner": "model_a",
1622
+ "judge": "arena_user_10.16.3.14",
1623
+ "anony": true,
1624
+ "tstamp": 1716732092.1437
1625
+ },
1626
+ {
1627
+ "model_a": "AnimateDiffTurbo",
1628
+ "model_b": "LaVie",
1629
+ "winner": "tie",
1630
+ "judge": "arena_user_10.16.9.183",
1631
+ "anony": true,
1632
+ "tstamp": 1716732107.1689
1633
+ },
1634
+ {
1635
+ "model_a": "OpenSora",
1636
+ "model_b": "VideoCrafter2",
1637
+ "winner": "model_b",
1638
+ "judge": "arena_user_10.16.9.183",
1639
+ "anony": true,
1640
+ "tstamp": 1716732121.5507
1641
+ },
1642
+ {
1643
+ "model_a": "OpenSora",
1644
+ "model_b": "AnimateDiff",
1645
+ "winner": "tie (bothbad)",
1646
+ "judge": "arena_user_10.16.27.38",
1647
+ "anony": true,
1648
+ "tstamp": 1716732130.5345
1649
+ },
1650
+ {
1651
+ "model_a": "AnimateDiffTurbo",
1652
+ "model_b": "AnimateDiff",
1653
+ "winner": "model_b",
1654
+ "judge": "arena_user_10.16.27.38",
1655
+ "anony": true,
1656
+ "tstamp": 1716732144.7139
1657
+ },
1658
+ {
1659
+ "model_a": "ModelScope",
1660
+ "model_b": "AnimateDiffTurbo",
1661
+ "winner": "tie (bothbad)",
1662
+ "judge": "arena_user_10.16.27.38",
1663
+ "anony": true,
1664
+ "tstamp": 1716732153.1545
1665
+ },
1666
+ {
1667
+ "model_a": "OpenSora",
1668
+ "model_b": "AnimateDiffTurbo",
1669
+ "winner": "model_b",
1670
+ "judge": "arena_user_10.16.3.14",
1671
+ "anony": true,
1672
+ "tstamp": 1716732245.8887
1673
+ },
1674
+ {
1675
+ "model_a": "ModelScope",
1676
+ "model_b": "LaVie",
1677
+ "winner": "tie (bothbad)",
1678
+ "judge": "arena_user_10.16.27.38",
1679
+ "anony": true,
1680
+ "tstamp": 1716732253.5049
1681
+ },
1682
+ {
1683
+ "model_a": "VideoCrafter2",
1684
+ "model_b": "LaVie",
1685
+ "winner": "tie",
1686
+ "judge": "arena_user_10.16.9.183",
1687
+ "anony": true,
1688
+ "tstamp": 1716732260.9776
1689
+ },
1690
+ {
1691
+ "model_a": "LaVie",
1692
+ "model_b": "ModelScope",
1693
+ "winner": "tie",
1694
+ "judge": "arena_user_10.16.27.38",
1695
+ "anony": true,
1696
+ "tstamp": 1716732271.1059
1697
+ },
1698
+ {
1699
+ "model_a": "AnimateDiffTurbo",
1700
+ "model_b": "LaVie",
1701
+ "winner": "tie (bothbad)",
1702
+ "judge": "arena_user_10.16.9.183",
1703
+ "anony": true,
1704
+ "tstamp": 1716732289.7469
1705
+ },
1706
+ {
1707
+ "model_a": "OpenSora",
1708
+ "model_b": "AnimateDiff",
1709
+ "winner": "tie",
1710
+ "judge": "arena_user_10.16.27.38",
1711
+ "anony": true,
1712
+ "tstamp": 1716732300.1222
1713
+ },
1714
+ {
1715
+ "model_a": "AnimateDiffTurbo",
1716
+ "model_b": "ModelScope",
1717
+ "winner": "tie (bothbad)",
1718
+ "judge": "arena_user_10.16.9.183",
1719
+ "anony": true,
1720
+ "tstamp": 1716732442.4675
1721
+ },
1722
+ {
1723
+ "model_a": "ModelScope",
1724
+ "model_b": "OpenSora",
1725
+ "winner": "tie (bothbad)",
1726
+ "judge": "arena_user_10.16.3.14",
1727
+ "anony": true,
1728
+ "tstamp": 1716732643.9778
1729
+ },
1730
+ {
1731
+ "model_a": "AnimateDiff",
1732
+ "model_b": "LaVie",
1733
+ "winner": "tie (bothbad)",
1734
+ "judge": "arena_user_10.16.9.183",
1735
+ "anony": true,
1736
+ "tstamp": 1716732653.5527
1737
+ },
1738
+ {
1739
+ "model_a": "OpenSora",
1740
+ "model_b": "VideoCrafter2",
1741
+ "winner": "tie (bothbad)",
1742
+ "judge": "arena_user_10.16.9.183",
1743
+ "anony": true,
1744
+ "tstamp": 1716732667.2377
1745
+ },
1746
+ {
1747
+ "model_a": "ModelScope",
1748
+ "model_b": "AnimateDiffTurbo",
1749
+ "winner": "tie",
1750
+ "judge": "arena_user_10.16.3.14",
1751
+ "anony": true,
1752
+ "tstamp": 1716732690.9928
1753
+ },
1754
+ {
1755
+ "model_a": "OpenSora",
1756
+ "model_b": "AnimateDiff",
1757
+ "winner": "model_b",
1758
+ "judge": "arena_user_10.16.9.183",
1759
+ "anony": true,
1760
+ "tstamp": 1716732701.2197
1761
+ },
1762
+ {
1763
+ "model_a": "AnimateDiffTurbo",
1764
+ "model_b": "ModelScope",
1765
+ "winner": "model_a",
1766
+ "judge": "arena_user_10.16.3.14",
1767
+ "anony": true,
1768
+ "tstamp": 1716732769.1058
1769
+ },
1770
+ {
1771
+ "model_a": "VideoCrafter2",
1772
+ "model_b": "ModelScope",
1773
+ "winner": "model_a",
1774
+ "judge": "arena_user_10.16.27.38",
1775
+ "anony": true,
1776
+ "tstamp": 1716732774.627
1777
+ },
1778
+ {
1779
+ "model_a": "LaVie",
1780
+ "model_b": "OpenSora",
1781
+ "winner": "model_a",
1782
+ "judge": "arena_user_10.16.27.38",
1783
+ "anony": true,
1784
+ "tstamp": 1716732781.8561
1785
+ },
1786
+ {
1787
+ "model_a": "AnimateDiffTurbo",
1788
+ "model_b": "ModelScope",
1789
+ "winner": "model_a",
1790
+ "judge": "arena_user_10.16.9.183",
1791
+ "anony": true,
1792
+ "tstamp": 1716732792.5768
1793
+ },
1794
+ {
1795
+ "model_a": "LaVie",
1796
+ "model_b": "AnimateDiffTurbo",
1797
+ "winner": "model_a",
1798
+ "judge": "arena_user_10.16.9.183",
1799
+ "anony": true,
1800
+ "tstamp": 1716732805.8172
1801
+ },
1802
+ {
1803
+ "model_a": "AnimateDiffTurbo",
1804
+ "model_b": "VideoCrafter2",
1805
+ "winner": "model_b",
1806
+ "judge": "arena_user_10.16.3.14",
1807
+ "anony": true,
1808
+ "tstamp": 1716732815.2381
1809
+ },
1810
+ {
1811
+ "model_a": "LaVie",
1812
+ "model_b": "AnimateDiff",
1813
+ "winner": "model_a",
1814
+ "judge": "arena_user_10.16.27.38",
1815
+ "anony": true,
1816
+ "tstamp": 1716732822.3066
1817
+ },
1818
+ {
1819
+ "model_a": "ModelScope",
1820
+ "model_b": "OpenSora",
1821
+ "winner": "tie",
1822
+ "judge": "arena_user_10.16.27.38",
1823
+ "anony": true,
1824
+ "tstamp": 1716732832.5342
1825
+ },
1826
+ {
1827
+ "model_a": "AnimateDiffTurbo",
1828
+ "model_b": "OpenSora",
1829
+ "winner": "model_b",
1830
+ "judge": "arena_user_10.16.27.38",
1831
+ "anony": true,
1832
+ "tstamp": 1716732854.9452
1833
+ },
1834
+ {
1835
+ "model_a": "LaVie",
1836
+ "model_b": "AnimateDiffTurbo",
1837
+ "winner": "model_a",
1838
+ "judge": "arena_user_10.16.9.183",
1839
+ "anony": true,
1840
+ "tstamp": 1716732865.7185
1841
+ },
1842
+ {
1843
+ "model_a": "LaVie",
1844
+ "model_b": "VideoCrafter2",
1845
+ "winner": "model_b",
1846
+ "judge": "arena_user_10.16.3.14",
1847
+ "anony": true,
1848
+ "tstamp": 1716732873.0369
1849
+ },
1850
+ {
1851
+ "model_a": "AnimateDiff",
1852
+ "model_b": "LaVie",
1853
+ "winner": "model_a",
1854
+ "judge": "arena_user_10.16.9.183",
1855
+ "anony": true,
1856
+ "tstamp": 1716732879.1067
1857
+ },
1858
+ {
1859
+ "model_a": "OpenSora",
1860
+ "model_b": "ModelScope",
1861
+ "winner": "tie (bothbad)",
1862
+ "judge": "arena_user_10.16.3.14",
1863
+ "anony": true,
1864
+ "tstamp": 1716732894.6925
1865
+ },
1866
+ {
1867
+ "model_a": "ModelScope",
1868
+ "model_b": "OpenSora",
1869
+ "winner": "tie",
1870
+ "judge": "arena_user_10.16.9.183",
1871
+ "anony": true,
1872
+ "tstamp": 1716732906.9749
1873
+ },
1874
+ {
1875
+ "model_a": "AnimateDiffTurbo",
1876
+ "model_b": "OpenSora",
1877
+ "winner": "model_b",
1878
+ "judge": "arena_user_10.16.3.14",
1879
+ "anony": true,
1880
+ "tstamp": 1716732913.3386
1881
+ },
1882
+ {
1883
+ "model_a": "AnimateDiffTurbo",
1884
+ "model_b": "ModelScope",
1885
+ "winner": "tie (bothbad)",
1886
+ "judge": "arena_user_10.16.9.183",
1887
+ "anony": true,
1888
+ "tstamp": 1716732921.5656
1889
+ },
1890
+ {
1891
+ "model_a": "VideoCrafter2",
1892
+ "model_b": "AnimateDiff",
1893
+ "winner": "model_b",
1894
+ "judge": "arena_user_10.16.9.183",
1895
+ "anony": true,
1896
+ "tstamp": 1716732932.2613
1897
+ },
1898
+ {
1899
+ "model_a": "AnimateDiffTurbo",
1900
+ "model_b": "LaVie",
1901
+ "winner": "tie (bothbad)",
1902
+ "judge": "arena_user_10.16.3.14",
1903
+ "anony": true,
1904
+ "tstamp": 1716732947.9995
1905
+ },
1906
+ {
1907
+ "model_a": "ModelScope",
1908
+ "model_b": "OpenSora",
1909
+ "winner": "tie (bothbad)",
1910
+ "judge": "arena_user_10.16.3.14",
1911
+ "anony": true,
1912
+ "tstamp": 1716733033.155
1913
+ },
1914
+ {
1915
+ "model_a": "ModelScope",
1916
+ "model_b": "AnimateDiffTurbo",
1917
+ "winner": "model_a",
1918
+ "judge": "arena_user_10.16.9.183",
1919
+ "anony": true,
1920
+ "tstamp": 1716733215.9535
1921
+ },
1922
+ {
1923
+ "model_a": "AnimateDiff",
1924
+ "model_b": "LaVie",
1925
+ "winner": "tie",
1926
+ "judge": "arena_user_10.16.27.38",
1927
+ "anony": true,
1928
+ "tstamp": 1716733225.6737
1929
+ },
1930
+ {
1931
+ "model_a": "OpenSora",
1932
+ "model_b": "LaVie",
1933
+ "winner": "model_b",
1934
+ "judge": "arena_user_10.16.3.14",
1935
+ "anony": true,
1936
+ "tstamp": 1716733232.9894
1937
+ },
1938
+ {
1939
+ "model_a": "OpenSora",
1940
+ "model_b": "LaVie",
1941
+ "winner": "tie",
1942
+ "judge": "arena_user_10.16.9.183",
1943
+ "anony": true,
1944
+ "tstamp": 1716733245.779
1945
+ },
1946
+ {
1947
+ "model_a": "ModelScope",
1948
+ "model_b": "AnimateDiff",
1949
+ "winner": "tie (bothbad)",
1950
+ "judge": "arena_user_10.16.27.38",
1951
+ "anony": true,
1952
+ "tstamp": 1716733261.359
1953
+ },
1954
+ {
1955
+ "model_a": "VideoCrafter2",
1956
+ "model_b": "LaVie",
1957
+ "winner": "tie",
1958
+ "judge": "arena_user_10.16.9.183",
1959
+ "anony": true,
1960
+ "tstamp": 1716733274.7997
1961
+ },
1962
+ {
1963
+ "model_a": "VideoCrafter2",
1964
+ "model_b": "AnimateDiffTurbo",
1965
+ "winner": "tie (bothbad)",
1966
+ "judge": "arena_user_10.16.9.183",
1967
+ "anony": true,
1968
+ "tstamp": 1716733284.8279
1969
+ },
1970
+ {
1971
+ "model_a": "AnimateDiff",
1972
+ "model_b": "LaVie",
1973
+ "winner": "tie",
1974
+ "judge": "arena_user_10.16.3.14",
1975
+ "anony": true,
1976
+ "tstamp": 1716733292.3492
1977
+ },
1978
+ {
1979
+ "model_a": "ModelScope",
1980
+ "model_b": "AnimateDiff",
1981
+ "winner": "model_b",
1982
+ "judge": "arena_user_10.16.3.14",
1983
+ "anony": true,
1984
+ "tstamp": 1716733303.8831
1985
+ },
1986
+ {
1987
+ "model_a": "OpenSora",
1988
+ "model_b": "AnimateDiffTurbo",
1989
+ "winner": "tie (bothbad)",
1990
+ "judge": "arena_user_10.16.9.183",
1991
+ "anony": true,
1992
+ "tstamp": 1716733316.3709
1993
+ },
1994
+ {
1995
+ "model_a": "AnimateDiffTurbo",
1996
+ "model_b": "AnimateDiff",
1997
+ "winner": "model_b",
1998
+ "judge": "arena_user_10.16.27.38",
1999
+ "anony": true,
2000
+ "tstamp": 1716733323.541
2001
+ },
2002
+ {
2003
+ "model_a": "LaVie",
2004
+ "model_b": "ModelScope",
2005
+ "winner": "model_b",
2006
+ "judge": "arena_user_10.16.9.183",
2007
+ "anony": true,
2008
+ "tstamp": 1716733333.7191
2009
+ },
2010
+ {
2011
+ "model_a": "AnimateDiff",
2012
+ "model_b": "AnimateDiffTurbo",
2013
+ "winner": "model_a",
2014
+ "judge": "arena_user_10.16.3.14",
2015
+ "anony": true,
2016
+ "tstamp": 1716733339.0328
2017
+ },
2018
+ {
2019
+ "model_a": "AnimateDiffTurbo",
2020
+ "model_b": "OpenSora",
2021
+ "winner": "model_b",
2022
+ "judge": "arena_user_10.16.3.14",
2023
+ "anony": true,
2024
+ "tstamp": 1716733353.1237
2025
+ },
2026
+ {
2027
+ "model_a": "LaVie",
2028
+ "model_b": "OpenSora",
2029
+ "winner": "tie",
2030
+ "judge": "arena_user_10.16.27.38",
2031
+ "anony": true,
2032
+ "tstamp": 1716733359.5427
2033
+ },
2034
+ {
2035
+ "model_a": "LaVie",
2036
+ "model_b": "OpenSora",
2037
+ "winner": "tie",
2038
+ "judge": "arena_user_10.16.9.183",
2039
+ "anony": true,
2040
+ "tstamp": 1716733371.482
2041
+ },
2042
+ {
2043
+ "model_a": "LaVie",
2044
+ "model_b": "VideoCrafter2",
2045
+ "winner": "tie",
2046
+ "judge": "arena_user_10.16.27.38",
2047
+ "anony": true,
2048
+ "tstamp": 1716733409.29
2049
+ },
2050
+ {
2051
+ "model_a": "AnimateDiff",
2052
+ "model_b": "LaVie",
2053
+ "winner": "model_a",
2054
+ "judge": "arena_user_10.16.9.183",
2055
+ "anony": true,
2056
+ "tstamp": 1716733435.707
2057
+ },
2058
+ {
2059
+ "model_a": "VideoCrafter2",
2060
+ "model_b": "AnimateDiffTurbo",
2061
+ "winner": "model_a",
2062
+ "judge": "arena_user_10.16.27.38",
2063
+ "anony": true,
2064
+ "tstamp": 1716733443.4772
2065
+ },
2066
+ {
2067
+ "model_a": "ModelScope",
2068
+ "model_b": "AnimateDiff",
2069
+ "winner": "model_b",
2070
+ "judge": "arena_user_10.16.9.183",
2071
+ "anony": true,
2072
+ "tstamp": 1716733504.7486
2073
+ },
2074
+ {
2075
+ "model_a": "VideoCrafter2",
2076
+ "model_b": "AnimateDiff",
2077
+ "winner": "model_b",
2078
+ "judge": "arena_user_10.16.9.183",
2079
+ "anony": true,
2080
+ "tstamp": 1716733513.4209
2081
+ },
2082
+ {
2083
+ "model_a": "LaVie",
2084
+ "model_b": "OpenSora",
2085
+ "winner": "tie",
2086
+ "judge": "arena_user_10.16.9.183",
2087
+ "anony": true,
2088
+ "tstamp": 1716733524.354
2089
+ },
2090
+ {
2091
+ "model_a": "AnimateDiff",
2092
+ "model_b": "LaVie",
2093
+ "winner": "tie",
2094
+ "judge": "arena_user_10.16.9.183",
2095
+ "anony": true,
2096
+ "tstamp": 1716733530.1208
2097
+ },
2098
+ {
2099
+ "model_a": "AnimateDiff",
2100
+ "model_b": "AnimateDiffTurbo",
2101
+ "winner": "model_a",
2102
+ "judge": "arena_user_10.16.9.183",
2103
+ "anony": true,
2104
+ "tstamp": 1716733537.6908
2105
+ },
2106
+ {
2107
+ "model_a": "VideoCrafter2",
2108
+ "model_b": "OpenSora",
2109
+ "winner": "model_a",
2110
+ "judge": "arena_user_10.16.27.38",
2111
+ "anony": true,
2112
+ "tstamp": 1716733546.1677
2113
+ },
2114
+ {
2115
+ "model_a": "AnimateDiffTurbo",
2116
+ "model_b": "ModelScope",
2117
+ "winner": "tie (bothbad)",
2118
+ "judge": "arena_user_10.16.9.183",
2119
+ "anony": true,
2120
+ "tstamp": 1716733558.2467
2121
+ },
2122
+ {
2123
+ "model_a": "OpenSora",
2124
+ "model_b": "VideoCrafter2",
2125
+ "winner": "model_b",
2126
+ "judge": "arena_user_10.16.27.38",
2127
+ "anony": true,
2128
+ "tstamp": 1716733565.4605
2129
+ },
2130
+ {
2131
+ "model_a": "OpenSora",
2132
+ "model_b": "ModelScope",
2133
+ "winner": "tie (bothbad)",
2134
+ "judge": "arena_user_10.16.3.14",
2135
+ "anony": true,
2136
+ "tstamp": 1716749705.1814
2137
+ },
2138
+ {
2139
+ "model_a": "VideoCrafter2",
2140
+ "model_b": "AnimateDiff",
2141
+ "winner": "model_b",
2142
+ "judge": "arena_user_10.16.27.38",
2143
+ "anony": true,
2144
+ "tstamp": 1716754494.225
2145
+ },
2146
+ {
2147
+ "model_a": "ModelScope",
2148
+ "model_b": "VideoCrafter2",
2149
+ "winner": "tie",
2150
+ "judge": "arena_user_10.16.9.183",
2151
+ "anony": true,
2152
+ "tstamp": 1716754529.3204
2153
+ },
2154
+ {
2155
+ "model_a": "OpenSora",
2156
+ "model_b": "VideoCrafter2",
2157
+ "winner": "model_b",
2158
+ "judge": "arena_user_10.16.27.38",
2159
+ "anony": true,
2160
+ "tstamp": 1716754556.8827
2161
+ },
2162
+ {
2163
+ "model_a": "ModelScope",
2164
+ "model_b": "OpenSora",
2165
+ "winner": "model_b",
2166
+ "judge": "arena_user_10.16.27.38",
2167
+ "anony": true,
2168
+ "tstamp": 1716754573.37
2169
+ },
2170
+ {
2171
+ "model_a": "OpenSora",
2172
+ "model_b": "AnimateDiffTurbo",
2173
+ "winner": "tie (bothbad)",
2174
+ "judge": "arena_user_10.16.3.14",
2175
+ "anony": true,
2176
+ "tstamp": 1716754581.3319
2177
+ },
2178
+ {
2179
+ "model_a": "VideoCrafter2",
2180
+ "model_b": "OpenSora",
2181
+ "winner": "model_a",
2182
+ "judge": "arena_user_10.16.3.14",
2183
+ "anony": true,
2184
+ "tstamp": 1716754589.7121
2185
+ },
2186
+ {
2187
+ "model_a": "AnimateDiffTurbo",
2188
+ "model_b": "OpenSora",
2189
+ "winner": "tie",
2190
+ "judge": "arena_user_10.16.3.14",
2191
+ "anony": true,
2192
+ "tstamp": 1716754610.3186
2193
+ },
2194
+ {
2195
+ "model_a": "OpenSora",
2196
+ "model_b": "LaVie",
2197
+ "winner": "model_a",
2198
+ "judge": "arena_user_10.16.3.14",
2199
+ "anony": true,
2200
+ "tstamp": 1716754622.516
2201
+ },
2202
+ {
2203
+ "model_a": "OpenSora",
2204
+ "model_b": "VideoCrafter2",
2205
+ "winner": "tie (bothbad)",
2206
+ "judge": "arena_user_10.16.27.38",
2207
+ "anony": true,
2208
+ "tstamp": 1716756205.9019
2209
+ },
2210
+ {
2211
+ "model_a": "VideoCrafter2",
2212
+ "model_b": "AnimateDiffTurbo",
2213
+ "winner": "tie (bothbad)",
2214
+ "judge": "arena_user_10.16.3.14",
2215
+ "anony": true,
2216
+ "tstamp": 1716756217.6395
2217
+ },
2218
+ {
2219
+ "model_a": "AnimateDiff",
2220
+ "model_b": "VideoCrafter2",
2221
+ "winner": "tie",
2222
+ "judge": "arena_user_10.16.3.14",
2223
+ "anony": true,
2224
+ "tstamp": 1716756225.3579
2225
+ },
2226
+ {
2227
+ "model_a": "OpenSora",
2228
+ "model_b": "ModelScope",
2229
+ "winner": "tie (bothbad)",
2230
+ "judge": "arena_user_10.16.3.14",
2231
+ "anony": true,
2232
+ "tstamp": 1716756245.6466
2233
+ },
2234
+ {
2235
+ "model_a": "AnimateDiffTurbo",
2236
+ "model_b": "ModelScope",
2237
+ "winner": "model_b",
2238
+ "judge": "arena_user_10.16.9.183",
2239
+ "anony": true,
2240
+ "tstamp": 1716756258.525
2241
+ },
2242
+ {
2243
+ "model_a": "AnimateDiffTurbo",
2244
+ "model_b": "AnimateDiff",
2245
+ "winner": "model_b",
2246
+ "judge": "arena_user_10.16.3.14",
2247
+ "anony": true,
2248
+ "tstamp": 1716756267.7569
2249
+ },
2250
+ {
2251
+ "model_a": "LaVie",
2252
+ "model_b": "AnimateDiff",
2253
+ "winner": "tie (bothbad)",
2254
+ "judge": "arena_user_10.16.3.14",
2255
+ "anony": true,
2256
+ "tstamp": 1716756278.3797
2257
+ },
2258
+ {
2259
+ "model_a": "AnimateDiff",
2260
+ "model_b": "AnimateDiffTurbo",
2261
+ "winner": "model_a",
2262
+ "judge": "arena_user_10.16.9.183",
2263
+ "anony": true,
2264
+ "tstamp": 1716756292.9729
2265
+ },
2266
+ {
2267
+ "model_a": "AnimateDiff",
2268
+ "model_b": "ModelScope",
2269
+ "winner": "model_a",
2270
+ "judge": "arena_user_10.16.3.14",
2271
+ "anony": true,
2272
+ "tstamp": 1716756303.6146
2273
+ },
2274
+ {
2275
+ "model_a": "AnimateDiff",
2276
+ "model_b": "AnimateDiffTurbo",
2277
+ "winner": "model_a",
2278
+ "judge": "arena_user_10.16.9.183",
2279
+ "anony": true,
2280
+ "tstamp": 1716756321.7636
2281
+ },
2282
+ {
2283
+ "model_a": "AnimateDiff",
2284
+ "model_b": "VideoCrafter2",
2285
+ "winner": "tie",
2286
+ "judge": "arena_user_10.16.9.183",
2287
+ "anony": true,
2288
+ "tstamp": 1716756328.3263
2289
+ },
2290
+ {
2291
+ "model_a": "AnimateDiff",
2292
+ "model_b": "VideoCrafter2",
2293
+ "winner": "tie (bothbad)",
2294
+ "judge": "arena_user_10.16.27.38",
2295
+ "anony": true,
2296
+ "tstamp": 1716756337.0448
2297
+ },
2298
+ {
2299
+ "model_a": "VideoCrafter2",
2300
+ "model_b": "ModelScope",
2301
+ "winner": "model_a",
2302
+ "judge": "arena_user_10.16.27.38",
2303
+ "anony": true,
2304
+ "tstamp": 1716756355.6901
2305
+ },
2306
+ {
2307
+ "model_a": "LaVie",
2308
+ "model_b": "AnimateDiff",
2309
+ "winner": "model_a",
2310
+ "judge": "arena_user_10.16.27.38",
2311
+ "anony": true,
2312
+ "tstamp": 1716756369.1608
2313
+ },
2314
+ {
2315
+ "model_a": "AnimateDiff",
2316
+ "model_b": "OpenSora",
2317
+ "winner": "model_a",
2318
+ "judge": "arena_user_10.16.3.14",
2319
+ "anony": true,
2320
+ "tstamp": 1716756377.9305
2321
+ },
2322
+ {
2323
+ "model_a": "LaVie",
2324
+ "model_b": "AnimateDiff",
2325
+ "winner": "model_a",
2326
+ "judge": "arena_user_10.16.3.14",
2327
+ "anony": true,
2328
+ "tstamp": 1716756405.9503
2329
+ },
2330
+ {
2331
+ "model_a": "AnimateDiff",
2332
+ "model_b": "VideoCrafter2",
2333
+ "winner": "model_a",
2334
+ "judge": "arena_user_10.16.3.14",
2335
+ "anony": true,
2336
+ "tstamp": 1716756413.5746
2337
+ },
2338
+ {
2339
+ "model_a": "VideoCrafter2",
2340
+ "model_b": "AnimateDiffTurbo",
2341
+ "winner": "model_a",
2342
+ "judge": "arena_user_10.16.9.183",
2343
+ "anony": true,
2344
+ "tstamp": 1716756420.392
2345
+ },
2346
+ {
2347
+ "model_a": "AnimateDiff",
2348
+ "model_b": "LaVie",
2349
+ "winner": "model_a",
2350
+ "judge": "arena_user_10.16.27.38",
2351
+ "anony": true,
2352
+ "tstamp": 1716756430.3441
2353
+ },
2354
+ {
2355
+ "model_a": "VideoCrafter2",
2356
+ "model_b": "AnimateDiff",
2357
+ "winner": "tie (bothbad)",
2358
+ "judge": "arena_user_10.16.3.14",
2359
+ "anony": true,
2360
+ "tstamp": 1716756598.971
2361
+ },
2362
+ {
2363
+ "model_a": "AnimateDiffTurbo",
2364
+ "model_b": "ModelScope",
2365
+ "winner": "tie (bothbad)",
2366
+ "judge": "arena_user_10.16.9.183",
2367
+ "anony": true,
2368
+ "tstamp": 1716756811.4034
2369
+ },
2370
+ {
2371
+ "model_a": "ModelScope",
2372
+ "model_b": "OpenSora",
2373
+ "winner": "tie (bothbad)",
2374
+ "judge": "arena_user_10.16.9.183",
2375
+ "anony": true,
2376
+ "tstamp": 1716756829.7662
2377
+ },
2378
+ {
2379
+ "model_a": "VideoCrafter2",
2380
+ "model_b": "LaVie",
2381
+ "winner": "tie",
2382
+ "judge": "arena_user_10.16.3.14",
2383
+ "anony": true,
2384
+ "tstamp": 1716756837.7688
2385
+ },
2386
+ {
2387
+ "model_a": "AnimateDiff",
2388
+ "model_b": "AnimateDiffTurbo",
2389
+ "winner": "model_a",
2390
+ "judge": "arena_user_10.16.27.38",
2391
+ "anony": true,
2392
+ "tstamp": 1716756844.6412
2393
+ },
2394
+ {
2395
+ "model_a": "LaVie",
2396
+ "model_b": "VideoCrafter2",
2397
+ "winner": "tie",
2398
+ "judge": "arena_user_10.16.9.183",
2399
+ "anony": true,
2400
+ "tstamp": 1716756862.2925
2401
+ },
2402
+ {
2403
+ "model_a": "AnimateDiff",
2404
+ "model_b": "OpenSora",
2405
+ "winner": "model_b",
2406
+ "judge": "arena_user_10.16.3.14",
2407
+ "anony": true,
2408
+ "tstamp": 1716756871.8602
2409
+ },
2410
+ {
2411
+ "model_a": "OpenSora",
2412
+ "model_b": "AnimateDiffTurbo",
2413
+ "winner": "tie (bothbad)",
2414
+ "judge": "arena_user_10.16.9.183",
2415
+ "anony": true,
2416
+ "tstamp": 1716756883.2346
2417
+ },
2418
+ {
2419
+ "model_a": "LaVie",
2420
+ "model_b": "AnimateDiff",
2421
+ "winner": "tie",
2422
+ "judge": "arena_user_10.16.9.183",
2423
+ "anony": true,
2424
+ "tstamp": 1716763810.601
2425
+ },
2426
+ {
2427
+ "model_a": "AnimateDiffTurbo",
2428
+ "model_b": "VideoCrafter2",
2429
+ "winner": "tie",
2430
+ "judge": "arena_user_10.16.3.14",
2431
+ "anony": true,
2432
+ "tstamp": 1716763820.7817
2433
+ },
2434
+ {
2435
+ "model_a": "LaVie",
2436
+ "model_b": "AnimateDiffTurbo",
2437
+ "winner": "tie",
2438
+ "judge": "arena_user_10.16.3.14",
2439
+ "anony": true,
2440
+ "tstamp": 1716763830.0099
2441
+ },
2442
+ {
2443
+ "model_a": "AnimateDiff",
2444
+ "model_b": "ModelScope",
2445
+ "winner": "model_a",
2446
+ "judge": "arena_user_10.16.3.14",
2447
+ "anony": true,
2448
+ "tstamp": 1716763836.2701
2449
+ },
2450
+ {
2451
+ "model_a": "LaVie",
2452
+ "model_b": "ModelScope",
2453
+ "winner": "model_b",
2454
+ "judge": "arena_user_10.16.3.14",
2455
+ "anony": true,
2456
+ "tstamp": 1716763852.5743
2457
+ },
2458
+ {
2459
+ "model_a": "AnimateDiffTurbo",
2460
+ "model_b": "LaVie",
2461
+ "winner": "tie (bothbad)",
2462
+ "judge": "arena_user_10.16.9.183",
2463
+ "anony": true,
2464
+ "tstamp": 1716763861.9464
2465
+ },
2466
+ {
2467
+ "model_a": "ModelScope",
2468
+ "model_b": "VideoCrafter2",
2469
+ "winner": "tie (bothbad)",
2470
+ "judge": "arena_user_10.16.27.38",
2471
+ "anony": true,
2472
+ "tstamp": 1716763876.0254
2473
+ },
2474
+ {
2475
+ "model_a": "LaVie",
2476
+ "model_b": "AnimateDiffTurbo",
2477
+ "winner": "tie (bothbad)",
2478
+ "judge": "arena_user_10.16.27.38",
2479
+ "anony": true,
2480
+ "tstamp": 1716763884.9467
2481
+ },
2482
+ {
2483
+ "model_a": "OpenSora",
2484
+ "model_b": "ModelScope",
2485
+ "winner": "model_a",
2486
+ "judge": "arena_user_10.16.9.183",
2487
+ "anony": true,
2488
+ "tstamp": 1716763895.1884
2489
+ },
2490
+ {
2491
+ "model_a": "AnimateDiffTurbo",
2492
+ "model_b": "LaVie",
2493
+ "winner": "tie",
2494
+ "judge": "arena_user_10.16.3.14",
2495
+ "anony": true,
2496
+ "tstamp": 1716763906.9292
2497
+ },
2498
+ {
2499
+ "model_a": "VideoCrafter2",
2500
+ "model_b": "AnimateDiff",
2501
+ "winner": "tie (bothbad)",
2502
+ "judge": "arena_user_10.16.3.14",
2503
+ "anony": true,
2504
+ "tstamp": 1716763916.2051
2505
+ },
2506
+ {
2507
+ "model_a": "VideoCrafter2",
2508
+ "model_b": "AnimateDiff",
2509
+ "winner": "model_a",
2510
+ "judge": "arena_user_10.16.27.38",
2511
+ "anony": true,
2512
+ "tstamp": 1716763933.7037
2513
+ },
2514
+ {
2515
+ "model_a": "VideoCrafter2",
2516
+ "model_b": "ModelScope",
2517
+ "winner": "tie",
2518
+ "judge": "arena_user_10.16.3.14",
2519
+ "anony": true,
2520
+ "tstamp": 1716763954.4778
2521
+ },
2522
+ {
2523
+ "model_a": "AnimateDiffTurbo",
2524
+ "model_b": "LaVie",
2525
+ "winner": "tie (bothbad)",
2526
+ "judge": "arena_user_10.16.3.14",
2527
+ "anony": true,
2528
+ "tstamp": 1716763963.4971
2529
+ },
2530
+ {
2531
+ "model_a": "AnimateDiff",
2532
+ "model_b": "ModelScope",
2533
+ "winner": "model_b",
2534
+ "judge": "arena_user_10.16.9.183",
2535
+ "anony": true,
2536
+ "tstamp": 1716763974.9914
2537
+ },
2538
+ {
2539
+ "model_a": "OpenSora",
2540
+ "model_b": "ModelScope",
2541
+ "winner": "tie",
2542
+ "judge": "arena_user_10.16.9.183",
2543
+ "anony": true,
2544
+ "tstamp": 1716763982.078
2545
+ },
2546
+ {
2547
+ "model_a": "LaVie",
2548
+ "model_b": "OpenSora",
2549
+ "winner": "tie",
2550
+ "judge": "arena_user_10.16.27.38",
2551
+ "anony": true,
2552
+ "tstamp": 1716763987.4028
2553
+ },
2554
+ {
2555
+ "model_a": "AnimateDiff",
2556
+ "model_b": "VideoCrafter2",
2557
+ "winner": "model_b",
2558
+ "judge": "arena_user_10.16.3.14",
2559
+ "anony": true,
2560
+ "tstamp": 1716774336.4201
2561
+ },
2562
+ {
2563
+ "model_a": "VideoCrafter2",
2564
+ "model_b": "OpenSora",
2565
+ "winner": "model_b",
2566
+ "judge": "arena_user_10.16.27.38",
2567
+ "anony": true,
2568
+ "tstamp": 1716774366.2114
2569
+ },
2570
+ {
2571
+ "model_a": "VideoCrafter2",
2572
+ "model_b": "ModelScope",
2573
+ "winner": "tie (bothbad)",
2574
+ "judge": "arena_user_10.16.3.14",
2575
+ "anony": true,
2576
+ "tstamp": 1716774373.7343
2577
+ },
2578
+ {
2579
+ "model_a": "VideoCrafter2",
2580
+ "model_b": "AnimateDiffTurbo",
2581
+ "winner": "tie (bothbad)",
2582
+ "judge": "arena_user_10.16.3.14",
2583
+ "anony": true,
2584
+ "tstamp": 1716774401.5247
2585
+ },
2586
+ {
2587
+ "model_a": "ModelScope",
2588
+ "model_b": "VideoCrafter2",
2589
+ "winner": "tie (bothbad)",
2590
+ "judge": "arena_user_10.16.3.14",
2591
+ "anony": true,
2592
+ "tstamp": 1716774408.764
2593
+ },
2594
+ {
2595
+ "model_a": "ModelScope",
2596
+ "model_b": "VideoCrafter2",
2597
+ "winner": "model_b",
2598
+ "judge": "arena_user_10.16.9.183",
2599
+ "anony": true,
2600
+ "tstamp": 1716774416.5343
2601
+ },
2602
+ {
2603
+ "model_a": "LaVie",
2604
+ "model_b": "VideoCrafter2",
2605
+ "winner": "model_b",
2606
+ "judge": "arena_user_10.16.3.14",
2607
+ "anony": true,
2608
+ "tstamp": 1716774426.6483
2609
+ },
2610
+ {
2611
+ "model_a": "OpenSora",
2612
+ "model_b": "VideoCrafter2",
2613
+ "winner": "model_b",
2614
+ "judge": "arena_user_10.16.9.183",
2615
+ "anony": true,
2616
+ "tstamp": 1716774436.7505
2617
+ },
2618
+ {
2619
+ "model_a": "LaVie",
2620
+ "model_b": "OpenSora",
2621
+ "winner": "tie",
2622
+ "judge": "arena_user_10.16.9.183",
2623
+ "anony": true,
2624
+ "tstamp": 1716774446.0586
2625
+ },
2626
+ {
2627
+ "model_a": "AnimateDiff",
2628
+ "model_b": "VideoCrafter2",
2629
+ "winner": "tie",
2630
+ "judge": "arena_user_10.16.9.183",
2631
+ "anony": true,
2632
+ "tstamp": 1716774452.7416
2633
+ },
2634
+ {
2635
+ "model_a": "LaVie",
2636
+ "model_b": "AnimateDiff",
2637
+ "winner": "tie",
2638
+ "judge": "arena_user_10.16.3.14",
2639
+ "anony": true,
2640
+ "tstamp": 1716774466.5087
2641
+ },
2642
+ {
2643
+ "model_a": "LaVie",
2644
+ "model_b": "AnimateDiff",
2645
+ "winner": "tie",
2646
+ "judge": "arena_user_10.16.9.183",
2647
+ "anony": true,
2648
+ "tstamp": 1716774473.4742
2649
+ },
2650
+ {
2651
+ "model_a": "LaVie",
2652
+ "model_b": "AnimateDiffTurbo",
2653
+ "winner": "tie",
2654
+ "judge": "arena_user_10.16.3.14",
2655
+ "anony": true,
2656
+ "tstamp": 1716774481.1066
2657
+ },
2658
+ {
2659
+ "model_a": "AnimateDiff",
2660
+ "model_b": "VideoCrafter2",
2661
+ "winner": "model_a",
2662
+ "judge": "arena_user_10.16.9.183",
2663
+ "anony": true,
2664
+ "tstamp": 1716774490.1334
2665
+ },
2666
+ {
2667
+ "model_a": "VideoCrafter2",
2668
+ "model_b": "OpenSora",
2669
+ "winner": "model_a",
2670
+ "judge": "arena_user_10.16.27.38",
2671
+ "anony": true,
2672
+ "tstamp": 1716774496.2078
2673
+ },
2674
+ {
2675
+ "model_a": "OpenSora",
2676
+ "model_b": "AnimateDiff",
2677
+ "winner": "model_b",
2678
+ "judge": "arena_user_10.16.34.32",
2679
+ "anony": true,
2680
+ "tstamp": 1716774502.5006
2681
+ },
2682
+ {
2683
+ "model_a": "AnimateDiffTurbo",
2684
+ "model_b": "OpenSora",
2685
+ "winner": "model_b",
2686
+ "judge": "arena_user_10.16.3.14",
2687
+ "anony": true,
2688
+ "tstamp": 1716774513.1922
2689
+ },
2690
+ {
2691
+ "model_a": "AnimateDiffTurbo",
2692
+ "model_b": "VideoCrafter2",
2693
+ "winner": "model_b",
2694
+ "judge": "arena_user_10.16.27.38",
2695
+ "anony": true,
2696
+ "tstamp": 1716774519.3337
2697
+ },
2698
+ {
2699
+ "model_a": "LaVie",
2700
+ "model_b": "OpenSora",
2701
+ "winner": "tie (bothbad)",
2702
+ "judge": "arena_user_10.16.27.38",
2703
+ "anony": true,
2704
+ "tstamp": 1716774546.8848
2705
+ },
2706
+ {
2707
+ "model_a": "AnimateDiff",
2708
+ "model_b": "LaVie",
2709
+ "winner": "tie (bothbad)",
2710
+ "judge": "arena_user_10.16.34.32",
2711
+ "anony": true,
2712
+ "tstamp": 1716774553.0012
2713
+ },
2714
+ {
2715
+ "model_a": "VideoCrafter2",
2716
+ "model_b": "LaVie",
2717
+ "winner": "model_a",
2718
+ "judge": "arena_user_10.16.34.32",
2719
+ "anony": true,
2720
+ "tstamp": 1716774569.2238
2721
+ },
2722
+ {
2723
+ "model_a": "OpenSora",
2724
+ "model_b": "ModelScope",
2725
+ "winner": "model_b",
2726
+ "judge": "arena_user_10.16.34.32",
2727
+ "anony": true,
2728
+ "tstamp": 1716774581.1122
2729
+ },
2730
+ {
2731
+ "model_a": "VideoCrafter2",
2732
+ "model_b": "LaVie",
2733
+ "winner": "model_b",
2734
+ "judge": "arena_user_10.16.34.32",
2735
+ "anony": true,
2736
+ "tstamp": 1716774586.7425
2737
+ },
2738
+ {
2739
+ "model_a": "AnimateDiff",
2740
+ "model_b": "LaVie",
2741
+ "winner": "model_b",
2742
+ "judge": "arena_user_10.16.34.32",
2743
+ "anony": true,
2744
+ "tstamp": 1716774595.3967
2745
+ }
2746
+ ]
arena_elo/results/20240526/elo_results_image_editing.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061dca8f65c2dd5c6b5503dca74649d10537573c39afcf6ba29387e52de77cd3
3
+ size 62349
arena_elo/results/20240526/elo_results_t2i_generation.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee2dffe5d4a3c5f635abe2ffdda5ade229b0d8be119a1cc296d7c3136bc726b9
3
+ size 68005
arena_elo/results/20240526/elo_results_video_generation.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:361f327c2095825ffbb8a669c37077d2961efddce0a3a2ec6e7ae7a1b0e6e409
3
+ size 54611
arena_elo/results/20240526/image_editing_leaderboard.csv ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
+ MagicBrush,MagicBrush,1118.082082918017,1119.6376049746543,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush
3
+ InfEdit,InfEdit,1070.773627636678,1073.1681436109816,Apache-2.0,"University of Michigan, University of California, Berkeley",https://huggingface.co/spaces/sled-umich/InfEdit
4
+ CosXLEdit,CosXLEdit,1069.828671136729,1070.7375818598648,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl
5
+ InstructPix2Pix,InstructPix2Pix,1037.3290432719434,1034.7228199115789,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix
6
+ PNP,PNP,996.9895272605145,1002.4939368389138,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play
7
+ Prompt2prompt,Prompt2prompt,987.4515251373695,988.6451396865223,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io
8
+ CycleDiffusion,CycleDiffusion,930.8436968591957,924.3827744998207,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion
9
+ SDEdit,SDEdit,926.0709649082592,924.9363316453068,MIT License,Stanford University,https://sde-image-editing.github.io
10
+ Pix2PixZero,Pix2PixZero,862.6308608712936,861.2756669723573,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io
arena_elo/results/20240526/t2i_generation_leaderboard.csv ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
+ PlayGround V2.5,PlayGround V2.5,1142.5833020886607,1145.7625675993022,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic
3
+ PlayGround V2,PlayGround V2,1098.0191749024314,1099.0045766863223,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic
4
+ SDXLLightning,SDXLLightning,1065.3815974051884,1067.3960733194915,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning
5
+ StableCascade,StableCascade,1056.14655049466,1056.4053705699416,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade
6
+ PixArtAlpha,PixArtAlpha,1052.8130479701745,1040.566233476405,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS
7
+ PixArtSigma,PixArtSigma,1050.6792077701714,1048.9787887817072,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma
8
+ SDXL,SDXL,997.7284723528727,997.7982922946245,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
9
+ LCM(v1.5/XL),LCM(v1.5/XL),935.645540042685,929.6109384228719,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api
10
+ SDXLTurbo,SDXLTurbo,930.9887013191974,930.6087784112163,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo
11
+ OpenJourney,OpenJourney,853.9744854218206,848.7225323491132,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney
12
+ LCM,LCM,816.039920232139,829.8501532279198,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7
arena_elo/results/20240526/video_generation_leaderboard.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
+ AnimateDiff,AnimateDiff,1133.7103215499114,1125.2366614058053,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v
3
+ VideoCrafter2,VideoCrafter2,1104.1434264059878,1107.0360220399298,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/
4
+ LaVie,LaVie,1019.0157387191028,1018.3807438115491,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie
5
+ OpenSora,OpenSora,966.724914199712,965.8551890320009,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora
6
+ AnimateDiffTurbo,AnimateDiffTurbo,889.8283043378952,897.6384498797511,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v-turbo
7
+ ModelScope,ModelScope,886.5772947873909,885.852933830964,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571
arena_elo/results/latest/clean_battle_image_editing.json CHANGED
@@ -4718,5 +4718,2901 @@
4718
  "judge": "arena_user_10.16.3.14",
4719
  "anony": true,
4720
  "tstamp": 1716668343.2883
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4721
  }
4722
  ]
 
4718
  "judge": "arena_user_10.16.3.14",
4719
  "anony": true,
4720
  "tstamp": 1716668343.2883
4721
+ },
4722
+ {
4723
+ "model_a": "MagicBrush",
4724
+ "model_b": "CycleDiffusion",
4725
+ "winner": "model_a",
4726
+ "judge": "arena_user_10.16.9.183",
4727
+ "anony": true,
4728
+ "tstamp": 1716697472.7914
4729
+ },
4730
+ {
4731
+ "model_a": "SDEdit",
4732
+ "model_b": "Prompt2prompt",
4733
+ "winner": "model_b",
4734
+ "judge": "arena_user_10.16.9.183",
4735
+ "anony": true,
4736
+ "tstamp": 1716697504.4035
4737
+ },
4738
+ {
4739
+ "model_a": "MagicBrush",
4740
+ "model_b": "CycleDiffusion",
4741
+ "winner": "tie (bothbad)",
4742
+ "judge": "arena_user_10.16.27.38",
4743
+ "anony": true,
4744
+ "tstamp": 1716697573.1098
4745
+ },
4746
+ {
4747
+ "model_a": "CosXLEdit",
4748
+ "model_b": "CycleDiffusion",
4749
+ "winner": "tie (bothbad)",
4750
+ "judge": "arena_user_10.16.3.14",
4751
+ "anony": true,
4752
+ "tstamp": 1716697624.325
4753
+ },
4754
+ {
4755
+ "model_a": "InfEdit",
4756
+ "model_b": "MagicBrush",
4757
+ "winner": "model_a",
4758
+ "judge": "arena_user_10.16.27.38",
4759
+ "anony": true,
4760
+ "tstamp": 1716697744.7634
4761
+ },
4762
+ {
4763
+ "model_a": "InstructPix2Pix",
4764
+ "model_b": "MagicBrush",
4765
+ "winner": "model_b",
4766
+ "judge": "arena_user_10.16.9.183",
4767
+ "anony": true,
4768
+ "tstamp": 1716697956.3807
4769
+ },
4770
+ {
4771
+ "model_a": "Pix2PixZero",
4772
+ "model_b": "MagicBrush",
4773
+ "winner": "model_b",
4774
+ "judge": "arena_user_10.16.3.14",
4775
+ "anony": true,
4776
+ "tstamp": 1716698033.0577
4777
+ },
4778
+ {
4779
+ "model_a": "Prompt2prompt",
4780
+ "model_b": "CosXLEdit",
4781
+ "winner": "model_b",
4782
+ "judge": "arena_user_10.16.3.14",
4783
+ "anony": true,
4784
+ "tstamp": 1716698245.4344
4785
+ },
4786
+ {
4787
+ "model_a": "InstructPix2Pix",
4788
+ "model_b": "InfEdit",
4789
+ "winner": "model_a",
4790
+ "judge": "arena_user_10.16.27.38",
4791
+ "anony": true,
4792
+ "tstamp": 1716698327.003
4793
+ },
4794
+ {
4795
+ "model_a": "CycleDiffusion",
4796
+ "model_b": "Pix2PixZero",
4797
+ "winner": "tie (bothbad)",
4798
+ "judge": "arena_user_10.16.3.14",
4799
+ "anony": true,
4800
+ "tstamp": 1716698371.6
4801
+ },
4802
+ {
4803
+ "model_a": "CosXLEdit",
4804
+ "model_b": "SDEdit",
4805
+ "winner": "model_a",
4806
+ "judge": "arena_user_10.16.27.38",
4807
+ "anony": true,
4808
+ "tstamp": 1716698415.9121
4809
+ },
4810
+ {
4811
+ "model_a": "Pix2PixZero",
4812
+ "model_b": "Prompt2prompt",
4813
+ "winner": "tie (bothbad)",
4814
+ "judge": "arena_user_10.16.27.38",
4815
+ "anony": true,
4816
+ "tstamp": 1716698532.8953
4817
+ },
4818
+ {
4819
+ "model_a": "CosXLEdit",
4820
+ "model_b": "MagicBrush",
4821
+ "winner": "model_a",
4822
+ "judge": "arena_user_10.16.3.14",
4823
+ "anony": true,
4824
+ "tstamp": 1716698558.7503
4825
+ },
4826
+ {
4827
+ "model_a": "Pix2PixZero",
4828
+ "model_b": "PNP",
4829
+ "winner": "model_b",
4830
+ "judge": "arena_user_10.16.3.14",
4831
+ "anony": true,
4832
+ "tstamp": 1716698579.6523
4833
+ },
4834
+ {
4835
+ "model_a": "PNP",
4836
+ "model_b": "InstructPix2Pix",
4837
+ "winner": "tie (bothbad)",
4838
+ "judge": "arena_user_10.16.9.183",
4839
+ "anony": true,
4840
+ "tstamp": 1716698675.3115
4841
+ },
4842
+ {
4843
+ "model_a": "Prompt2prompt",
4844
+ "model_b": "CycleDiffusion",
4845
+ "winner": "tie (bothbad)",
4846
+ "judge": "arena_user_10.16.27.38",
4847
+ "anony": true,
4848
+ "tstamp": 1716698771.0441
4849
+ },
4850
+ {
4851
+ "model_a": "MagicBrush",
4852
+ "model_b": "Prompt2prompt",
4853
+ "winner": "model_b",
4854
+ "judge": "arena_user_10.16.9.183",
4855
+ "anony": true,
4856
+ "tstamp": 1716698816.1336
4857
+ },
4858
+ {
4859
+ "model_a": "CycleDiffusion",
4860
+ "model_b": "InstructPix2Pix",
4861
+ "winner": "tie (bothbad)",
4862
+ "judge": "arena_user_10.16.9.183",
4863
+ "anony": true,
4864
+ "tstamp": 1716698852.9314
4865
+ },
4866
+ {
4867
+ "model_a": "InstructPix2Pix",
4868
+ "model_b": "CycleDiffusion",
4869
+ "winner": "tie (bothbad)",
4870
+ "judge": "arena_user_10.16.3.14",
4871
+ "anony": true,
4872
+ "tstamp": 1716698895.188
4873
+ },
4874
+ {
4875
+ "model_a": "InstructPix2Pix",
4876
+ "model_b": "SDEdit",
4877
+ "winner": "model_a",
4878
+ "judge": "arena_user_10.16.9.183",
4879
+ "anony": true,
4880
+ "tstamp": 1716698933.0638
4881
+ },
4882
+ {
4883
+ "model_a": "PNP",
4884
+ "model_b": "SDEdit",
4885
+ "winner": "model_a",
4886
+ "judge": "arena_user_10.16.9.183",
4887
+ "anony": true,
4888
+ "tstamp": 1716698970.2659
4889
+ },
4890
+ {
4891
+ "model_a": "InstructPix2Pix",
4892
+ "model_b": "Pix2PixZero",
4893
+ "winner": "tie (bothbad)",
4894
+ "judge": "arena_user_10.16.27.38",
4895
+ "anony": true,
4896
+ "tstamp": 1716699036.1158
4897
+ },
4898
+ {
4899
+ "model_a": "InfEdit",
4900
+ "model_b": "CycleDiffusion",
4901
+ "winner": "model_a",
4902
+ "judge": "arena_user_10.16.9.183",
4903
+ "anony": true,
4904
+ "tstamp": 1716725103.4194
4905
+ },
4906
+ {
4907
+ "model_a": "CosXLEdit",
4908
+ "model_b": "InfEdit",
4909
+ "winner": "model_b",
4910
+ "judge": "arena_user_10.16.3.14",
4911
+ "anony": true,
4912
+ "tstamp": 1716725120.8321
4913
+ },
4914
+ {
4915
+ "model_a": "InfEdit",
4916
+ "model_b": "CosXLEdit",
4917
+ "winner": "model_b",
4918
+ "judge": "arena_user_10.16.3.14",
4919
+ "anony": true,
4920
+ "tstamp": 1716725177.518
4921
+ },
4922
+ {
4923
+ "model_a": "InstructPix2Pix",
4924
+ "model_b": "MagicBrush",
4925
+ "winner": "model_b",
4926
+ "judge": "arena_user_10.16.27.38",
4927
+ "anony": true,
4928
+ "tstamp": 1716725206.1811
4929
+ },
4930
+ {
4931
+ "model_a": "SDEdit",
4932
+ "model_b": "MagicBrush",
4933
+ "winner": "model_b",
4934
+ "judge": "arena_user_10.16.27.38",
4935
+ "anony": true,
4936
+ "tstamp": 1716725232.3641
4937
+ },
4938
+ {
4939
+ "model_a": "CycleDiffusion",
4940
+ "model_b": "SDEdit",
4941
+ "winner": "tie",
4942
+ "judge": "arena_user_10.16.27.38",
4943
+ "anony": true,
4944
+ "tstamp": 1716725265.4435
4945
+ },
4946
+ {
4947
+ "model_a": "CosXLEdit",
4948
+ "model_b": "InstructPix2Pix",
4949
+ "winner": "model_b",
4950
+ "judge": "arena_user_10.16.27.38",
4951
+ "anony": true,
4952
+ "tstamp": 1716725273.1522
4953
+ },
4954
+ {
4955
+ "model_a": "MagicBrush",
4956
+ "model_b": "InstructPix2Pix",
4957
+ "winner": "model_a",
4958
+ "judge": "arena_user_10.16.27.38",
4959
+ "anony": true,
4960
+ "tstamp": 1716725286.6907
4961
+ },
4962
+ {
4963
+ "model_a": "CycleDiffusion",
4964
+ "model_b": "CosXLEdit",
4965
+ "winner": "model_b",
4966
+ "judge": "arena_user_10.16.9.183",
4967
+ "anony": true,
4968
+ "tstamp": 1716725336.5373
4969
+ },
4970
+ {
4971
+ "model_a": "InfEdit",
4972
+ "model_b": "SDEdit",
4973
+ "winner": "model_a",
4974
+ "judge": "arena_user_10.16.27.38",
4975
+ "anony": true,
4976
+ "tstamp": 1716725356.592
4977
+ },
4978
+ {
4979
+ "model_a": "CycleDiffusion",
4980
+ "model_b": "Pix2PixZero",
4981
+ "winner": "tie (bothbad)",
4982
+ "judge": "arena_user_10.16.27.38",
4983
+ "anony": true,
4984
+ "tstamp": 1716725380.8564
4985
+ },
4986
+ {
4987
+ "model_a": "InfEdit",
4988
+ "model_b": "CosXLEdit",
4989
+ "winner": "tie (bothbad)",
4990
+ "judge": "arena_user_10.16.3.14",
4991
+ "anony": true,
4992
+ "tstamp": 1716725393.6974
4993
+ },
4994
+ {
4995
+ "model_a": "InfEdit",
4996
+ "model_b": "SDEdit",
4997
+ "winner": "model_a",
4998
+ "judge": "arena_user_10.16.3.14",
4999
+ "anony": true,
5000
+ "tstamp": 1716725408.9409
5001
+ },
5002
+ {
5003
+ "model_a": "PNP",
5004
+ "model_b": "SDEdit",
5005
+ "winner": "model_a",
5006
+ "judge": "arena_user_10.16.3.14",
5007
+ "anony": true,
5008
+ "tstamp": 1716725423.1308
5009
+ },
5010
+ {
5011
+ "model_a": "InstructPix2Pix",
5012
+ "model_b": "CosXLEdit",
5013
+ "winner": "model_a",
5014
+ "judge": "arena_user_10.16.3.14",
5015
+ "anony": true,
5016
+ "tstamp": 1716725432.9063
5017
+ },
5018
+ {
5019
+ "model_a": "Prompt2prompt",
5020
+ "model_b": "PNP",
5021
+ "winner": "model_b",
5022
+ "judge": "arena_user_10.16.27.38",
5023
+ "anony": true,
5024
+ "tstamp": 1716725448.4239
5025
+ },
5026
+ {
5027
+ "model_a": "InfEdit",
5028
+ "model_b": "Prompt2prompt",
5029
+ "winner": "model_a",
5030
+ "judge": "arena_user_10.16.3.14",
5031
+ "anony": true,
5032
+ "tstamp": 1716725469.283
5033
+ },
5034
+ {
5035
+ "model_a": "PNP",
5036
+ "model_b": "CosXLEdit",
5037
+ "winner": "model_b",
5038
+ "judge": "arena_user_10.16.3.14",
5039
+ "anony": true,
5040
+ "tstamp": 1716725486.8823
5041
+ },
5042
+ {
5043
+ "model_a": "Pix2PixZero",
5044
+ "model_b": "MagicBrush",
5045
+ "winner": "tie (bothbad)",
5046
+ "judge": "arena_user_10.16.9.183",
5047
+ "anony": true,
5048
+ "tstamp": 1716725498.6122
5049
+ },
5050
+ {
5051
+ "model_a": "CosXLEdit",
5052
+ "model_b": "InstructPix2Pix",
5053
+ "winner": "tie (bothbad)",
5054
+ "judge": "arena_user_10.16.27.38",
5055
+ "anony": true,
5056
+ "tstamp": 1716725513.3688
5057
+ },
5058
+ {
5059
+ "model_a": "Prompt2prompt",
5060
+ "model_b": "PNP",
5061
+ "winner": "model_b",
5062
+ "judge": "arena_user_10.16.27.38",
5063
+ "anony": true,
5064
+ "tstamp": 1716725555.9442
5065
+ },
5066
+ {
5067
+ "model_a": "CosXLEdit",
5068
+ "model_b": "MagicBrush",
5069
+ "winner": "model_b",
5070
+ "judge": "arena_user_10.16.27.38",
5071
+ "anony": true,
5072
+ "tstamp": 1716725563.9122
5073
+ },
5074
+ {
5075
+ "model_a": "CycleDiffusion",
5076
+ "model_b": "Prompt2prompt",
5077
+ "winner": "tie (bothbad)",
5078
+ "judge": "arena_user_10.16.27.38",
5079
+ "anony": true,
5080
+ "tstamp": 1716725573.8446
5081
+ },
5082
+ {
5083
+ "model_a": "InstructPix2Pix",
5084
+ "model_b": "Pix2PixZero",
5085
+ "winner": "model_a",
5086
+ "judge": "arena_user_10.16.9.183",
5087
+ "anony": true,
5088
+ "tstamp": 1716725588.1728
5089
+ },
5090
+ {
5091
+ "model_a": "InfEdit",
5092
+ "model_b": "Prompt2prompt",
5093
+ "winner": "model_a",
5094
+ "judge": "arena_user_10.16.27.38",
5095
+ "anony": true,
5096
+ "tstamp": 1716725599.5479
5097
+ },
5098
+ {
5099
+ "model_a": "InstructPix2Pix",
5100
+ "model_b": "InfEdit",
5101
+ "winner": "model_a",
5102
+ "judge": "arena_user_10.16.27.38",
5103
+ "anony": true,
5104
+ "tstamp": 1716725691.6935
5105
+ },
5106
+ {
5107
+ "model_a": "Pix2PixZero",
5108
+ "model_b": "SDEdit",
5109
+ "winner": "model_b",
5110
+ "judge": "arena_user_10.16.27.38",
5111
+ "anony": true,
5112
+ "tstamp": 1716725704.7868
5113
+ },
5114
+ {
5115
+ "model_a": "Pix2PixZero",
5116
+ "model_b": "InfEdit",
5117
+ "winner": "model_b",
5118
+ "judge": "arena_user_10.16.9.183",
5119
+ "anony": true,
5120
+ "tstamp": 1716725717.6671
5121
+ },
5122
+ {
5123
+ "model_a": "Pix2PixZero",
5124
+ "model_b": "SDEdit",
5125
+ "winner": "tie (bothbad)",
5126
+ "judge": "arena_user_10.16.9.183",
5127
+ "anony": true,
5128
+ "tstamp": 1716725733.9649
5129
+ },
5130
+ {
5131
+ "model_a": "Pix2PixZero",
5132
+ "model_b": "MagicBrush",
5133
+ "winner": "model_b",
5134
+ "judge": "arena_user_10.16.27.38",
5135
+ "anony": true,
5136
+ "tstamp": 1716725749.405
5137
+ },
5138
+ {
5139
+ "model_a": "CosXLEdit",
5140
+ "model_b": "Pix2PixZero",
5141
+ "winner": "tie (bothbad)",
5142
+ "judge": "arena_user_10.16.27.38",
5143
+ "anony": true,
5144
+ "tstamp": 1716725765.4507
5145
+ },
5146
+ {
5147
+ "model_a": "PNP",
5148
+ "model_b": "CosXLEdit",
5149
+ "winner": "model_b",
5150
+ "judge": "arena_user_10.16.3.14",
5151
+ "anony": true,
5152
+ "tstamp": 1716725779.885
5153
+ },
5154
+ {
5155
+ "model_a": "Prompt2prompt",
5156
+ "model_b": "InstructPix2Pix",
5157
+ "winner": "model_b",
5158
+ "judge": "arena_user_10.16.27.38",
5159
+ "anony": true,
5160
+ "tstamp": 1716725788.5182
5161
+ },
5162
+ {
5163
+ "model_a": "CycleDiffusion",
5164
+ "model_b": "CosXLEdit",
5165
+ "winner": "tie (bothbad)",
5166
+ "judge": "arena_user_10.16.9.183",
5167
+ "anony": true,
5168
+ "tstamp": 1716725801.1148
5169
+ },
5170
+ {
5171
+ "model_a": "InfEdit",
5172
+ "model_b": "MagicBrush",
5173
+ "winner": "model_b",
5174
+ "judge": "arena_user_10.16.3.14",
5175
+ "anony": true,
5176
+ "tstamp": 1716725812.947
5177
+ },
5178
+ {
5179
+ "model_a": "Pix2PixZero",
5180
+ "model_b": "CycleDiffusion",
5181
+ "winner": "model_b",
5182
+ "judge": "arena_user_10.16.27.38",
5183
+ "anony": true,
5184
+ "tstamp": 1716725822.4764
5185
+ },
5186
+ {
5187
+ "model_a": "MagicBrush",
5188
+ "model_b": "SDEdit",
5189
+ "winner": "model_b",
5190
+ "judge": "arena_user_10.16.9.183",
5191
+ "anony": true,
5192
+ "tstamp": 1716725843.3425
5193
+ },
5194
+ {
5195
+ "model_a": "CycleDiffusion",
5196
+ "model_b": "SDEdit",
5197
+ "winner": "tie (bothbad)",
5198
+ "judge": "arena_user_10.16.9.183",
5199
+ "anony": true,
5200
+ "tstamp": 1716725858.0287
5201
+ },
5202
+ {
5203
+ "model_a": "Pix2PixZero",
5204
+ "model_b": "InfEdit",
5205
+ "winner": "model_b",
5206
+ "judge": "arena_user_10.16.3.14",
5207
+ "anony": true,
5208
+ "tstamp": 1716725864.898
5209
+ },
5210
+ {
5211
+ "model_a": "Pix2PixZero",
5212
+ "model_b": "MagicBrush",
5213
+ "winner": "model_b",
5214
+ "judge": "arena_user_10.16.27.38",
5215
+ "anony": true,
5216
+ "tstamp": 1716725883.5483
5217
+ },
5218
+ {
5219
+ "model_a": "CycleDiffusion",
5220
+ "model_b": "CosXLEdit",
5221
+ "winner": "tie (bothbad)",
5222
+ "judge": "arena_user_10.16.3.14",
5223
+ "anony": true,
5224
+ "tstamp": 1716725899.1615
5225
+ },
5226
+ {
5227
+ "model_a": "MagicBrush",
5228
+ "model_b": "Prompt2prompt",
5229
+ "winner": "model_a",
5230
+ "judge": "arena_user_10.16.3.14",
5231
+ "anony": true,
5232
+ "tstamp": 1716725916.7568
5233
+ },
5234
+ {
5235
+ "model_a": "CosXLEdit",
5236
+ "model_b": "MagicBrush",
5237
+ "winner": "tie (bothbad)",
5238
+ "judge": "arena_user_10.16.27.38",
5239
+ "anony": true,
5240
+ "tstamp": 1716725929.6466
5241
+ },
5242
+ {
5243
+ "model_a": "SDEdit",
5244
+ "model_b": "InstructPix2Pix",
5245
+ "winner": "tie (bothbad)",
5246
+ "judge": "arena_user_10.16.27.38",
5247
+ "anony": true,
5248
+ "tstamp": 1716725960.9953
5249
+ },
5250
+ {
5251
+ "model_a": "Prompt2prompt",
5252
+ "model_b": "CosXLEdit",
5253
+ "winner": "tie (bothbad)",
5254
+ "judge": "arena_user_10.16.27.38",
5255
+ "anony": true,
5256
+ "tstamp": 1716725969.5173
5257
+ },
5258
+ {
5259
+ "model_a": "CycleDiffusion",
5260
+ "model_b": "MagicBrush",
5261
+ "winner": "model_b",
5262
+ "judge": "arena_user_10.16.27.38",
5263
+ "anony": true,
5264
+ "tstamp": 1716725978.2458
5265
+ },
5266
+ {
5267
+ "model_a": "CosXLEdit",
5268
+ "model_b": "InfEdit",
5269
+ "winner": "tie",
5270
+ "judge": "arena_user_10.16.27.38",
5271
+ "anony": true,
5272
+ "tstamp": 1716725988.7294
5273
+ },
5274
+ {
5275
+ "model_a": "Prompt2prompt",
5276
+ "model_b": "MagicBrush",
5277
+ "winner": "tie (bothbad)",
5278
+ "judge": "arena_user_10.16.3.14",
5279
+ "anony": true,
5280
+ "tstamp": 1716725997.7098
5281
+ },
5282
+ {
5283
+ "model_a": "Pix2PixZero",
5284
+ "model_b": "SDEdit",
5285
+ "winner": "tie (bothbad)",
5286
+ "judge": "arena_user_10.16.9.183",
5287
+ "anony": true,
5288
+ "tstamp": 1716726052.9235
5289
+ },
5290
+ {
5291
+ "model_a": "Pix2PixZero",
5292
+ "model_b": "MagicBrush",
5293
+ "winner": "model_a",
5294
+ "judge": "arena_user_10.16.9.183",
5295
+ "anony": true,
5296
+ "tstamp": 1716726062.2163
5297
+ },
5298
+ {
5299
+ "model_a": "CycleDiffusion",
5300
+ "model_b": "CosXLEdit",
5301
+ "winner": "model_b",
5302
+ "judge": "arena_user_10.16.3.14",
5303
+ "anony": true,
5304
+ "tstamp": 1716726079.1784
5305
+ },
5306
+ {
5307
+ "model_a": "MagicBrush",
5308
+ "model_b": "SDEdit",
5309
+ "winner": "model_a",
5310
+ "judge": "arena_user_10.16.27.38",
5311
+ "anony": true,
5312
+ "tstamp": 1716726089.0051
5313
+ },
5314
+ {
5315
+ "model_a": "Prompt2prompt",
5316
+ "model_b": "PNP",
5317
+ "winner": "tie (bothbad)",
5318
+ "judge": "arena_user_10.16.27.38",
5319
+ "anony": true,
5320
+ "tstamp": 1716726100.9303
5321
+ },
5322
+ {
5323
+ "model_a": "PNP",
5324
+ "model_b": "Prompt2prompt",
5325
+ "winner": "model_a",
5326
+ "judge": "arena_user_10.16.27.38",
5327
+ "anony": true,
5328
+ "tstamp": 1716726106.9981
5329
+ },
5330
+ {
5331
+ "model_a": "CycleDiffusion",
5332
+ "model_b": "InstructPix2Pix",
5333
+ "winner": "model_b",
5334
+ "judge": "arena_user_10.16.3.14",
5335
+ "anony": true,
5336
+ "tstamp": 1716726181.5152
5337
+ },
5338
+ {
5339
+ "model_a": "PNP",
5340
+ "model_b": "MagicBrush",
5341
+ "winner": "model_b",
5342
+ "judge": "arena_user_10.16.3.14",
5343
+ "anony": true,
5344
+ "tstamp": 1716726194.4541
5345
+ },
5346
+ {
5347
+ "model_a": "Pix2PixZero",
5348
+ "model_b": "MagicBrush",
5349
+ "winner": "model_b",
5350
+ "judge": "arena_user_10.16.3.14",
5351
+ "anony": true,
5352
+ "tstamp": 1716726210.8484
5353
+ },
5354
+ {
5355
+ "model_a": "Prompt2prompt",
5356
+ "model_b": "Pix2PixZero",
5357
+ "winner": "tie (bothbad)",
5358
+ "judge": "arena_user_10.16.27.38",
5359
+ "anony": true,
5360
+ "tstamp": 1716726222.7297
5361
+ },
5362
+ {
5363
+ "model_a": "Pix2PixZero",
5364
+ "model_b": "MagicBrush",
5365
+ "winner": "model_b",
5366
+ "judge": "arena_user_10.16.3.14",
5367
+ "anony": true,
5368
+ "tstamp": 1716726232.6604
5369
+ },
5370
+ {
5371
+ "model_a": "CosXLEdit",
5372
+ "model_b": "CycleDiffusion",
5373
+ "winner": "model_a",
5374
+ "judge": "arena_user_10.16.27.38",
5375
+ "anony": true,
5376
+ "tstamp": 1716726241.3459
5377
+ },
5378
+ {
5379
+ "model_a": "SDEdit",
5380
+ "model_b": "CosXLEdit",
5381
+ "winner": "model_b",
5382
+ "judge": "arena_user_10.16.27.38",
5383
+ "anony": true,
5384
+ "tstamp": 1716726250.2725
5385
+ },
5386
+ {
5387
+ "model_a": "SDEdit",
5388
+ "model_b": "CosXLEdit",
5389
+ "winner": "tie (bothbad)",
5390
+ "judge": "arena_user_10.16.9.183",
5391
+ "anony": true,
5392
+ "tstamp": 1716726259.2974
5393
+ },
5394
+ {
5395
+ "model_a": "Prompt2prompt",
5396
+ "model_b": "Pix2PixZero",
5397
+ "winner": "model_b",
5398
+ "judge": "arena_user_10.16.3.14",
5399
+ "anony": true,
5400
+ "tstamp": 1716726270.4228
5401
+ },
5402
+ {
5403
+ "model_a": "CycleDiffusion",
5404
+ "model_b": "InfEdit",
5405
+ "winner": "tie (bothbad)",
5406
+ "judge": "arena_user_10.16.27.38",
5407
+ "anony": true,
5408
+ "tstamp": 1716726283.5017
5409
+ },
5410
+ {
5411
+ "model_a": "SDEdit",
5412
+ "model_b": "PNP",
5413
+ "winner": "model_b",
5414
+ "judge": "arena_user_10.16.27.38",
5415
+ "anony": true,
5416
+ "tstamp": 1716726288.9639
5417
+ },
5418
+ {
5419
+ "model_a": "InstructPix2Pix",
5420
+ "model_b": "CycleDiffusion",
5421
+ "winner": "tie (bothbad)",
5422
+ "judge": "arena_user_10.16.3.14",
5423
+ "anony": true,
5424
+ "tstamp": 1716726301.2998
5425
+ },
5426
+ {
5427
+ "model_a": "SDEdit",
5428
+ "model_b": "CosXLEdit",
5429
+ "winner": "tie (bothbad)",
5430
+ "judge": "arena_user_10.16.27.38",
5431
+ "anony": true,
5432
+ "tstamp": 1716726311.6449
5433
+ },
5434
+ {
5435
+ "model_a": "CosXLEdit",
5436
+ "model_b": "SDEdit",
5437
+ "winner": "model_b",
5438
+ "judge": "arena_user_10.16.9.183",
5439
+ "anony": true,
5440
+ "tstamp": 1716726322.2733
5441
+ },
5442
+ {
5443
+ "model_a": "Pix2PixZero",
5444
+ "model_b": "CosXLEdit",
5445
+ "winner": "tie (bothbad)",
5446
+ "judge": "arena_user_10.16.3.14",
5447
+ "anony": true,
5448
+ "tstamp": 1716726331.7043
5449
+ },
5450
+ {
5451
+ "model_a": "Pix2PixZero",
5452
+ "model_b": "Prompt2prompt",
5453
+ "winner": "model_b",
5454
+ "judge": "arena_user_10.16.3.14",
5455
+ "anony": true,
5456
+ "tstamp": 1716726342.534
5457
+ },
5458
+ {
5459
+ "model_a": "SDEdit",
5460
+ "model_b": "PNP",
5461
+ "winner": "model_b",
5462
+ "judge": "arena_user_10.16.27.38",
5463
+ "anony": true,
5464
+ "tstamp": 1716726352.3007
5465
+ },
5466
+ {
5467
+ "model_a": "SDEdit",
5468
+ "model_b": "Pix2PixZero",
5469
+ "winner": "tie (bothbad)",
5470
+ "judge": "arena_user_10.16.27.38",
5471
+ "anony": true,
5472
+ "tstamp": 1716726360.8671
5473
+ },
5474
+ {
5475
+ "model_a": "SDEdit",
5476
+ "model_b": "CycleDiffusion",
5477
+ "winner": "tie (bothbad)",
5478
+ "judge": "arena_user_10.16.3.14",
5479
+ "anony": true,
5480
+ "tstamp": 1716726375.4623
5481
+ },
5482
+ {
5483
+ "model_a": "CycleDiffusion",
5484
+ "model_b": "CosXLEdit",
5485
+ "winner": "model_a",
5486
+ "judge": "arena_user_10.16.27.38",
5487
+ "anony": true,
5488
+ "tstamp": 1716726442.4983
5489
+ },
5490
+ {
5491
+ "model_a": "MagicBrush",
5492
+ "model_b": "InstructPix2Pix",
5493
+ "winner": "tie (bothbad)",
5494
+ "judge": "arena_user_10.16.3.14",
5495
+ "anony": true,
5496
+ "tstamp": 1716726479.6581
5497
+ },
5498
+ {
5499
+ "model_a": "InfEdit",
5500
+ "model_b": "CosXLEdit",
5501
+ "winner": "tie (bothbad)",
5502
+ "judge": "arena_user_10.16.3.14",
5503
+ "anony": true,
5504
+ "tstamp": 1716726489.4382
5505
+ },
5506
+ {
5507
+ "model_a": "MagicBrush",
5508
+ "model_b": "SDEdit",
5509
+ "winner": "model_a",
5510
+ "judge": "arena_user_10.16.3.14",
5511
+ "anony": true,
5512
+ "tstamp": 1716726497.8571
5513
+ },
5514
+ {
5515
+ "model_a": "InfEdit",
5516
+ "model_b": "MagicBrush",
5517
+ "winner": "model_b",
5518
+ "judge": "arena_user_10.16.27.38",
5519
+ "anony": true,
5520
+ "tstamp": 1716726650.7564
5521
+ },
5522
+ {
5523
+ "model_a": "Prompt2prompt",
5524
+ "model_b": "CycleDiffusion",
5525
+ "winner": "model_b",
5526
+ "judge": "arena_user_10.16.3.14",
5527
+ "anony": true,
5528
+ "tstamp": 1716726666.148
5529
+ },
5530
+ {
5531
+ "model_a": "SDEdit",
5532
+ "model_b": "MagicBrush",
5533
+ "winner": "tie (bothbad)",
5534
+ "judge": "arena_user_10.16.9.183",
5535
+ "anony": true,
5536
+ "tstamp": 1716726685.0972
5537
+ },
5538
+ {
5539
+ "model_a": "MagicBrush",
5540
+ "model_b": "Pix2PixZero",
5541
+ "winner": "model_a",
5542
+ "judge": "arena_user_10.16.3.14",
5543
+ "anony": true,
5544
+ "tstamp": 1716726700.6411
5545
+ },
5546
+ {
5547
+ "model_a": "InstructPix2Pix",
5548
+ "model_b": "CycleDiffusion",
5549
+ "winner": "tie (bothbad)",
5550
+ "judge": "arena_user_10.16.9.183",
5551
+ "anony": true,
5552
+ "tstamp": 1716726720.8035
5553
+ },
5554
+ {
5555
+ "model_a": "InstructPix2Pix",
5556
+ "model_b": "PNP",
5557
+ "winner": "model_b",
5558
+ "judge": "arena_user_10.16.27.38",
5559
+ "anony": true,
5560
+ "tstamp": 1716726850.0132
5561
+ },
5562
+ {
5563
+ "model_a": "PNP",
5564
+ "model_b": "InstructPix2Pix",
5565
+ "winner": "tie (bothbad)",
5566
+ "judge": "arena_user_10.16.27.38",
5567
+ "anony": true,
5568
+ "tstamp": 1716726860.3356
5569
+ },
5570
+ {
5571
+ "model_a": "InstructPix2Pix",
5572
+ "model_b": "MagicBrush",
5573
+ "winner": "model_b",
5574
+ "judge": "arena_user_10.16.9.183",
5575
+ "anony": true,
5576
+ "tstamp": 1716726869.5719
5577
+ },
5578
+ {
5579
+ "model_a": "PNP",
5580
+ "model_b": "CycleDiffusion",
5581
+ "winner": "tie (bothbad)",
5582
+ "judge": "arena_user_10.16.27.38",
5583
+ "anony": true,
5584
+ "tstamp": 1716726878.9527
5585
+ },
5586
+ {
5587
+ "model_a": "MagicBrush",
5588
+ "model_b": "CosXLEdit",
5589
+ "winner": "tie (bothbad)",
5590
+ "judge": "arena_user_10.16.27.38",
5591
+ "anony": true,
5592
+ "tstamp": 1716726893.8929
5593
+ },
5594
+ {
5595
+ "model_a": "PNP",
5596
+ "model_b": "Pix2PixZero",
5597
+ "winner": "tie (bothbad)",
5598
+ "judge": "arena_user_10.16.27.38",
5599
+ "anony": true,
5600
+ "tstamp": 1716726905.2733
5601
+ },
5602
+ {
5603
+ "model_a": "SDEdit",
5604
+ "model_b": "InstructPix2Pix",
5605
+ "winner": "model_b",
5606
+ "judge": "arena_user_10.16.9.183",
5607
+ "anony": true,
5608
+ "tstamp": 1716726912.4957
5609
+ },
5610
+ {
5611
+ "model_a": "Prompt2prompt",
5612
+ "model_b": "SDEdit",
5613
+ "winner": "tie (bothbad)",
5614
+ "judge": "arena_user_10.16.27.38",
5615
+ "anony": true,
5616
+ "tstamp": 1716726921.1703
5617
+ },
5618
+ {
5619
+ "model_a": "MagicBrush",
5620
+ "model_b": "SDEdit",
5621
+ "winner": "tie (bothbad)",
5622
+ "judge": "arena_user_10.16.3.14",
5623
+ "anony": true,
5624
+ "tstamp": 1716726931.0016
5625
+ },
5626
+ {
5627
+ "model_a": "PNP",
5628
+ "model_b": "SDEdit",
5629
+ "winner": "tie (bothbad)",
5630
+ "judge": "arena_user_10.16.9.183",
5631
+ "anony": true,
5632
+ "tstamp": 1716726945.6522
5633
+ },
5634
+ {
5635
+ "model_a": "InfEdit",
5636
+ "model_b": "Prompt2prompt",
5637
+ "winner": "model_a",
5638
+ "judge": "arena_user_10.16.3.14",
5639
+ "anony": true,
5640
+ "tstamp": 1716726954.269
5641
+ },
5642
+ {
5643
+ "model_a": "MagicBrush",
5644
+ "model_b": "SDEdit",
5645
+ "winner": "model_a",
5646
+ "judge": "arena_user_10.16.27.38",
5647
+ "anony": true,
5648
+ "tstamp": 1716726966.1476
5649
+ },
5650
+ {
5651
+ "model_a": "CosXLEdit",
5652
+ "model_b": "MagicBrush",
5653
+ "winner": "tie (bothbad)",
5654
+ "judge": "arena_user_10.16.9.183",
5655
+ "anony": true,
5656
+ "tstamp": 1716726976.7288
5657
+ },
5658
+ {
5659
+ "model_a": "SDEdit",
5660
+ "model_b": "PNP",
5661
+ "winner": "tie (bothbad)",
5662
+ "judge": "arena_user_10.16.27.38",
5663
+ "anony": true,
5664
+ "tstamp": 1716726985.7507
5665
+ },
5666
+ {
5667
+ "model_a": "Prompt2prompt",
5668
+ "model_b": "Pix2PixZero",
5669
+ "winner": "tie (bothbad)",
5670
+ "judge": "arena_user_10.16.27.38",
5671
+ "anony": true,
5672
+ "tstamp": 1716726994.7678
5673
+ },
5674
+ {
5675
+ "model_a": "InfEdit",
5676
+ "model_b": "MagicBrush",
5677
+ "winner": "model_b",
5678
+ "judge": "arena_user_10.16.27.38",
5679
+ "anony": true,
5680
+ "tstamp": 1716727000.3326
5681
+ },
5682
+ {
5683
+ "model_a": "PNP",
5684
+ "model_b": "InfEdit",
5685
+ "winner": "tie (bothbad)",
5686
+ "judge": "arena_user_10.16.9.183",
5687
+ "anony": true,
5688
+ "tstamp": 1716727007.0475
5689
+ },
5690
+ {
5691
+ "model_a": "MagicBrush",
5692
+ "model_b": "Prompt2prompt",
5693
+ "winner": "model_a",
5694
+ "judge": "arena_user_10.16.27.38",
5695
+ "anony": true,
5696
+ "tstamp": 1716727084.248
5697
+ },
5698
+ {
5699
+ "model_a": "InstructPix2Pix",
5700
+ "model_b": "InfEdit",
5701
+ "winner": "model_b",
5702
+ "judge": "arena_user_10.16.27.38",
5703
+ "anony": true,
5704
+ "tstamp": 1716727094.5719
5705
+ },
5706
+ {
5707
+ "model_a": "InstructPix2Pix",
5708
+ "model_b": "MagicBrush",
5709
+ "winner": "model_b",
5710
+ "judge": "arena_user_10.16.27.38",
5711
+ "anony": true,
5712
+ "tstamp": 1716727103.1498
5713
+ },
5714
+ {
5715
+ "model_a": "InfEdit",
5716
+ "model_b": "CosXLEdit",
5717
+ "winner": "tie (bothbad)",
5718
+ "judge": "arena_user_10.16.3.14",
5719
+ "anony": true,
5720
+ "tstamp": 1716727110.5311
5721
+ },
5722
+ {
5723
+ "model_a": "InfEdit",
5724
+ "model_b": "MagicBrush",
5725
+ "winner": "model_b",
5726
+ "judge": "arena_user_10.16.27.38",
5727
+ "anony": true,
5728
+ "tstamp": 1716727117.0022
5729
+ },
5730
+ {
5731
+ "model_a": "PNP",
5732
+ "model_b": "Prompt2prompt",
5733
+ "winner": "tie (bothbad)",
5734
+ "judge": "arena_user_10.16.3.14",
5735
+ "anony": true,
5736
+ "tstamp": 1716727130.1414
5737
+ },
5738
+ {
5739
+ "model_a": "InstructPix2Pix",
5740
+ "model_b": "CosXLEdit",
5741
+ "winner": "model_b",
5742
+ "judge": "arena_user_10.16.3.14",
5743
+ "anony": true,
5744
+ "tstamp": 1716727140.3192
5745
+ },
5746
+ {
5747
+ "model_a": "InfEdit",
5748
+ "model_b": "Pix2PixZero",
5749
+ "winner": "model_a",
5750
+ "judge": "arena_user_10.16.27.38",
5751
+ "anony": true,
5752
+ "tstamp": 1716727152.0947
5753
+ },
5754
+ {
5755
+ "model_a": "CycleDiffusion",
5756
+ "model_b": "Pix2PixZero",
5757
+ "winner": "tie (bothbad)",
5758
+ "judge": "arena_user_10.16.3.14",
5759
+ "anony": true,
5760
+ "tstamp": 1716727159.4137
5761
+ },
5762
+ {
5763
+ "model_a": "CycleDiffusion",
5764
+ "model_b": "MagicBrush",
5765
+ "winner": "tie (bothbad)",
5766
+ "judge": "arena_user_10.16.9.183",
5767
+ "anony": true,
5768
+ "tstamp": 1716727168.834
5769
+ },
5770
+ {
5771
+ "model_a": "InfEdit",
5772
+ "model_b": "InstructPix2Pix",
5773
+ "winner": "model_b",
5774
+ "judge": "arena_user_10.16.3.14",
5775
+ "anony": true,
5776
+ "tstamp": 1716727181.0654
5777
+ },
5778
+ {
5779
+ "model_a": "InstructPix2Pix",
5780
+ "model_b": "SDEdit",
5781
+ "winner": "tie (bothbad)",
5782
+ "judge": "arena_user_10.16.27.38",
5783
+ "anony": true,
5784
+ "tstamp": 1716727187.9869
5785
+ },
5786
+ {
5787
+ "model_a": "SDEdit",
5788
+ "model_b": "InfEdit",
5789
+ "winner": "model_b",
5790
+ "judge": "arena_user_10.16.9.183",
5791
+ "anony": true,
5792
+ "tstamp": 1716727194.7647
5793
+ },
5794
+ {
5795
+ "model_a": "Prompt2prompt",
5796
+ "model_b": "CosXLEdit",
5797
+ "winner": "tie",
5798
+ "judge": "arena_user_10.16.27.38",
5799
+ "anony": true,
5800
+ "tstamp": 1716727210.4056
5801
+ },
5802
+ {
5803
+ "model_a": "CycleDiffusion",
5804
+ "model_b": "Pix2PixZero",
5805
+ "winner": "tie (bothbad)",
5806
+ "judge": "arena_user_10.16.9.183",
5807
+ "anony": true,
5808
+ "tstamp": 1716727217.6723
5809
+ },
5810
+ {
5811
+ "model_a": "Pix2PixZero",
5812
+ "model_b": "Prompt2prompt",
5813
+ "winner": "model_b",
5814
+ "judge": "arena_user_10.16.3.14",
5815
+ "anony": true,
5816
+ "tstamp": 1716727225.234
5817
+ },
5818
+ {
5819
+ "model_a": "Prompt2prompt",
5820
+ "model_b": "SDEdit",
5821
+ "winner": "tie (bothbad)",
5822
+ "judge": "arena_user_10.16.9.183",
5823
+ "anony": true,
5824
+ "tstamp": 1716727240.5225
5825
+ },
5826
+ {
5827
+ "model_a": "CycleDiffusion",
5828
+ "model_b": "SDEdit",
5829
+ "winner": "model_b",
5830
+ "judge": "arena_user_10.16.9.183",
5831
+ "anony": true,
5832
+ "tstamp": 1716727280.6958
5833
+ },
5834
+ {
5835
+ "model_a": "SDEdit",
5836
+ "model_b": "Pix2PixZero",
5837
+ "winner": "tie (bothbad)",
5838
+ "judge": "arena_user_10.16.9.183",
5839
+ "anony": true,
5840
+ "tstamp": 1716727291.9284
5841
+ },
5842
+ {
5843
+ "model_a": "PNP",
5844
+ "model_b": "Prompt2prompt",
5845
+ "winner": "model_b",
5846
+ "judge": "arena_user_10.16.27.38",
5847
+ "anony": true,
5848
+ "tstamp": 1716727313.3798
5849
+ },
5850
+ {
5851
+ "model_a": "InstructPix2Pix",
5852
+ "model_b": "CycleDiffusion",
5853
+ "winner": "model_b",
5854
+ "judge": "arena_user_10.16.27.38",
5855
+ "anony": true,
5856
+ "tstamp": 1716727329.2167
5857
+ },
5858
+ {
5859
+ "model_a": "CosXLEdit",
5860
+ "model_b": "SDEdit",
5861
+ "winner": "tie (bothbad)",
5862
+ "judge": "arena_user_10.16.27.38",
5863
+ "anony": true,
5864
+ "tstamp": 1716727342.9492
5865
+ },
5866
+ {
5867
+ "model_a": "CycleDiffusion",
5868
+ "model_b": "CosXLEdit",
5869
+ "winner": "model_b",
5870
+ "judge": "arena_user_10.16.27.38",
5871
+ "anony": true,
5872
+ "tstamp": 1716727352.7768
5873
+ },
5874
+ {
5875
+ "model_a": "PNP",
5876
+ "model_b": "SDEdit",
5877
+ "winner": "tie (bothbad)",
5878
+ "judge": "arena_user_10.16.9.183",
5879
+ "anony": true,
5880
+ "tstamp": 1716727361.2992
5881
+ },
5882
+ {
5883
+ "model_a": "SDEdit",
5884
+ "model_b": "PNP",
5885
+ "winner": "tie (bothbad)",
5886
+ "judge": "arena_user_10.16.9.183",
5887
+ "anony": true,
5888
+ "tstamp": 1716727370.3721
5889
+ },
5890
+ {
5891
+ "model_a": "Prompt2prompt",
5892
+ "model_b": "InfEdit",
5893
+ "winner": "model_a",
5894
+ "judge": "arena_user_10.16.9.183",
5895
+ "anony": true,
5896
+ "tstamp": 1716727385.0504
5897
+ },
5898
+ {
5899
+ "model_a": "InstructPix2Pix",
5900
+ "model_b": "CosXLEdit",
5901
+ "winner": "tie",
5902
+ "judge": "arena_user_10.16.27.38",
5903
+ "anony": true,
5904
+ "tstamp": 1716727394.9735
5905
+ },
5906
+ {
5907
+ "model_a": "Pix2PixZero",
5908
+ "model_b": "Prompt2prompt",
5909
+ "winner": "model_b",
5910
+ "judge": "arena_user_10.16.27.38",
5911
+ "anony": true,
5912
+ "tstamp": 1716727403.6456
5913
+ },
5914
+ {
5915
+ "model_a": "PNP",
5916
+ "model_b": "Prompt2prompt",
5917
+ "winner": "tie (bothbad)",
5918
+ "judge": "arena_user_10.16.27.38",
5919
+ "anony": true,
5920
+ "tstamp": 1716727411.1677
5921
+ },
5922
+ {
5923
+ "model_a": "Pix2PixZero",
5924
+ "model_b": "CosXLEdit",
5925
+ "winner": "model_b",
5926
+ "judge": "arena_user_10.16.9.183",
5927
+ "anony": true,
5928
+ "tstamp": 1716727421.2407
5929
+ },
5930
+ {
5931
+ "model_a": "Pix2PixZero",
5932
+ "model_b": "MagicBrush",
5933
+ "winner": "model_b",
5934
+ "judge": "arena_user_10.16.9.183",
5935
+ "anony": true,
5936
+ "tstamp": 1716727434.2823
5937
+ },
5938
+ {
5939
+ "model_a": "PNP",
5940
+ "model_b": "CosXLEdit",
5941
+ "winner": "model_b",
5942
+ "judge": "arena_user_10.16.27.38",
5943
+ "anony": true,
5944
+ "tstamp": 1716727442.6072
5945
+ },
5946
+ {
5947
+ "model_a": "CycleDiffusion",
5948
+ "model_b": "InstructPix2Pix",
5949
+ "winner": "model_b",
5950
+ "judge": "arena_user_10.16.27.38",
5951
+ "anony": true,
5952
+ "tstamp": 1716727452.7373
5953
+ },
5954
+ {
5955
+ "model_a": "SDEdit",
5956
+ "model_b": "CosXLEdit",
5957
+ "winner": "model_b",
5958
+ "judge": "arena_user_10.16.27.38",
5959
+ "anony": true,
5960
+ "tstamp": 1716727460.2099
5961
+ },
5962
+ {
5963
+ "model_a": "InfEdit",
5964
+ "model_b": "Prompt2prompt",
5965
+ "winner": "tie (bothbad)",
5966
+ "judge": "arena_user_10.16.27.38",
5967
+ "anony": true,
5968
+ "tstamp": 1716727467.3859
5969
+ },
5970
+ {
5971
+ "model_a": "InfEdit",
5972
+ "model_b": "InstructPix2Pix",
5973
+ "winner": "model_a",
5974
+ "judge": "arena_user_10.16.27.38",
5975
+ "anony": true,
5976
+ "tstamp": 1716727475.6552
5977
+ },
5978
+ {
5979
+ "model_a": "Pix2PixZero",
5980
+ "model_b": "SDEdit",
5981
+ "winner": "tie (bothbad)",
5982
+ "judge": "arena_user_10.16.27.38",
5983
+ "anony": true,
5984
+ "tstamp": 1716727483.3718
5985
+ },
5986
+ {
5987
+ "model_a": "SDEdit",
5988
+ "model_b": "InstructPix2Pix",
5989
+ "winner": "tie (bothbad)",
5990
+ "judge": "arena_user_10.16.9.183",
5991
+ "anony": true,
5992
+ "tstamp": 1716727504.8113
5993
+ },
5994
+ {
5995
+ "model_a": "Prompt2prompt",
5996
+ "model_b": "SDEdit",
5997
+ "winner": "tie (bothbad)",
5998
+ "judge": "arena_user_10.16.27.38",
5999
+ "anony": true,
6000
+ "tstamp": 1716727512.3856
6001
+ },
6002
+ {
6003
+ "model_a": "PNP",
6004
+ "model_b": "InfEdit",
6005
+ "winner": "tie",
6006
+ "judge": "arena_user_10.16.9.183",
6007
+ "anony": true,
6008
+ "tstamp": 1716727521.954
6009
+ },
6010
+ {
6011
+ "model_a": "Prompt2prompt",
6012
+ "model_b": "Pix2PixZero",
6013
+ "winner": "model_a",
6014
+ "judge": "arena_user_10.16.3.14",
6015
+ "anony": true,
6016
+ "tstamp": 1716727546.9149
6017
+ },
6018
+ {
6019
+ "model_a": "Pix2PixZero",
6020
+ "model_b": "MagicBrush",
6021
+ "winner": "model_b",
6022
+ "judge": "arena_user_10.16.27.38",
6023
+ "anony": true,
6024
+ "tstamp": 1716727553.7833
6025
+ },
6026
+ {
6027
+ "model_a": "PNP",
6028
+ "model_b": "SDEdit",
6029
+ "winner": "tie",
6030
+ "judge": "arena_user_10.16.3.14",
6031
+ "anony": true,
6032
+ "tstamp": 1716727565.8214
6033
+ },
6034
+ {
6035
+ "model_a": "CosXLEdit",
6036
+ "model_b": "SDEdit",
6037
+ "winner": "model_b",
6038
+ "judge": "arena_user_10.16.27.38",
6039
+ "anony": true,
6040
+ "tstamp": 1716727580.3035
6041
+ },
6042
+ {
6043
+ "model_a": "InstructPix2Pix",
6044
+ "model_b": "CycleDiffusion",
6045
+ "winner": "tie (bothbad)",
6046
+ "judge": "arena_user_10.16.27.38",
6047
+ "anony": true,
6048
+ "tstamp": 1716727595.4295
6049
+ },
6050
+ {
6051
+ "model_a": "Pix2PixZero",
6052
+ "model_b": "InstructPix2Pix",
6053
+ "winner": "model_b",
6054
+ "judge": "arena_user_10.16.9.183",
6055
+ "anony": true,
6056
+ "tstamp": 1716727627.0124
6057
+ },
6058
+ {
6059
+ "model_a": "Pix2PixZero",
6060
+ "model_b": "CycleDiffusion",
6061
+ "winner": "model_b",
6062
+ "judge": "arena_user_10.16.27.38",
6063
+ "anony": true,
6064
+ "tstamp": 1716727642.3164
6065
+ },
6066
+ {
6067
+ "model_a": "MagicBrush",
6068
+ "model_b": "PNP",
6069
+ "winner": "model_a",
6070
+ "judge": "arena_user_10.16.3.14",
6071
+ "anony": true,
6072
+ "tstamp": 1716727651.8417
6073
+ },
6074
+ {
6075
+ "model_a": "Pix2PixZero",
6076
+ "model_b": "CosXLEdit",
6077
+ "winner": "model_b",
6078
+ "judge": "arena_user_10.16.27.38",
6079
+ "anony": true,
6080
+ "tstamp": 1716727766.9252
6081
+ },
6082
+ {
6083
+ "model_a": "SDEdit",
6084
+ "model_b": "InstructPix2Pix",
6085
+ "winner": "model_b",
6086
+ "judge": "arena_user_10.16.9.183",
6087
+ "anony": true,
6088
+ "tstamp": 1716727783.5783
6089
+ },
6090
+ {
6091
+ "model_a": "PNP",
6092
+ "model_b": "SDEdit",
6093
+ "winner": "model_a",
6094
+ "judge": "arena_user_10.16.9.183",
6095
+ "anony": true,
6096
+ "tstamp": 1716727791.2986
6097
+ },
6098
+ {
6099
+ "model_a": "SDEdit",
6100
+ "model_b": "Prompt2prompt",
6101
+ "winner": "tie (bothbad)",
6102
+ "judge": "arena_user_10.16.9.183",
6103
+ "anony": true,
6104
+ "tstamp": 1716727800.8717
6105
+ },
6106
+ {
6107
+ "model_a": "CycleDiffusion",
6108
+ "model_b": "InstructPix2Pix",
6109
+ "winner": "tie (bothbad)",
6110
+ "judge": "arena_user_10.16.9.183",
6111
+ "anony": true,
6112
+ "tstamp": 1716727807.8322
6113
+ },
6114
+ {
6115
+ "model_a": "Prompt2prompt",
6116
+ "model_b": "MagicBrush",
6117
+ "winner": "model_a",
6118
+ "judge": "arena_user_10.16.9.183",
6119
+ "anony": true,
6120
+ "tstamp": 1716727814.7437
6121
+ },
6122
+ {
6123
+ "model_a": "InfEdit",
6124
+ "model_b": "CycleDiffusion",
6125
+ "winner": "model_a",
6126
+ "judge": "arena_user_10.16.27.38",
6127
+ "anony": true,
6128
+ "tstamp": 1716727833.5955
6129
+ },
6130
+ {
6131
+ "model_a": "SDEdit",
6132
+ "model_b": "MagicBrush",
6133
+ "winner": "model_b",
6134
+ "judge": "arena_user_10.16.27.38",
6135
+ "anony": true,
6136
+ "tstamp": 1716727840.6222
6137
+ },
6138
+ {
6139
+ "model_a": "CycleDiffusion",
6140
+ "model_b": "MagicBrush",
6141
+ "winner": "tie (bothbad)",
6142
+ "judge": "arena_user_10.16.27.38",
6143
+ "anony": true,
6144
+ "tstamp": 1716727848.448
6145
+ },
6146
+ {
6147
+ "model_a": "SDEdit",
6148
+ "model_b": "CosXLEdit",
6149
+ "winner": "model_b",
6150
+ "judge": "arena_user_10.16.27.38",
6151
+ "anony": true,
6152
+ "tstamp": 1716727853.6167
6153
+ },
6154
+ {
6155
+ "model_a": "InfEdit",
6156
+ "model_b": "Pix2PixZero",
6157
+ "winner": "tie (bothbad)",
6158
+ "judge": "arena_user_10.16.27.38",
6159
+ "anony": true,
6160
+ "tstamp": 1716727875.6262
6161
+ },
6162
+ {
6163
+ "model_a": "MagicBrush",
6164
+ "model_b": "CycleDiffusion",
6165
+ "winner": "tie (bothbad)",
6166
+ "judge": "arena_user_10.16.9.183",
6167
+ "anony": true,
6168
+ "tstamp": 1716727962.6967
6169
+ },
6170
+ {
6171
+ "model_a": "InfEdit",
6172
+ "model_b": "CosXLEdit",
6173
+ "winner": "model_a",
6174
+ "judge": "arena_user_10.16.27.38",
6175
+ "anony": true,
6176
+ "tstamp": 1716727969.5155
6177
+ },
6178
+ {
6179
+ "model_a": "InfEdit",
6180
+ "model_b": "MagicBrush",
6181
+ "winner": "model_a",
6182
+ "judge": "arena_user_10.16.9.183",
6183
+ "anony": true,
6184
+ "tstamp": 1716727980.2147
6185
+ },
6186
+ {
6187
+ "model_a": "SDEdit",
6188
+ "model_b": "CycleDiffusion",
6189
+ "winner": "tie (bothbad)",
6190
+ "judge": "arena_user_10.16.9.183",
6191
+ "anony": true,
6192
+ "tstamp": 1716727991.5302
6193
+ },
6194
+ {
6195
+ "model_a": "SDEdit",
6196
+ "model_b": "MagicBrush",
6197
+ "winner": "model_b",
6198
+ "judge": "arena_user_10.16.3.14",
6199
+ "anony": true,
6200
+ "tstamp": 1716727998.7991
6201
+ },
6202
+ {
6203
+ "model_a": "Prompt2prompt",
6204
+ "model_b": "CosXLEdit",
6205
+ "winner": "model_b",
6206
+ "judge": "arena_user_10.16.3.14",
6207
+ "anony": true,
6208
+ "tstamp": 1716728003.9723
6209
+ },
6210
+ {
6211
+ "model_a": "InfEdit",
6212
+ "model_b": "PNP",
6213
+ "winner": "model_a",
6214
+ "judge": "arena_user_10.16.27.38",
6215
+ "anony": true,
6216
+ "tstamp": 1716728009.5917
6217
+ },
6218
+ {
6219
+ "model_a": "MagicBrush",
6220
+ "model_b": "Pix2PixZero",
6221
+ "winner": "model_a",
6222
+ "judge": "arena_user_10.16.9.183",
6223
+ "anony": true,
6224
+ "tstamp": 1716728021.0284
6225
+ },
6226
+ {
6227
+ "model_a": "InstructPix2Pix",
6228
+ "model_b": "Prompt2prompt",
6229
+ "winner": "tie (bothbad)",
6230
+ "judge": "arena_user_10.16.27.38",
6231
+ "anony": true,
6232
+ "tstamp": 1716728027.6106
6233
+ },
6234
+ {
6235
+ "model_a": "SDEdit",
6236
+ "model_b": "MagicBrush",
6237
+ "winner": "model_b",
6238
+ "judge": "arena_user_10.16.27.38",
6239
+ "anony": true,
6240
+ "tstamp": 1716728036.1964
6241
+ },
6242
+ {
6243
+ "model_a": "MagicBrush",
6244
+ "model_b": "InfEdit",
6245
+ "winner": "tie (bothbad)",
6246
+ "judge": "arena_user_10.16.27.38",
6247
+ "anony": true,
6248
+ "tstamp": 1716728043.0191
6249
+ },
6250
+ {
6251
+ "model_a": "InfEdit",
6252
+ "model_b": "MagicBrush",
6253
+ "winner": "model_a",
6254
+ "judge": "arena_user_10.16.9.183",
6255
+ "anony": true,
6256
+ "tstamp": 1716728048.4259
6257
+ },
6258
+ {
6259
+ "model_a": "InstructPix2Pix",
6260
+ "model_b": "CycleDiffusion",
6261
+ "winner": "model_b",
6262
+ "judge": "arena_user_10.16.27.38",
6263
+ "anony": true,
6264
+ "tstamp": 1716728057.0579
6265
+ },
6266
+ {
6267
+ "model_a": "InstructPix2Pix",
6268
+ "model_b": "Prompt2prompt",
6269
+ "winner": "model_a",
6270
+ "judge": "arena_user_10.16.3.14",
6271
+ "anony": true,
6272
+ "tstamp": 1716728069.9569
6273
+ },
6274
+ {
6275
+ "model_a": "MagicBrush",
6276
+ "model_b": "CosXLEdit",
6277
+ "winner": "model_a",
6278
+ "judge": "arena_user_10.16.27.38",
6279
+ "anony": true,
6280
+ "tstamp": 1716728075.4683
6281
+ },
6282
+ {
6283
+ "model_a": "MagicBrush",
6284
+ "model_b": "SDEdit",
6285
+ "winner": "model_a",
6286
+ "judge": "arena_user_10.16.9.183",
6287
+ "anony": true,
6288
+ "tstamp": 1716728083.4866
6289
+ },
6290
+ {
6291
+ "model_a": "PNP",
6292
+ "model_b": "InfEdit",
6293
+ "winner": "model_b",
6294
+ "judge": "arena_user_10.16.9.183",
6295
+ "anony": true,
6296
+ "tstamp": 1716728098.2752
6297
+ },
6298
+ {
6299
+ "model_a": "InfEdit",
6300
+ "model_b": "InstructPix2Pix",
6301
+ "winner": "tie (bothbad)",
6302
+ "judge": "arena_user_10.16.3.14",
6303
+ "anony": true,
6304
+ "tstamp": 1716728109.9985
6305
+ },
6306
+ {
6307
+ "model_a": "Pix2PixZero",
6308
+ "model_b": "PNP",
6309
+ "winner": "model_b",
6310
+ "judge": "arena_user_10.16.9.183",
6311
+ "anony": true,
6312
+ "tstamp": 1716728120.1675
6313
+ },
6314
+ {
6315
+ "model_a": "PNP",
6316
+ "model_b": "InfEdit",
6317
+ "winner": "tie (bothbad)",
6318
+ "judge": "arena_user_10.16.27.38",
6319
+ "anony": true,
6320
+ "tstamp": 1716728128.2855
6321
+ },
6322
+ {
6323
+ "model_a": "MagicBrush",
6324
+ "model_b": "Pix2PixZero",
6325
+ "winner": "tie (bothbad)",
6326
+ "judge": "arena_user_10.16.27.38",
6327
+ "anony": true,
6328
+ "tstamp": 1716728135.1512
6329
+ },
6330
+ {
6331
+ "model_a": "MagicBrush",
6332
+ "model_b": "CosXLEdit",
6333
+ "winner": "model_a",
6334
+ "judge": "arena_user_10.16.9.183",
6335
+ "anony": true,
6336
+ "tstamp": 1716728139.9626
6337
+ },
6338
+ {
6339
+ "model_a": "PNP",
6340
+ "model_b": "CycleDiffusion",
6341
+ "winner": "model_b",
6342
+ "judge": "arena_user_10.16.3.14",
6343
+ "anony": true,
6344
+ "tstamp": 1716728152.3502
6345
+ },
6346
+ {
6347
+ "model_a": "PNP",
6348
+ "model_b": "CycleDiffusion",
6349
+ "winner": "tie (bothbad)",
6350
+ "judge": "arena_user_10.16.3.14",
6351
+ "anony": true,
6352
+ "tstamp": 1716728160.6171
6353
+ },
6354
+ {
6355
+ "model_a": "PNP",
6356
+ "model_b": "Pix2PixZero",
6357
+ "winner": "tie (bothbad)",
6358
+ "judge": "arena_user_10.16.27.38",
6359
+ "anony": true,
6360
+ "tstamp": 1716728175.5073
6361
+ },
6362
+ {
6363
+ "model_a": "CycleDiffusion",
6364
+ "model_b": "InstructPix2Pix",
6365
+ "winner": "model_b",
6366
+ "judge": "arena_user_10.16.9.183",
6367
+ "anony": true,
6368
+ "tstamp": 1716728182.7262
6369
+ },
6370
+ {
6371
+ "model_a": "SDEdit",
6372
+ "model_b": "InstructPix2Pix",
6373
+ "winner": "tie (bothbad)",
6374
+ "judge": "arena_user_10.16.27.38",
6375
+ "anony": true,
6376
+ "tstamp": 1716728188.0396
6377
+ },
6378
+ {
6379
+ "model_a": "MagicBrush",
6380
+ "model_b": "CosXLEdit",
6381
+ "winner": "model_a",
6382
+ "judge": "arena_user_10.16.3.14",
6383
+ "anony": true,
6384
+ "tstamp": 1716728193.1535
6385
+ },
6386
+ {
6387
+ "model_a": "Prompt2prompt",
6388
+ "model_b": "InstructPix2Pix",
6389
+ "winner": "tie (bothbad)",
6390
+ "judge": "arena_user_10.16.27.38",
6391
+ "anony": true,
6392
+ "tstamp": 1716728204.5769
6393
+ },
6394
+ {
6395
+ "model_a": "CycleDiffusion",
6396
+ "model_b": "PNP",
6397
+ "winner": "model_b",
6398
+ "judge": "arena_user_10.16.27.38",
6399
+ "anony": true,
6400
+ "tstamp": 1716728214.5113
6401
+ },
6402
+ {
6403
+ "model_a": "InfEdit",
6404
+ "model_b": "InstructPix2Pix",
6405
+ "winner": "tie (bothbad)",
6406
+ "judge": "arena_user_10.16.27.38",
6407
+ "anony": true,
6408
+ "tstamp": 1716728232.5306
6409
+ },
6410
+ {
6411
+ "model_a": "CycleDiffusion",
6412
+ "model_b": "PNP",
6413
+ "winner": "model_a",
6414
+ "judge": "arena_user_10.16.9.183",
6415
+ "anony": true,
6416
+ "tstamp": 1716728238.5444
6417
+ },
6418
+ {
6419
+ "model_a": "Pix2PixZero",
6420
+ "model_b": "InstructPix2Pix",
6421
+ "winner": "tie (bothbad)",
6422
+ "judge": "arena_user_10.16.3.14",
6423
+ "anony": true,
6424
+ "tstamp": 1716728247.7701
6425
+ },
6426
+ {
6427
+ "model_a": "InfEdit",
6428
+ "model_b": "InstructPix2Pix",
6429
+ "winner": "tie (bothbad)",
6430
+ "judge": "arena_user_10.16.27.38",
6431
+ "anony": true,
6432
+ "tstamp": 1716728261.0162
6433
+ },
6434
+ {
6435
+ "model_a": "Pix2PixZero",
6436
+ "model_b": "SDEdit",
6437
+ "winner": "model_b",
6438
+ "judge": "arena_user_10.16.9.183",
6439
+ "anony": true,
6440
+ "tstamp": 1716728267.0339
6441
+ },
6442
+ {
6443
+ "model_a": "InstructPix2Pix",
6444
+ "model_b": "PNP",
6445
+ "winner": "tie (bothbad)",
6446
+ "judge": "arena_user_10.16.27.38",
6447
+ "anony": true,
6448
+ "tstamp": 1716728273.0023
6449
+ },
6450
+ {
6451
+ "model_a": "Pix2PixZero",
6452
+ "model_b": "MagicBrush",
6453
+ "winner": "model_b",
6454
+ "judge": "arena_user_10.16.9.183",
6455
+ "anony": true,
6456
+ "tstamp": 1716728280.8717
6457
+ },
6458
+ {
6459
+ "model_a": "PNP",
6460
+ "model_b": "MagicBrush",
6461
+ "winner": "tie (bothbad)",
6462
+ "judge": "arena_user_10.16.3.14",
6463
+ "anony": true,
6464
+ "tstamp": 1716728286.5857
6465
+ },
6466
+ {
6467
+ "model_a": "PNP",
6468
+ "model_b": "InstructPix2Pix",
6469
+ "winner": "tie (bothbad)",
6470
+ "judge": "arena_user_10.16.9.183",
6471
+ "anony": true,
6472
+ "tstamp": 1716728293.647
6473
+ },
6474
+ {
6475
+ "model_a": "SDEdit",
6476
+ "model_b": "InfEdit",
6477
+ "winner": "tie (bothbad)",
6478
+ "judge": "arena_user_10.16.9.183",
6479
+ "anony": true,
6480
+ "tstamp": 1716728305.528
6481
+ },
6482
+ {
6483
+ "model_a": "CycleDiffusion",
6484
+ "model_b": "PNP",
6485
+ "winner": "tie (bothbad)",
6486
+ "judge": "arena_user_10.16.9.183",
6487
+ "anony": true,
6488
+ "tstamp": 1716728312.3004
6489
+ },
6490
+ {
6491
+ "model_a": "CosXLEdit",
6492
+ "model_b": "MagicBrush",
6493
+ "winner": "model_a",
6494
+ "judge": "arena_user_10.16.27.38",
6495
+ "anony": true,
6496
+ "tstamp": 1716728321.2286
6497
+ },
6498
+ {
6499
+ "model_a": "Prompt2prompt",
6500
+ "model_b": "MagicBrush",
6501
+ "winner": "model_a",
6502
+ "judge": "arena_user_10.16.9.183",
6503
+ "anony": true,
6504
+ "tstamp": 1716728328.2916
6505
+ },
6506
+ {
6507
+ "model_a": "PNP",
6508
+ "model_b": "InfEdit",
6509
+ "winner": "tie (bothbad)",
6510
+ "judge": "arena_user_10.16.9.183",
6511
+ "anony": true,
6512
+ "tstamp": 1716728798.2101
6513
+ },
6514
+ {
6515
+ "model_a": "InstructPix2Pix",
6516
+ "model_b": "InfEdit",
6517
+ "winner": "tie (bothbad)",
6518
+ "judge": "arena_user_10.16.3.14",
6519
+ "anony": true,
6520
+ "tstamp": 1716728810.132
6521
+ },
6522
+ {
6523
+ "model_a": "Pix2PixZero",
6524
+ "model_b": "Prompt2prompt",
6525
+ "winner": "model_b",
6526
+ "judge": "arena_user_10.16.27.38",
6527
+ "anony": true,
6528
+ "tstamp": 1716728821.5646
6529
+ },
6530
+ {
6531
+ "model_a": "PNP",
6532
+ "model_b": "CycleDiffusion",
6533
+ "winner": "model_b",
6534
+ "judge": "arena_user_10.16.3.14",
6535
+ "anony": true,
6536
+ "tstamp": 1716745620.8532
6537
+ },
6538
+ {
6539
+ "model_a": "PNP",
6540
+ "model_b": "SDEdit",
6541
+ "winner": "model_a",
6542
+ "judge": "arena_user_10.16.34.32",
6543
+ "anony": true,
6544
+ "tstamp": 1716745652.6839
6545
+ },
6546
+ {
6547
+ "model_a": "CycleDiffusion",
6548
+ "model_b": "InstructPix2Pix",
6549
+ "winner": "tie (bothbad)",
6550
+ "judge": "arena_user_10.16.3.14",
6551
+ "anony": true,
6552
+ "tstamp": 1716745700.088
6553
+ },
6554
+ {
6555
+ "model_a": "Pix2PixZero",
6556
+ "model_b": "InstructPix2Pix",
6557
+ "winner": "model_b",
6558
+ "judge": "arena_user_10.16.9.183",
6559
+ "anony": true,
6560
+ "tstamp": 1716745855.4743
6561
+ },
6562
+ {
6563
+ "model_a": "PNP",
6564
+ "model_b": "CosXLEdit",
6565
+ "winner": "model_b",
6566
+ "judge": "arena_user_10.16.3.14",
6567
+ "anony": true,
6568
+ "tstamp": 1716745897.8491
6569
+ },
6570
+ {
6571
+ "model_a": "InstructPix2Pix",
6572
+ "model_b": "PNP",
6573
+ "winner": "tie",
6574
+ "judge": "arena_user_10.16.27.38",
6575
+ "anony": true,
6576
+ "tstamp": 1716745953.0266
6577
+ },
6578
+ {
6579
+ "model_a": "PNP",
6580
+ "model_b": "SDEdit",
6581
+ "winner": "model_a",
6582
+ "judge": "arena_user_10.16.9.183",
6583
+ "anony": true,
6584
+ "tstamp": 1716745973.8221
6585
+ },
6586
+ {
6587
+ "model_a": "SDEdit",
6588
+ "model_b": "Prompt2prompt",
6589
+ "winner": "tie",
6590
+ "judge": "arena_user_10.16.27.38",
6591
+ "anony": true,
6592
+ "tstamp": 1716746017.6491
6593
+ },
6594
+ {
6595
+ "model_a": "CycleDiffusion",
6596
+ "model_b": "CosXLEdit",
6597
+ "winner": "tie (bothbad)",
6598
+ "judge": "arena_user_10.16.9.183",
6599
+ "anony": true,
6600
+ "tstamp": 1716746205.3685
6601
+ },
6602
+ {
6603
+ "model_a": "Prompt2prompt",
6604
+ "model_b": "CosXLEdit",
6605
+ "winner": "model_a",
6606
+ "judge": "arena_user_10.16.3.14",
6607
+ "anony": true,
6608
+ "tstamp": 1716746244.2996
6609
+ },
6610
+ {
6611
+ "model_a": "InfEdit",
6612
+ "model_b": "MagicBrush",
6613
+ "winner": "model_a",
6614
+ "judge": "arena_user_10.16.9.183",
6615
+ "anony": true,
6616
+ "tstamp": 1716746264.2568
6617
+ },
6618
+ {
6619
+ "model_a": "CycleDiffusion",
6620
+ "model_b": "PNP",
6621
+ "winner": "tie (bothbad)",
6622
+ "judge": "arena_user_10.16.27.38",
6623
+ "anony": true,
6624
+ "tstamp": 1716746280.753
6625
+ },
6626
+ {
6627
+ "model_a": "SDEdit",
6628
+ "model_b": "PNP",
6629
+ "winner": "tie (bothbad)",
6630
+ "judge": "arena_user_10.16.3.14",
6631
+ "anony": true,
6632
+ "tstamp": 1716747213.2132
6633
+ },
6634
+ {
6635
+ "model_a": "CycleDiffusion",
6636
+ "model_b": "PNP",
6637
+ "winner": "tie",
6638
+ "judge": "arena_user_10.16.9.183",
6639
+ "anony": true,
6640
+ "tstamp": 1716747256.9527
6641
+ },
6642
+ {
6643
+ "model_a": "CosXLEdit",
6644
+ "model_b": "Prompt2prompt",
6645
+ "winner": "tie (bothbad)",
6646
+ "judge": "arena_user_10.16.9.183",
6647
+ "anony": true,
6648
+ "tstamp": 1716747300.2075
6649
+ },
6650
+ {
6651
+ "model_a": "InfEdit",
6652
+ "model_b": "Prompt2prompt",
6653
+ "winner": "model_a",
6654
+ "judge": "arena_user_10.16.3.14",
6655
+ "anony": true,
6656
+ "tstamp": 1716747339.5826
6657
+ },
6658
+ {
6659
+ "model_a": "PNP",
6660
+ "model_b": "CycleDiffusion",
6661
+ "winner": "model_a",
6662
+ "judge": "arena_user_10.16.9.183",
6663
+ "anony": true,
6664
+ "tstamp": 1716747369.3644
6665
+ },
6666
+ {
6667
+ "model_a": "Prompt2prompt",
6668
+ "model_b": "PNP",
6669
+ "winner": "tie (bothbad)",
6670
+ "judge": "arena_user_10.16.27.38",
6671
+ "anony": true,
6672
+ "tstamp": 1716747398.616
6673
+ },
6674
+ {
6675
+ "model_a": "CosXLEdit",
6676
+ "model_b": "SDEdit",
6677
+ "winner": "tie (bothbad)",
6678
+ "judge": "arena_user_10.16.9.183",
6679
+ "anony": true,
6680
+ "tstamp": 1716747448.3494
6681
+ },
6682
+ {
6683
+ "model_a": "PNP",
6684
+ "model_b": "CosXLEdit",
6685
+ "winner": "model_b",
6686
+ "judge": "arena_user_10.16.9.183",
6687
+ "anony": true,
6688
+ "tstamp": 1716747552.803
6689
+ },
6690
+ {
6691
+ "model_a": "PNP",
6692
+ "model_b": "InstructPix2Pix",
6693
+ "winner": "tie (bothbad)",
6694
+ "judge": "arena_user_10.16.9.183",
6695
+ "anony": true,
6696
+ "tstamp": 1716747584.6276
6697
+ },
6698
+ {
6699
+ "model_a": "CycleDiffusion",
6700
+ "model_b": "MagicBrush",
6701
+ "winner": "model_b",
6702
+ "judge": "arena_user_10.16.9.183",
6703
+ "anony": true,
6704
+ "tstamp": 1716747606.2848
6705
+ },
6706
+ {
6707
+ "model_a": "MagicBrush",
6708
+ "model_b": "Prompt2prompt",
6709
+ "winner": "model_a",
6710
+ "judge": "arena_user_10.16.3.14",
6711
+ "anony": true,
6712
+ "tstamp": 1716747649.6574
6713
+ },
6714
+ {
6715
+ "model_a": "InfEdit",
6716
+ "model_b": "CycleDiffusion",
6717
+ "winner": "model_a",
6718
+ "judge": "arena_user_10.16.27.38",
6719
+ "anony": true,
6720
+ "tstamp": 1716747682.3376
6721
+ },
6722
+ {
6723
+ "model_a": "InstructPix2Pix",
6724
+ "model_b": "Prompt2prompt",
6725
+ "winner": "tie (bothbad)",
6726
+ "judge": "arena_user_10.16.3.14",
6727
+ "anony": true,
6728
+ "tstamp": 1716747722.6405
6729
+ },
6730
+ {
6731
+ "model_a": "Prompt2prompt",
6732
+ "model_b": "SDEdit",
6733
+ "winner": "tie (bothbad)",
6734
+ "judge": "arena_user_10.16.27.38",
6735
+ "anony": true,
6736
+ "tstamp": 1716747797.5494
6737
+ },
6738
+ {
6739
+ "model_a": "InstructPix2Pix",
6740
+ "model_b": "MagicBrush",
6741
+ "winner": "tie (bothbad)",
6742
+ "judge": "arena_user_10.16.27.38",
6743
+ "anony": true,
6744
+ "tstamp": 1716747869.0399
6745
+ },
6746
+ {
6747
+ "model_a": "CosXLEdit",
6748
+ "model_b": "CycleDiffusion",
6749
+ "winner": "model_a",
6750
+ "judge": "arena_user_10.16.27.38",
6751
+ "anony": true,
6752
+ "tstamp": 1716747891.4571
6753
+ },
6754
+ {
6755
+ "model_a": "SDEdit",
6756
+ "model_b": "Pix2PixZero",
6757
+ "winner": "tie",
6758
+ "judge": "arena_user_10.16.3.14",
6759
+ "anony": true,
6760
+ "tstamp": 1716747920.2327
6761
+ },
6762
+ {
6763
+ "model_a": "Prompt2prompt",
6764
+ "model_b": "CycleDiffusion",
6765
+ "winner": "tie (bothbad)",
6766
+ "judge": "arena_user_10.16.3.14",
6767
+ "anony": true,
6768
+ "tstamp": 1716747939.584
6769
+ },
6770
+ {
6771
+ "model_a": "InfEdit",
6772
+ "model_b": "CosXLEdit",
6773
+ "winner": "tie (bothbad)",
6774
+ "judge": "arena_user_10.16.27.38",
6775
+ "anony": true,
6776
+ "tstamp": 1716749646.7843
6777
+ },
6778
+ {
6779
+ "model_a": "CycleDiffusion",
6780
+ "model_b": "SDEdit",
6781
+ "winner": "tie (bothbad)",
6782
+ "judge": "arena_user_10.16.27.38",
6783
+ "anony": true,
6784
+ "tstamp": 1716749696.354
6785
+ },
6786
+ {
6787
+ "model_a": "MagicBrush",
6788
+ "model_b": "Pix2PixZero",
6789
+ "winner": "model_a",
6790
+ "judge": "arena_user_10.16.9.183",
6791
+ "anony": true,
6792
+ "tstamp": 1716749730.2495
6793
+ },
6794
+ {
6795
+ "model_a": "CycleDiffusion",
6796
+ "model_b": "SDEdit",
6797
+ "winner": "tie (bothbad)",
6798
+ "judge": "arena_user_10.16.27.38",
6799
+ "anony": true,
6800
+ "tstamp": 1716749776.2764
6801
+ },
6802
+ {
6803
+ "model_a": "PNP",
6804
+ "model_b": "Pix2PixZero",
6805
+ "winner": "tie (bothbad)",
6806
+ "judge": "arena_user_10.16.27.38",
6807
+ "anony": true,
6808
+ "tstamp": 1716749888.4603
6809
+ },
6810
+ {
6811
+ "model_a": "SDEdit",
6812
+ "model_b": "CycleDiffusion",
6813
+ "winner": "model_a",
6814
+ "judge": "arena_user_10.16.27.38",
6815
+ "anony": true,
6816
+ "tstamp": 1716749914.5802
6817
+ },
6818
+ {
6819
+ "model_a": "PNP",
6820
+ "model_b": "Pix2PixZero",
6821
+ "winner": "model_a",
6822
+ "judge": "arena_user_10.16.27.38",
6823
+ "anony": true,
6824
+ "tstamp": 1716749940.5542
6825
+ },
6826
+ {
6827
+ "model_a": "InstructPix2Pix",
6828
+ "model_b": "MagicBrush",
6829
+ "winner": "model_b",
6830
+ "judge": "arena_user_10.16.27.38",
6831
+ "anony": true,
6832
+ "tstamp": 1716749970.5263
6833
+ },
6834
+ {
6835
+ "model_a": "Prompt2prompt",
6836
+ "model_b": "PNP",
6837
+ "winner": "model_a",
6838
+ "judge": "arena_user_10.16.9.183",
6839
+ "anony": true,
6840
+ "tstamp": 1716750008.2537
6841
+ },
6842
+ {
6843
+ "model_a": "SDEdit",
6844
+ "model_b": "Prompt2prompt",
6845
+ "winner": "model_a",
6846
+ "judge": "arena_user_10.16.27.38",
6847
+ "anony": true,
6848
+ "tstamp": 1716750043.8712
6849
+ },
6850
+ {
6851
+ "model_a": "PNP",
6852
+ "model_b": "SDEdit",
6853
+ "winner": "tie",
6854
+ "judge": "arena_user_10.16.9.183",
6855
+ "anony": true,
6856
+ "tstamp": 1716750065.3746
6857
+ },
6858
+ {
6859
+ "model_a": "MagicBrush",
6860
+ "model_b": "InstructPix2Pix",
6861
+ "winner": "model_a",
6862
+ "judge": "arena_user_10.16.9.183",
6863
+ "anony": true,
6864
+ "tstamp": 1716750112.0539
6865
+ },
6866
+ {
6867
+ "model_a": "SDEdit",
6868
+ "model_b": "CycleDiffusion",
6869
+ "winner": "tie (bothbad)",
6870
+ "judge": "arena_user_10.16.27.38",
6871
+ "anony": true,
6872
+ "tstamp": 1716750157.4182
6873
+ },
6874
+ {
6875
+ "model_a": "CycleDiffusion",
6876
+ "model_b": "MagicBrush",
6877
+ "winner": "tie (bothbad)",
6878
+ "judge": "arena_user_10.16.27.38",
6879
+ "anony": true,
6880
+ "tstamp": 1716750199.2141
6881
+ },
6882
+ {
6883
+ "model_a": "InfEdit",
6884
+ "model_b": "InstructPix2Pix",
6885
+ "winner": "model_b",
6886
+ "judge": "arena_user_10.16.9.183",
6887
+ "anony": true,
6888
+ "tstamp": 1716750245.6854
6889
+ },
6890
+ {
6891
+ "model_a": "Prompt2prompt",
6892
+ "model_b": "InfEdit",
6893
+ "winner": "model_b",
6894
+ "judge": "arena_user_10.16.27.38",
6895
+ "anony": true,
6896
+ "tstamp": 1716750276.6703
6897
+ },
6898
+ {
6899
+ "model_a": "PNP",
6900
+ "model_b": "CosXLEdit",
6901
+ "winner": "model_a",
6902
+ "judge": "arena_user_10.16.3.14",
6903
+ "anony": true,
6904
+ "tstamp": 1716750290.0386
6905
+ },
6906
+ {
6907
+ "model_a": "CycleDiffusion",
6908
+ "model_b": "SDEdit",
6909
+ "winner": "tie (bothbad)",
6910
+ "judge": "arena_user_10.16.9.183",
6911
+ "anony": true,
6912
+ "tstamp": 1716750349.4492
6913
+ },
6914
+ {
6915
+ "model_a": "InstructPix2Pix",
6916
+ "model_b": "CycleDiffusion",
6917
+ "winner": "tie (bothbad)",
6918
+ "judge": "arena_user_10.16.27.38",
6919
+ "anony": true,
6920
+ "tstamp": 1716750770.827
6921
+ },
6922
+ {
6923
+ "model_a": "CosXLEdit",
6924
+ "model_b": "Pix2PixZero",
6925
+ "winner": "tie (bothbad)",
6926
+ "judge": "arena_user_10.16.3.14",
6927
+ "anony": true,
6928
+ "tstamp": 1716750833.5807
6929
+ },
6930
+ {
6931
+ "model_a": "SDEdit",
6932
+ "model_b": "PNP",
6933
+ "winner": "model_a",
6934
+ "judge": "arena_user_10.16.9.183",
6935
+ "anony": true,
6936
+ "tstamp": 1716750884.3672
6937
+ },
6938
+ {
6939
+ "model_a": "PNP",
6940
+ "model_b": "CosXLEdit",
6941
+ "winner": "model_b",
6942
+ "judge": "arena_user_10.16.27.38",
6943
+ "anony": true,
6944
+ "tstamp": 1716750909.7914
6945
+ },
6946
+ {
6947
+ "model_a": "CycleDiffusion",
6948
+ "model_b": "Pix2PixZero",
6949
+ "winner": "tie (bothbad)",
6950
+ "judge": "arena_user_10.16.27.38",
6951
+ "anony": true,
6952
+ "tstamp": 1716750937.9258
6953
+ },
6954
+ {
6955
+ "model_a": "MagicBrush",
6956
+ "model_b": "Prompt2prompt",
6957
+ "winner": "tie (bothbad)",
6958
+ "judge": "arena_user_10.16.27.38",
6959
+ "anony": true,
6960
+ "tstamp": 1716750946.6655
6961
+ },
6962
+ {
6963
+ "model_a": "MagicBrush",
6964
+ "model_b": "Pix2PixZero",
6965
+ "winner": "model_a",
6966
+ "judge": "arena_user_10.16.27.38",
6967
+ "anony": true,
6968
+ "tstamp": 1716751002.0069
6969
+ },
6970
+ {
6971
+ "model_a": "PNP",
6972
+ "model_b": "InstructPix2Pix",
6973
+ "winner": "model_b",
6974
+ "judge": "arena_user_10.16.3.14",
6975
+ "anony": true,
6976
+ "tstamp": 1716751046.5212
6977
+ },
6978
+ {
6979
+ "model_a": "SDEdit",
6980
+ "model_b": "InfEdit",
6981
+ "winner": "tie (bothbad)",
6982
+ "judge": "arena_user_10.16.9.183",
6983
+ "anony": true,
6984
+ "tstamp": 1716751061.8143
6985
+ },
6986
+ {
6987
+ "model_a": "Prompt2prompt",
6988
+ "model_b": "CycleDiffusion",
6989
+ "winner": "model_b",
6990
+ "judge": "arena_user_10.16.34.32",
6991
+ "anony": true,
6992
+ "tstamp": 1716751286.7161
6993
+ },
6994
+ {
6995
+ "model_a": "Prompt2prompt",
6996
+ "model_b": "CosXLEdit",
6997
+ "winner": "model_b",
6998
+ "judge": "arena_user_10.16.3.14",
6999
+ "anony": true,
7000
+ "tstamp": 1716751312.3299
7001
+ },
7002
+ {
7003
+ "model_a": "CosXLEdit",
7004
+ "model_b": "Prompt2prompt",
7005
+ "winner": "tie (bothbad)",
7006
+ "judge": "arena_user_10.16.3.14",
7007
+ "anony": true,
7008
+ "tstamp": 1716751333.1833
7009
+ },
7010
+ {
7011
+ "model_a": "InstructPix2Pix",
7012
+ "model_b": "Prompt2prompt",
7013
+ "winner": "model_a",
7014
+ "judge": "arena_user_10.16.9.183",
7015
+ "anony": true,
7016
+ "tstamp": 1716751352.0314
7017
+ },
7018
+ {
7019
+ "model_a": "PNP",
7020
+ "model_b": "CycleDiffusion",
7021
+ "winner": "model_a",
7022
+ "judge": "arena_user_10.16.3.14",
7023
+ "anony": true,
7024
+ "tstamp": 1716751398.6861
7025
+ },
7026
+ {
7027
+ "model_a": "PNP",
7028
+ "model_b": "Prompt2prompt",
7029
+ "winner": "tie (bothbad)",
7030
+ "judge": "arena_user_10.16.34.32",
7031
+ "anony": true,
7032
+ "tstamp": 1716751409.0689
7033
+ },
7034
+ {
7035
+ "model_a": "CosXLEdit",
7036
+ "model_b": "PNP",
7037
+ "winner": "model_a",
7038
+ "judge": "arena_user_10.16.27.38",
7039
+ "anony": true,
7040
+ "tstamp": 1716751438.6903
7041
+ },
7042
+ {
7043
+ "model_a": "PNP",
7044
+ "model_b": "CycleDiffusion",
7045
+ "winner": "model_a",
7046
+ "judge": "arena_user_10.16.27.38",
7047
+ "anony": true,
7048
+ "tstamp": 1716751449.6622
7049
+ },
7050
+ {
7051
+ "model_a": "PNP",
7052
+ "model_b": "CycleDiffusion",
7053
+ "winner": "tie (bothbad)",
7054
+ "judge": "arena_user_10.16.27.38",
7055
+ "anony": true,
7056
+ "tstamp": 1716751493.5744
7057
+ },
7058
+ {
7059
+ "model_a": "SDEdit",
7060
+ "model_b": "CosXLEdit",
7061
+ "winner": "model_a",
7062
+ "judge": "arena_user_10.16.9.183",
7063
+ "anony": true,
7064
+ "tstamp": 1716751520.7481
7065
+ },
7066
+ {
7067
+ "model_a": "CosXLEdit",
7068
+ "model_b": "Pix2PixZero",
7069
+ "winner": "model_a",
7070
+ "judge": "arena_user_10.16.27.38",
7071
+ "anony": true,
7072
+ "tstamp": 1716751537.404
7073
+ },
7074
+ {
7075
+ "model_a": "PNP",
7076
+ "model_b": "Pix2PixZero",
7077
+ "winner": "model_a",
7078
+ "judge": "arena_user_10.16.3.14",
7079
+ "anony": true,
7080
+ "tstamp": 1716751571.7975
7081
+ },
7082
+ {
7083
+ "model_a": "CycleDiffusion",
7084
+ "model_b": "InstructPix2Pix",
7085
+ "winner": "tie (bothbad)",
7086
+ "judge": "arena_user_10.16.27.38",
7087
+ "anony": true,
7088
+ "tstamp": 1716751597.6236
7089
+ },
7090
+ {
7091
+ "model_a": "InfEdit",
7092
+ "model_b": "CycleDiffusion",
7093
+ "winner": "model_a",
7094
+ "judge": "arena_user_10.16.27.38",
7095
+ "anony": true,
7096
+ "tstamp": 1716751674.3896
7097
+ },
7098
+ {
7099
+ "model_a": "MagicBrush",
7100
+ "model_b": "PNP",
7101
+ "winner": "tie (bothbad)",
7102
+ "judge": "arena_user_10.16.27.38",
7103
+ "anony": true,
7104
+ "tstamp": 1716751897.9933
7105
+ },
7106
+ {
7107
+ "model_a": "CycleDiffusion",
7108
+ "model_b": "PNP",
7109
+ "winner": "tie (bothbad)",
7110
+ "judge": "arena_user_10.16.27.38",
7111
+ "anony": true,
7112
+ "tstamp": 1716751919.4483
7113
+ },
7114
+ {
7115
+ "model_a": "CosXLEdit",
7116
+ "model_b": "Pix2PixZero",
7117
+ "winner": "tie (bothbad)",
7118
+ "judge": "arena_user_10.16.9.183",
7119
+ "anony": true,
7120
+ "tstamp": 1716751963.2601
7121
+ },
7122
+ {
7123
+ "model_a": "InfEdit",
7124
+ "model_b": "Pix2PixZero",
7125
+ "winner": "model_a",
7126
+ "judge": "arena_user_10.16.27.38",
7127
+ "anony": true,
7128
+ "tstamp": 1716751980.0005
7129
+ },
7130
+ {
7131
+ "model_a": "PNP",
7132
+ "model_b": "InfEdit",
7133
+ "winner": "model_b",
7134
+ "judge": "arena_user_10.16.3.14",
7135
+ "anony": true,
7136
+ "tstamp": 1716752027.9047
7137
+ },
7138
+ {
7139
+ "model_a": "InstructPix2Pix",
7140
+ "model_b": "CycleDiffusion",
7141
+ "winner": "model_a",
7142
+ "judge": "arena_user_10.16.27.38",
7143
+ "anony": true,
7144
+ "tstamp": 1716752069.4363
7145
+ },
7146
+ {
7147
+ "model_a": "PNP",
7148
+ "model_b": "SDEdit",
7149
+ "winner": "model_a",
7150
+ "judge": "arena_user_10.16.27.38",
7151
+ "anony": true,
7152
+ "tstamp": 1716752091.6392
7153
+ },
7154
+ {
7155
+ "model_a": "PNP",
7156
+ "model_b": "CycleDiffusion",
7157
+ "winner": "tie (bothbad)",
7158
+ "judge": "arena_user_10.16.9.183",
7159
+ "anony": true,
7160
+ "tstamp": 1716752112.3889
7161
+ },
7162
+ {
7163
+ "model_a": "InstructPix2Pix",
7164
+ "model_b": "CycleDiffusion",
7165
+ "winner": "tie (bothbad)",
7166
+ "judge": "arena_user_10.16.27.38",
7167
+ "anony": true,
7168
+ "tstamp": 1716752185.2672
7169
+ },
7170
+ {
7171
+ "model_a": "CosXLEdit",
7172
+ "model_b": "Prompt2prompt",
7173
+ "winner": "model_a",
7174
+ "judge": "arena_user_10.16.9.183",
7175
+ "anony": true,
7176
+ "tstamp": 1716752208.324
7177
+ },
7178
+ {
7179
+ "model_a": "InfEdit",
7180
+ "model_b": "Prompt2prompt",
7181
+ "winner": "tie",
7182
+ "judge": "arena_user_10.16.9.183",
7183
+ "anony": true,
7184
+ "tstamp": 1716752232.3811
7185
+ },
7186
+ {
7187
+ "model_a": "SDEdit",
7188
+ "model_b": "InfEdit",
7189
+ "winner": "model_b",
7190
+ "judge": "arena_user_10.16.3.14",
7191
+ "anony": true,
7192
+ "tstamp": 1716752258.8471
7193
+ },
7194
+ {
7195
+ "model_a": "SDEdit",
7196
+ "model_b": "Prompt2prompt",
7197
+ "winner": "tie (bothbad)",
7198
+ "judge": "arena_user_10.16.3.14",
7199
+ "anony": true,
7200
+ "tstamp": 1716752273.9366
7201
+ },
7202
+ {
7203
+ "model_a": "Prompt2prompt",
7204
+ "model_b": "CycleDiffusion",
7205
+ "winner": "tie (bothbad)",
7206
+ "judge": "arena_user_10.16.3.14",
7207
+ "anony": true,
7208
+ "tstamp": 1716752289.3346
7209
+ },
7210
+ {
7211
+ "model_a": "InfEdit",
7212
+ "model_b": "Pix2PixZero",
7213
+ "winner": "tie (bothbad)",
7214
+ "judge": "arena_user_10.16.9.183",
7215
+ "anony": true,
7216
+ "tstamp": 1716752318.912
7217
+ },
7218
+ {
7219
+ "model_a": "CycleDiffusion",
7220
+ "model_b": "MagicBrush",
7221
+ "winner": "model_b",
7222
+ "judge": "arena_user_10.16.27.38",
7223
+ "anony": true,
7224
+ "tstamp": 1716752341.673
7225
+ },
7226
+ {
7227
+ "model_a": "Prompt2prompt",
7228
+ "model_b": "InfEdit",
7229
+ "winner": "model_b",
7230
+ "judge": "arena_user_10.16.27.38",
7231
+ "anony": true,
7232
+ "tstamp": 1716752369.1086
7233
+ },
7234
+ {
7235
+ "model_a": "Prompt2prompt",
7236
+ "model_b": "InfEdit",
7237
+ "winner": "model_b",
7238
+ "judge": "arena_user_10.16.27.38",
7239
+ "anony": true,
7240
+ "tstamp": 1716752420.3603
7241
+ },
7242
+ {
7243
+ "model_a": "SDEdit",
7244
+ "model_b": "CosXLEdit",
7245
+ "winner": "model_b",
7246
+ "judge": "arena_user_10.16.27.38",
7247
+ "anony": true,
7248
+ "tstamp": 1716752443.7085
7249
+ },
7250
+ {
7251
+ "model_a": "PNP",
7252
+ "model_b": "CycleDiffusion",
7253
+ "winner": "tie (bothbad)",
7254
+ "judge": "arena_user_10.16.3.14",
7255
+ "anony": true,
7256
+ "tstamp": 1716752473.0068
7257
+ },
7258
+ {
7259
+ "model_a": "InstructPix2Pix",
7260
+ "model_b": "CycleDiffusion",
7261
+ "winner": "tie (bothbad)",
7262
+ "judge": "arena_user_10.16.27.38",
7263
+ "anony": true,
7264
+ "tstamp": 1716770800.2033
7265
+ },
7266
+ {
7267
+ "model_a": "SDEdit",
7268
+ "model_b": "Pix2PixZero",
7269
+ "winner": "model_a",
7270
+ "judge": "arena_user_10.16.27.38",
7271
+ "anony": true,
7272
+ "tstamp": 1716770833.503
7273
+ },
7274
+ {
7275
+ "model_a": "CycleDiffusion",
7276
+ "model_b": "Pix2PixZero",
7277
+ "winner": "tie (bothbad)",
7278
+ "judge": "arena_user_10.16.9.183",
7279
+ "anony": true,
7280
+ "tstamp": 1716770921.4936
7281
+ },
7282
+ {
7283
+ "model_a": "CosXLEdit",
7284
+ "model_b": "MagicBrush",
7285
+ "winner": "tie",
7286
+ "judge": "arena_user_10.16.3.14",
7287
+ "anony": true,
7288
+ "tstamp": 1716770961.0228
7289
+ },
7290
+ {
7291
+ "model_a": "InstructPix2Pix",
7292
+ "model_b": "Pix2PixZero",
7293
+ "winner": "tie (bothbad)",
7294
+ "judge": "arena_user_10.16.3.14",
7295
+ "anony": true,
7296
+ "tstamp": 1716770978.5851
7297
+ },
7298
+ {
7299
+ "model_a": "Prompt2prompt",
7300
+ "model_b": "InstructPix2Pix",
7301
+ "winner": "model_b",
7302
+ "judge": "arena_user_10.16.27.38",
7303
+ "anony": true,
7304
+ "tstamp": 1716771033.0563
7305
+ },
7306
+ {
7307
+ "model_a": "Pix2PixZero",
7308
+ "model_b": "InfEdit",
7309
+ "winner": "model_b",
7310
+ "judge": "arena_user_10.16.9.183",
7311
+ "anony": true,
7312
+ "tstamp": 1716771066.8997
7313
+ },
7314
+ {
7315
+ "model_a": "CosXLEdit",
7316
+ "model_b": "PNP",
7317
+ "winner": "model_a",
7318
+ "judge": "arena_user_10.16.9.183",
7319
+ "anony": true,
7320
+ "tstamp": 1716771084.1461
7321
+ },
7322
+ {
7323
+ "model_a": "InstructPix2Pix",
7324
+ "model_b": "CycleDiffusion",
7325
+ "winner": "tie (bothbad)",
7326
+ "judge": "arena_user_10.16.9.183",
7327
+ "anony": true,
7328
+ "tstamp": 1716771390.7352
7329
+ },
7330
+ {
7331
+ "model_a": "MagicBrush",
7332
+ "model_b": "InstructPix2Pix",
7333
+ "winner": "model_a",
7334
+ "judge": "arena_user_10.16.3.14",
7335
+ "anony": true,
7336
+ "tstamp": 1716771435.5882
7337
+ },
7338
+ {
7339
+ "model_a": "CosXLEdit",
7340
+ "model_b": "PNP",
7341
+ "winner": "model_b",
7342
+ "judge": "arena_user_10.16.3.14",
7343
+ "anony": true,
7344
+ "tstamp": 1716771460.8085
7345
+ },
7346
+ {
7347
+ "model_a": "SDEdit",
7348
+ "model_b": "InstructPix2Pix",
7349
+ "winner": "model_b",
7350
+ "judge": "arena_user_10.16.27.38",
7351
+ "anony": true,
7352
+ "tstamp": 1716771501.3232
7353
+ },
7354
+ {
7355
+ "model_a": "InstructPix2Pix",
7356
+ "model_b": "SDEdit",
7357
+ "winner": "model_a",
7358
+ "judge": "arena_user_10.16.27.38",
7359
+ "anony": true,
7360
+ "tstamp": 1716771529.5106
7361
+ },
7362
+ {
7363
+ "model_a": "MagicBrush",
7364
+ "model_b": "Pix2PixZero",
7365
+ "winner": "tie (bothbad)",
7366
+ "judge": "arena_user_10.16.9.183",
7367
+ "anony": true,
7368
+ "tstamp": 1716771569.7391
7369
+ },
7370
+ {
7371
+ "model_a": "PNP",
7372
+ "model_b": "InstructPix2Pix",
7373
+ "winner": "model_a",
7374
+ "judge": "arena_user_10.16.3.14",
7375
+ "anony": true,
7376
+ "tstamp": 1716771623.3557
7377
+ },
7378
+ {
7379
+ "model_a": "Pix2PixZero",
7380
+ "model_b": "InstructPix2Pix",
7381
+ "winner": "tie (bothbad)",
7382
+ "judge": "arena_user_10.16.27.38",
7383
+ "anony": true,
7384
+ "tstamp": 1716771639.5937
7385
+ },
7386
+ {
7387
+ "model_a": "Pix2PixZero",
7388
+ "model_b": "Prompt2prompt",
7389
+ "winner": "tie (bothbad)",
7390
+ "judge": "arena_user_10.16.27.38",
7391
+ "anony": true,
7392
+ "tstamp": 1716771692.6055
7393
+ },
7394
+ {
7395
+ "model_a": "Pix2PixZero",
7396
+ "model_b": "Prompt2prompt",
7397
+ "winner": "model_b",
7398
+ "judge": "arena_user_10.16.3.14",
7399
+ "anony": true,
7400
+ "tstamp": 1716771726.0409
7401
+ },
7402
+ {
7403
+ "model_a": "SDEdit",
7404
+ "model_b": "Prompt2prompt",
7405
+ "winner": "tie (bothbad)",
7406
+ "judge": "arena_user_10.16.9.183",
7407
+ "anony": true,
7408
+ "tstamp": 1716771740.3794
7409
+ },
7410
+ {
7411
+ "model_a": "SDEdit",
7412
+ "model_b": "Prompt2prompt",
7413
+ "winner": "tie (bothbad)",
7414
+ "judge": "arena_user_10.16.3.14",
7415
+ "anony": true,
7416
+ "tstamp": 1716771761.0267
7417
+ },
7418
+ {
7419
+ "model_a": "SDEdit",
7420
+ "model_b": "CosXLEdit",
7421
+ "winner": "model_a",
7422
+ "judge": "arena_user_10.16.3.14",
7423
+ "anony": true,
7424
+ "tstamp": 1716771786.9587
7425
+ },
7426
+ {
7427
+ "model_a": "PNP",
7428
+ "model_b": "SDEdit",
7429
+ "winner": "model_b",
7430
+ "judge": "arena_user_10.16.27.38",
7431
+ "anony": true,
7432
+ "tstamp": 1716771832.6608
7433
+ },
7434
+ {
7435
+ "model_a": "CosXLEdit",
7436
+ "model_b": "InfEdit",
7437
+ "winner": "tie (bothbad)",
7438
+ "judge": "arena_user_10.16.9.183",
7439
+ "anony": true,
7440
+ "tstamp": 1716771864.9875
7441
+ },
7442
+ {
7443
+ "model_a": "InfEdit",
7444
+ "model_b": "InstructPix2Pix",
7445
+ "winner": "tie (bothbad)",
7446
+ "judge": "arena_user_10.16.9.183",
7447
+ "anony": true,
7448
+ "tstamp": 1716771988.4943
7449
+ },
7450
+ {
7451
+ "model_a": "InfEdit",
7452
+ "model_b": "Pix2PixZero",
7453
+ "winner": "tie (bothbad)",
7454
+ "judge": "arena_user_10.16.27.38",
7455
+ "anony": true,
7456
+ "tstamp": 1716772015.8433
7457
+ },
7458
+ {
7459
+ "model_a": "CycleDiffusion",
7460
+ "model_b": "MagicBrush",
7461
+ "winner": "model_b",
7462
+ "judge": "arena_user_10.16.3.14",
7463
+ "anony": true,
7464
+ "tstamp": 1716772047.2998
7465
+ },
7466
+ {
7467
+ "model_a": "MagicBrush",
7468
+ "model_b": "InfEdit",
7469
+ "winner": "model_a",
7470
+ "judge": "arena_user_10.16.27.38",
7471
+ "anony": true,
7472
+ "tstamp": 1716772072.6244
7473
+ },
7474
+ {
7475
+ "model_a": "PNP",
7476
+ "model_b": "Pix2PixZero",
7477
+ "winner": "tie (bothbad)",
7478
+ "judge": "arena_user_10.16.3.14",
7479
+ "anony": true,
7480
+ "tstamp": 1716772110.219
7481
+ },
7482
+ {
7483
+ "model_a": "Prompt2prompt",
7484
+ "model_b": "PNP",
7485
+ "winner": "model_a",
7486
+ "judge": "arena_user_10.16.9.183",
7487
+ "anony": true,
7488
+ "tstamp": 1716772148.5693
7489
+ },
7490
+ {
7491
+ "model_a": "Pix2PixZero",
7492
+ "model_b": "PNP",
7493
+ "winner": "model_b",
7494
+ "judge": "arena_user_10.16.9.183",
7495
+ "anony": true,
7496
+ "tstamp": 1716772175.5359
7497
+ },
7498
+ {
7499
+ "model_a": "Pix2PixZero",
7500
+ "model_b": "InfEdit",
7501
+ "winner": "model_b",
7502
+ "judge": "arena_user_10.16.27.38",
7503
+ "anony": true,
7504
+ "tstamp": 1716772220.595
7505
+ },
7506
+ {
7507
+ "model_a": "InstructPix2Pix",
7508
+ "model_b": "PNP",
7509
+ "winner": "model_b",
7510
+ "judge": "arena_user_10.16.27.38",
7511
+ "anony": true,
7512
+ "tstamp": 1716772248.9167
7513
+ },
7514
+ {
7515
+ "model_a": "SDEdit",
7516
+ "model_b": "Prompt2prompt",
7517
+ "winner": "tie (bothbad)",
7518
+ "judge": "arena_user_10.16.9.183",
7519
+ "anony": true,
7520
+ "tstamp": 1716772264.4062
7521
+ },
7522
+ {
7523
+ "model_a": "InstructPix2Pix",
7524
+ "model_b": "InfEdit",
7525
+ "winner": "tie (bothbad)",
7526
+ "judge": "arena_user_10.16.3.14",
7527
+ "anony": true,
7528
+ "tstamp": 1716772290.9725
7529
+ },
7530
+ {
7531
+ "model_a": "Prompt2prompt",
7532
+ "model_b": "InfEdit",
7533
+ "winner": "tie (bothbad)",
7534
+ "judge": "arena_user_10.16.27.38",
7535
+ "anony": true,
7536
+ "tstamp": 1716772311.6721
7537
+ },
7538
+ {
7539
+ "model_a": "Prompt2prompt",
7540
+ "model_b": "InstructPix2Pix",
7541
+ "winner": "model_b",
7542
+ "judge": "arena_user_10.16.9.183",
7543
+ "anony": true,
7544
+ "tstamp": 1716772346.2647
7545
+ },
7546
+ {
7547
+ "model_a": "SDEdit",
7548
+ "model_b": "InfEdit",
7549
+ "winner": "model_b",
7550
+ "judge": "arena_user_10.16.9.183",
7551
+ "anony": true,
7552
+ "tstamp": 1716772364.5651
7553
+ },
7554
+ {
7555
+ "model_a": "CycleDiffusion",
7556
+ "model_b": "PNP",
7557
+ "winner": "tie (bothbad)",
7558
+ "judge": "arena_user_10.16.3.14",
7559
+ "anony": true,
7560
+ "tstamp": 1716772417.134
7561
+ },
7562
+ {
7563
+ "model_a": "InstructPix2Pix",
7564
+ "model_b": "CosXLEdit",
7565
+ "winner": "tie (bothbad)",
7566
+ "judge": "arena_user_10.16.27.38",
7567
+ "anony": true,
7568
+ "tstamp": 1716772447.3156
7569
+ },
7570
+ {
7571
+ "model_a": "InstructPix2Pix",
7572
+ "model_b": "Pix2PixZero",
7573
+ "winner": "model_a",
7574
+ "judge": "arena_user_10.16.27.38",
7575
+ "anony": true,
7576
+ "tstamp": 1716772475.9282
7577
+ },
7578
+ {
7579
+ "model_a": "PNP",
7580
+ "model_b": "CosXLEdit",
7581
+ "winner": "model_a",
7582
+ "judge": "arena_user_10.16.3.14",
7583
+ "anony": true,
7584
+ "tstamp": 1716772504.7128
7585
+ },
7586
+ {
7587
+ "model_a": "InfEdit",
7588
+ "model_b": "InstructPix2Pix",
7589
+ "winner": "tie (bothbad)",
7590
+ "judge": "arena_user_10.16.27.38",
7591
+ "anony": true,
7592
+ "tstamp": 1716772534.6455
7593
+ },
7594
+ {
7595
+ "model_a": "CycleDiffusion",
7596
+ "model_b": "InstructPix2Pix",
7597
+ "winner": "model_b",
7598
+ "judge": "arena_user_10.16.27.38",
7599
+ "anony": true,
7600
+ "tstamp": 1716772558.7136
7601
+ },
7602
+ {
7603
+ "model_a": "CycleDiffusion",
7604
+ "model_b": "CosXLEdit",
7605
+ "winner": "tie (bothbad)",
7606
+ "judge": "arena_user_10.16.9.183",
7607
+ "anony": true,
7608
+ "tstamp": 1716772618.9677
7609
+ },
7610
+ {
7611
+ "model_a": "Prompt2prompt",
7612
+ "model_b": "PNP",
7613
+ "winner": "tie (bothbad)",
7614
+ "judge": "arena_user_10.16.27.38",
7615
+ "anony": true,
7616
+ "tstamp": 1716772637.6682
7617
  }
7618
  ]
arena_elo/results/latest/clean_battle_t2i_generation.json CHANGED
@@ -40606,5 +40606,317 @@
40606
  "judge": "arena_user_10.16.9.183",
40607
  "anony": true,
40608
  "tstamp": 1716675360.5552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40609
  }
40610
  ]
 
40606
  "judge": "arena_user_10.16.9.183",
40607
  "anony": true,
40608
  "tstamp": 1716675360.5552
40609
+ },
40610
+ {
40611
+ "model_a": "PixArtSigma",
40612
+ "model_b": "PlayGround V2.5",
40613
+ "winner": "tie",
40614
+ "judge": "arena_user_10.16.9.183",
40615
+ "anony": true,
40616
+ "tstamp": 1716696765.27
40617
+ },
40618
+ {
40619
+ "model_a": "PixArtSigma",
40620
+ "model_b": "StableCascade",
40621
+ "winner": "model_b",
40622
+ "judge": "arena_user_10.16.3.14",
40623
+ "anony": true,
40624
+ "tstamp": 1716699503.5692
40625
+ },
40626
+ {
40627
+ "model_a": "LCM(v1.5/XL)",
40628
+ "model_b": "PlayGround V2",
40629
+ "winner": "model_a",
40630
+ "judge": "arena_user_10.16.3.14",
40631
+ "anony": true,
40632
+ "tstamp": 1716705294.9578
40633
+ },
40634
+ {
40635
+ "model_a": "StableCascade",
40636
+ "model_b": "PlayGround V2.5",
40637
+ "winner": "model_b",
40638
+ "judge": "arena_user_10.16.9.183",
40639
+ "anony": true,
40640
+ "tstamp": 1716705406.3076
40641
+ },
40642
+ {
40643
+ "model_a": "PlayGround V2",
40644
+ "model_b": "PixArtSigma",
40645
+ "winner": "model_a",
40646
+ "judge": "arena_user_10.16.27.38",
40647
+ "anony": true,
40648
+ "tstamp": 1716708229.2765
40649
+ },
40650
+ {
40651
+ "model_a": "SDXLTurbo",
40652
+ "model_b": "SDXL",
40653
+ "winner": "model_a",
40654
+ "judge": "arena_user_10.16.27.38",
40655
+ "anony": true,
40656
+ "tstamp": 1716708400.6323
40657
+ },
40658
+ {
40659
+ "model_a": "StableCascade",
40660
+ "model_b": "SDXLLightning",
40661
+ "winner": "model_b",
40662
+ "judge": "arena_user_10.16.27.38",
40663
+ "anony": true,
40664
+ "tstamp": 1716708408.5517
40665
+ },
40666
+ {
40667
+ "model_a": "SDXL",
40668
+ "model_b": "StableCascade",
40669
+ "winner": "model_b",
40670
+ "judge": "arena_user_10.16.9.183",
40671
+ "anony": true,
40672
+ "tstamp": 1716708425.3973
40673
+ },
40674
+ {
40675
+ "model_a": "OpenJourney",
40676
+ "model_b": "LCM(v1.5/XL)",
40677
+ "winner": "tie (bothbad)",
40678
+ "judge": "arena_user_10.16.27.38",
40679
+ "anony": true,
40680
+ "tstamp": 1716708463.7409
40681
+ },
40682
+ {
40683
+ "model_a": "PlayGround V2.5",
40684
+ "model_b": "SDXL",
40685
+ "winner": "model_a",
40686
+ "judge": "arena_user_10.16.3.14",
40687
+ "anony": true,
40688
+ "tstamp": 1716711715.0109
40689
+ },
40690
+ {
40691
+ "model_a": "SDXL",
40692
+ "model_b": "PixArtSigma",
40693
+ "winner": "model_a",
40694
+ "judge": "arena_user_10.16.3.14",
40695
+ "anony": true,
40696
+ "tstamp": 1716711774.3686
40697
+ },
40698
+ {
40699
+ "model_a": "OpenJourney",
40700
+ "model_b": "LCM(v1.5/XL)",
40701
+ "winner": "model_b",
40702
+ "judge": "arena_user_10.16.27.38",
40703
+ "anony": true,
40704
+ "tstamp": 1716712269.8734
40705
+ },
40706
+ {
40707
+ "model_a": "PixArtSigma",
40708
+ "model_b": "StableCascade",
40709
+ "winner": "model_a",
40710
+ "judge": "arena_user_10.16.27.38",
40711
+ "anony": true,
40712
+ "tstamp": 1716712296.7852
40713
+ },
40714
+ {
40715
+ "model_a": "StableCascade",
40716
+ "model_b": "SDXLTurbo",
40717
+ "winner": "model_a",
40718
+ "judge": "arena_user_10.16.27.38",
40719
+ "anony": true,
40720
+ "tstamp": 1716712383.2781
40721
+ },
40722
+ {
40723
+ "model_a": "PixArtSigma",
40724
+ "model_b": "PixArtAlpha",
40725
+ "winner": "model_b",
40726
+ "judge": "arena_user_10.16.9.183",
40727
+ "anony": true,
40728
+ "tstamp": 1716714698.5936
40729
+ },
40730
+ {
40731
+ "model_a": "OpenJourney",
40732
+ "model_b": "SDXLTurbo",
40733
+ "winner": "tie (bothbad)",
40734
+ "judge": "arena_user_10.16.3.14",
40735
+ "anony": true,
40736
+ "tstamp": 1716714723.8527
40737
+ },
40738
+ {
40739
+ "model_a": "OpenJourney",
40740
+ "model_b": "SDXLTurbo",
40741
+ "winner": "tie (bothbad)",
40742
+ "judge": "arena_user_10.16.27.38",
40743
+ "anony": true,
40744
+ "tstamp": 1716714742.496
40745
+ },
40746
+ {
40747
+ "model_a": "SDXL",
40748
+ "model_b": "SDXLLightning",
40749
+ "winner": "tie (bothbad)",
40750
+ "judge": "arena_user_10.16.27.38",
40751
+ "anony": true,
40752
+ "tstamp": 1716714758.5844
40753
+ },
40754
+ {
40755
+ "model_a": "PlayGround V2.5",
40756
+ "model_b": "PixArtSigma",
40757
+ "winner": "tie (bothbad)",
40758
+ "judge": "arena_user_10.16.27.38",
40759
+ "anony": true,
40760
+ "tstamp": 1716714791.7059
40761
+ },
40762
+ {
40763
+ "model_a": "SDXL",
40764
+ "model_b": "SDXLLightning",
40765
+ "winner": "model_a",
40766
+ "judge": "arena_user_10.16.27.38",
40767
+ "anony": true,
40768
+ "tstamp": 1716714813.7628
40769
+ },
40770
+ {
40771
+ "model_a": "SDXLTurbo",
40772
+ "model_b": "PixArtSigma",
40773
+ "winner": "model_b",
40774
+ "judge": "arena_user_10.16.3.14",
40775
+ "anony": true,
40776
+ "tstamp": 1716718013.9851
40777
+ },
40778
+ {
40779
+ "model_a": "StableCascade",
40780
+ "model_b": "SDXLLightning",
40781
+ "winner": "model_a",
40782
+ "judge": "arena_user_10.16.3.14",
40783
+ "anony": true,
40784
+ "tstamp": 1716719923.7897
40785
+ },
40786
+ {
40787
+ "model_a": "OpenJourney",
40788
+ "model_b": "PlayGround V2.5",
40789
+ "winner": "model_b",
40790
+ "judge": "arena_user_10.16.3.14",
40791
+ "anony": true,
40792
+ "tstamp": 1716719954.4298
40793
+ },
40794
+ {
40795
+ "model_a": "OpenJourney",
40796
+ "model_b": "LCM(v1.5/XL)",
40797
+ "winner": "model_b",
40798
+ "judge": "arena_user_10.16.27.38",
40799
+ "anony": true,
40800
+ "tstamp": 1716732002.5621
40801
+ },
40802
+ {
40803
+ "model_a": "StableCascade",
40804
+ "model_b": "PixArtAlpha",
40805
+ "winner": "model_a",
40806
+ "judge": "arena_user_10.16.9.183",
40807
+ "anony": true,
40808
+ "tstamp": 1716735265.1561
40809
+ },
40810
+ {
40811
+ "model_a": "PixArtSigma",
40812
+ "model_b": "PlayGround V2",
40813
+ "winner": "model_b",
40814
+ "judge": "arena_user_10.16.9.183",
40815
+ "anony": true,
40816
+ "tstamp": 1716737955.5742
40817
+ },
40818
+ {
40819
+ "model_a": "OpenJourney",
40820
+ "model_b": "SDXLTurbo",
40821
+ "winner": "model_a",
40822
+ "judge": "arena_user_10.16.9.183",
40823
+ "anony": true,
40824
+ "tstamp": 1716748956.5427
40825
+ },
40826
+ {
40827
+ "model_a": "PixArtAlpha",
40828
+ "model_b": "LCM(v1.5/XL)",
40829
+ "winner": "model_b",
40830
+ "judge": "arena_user_10.16.27.38",
40831
+ "anony": true,
40832
+ "tstamp": 1716748990.6308
40833
+ },
40834
+ {
40835
+ "model_a": "PixArtSigma",
40836
+ "model_b": "StableCascade",
40837
+ "winner": "model_b",
40838
+ "judge": "arena_user_10.16.3.14",
40839
+ "anony": true,
40840
+ "tstamp": 1716749082.5893
40841
+ },
40842
+ {
40843
+ "model_a": "StableCascade",
40844
+ "model_b": "PlayGround V2.5",
40845
+ "winner": "model_b",
40846
+ "judge": "arena_user_10.16.9.183",
40847
+ "anony": true,
40848
+ "tstamp": 1716749104.301
40849
+ },
40850
+ {
40851
+ "model_a": "PlayGround V2.5",
40852
+ "model_b": "OpenJourney",
40853
+ "winner": "model_a",
40854
+ "judge": "arena_user_10.16.34.32",
40855
+ "anony": true,
40856
+ "tstamp": 1716749183.3056
40857
+ },
40858
+ {
40859
+ "model_a": "LCM(v1.5/XL)",
40860
+ "model_b": "StableCascade",
40861
+ "winner": "tie (bothbad)",
40862
+ "judge": "arena_user_10.16.27.38",
40863
+ "anony": true,
40864
+ "tstamp": 1716749405.6595
40865
+ },
40866
+ {
40867
+ "model_a": "OpenJourney",
40868
+ "model_b": "PixArtAlpha",
40869
+ "winner": "model_b",
40870
+ "judge": "arena_user_10.16.3.14",
40871
+ "anony": true,
40872
+ "tstamp": 1716765226.9841
40873
+ },
40874
+ {
40875
+ "model_a": "LCM(v1.5/XL)",
40876
+ "model_b": "PlayGround V2",
40877
+ "winner": "model_b",
40878
+ "judge": "arena_user_10.16.9.183",
40879
+ "anony": true,
40880
+ "tstamp": 1716765416.9338
40881
+ },
40882
+ {
40883
+ "model_a": "StableCascade",
40884
+ "model_b": "SDXLTurbo",
40885
+ "winner": "model_a",
40886
+ "judge": "arena_user_10.16.27.38",
40887
+ "anony": true,
40888
+ "tstamp": 1716775345.3085
40889
+ },
40890
+ {
40891
+ "model_a": "PlayGround V2.5",
40892
+ "model_b": "OpenJourney",
40893
+ "winner": "model_a",
40894
+ "judge": "arena_user_10.16.27.38",
40895
+ "anony": true,
40896
+ "tstamp": 1716776806.2262
40897
+ },
40898
+ {
40899
+ "model_a": "PixArtAlpha",
40900
+ "model_b": "StableCascade",
40901
+ "winner": "model_a",
40902
+ "judge": "arena_user_10.16.27.38",
40903
+ "anony": true,
40904
+ "tstamp": 1716776883.0635
40905
+ },
40906
+ {
40907
+ "model_a": "PlayGround V2",
40908
+ "model_b": "SDXL",
40909
+ "winner": "model_b",
40910
+ "judge": "arena_user_10.16.9.183",
40911
+ "anony": true,
40912
+ "tstamp": 1716776909.2932
40913
+ },
40914
+ {
40915
+ "model_a": "PlayGround V2",
40916
+ "model_b": "PixArtAlpha",
40917
+ "winner": "model_b",
40918
+ "judge": "arena_user_10.16.3.14",
40919
+ "anony": true,
40920
+ "tstamp": 1716776943.7594
40921
  }
40922
  ]
arena_elo/results/latest/clean_battle_video_generation.json ADDED
@@ -0,0 +1,2746 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "model_a": "AnimateDiff",
4
+ "model_b": "AnimateDiffTurbo",
5
+ "winner": "model_a",
6
+ "judge": "arena_user_10.16.17.217",
7
+ "anony": true,
8
+ "tstamp": 1713914099.33
9
+ },
10
+ {
11
+ "model_a": "VideoCrafter2",
12
+ "model_b": "AnimateDiffTurbo",
13
+ "winner": "model_a",
14
+ "judge": "arena_user_10.16.2.201",
15
+ "anony": true,
16
+ "tstamp": 1713914343.6891
17
+ },
18
+ {
19
+ "model_a": "AnimateDiffTurbo",
20
+ "model_b": "AnimateDiff",
21
+ "winner": "model_b",
22
+ "judge": "arena_user_10.16.41.118",
23
+ "anony": true,
24
+ "tstamp": 1713916642.7912
25
+ },
26
+ {
27
+ "model_a": "LaVie",
28
+ "model_b": "VideoCrafter2",
29
+ "winner": "model_b",
30
+ "judge": "arena_user_10.16.41.118",
31
+ "anony": true,
32
+ "tstamp": 1713986344.8741
33
+ },
34
+ {
35
+ "model_a": "VideoCrafter2",
36
+ "model_b": "AnimateDiffTurbo",
37
+ "winner": "tie",
38
+ "judge": "arena_user_10.16.17.217",
39
+ "anony": true,
40
+ "tstamp": 1713987118.6274
41
+ },
42
+ {
43
+ "model_a": "LaVie",
44
+ "model_b": "AnimateDiff",
45
+ "winner": "tie (bothbad)",
46
+ "judge": "arena_user_10.16.41.118",
47
+ "anony": true,
48
+ "tstamp": 1714139169.2392
49
+ },
50
+ {
51
+ "model_a": "LaVie",
52
+ "model_b": "AnimateDiff",
53
+ "winner": "model_a",
54
+ "judge": "arena_user_10.16.25.191",
55
+ "anony": true,
56
+ "tstamp": 1714139249.1969
57
+ },
58
+ {
59
+ "model_a": "AnimateDiff",
60
+ "model_b": "ModelScope",
61
+ "winner": "model_a",
62
+ "judge": "arena_user_10.16.17.217",
63
+ "anony": true,
64
+ "tstamp": 1714139381.873
65
+ },
66
+ {
67
+ "model_a": "AnimateDiff",
68
+ "model_b": "AnimateDiffTurbo",
69
+ "winner": "model_a",
70
+ "judge": "arena_user_10.16.17.217",
71
+ "anony": false,
72
+ "tstamp": 1714364059.9109
73
+ },
74
+ {
75
+ "model_a": "AnimateDiff",
76
+ "model_b": "OpenSora",
77
+ "winner": "model_b",
78
+ "judge": "arena_user_10.16.15.199",
79
+ "anony": false,
80
+ "tstamp": 1714364795.1269
81
+ },
82
+ {
83
+ "model_a": "AnimateDiff",
84
+ "model_b": "AnimateDiffTurbo",
85
+ "winner": "model_a",
86
+ "judge": "arena_user_10.16.2.201",
87
+ "anony": true,
88
+ "tstamp": 1714443594.816
89
+ },
90
+ {
91
+ "model_a": "AnimateDiff",
92
+ "model_b": "LaVie",
93
+ "winner": "model_a",
94
+ "judge": "arena_user_10.16.25.191",
95
+ "anony": true,
96
+ "tstamp": 1714445557.5459
97
+ },
98
+ {
99
+ "model_a": "AnimateDiff",
100
+ "model_b": "AnimateDiffTurbo",
101
+ "winner": "model_b",
102
+ "judge": "arena_user_10.16.41.118",
103
+ "anony": false,
104
+ "tstamp": 1714485010.7122
105
+ },
106
+ {
107
+ "model_a": "AnimateDiffTurbo",
108
+ "model_b": "ModelScope",
109
+ "winner": "model_b",
110
+ "judge": "arena_user_10.16.2.201",
111
+ "anony": true,
112
+ "tstamp": 1714485698.1572
113
+ },
114
+ {
115
+ "model_a": "AnimateDiff",
116
+ "model_b": "AnimateDiffTurbo",
117
+ "winner": "model_a",
118
+ "judge": "arena_user_10.16.17.217",
119
+ "anony": false,
120
+ "tstamp": 1714491486.3968
121
+ },
122
+ {
123
+ "model_a": "AnimateDiff",
124
+ "model_b": "AnimateDiffTurbo",
125
+ "winner": "model_a",
126
+ "judge": "arena_user_10.16.25.191",
127
+ "anony": true,
128
+ "tstamp": 1714568747.0042
129
+ },
130
+ {
131
+ "model_a": "ModelScope",
132
+ "model_b": "OpenSora",
133
+ "winner": "model_b",
134
+ "judge": "arena_user_10.16.41.118",
135
+ "anony": true,
136
+ "tstamp": 1714575776.0633
137
+ },
138
+ {
139
+ "model_a": "LaVie",
140
+ "model_b": "AnimateDiff",
141
+ "winner": "model_a",
142
+ "judge": "arena_user_10.16.15.199",
143
+ "anony": true,
144
+ "tstamp": 1714575875.3994
145
+ },
146
+ {
147
+ "model_a": "AnimateDiff",
148
+ "model_b": "OpenSora",
149
+ "winner": "model_a",
150
+ "judge": "arena_user_10.16.17.217",
151
+ "anony": true,
152
+ "tstamp": 1714576499.4057
153
+ },
154
+ {
155
+ "model_a": "VideoCrafter2",
156
+ "model_b": "OpenSora",
157
+ "winner": "model_a",
158
+ "judge": "arena_user_10.16.25.191",
159
+ "anony": false,
160
+ "tstamp": 1714614291.4601
161
+ },
162
+ {
163
+ "model_a": "VideoCrafter2",
164
+ "model_b": "OpenSora",
165
+ "winner": "model_a",
166
+ "judge": "arena_user_10.16.2.201",
167
+ "anony": true,
168
+ "tstamp": 1714656445.8616
169
+ },
170
+ {
171
+ "model_a": "ModelScope",
172
+ "model_b": "VideoCrafter2",
173
+ "winner": "model_b",
174
+ "judge": "arena_user_10.16.25.191",
175
+ "anony": false,
176
+ "tstamp": 1714667465.6678
177
+ },
178
+ {
179
+ "model_a": "OpenSora",
180
+ "model_b": "ModelScope",
181
+ "winner": "tie (bothbad)",
182
+ "judge": "arena_user_10.16.41.118",
183
+ "anony": true,
184
+ "tstamp": 1714757575.6272
185
+ },
186
+ {
187
+ "model_a": "OpenSora",
188
+ "model_b": "ModelScope",
189
+ "winner": "model_a",
190
+ "judge": "arena_user_10.16.25.191",
191
+ "anony": true,
192
+ "tstamp": 1714856044.8046
193
+ },
194
+ {
195
+ "model_a": "AnimateDiff",
196
+ "model_b": "AnimateDiffTurbo",
197
+ "winner": "model_a",
198
+ "judge": "arena_user_10.16.25.191",
199
+ "anony": true,
200
+ "tstamp": 1714912222.8148
201
+ },
202
+ {
203
+ "model_a": "AnimateDiff",
204
+ "model_b": "OpenSora",
205
+ "winner": "model_b",
206
+ "judge": "arena_user_10.16.2.201",
207
+ "anony": true,
208
+ "tstamp": 1714912353.9054
209
+ },
210
+ {
211
+ "model_a": "AnimateDiffTurbo",
212
+ "model_b": "LaVie",
213
+ "winner": "model_b",
214
+ "judge": "arena_user_10.16.17.217",
215
+ "anony": true,
216
+ "tstamp": 1714916128.9484
217
+ },
218
+ {
219
+ "model_a": "AnimateDiff",
220
+ "model_b": "AnimateDiffTurbo",
221
+ "winner": "model_a",
222
+ "judge": "arena_user_10.16.2.201",
223
+ "anony": true,
224
+ "tstamp": 1714918845.2225
225
+ },
226
+ {
227
+ "model_a": "AnimateDiffTurbo",
228
+ "model_b": "AnimateDiff",
229
+ "winner": "model_b",
230
+ "judge": "arena_user_10.16.25.191",
231
+ "anony": true,
232
+ "tstamp": 1714961792.1218
233
+ },
234
+ {
235
+ "model_a": "OpenSora",
236
+ "model_b": "AnimateDiffTurbo",
237
+ "winner": "tie (bothbad)",
238
+ "judge": "arena_user_10.16.15.199",
239
+ "anony": true,
240
+ "tstamp": 1714962568.0734
241
+ },
242
+ {
243
+ "model_a": "AnimateDiffTurbo",
244
+ "model_b": "VideoCrafter2",
245
+ "winner": "model_b",
246
+ "judge": "arena_user_10.16.17.217",
247
+ "anony": true,
248
+ "tstamp": 1714986675.9255
249
+ },
250
+ {
251
+ "model_a": "LaVie",
252
+ "model_b": "AnimateDiff",
253
+ "winner": "model_b",
254
+ "judge": "arena_user_10.16.41.118",
255
+ "anony": true,
256
+ "tstamp": 1715022520.8699
257
+ },
258
+ {
259
+ "model_a": "AnimateDiff",
260
+ "model_b": "VideoCrafter2",
261
+ "winner": "model_b",
262
+ "judge": "arena_user_10.16.15.199",
263
+ "anony": true,
264
+ "tstamp": 1715024874.9777
265
+ },
266
+ {
267
+ "model_a": "ModelScope",
268
+ "model_b": "AnimateDiffTurbo",
269
+ "winner": "model_b",
270
+ "judge": "arena_user_10.16.41.118",
271
+ "anony": true,
272
+ "tstamp": 1715082170.9107
273
+ },
274
+ {
275
+ "model_a": "OpenSora",
276
+ "model_b": "VideoCrafter2",
277
+ "winner": "model_b",
278
+ "judge": "arena_user_10.16.25.191",
279
+ "anony": true,
280
+ "tstamp": 1715108567.1368
281
+ },
282
+ {
283
+ "model_a": "AnimateDiff",
284
+ "model_b": "AnimateDiffTurbo",
285
+ "winner": "model_a",
286
+ "judge": "arena_user_10.16.2.201",
287
+ "anony": true,
288
+ "tstamp": 1715201418.1949
289
+ },
290
+ {
291
+ "model_a": "ModelScope",
292
+ "model_b": "AnimateDiff",
293
+ "winner": "tie (bothbad)",
294
+ "judge": "arena_user_10.16.2.201",
295
+ "anony": true,
296
+ "tstamp": 1715225335.6492
297
+ },
298
+ {
299
+ "model_a": "OpenSora",
300
+ "model_b": "VideoCrafter2",
301
+ "winner": "tie (bothbad)",
302
+ "judge": "arena_user_10.16.2.201",
303
+ "anony": true,
304
+ "tstamp": 1715244587.7341
305
+ },
306
+ {
307
+ "model_a": "AnimateDiffTurbo",
308
+ "model_b": "AnimateDiff",
309
+ "winner": "model_b",
310
+ "judge": "arena_user_10.16.25.191",
311
+ "anony": true,
312
+ "tstamp": 1715352822.1424
313
+ },
314
+ {
315
+ "model_a": "OpenSora",
316
+ "model_b": "ModelScope",
317
+ "winner": "tie (bothbad)",
318
+ "judge": "arena_user_10.16.41.118",
319
+ "anony": true,
320
+ "tstamp": 1715398861.6427
321
+ },
322
+ {
323
+ "model_a": "ModelScope",
324
+ "model_b": "VideoCrafter2",
325
+ "winner": "model_b",
326
+ "judge": "arena_user_10.16.25.191",
327
+ "anony": true,
328
+ "tstamp": 1715410800.5657
329
+ },
330
+ {
331
+ "model_a": "AnimateDiff",
332
+ "model_b": "OpenSora",
333
+ "winner": "model_a",
334
+ "judge": "arena_user_10.16.2.201",
335
+ "anony": true,
336
+ "tstamp": 1715410993.9665
337
+ },
338
+ {
339
+ "model_a": "AnimateDiffTurbo",
340
+ "model_b": "ModelScope",
341
+ "winner": "tie (bothbad)",
342
+ "judge": "arena_user_10.16.41.118",
343
+ "anony": true,
344
+ "tstamp": 1715610160.6825
345
+ },
346
+ {
347
+ "model_a": "ModelScope",
348
+ "model_b": "AnimateDiffTurbo",
349
+ "winner": "tie (bothbad)",
350
+ "judge": "arena_user_10.16.25.191",
351
+ "anony": true,
352
+ "tstamp": 1715610373.469
353
+ },
354
+ {
355
+ "model_a": "ModelScope",
356
+ "model_b": "AnimateDiff",
357
+ "winner": "model_b",
358
+ "judge": "arena_user_10.16.41.118",
359
+ "anony": true,
360
+ "tstamp": 1715689072.7345
361
+ },
362
+ {
363
+ "model_a": "OpenSora",
364
+ "model_b": "AnimateDiffTurbo",
365
+ "winner": "model_b",
366
+ "judge": "arena_user_10.16.2.201",
367
+ "anony": false,
368
+ "tstamp": 1715696812.6326
369
+ },
370
+ {
371
+ "model_a": "AnimateDiff",
372
+ "model_b": "ModelScope",
373
+ "winner": "model_b",
374
+ "judge": "arena_user_10.16.2.201",
375
+ "anony": true,
376
+ "tstamp": 1715737104.8239
377
+ },
378
+ {
379
+ "model_a": "OpenSora",
380
+ "model_b": "VideoCrafter2",
381
+ "winner": "model_b",
382
+ "judge": "arena_user_10.16.25.191",
383
+ "anony": true,
384
+ "tstamp": 1715739395.0891
385
+ },
386
+ {
387
+ "model_a": "AnimateDiffTurbo",
388
+ "model_b": "LaVie",
389
+ "winner": "model_b",
390
+ "judge": "arena_user_10.16.25.191",
391
+ "anony": true,
392
+ "tstamp": 1715810233.6444
393
+ },
394
+ {
395
+ "model_a": "ModelScope",
396
+ "model_b": "AnimateDiffTurbo",
397
+ "winner": "model_b",
398
+ "judge": "arena_user_10.16.15.199",
399
+ "anony": true,
400
+ "tstamp": 1715849800.9966
401
+ },
402
+ {
403
+ "model_a": "AnimateDiffTurbo",
404
+ "model_b": "ModelScope",
405
+ "winner": "model_a",
406
+ "judge": "arena_user_10.16.15.199",
407
+ "anony": true,
408
+ "tstamp": 1716114686.5453
409
+ },
410
+ {
411
+ "model_a": "AnimateDiff",
412
+ "model_b": "LaVie",
413
+ "winner": "model_b",
414
+ "judge": "arena_user_10.16.15.199",
415
+ "anony": true,
416
+ "tstamp": 1716116392.5838
417
+ },
418
+ {
419
+ "model_a": "ModelScope",
420
+ "model_b": "AnimateDiff",
421
+ "winner": "model_b",
422
+ "judge": "arena_user_10.16.15.199",
423
+ "anony": true,
424
+ "tstamp": 1716193582.8722
425
+ },
426
+ {
427
+ "model_a": "LaVie",
428
+ "model_b": "ModelScope",
429
+ "winner": "model_a",
430
+ "judge": "arena_user_10.16.25.191",
431
+ "anony": true,
432
+ "tstamp": 1716193785.0048
433
+ },
434
+ {
435
+ "model_a": "AnimateDiffTurbo",
436
+ "model_b": "AnimateDiff",
437
+ "winner": "model_a",
438
+ "judge": "arena_user_10.16.25.191",
439
+ "anony": true,
440
+ "tstamp": 1716193846.233
441
+ },
442
+ {
443
+ "model_a": "LaVie",
444
+ "model_b": "OpenSora",
445
+ "winner": "model_a",
446
+ "judge": "arena_user_10.16.15.199",
447
+ "anony": true,
448
+ "tstamp": 1716194009.3835
449
+ },
450
+ {
451
+ "model_a": "AnimateDiffTurbo",
452
+ "model_b": "ModelScope",
453
+ "winner": "model_b",
454
+ "judge": "arena_user_10.16.17.217",
455
+ "anony": true,
456
+ "tstamp": 1716300077.5395
457
+ },
458
+ {
459
+ "model_a": "AnimateDiffTurbo",
460
+ "model_b": "LaVie",
461
+ "winner": "model_b",
462
+ "judge": "arena_user_10.16.43.115",
463
+ "anony": true,
464
+ "tstamp": 1716478201.6693
465
+ },
466
+ {
467
+ "model_a": "OpenSora",
468
+ "model_b": "AnimateDiff",
469
+ "winner": "model_b",
470
+ "judge": "arena_user_10.16.9.183",
471
+ "anony": true,
472
+ "tstamp": 1716533638.3067
473
+ },
474
+ {
475
+ "model_a": "AnimateDiff",
476
+ "model_b": "AnimateDiffTurbo",
477
+ "winner": "model_a",
478
+ "judge": "arena_user_127.0.0.1",
479
+ "anony": false,
480
+ "tstamp": 1716682913.5891
481
+ },
482
+ {
483
+ "model_a": "OpenSora",
484
+ "model_b": "ModelScope",
485
+ "winner": "model_a",
486
+ "judge": "arena_user_10.16.3.14",
487
+ "anony": true,
488
+ "tstamp": 1716689388.5783
489
+ },
490
+ {
491
+ "model_a": "OpenSora",
492
+ "model_b": "ModelScope",
493
+ "winner": "model_a",
494
+ "judge": "arena_user_10.16.27.38",
495
+ "anony": true,
496
+ "tstamp": 1716689390.9317
497
+ },
498
+ {
499
+ "model_a": "AnimateDiff",
500
+ "model_b": "AnimateDiffTurbo",
501
+ "winner": "model_a",
502
+ "judge": "arena_user_10.16.27.38",
503
+ "anony": true,
504
+ "tstamp": 1716689418.3899
505
+ },
506
+ {
507
+ "model_a": "AnimateDiffTurbo",
508
+ "model_b": "AnimateDiff",
509
+ "winner": "model_b",
510
+ "judge": "arena_user_10.16.3.14",
511
+ "anony": true,
512
+ "tstamp": 1716689430.8661
513
+ },
514
+ {
515
+ "model_a": "AnimateDiff",
516
+ "model_b": "LaVie",
517
+ "winner": "model_a",
518
+ "judge": "arena_user_10.16.9.183",
519
+ "anony": true,
520
+ "tstamp": 1716689430.9662
521
+ },
522
+ {
523
+ "model_a": "AnimateDiffTurbo",
524
+ "model_b": "LaVie",
525
+ "winner": "tie (bothbad)",
526
+ "judge": "arena_user_10.16.9.183",
527
+ "anony": true,
528
+ "tstamp": 1716689446.5199
529
+ },
530
+ {
531
+ "model_a": "VideoCrafter2",
532
+ "model_b": "ModelScope",
533
+ "winner": "model_a",
534
+ "judge": "arena_user_10.16.27.38",
535
+ "anony": true,
536
+ "tstamp": 1716689504.5594
537
+ },
538
+ {
539
+ "model_a": "VideoCrafter2",
540
+ "model_b": "ModelScope",
541
+ "winner": "model_a",
542
+ "judge": "arena_user_10.16.27.38",
543
+ "anony": true,
544
+ "tstamp": 1716689507.2126
545
+ },
546
+ {
547
+ "model_a": "AnimateDiff",
548
+ "model_b": "AnimateDiffTurbo",
549
+ "winner": "model_b",
550
+ "judge": "arena_user_10.16.9.183",
551
+ "anony": false,
552
+ "tstamp": 1716689516.3395
553
+ },
554
+ {
555
+ "model_a": "AnimateDiff",
556
+ "model_b": "AnimateDiffTurbo",
557
+ "winner": "model_a",
558
+ "judge": "arena_user_10.16.9.183",
559
+ "anony": true,
560
+ "tstamp": 1716689560.415
561
+ },
562
+ {
563
+ "model_a": "AnimateDiffTurbo",
564
+ "model_b": "ModelScope",
565
+ "winner": "tie (bothbad)",
566
+ "judge": "arena_user_10.16.3.14",
567
+ "anony": true,
568
+ "tstamp": 1716689571.2045
569
+ },
570
+ {
571
+ "model_a": "OpenSora",
572
+ "model_b": "AnimateDiff",
573
+ "winner": "model_a",
574
+ "judge": "arena_user_10.16.9.183",
575
+ "anony": true,
576
+ "tstamp": 1716689589.1987
577
+ },
578
+ {
579
+ "model_a": "OpenSora",
580
+ "model_b": "AnimateDiff",
581
+ "winner": "model_b",
582
+ "judge": "arena_user_10.16.9.183",
583
+ "anony": true,
584
+ "tstamp": 1716689600.479
585
+ },
586
+ {
587
+ "model_a": "VideoCrafter2",
588
+ "model_b": "ModelScope",
589
+ "winner": "model_a",
590
+ "judge": "arena_user_10.16.3.14",
591
+ "anony": true,
592
+ "tstamp": 1716689642.8219
593
+ },
594
+ {
595
+ "model_a": "LaVie",
596
+ "model_b": "OpenSora",
597
+ "winner": "tie",
598
+ "judge": "arena_user_10.16.3.14",
599
+ "anony": true,
600
+ "tstamp": 1716689687.8719
601
+ },
602
+ {
603
+ "model_a": "LaVie",
604
+ "model_b": "OpenSora",
605
+ "winner": "model_a",
606
+ "judge": "arena_user_10.16.27.38",
607
+ "anony": true,
608
+ "tstamp": 1716689693.1346
609
+ },
610
+ {
611
+ "model_a": "AnimateDiff",
612
+ "model_b": "AnimateDiffTurbo",
613
+ "winner": "model_a",
614
+ "judge": "arena_user_10.16.3.14",
615
+ "anony": false,
616
+ "tstamp": 1716689821.5032
617
+ },
618
+ {
619
+ "model_a": "ModelScope",
620
+ "model_b": "AnimateDiff",
621
+ "winner": "model_b",
622
+ "judge": "arena_user_10.16.3.14",
623
+ "anony": true,
624
+ "tstamp": 1716689833.2282
625
+ },
626
+ {
627
+ "model_a": "AnimateDiff",
628
+ "model_b": "OpenSora",
629
+ "winner": "model_a",
630
+ "judge": "arena_user_10.16.27.38",
631
+ "anony": true,
632
+ "tstamp": 1716690476.4186
633
+ },
634
+ {
635
+ "model_a": "LaVie",
636
+ "model_b": "VideoCrafter2",
637
+ "winner": "model_b",
638
+ "judge": "arena_user_10.16.27.38",
639
+ "anony": true,
640
+ "tstamp": 1716693206.0818
641
+ },
642
+ {
643
+ "model_a": "VideoCrafter2",
644
+ "model_b": "OpenSora",
645
+ "winner": "tie (bothbad)",
646
+ "judge": "arena_user_10.16.3.14",
647
+ "anony": true,
648
+ "tstamp": 1716693274.919
649
+ },
650
+ {
651
+ "model_a": "LaVie",
652
+ "model_b": "AnimateDiffTurbo",
653
+ "winner": "tie (bothbad)",
654
+ "judge": "arena_user_10.16.27.38",
655
+ "anony": true,
656
+ "tstamp": 1716693286.0411
657
+ },
658
+ {
659
+ "model_a": "LaVie",
660
+ "model_b": "AnimateDiff",
661
+ "winner": "model_b",
662
+ "judge": "arena_user_10.16.27.38",
663
+ "anony": true,
664
+ "tstamp": 1716693303.5784
665
+ },
666
+ {
667
+ "model_a": "LaVie",
668
+ "model_b": "ModelScope",
669
+ "winner": "model_a",
670
+ "judge": "arena_user_10.16.3.14",
671
+ "anony": true,
672
+ "tstamp": 1716693311.5433
673
+ },
674
+ {
675
+ "model_a": "LaVie",
676
+ "model_b": "OpenSora",
677
+ "winner": "model_b",
678
+ "judge": "arena_user_10.16.27.38",
679
+ "anony": true,
680
+ "tstamp": 1716693329.6356
681
+ },
682
+ {
683
+ "model_a": "ModelScope",
684
+ "model_b": "LaVie",
685
+ "winner": "tie (bothbad)",
686
+ "judge": "arena_user_10.16.27.38",
687
+ "anony": true,
688
+ "tstamp": 1716693383.5826
689
+ },
690
+ {
691
+ "model_a": "AnimateDiff",
692
+ "model_b": "AnimateDiffTurbo",
693
+ "winner": "model_a",
694
+ "judge": "arena_user_10.16.27.38",
695
+ "anony": true,
696
+ "tstamp": 1716693456.8226
697
+ },
698
+ {
699
+ "model_a": "VideoCrafter2",
700
+ "model_b": "LaVie",
701
+ "winner": "model_a",
702
+ "judge": "arena_user_10.16.27.38",
703
+ "anony": true,
704
+ "tstamp": 1716693467.3462
705
+ },
706
+ {
707
+ "model_a": "AnimateDiff",
708
+ "model_b": "AnimateDiffTurbo",
709
+ "winner": "model_a",
710
+ "judge": "arena_user_10.16.9.183",
711
+ "anony": true,
712
+ "tstamp": 1716693479.5757
713
+ },
714
+ {
715
+ "model_a": "OpenSora",
716
+ "model_b": "ModelScope",
717
+ "winner": "model_b",
718
+ "judge": "arena_user_10.16.27.38",
719
+ "anony": true,
720
+ "tstamp": 1716693495.1122
721
+ },
722
+ {
723
+ "model_a": "AnimateDiff",
724
+ "model_b": "VideoCrafter2",
725
+ "winner": "model_a",
726
+ "judge": "arena_user_10.16.3.14",
727
+ "anony": true,
728
+ "tstamp": 1716693502.3247
729
+ },
730
+ {
731
+ "model_a": "LaVie",
732
+ "model_b": "ModelScope",
733
+ "winner": "model_a",
734
+ "judge": "arena_user_10.16.3.14",
735
+ "anony": true,
736
+ "tstamp": 1716693528.2392
737
+ },
738
+ {
739
+ "model_a": "AnimateDiff",
740
+ "model_b": "ModelScope",
741
+ "winner": "model_a",
742
+ "judge": "arena_user_10.16.3.14",
743
+ "anony": true,
744
+ "tstamp": 1716693546.0765
745
+ },
746
+ {
747
+ "model_a": "ModelScope",
748
+ "model_b": "LaVie",
749
+ "winner": "model_a",
750
+ "judge": "arena_user_10.16.27.38",
751
+ "anony": true,
752
+ "tstamp": 1716693563.0683
753
+ },
754
+ {
755
+ "model_a": "LaVie",
756
+ "model_b": "AnimateDiff",
757
+ "winner": "model_b",
758
+ "judge": "arena_user_10.16.9.183",
759
+ "anony": true,
760
+ "tstamp": 1716693569.8376
761
+ },
762
+ {
763
+ "model_a": "AnimateDiffTurbo",
764
+ "model_b": "LaVie",
765
+ "winner": "tie (bothbad)",
766
+ "judge": "arena_user_10.16.9.183",
767
+ "anony": true,
768
+ "tstamp": 1716693581.0672
769
+ },
770
+ {
771
+ "model_a": "ModelScope",
772
+ "model_b": "AnimateDiff",
773
+ "winner": "tie (bothbad)",
774
+ "judge": "arena_user_10.16.27.38",
775
+ "anony": true,
776
+ "tstamp": 1716693588.2851
777
+ },
778
+ {
779
+ "model_a": "ModelScope",
780
+ "model_b": "AnimateDiff",
781
+ "winner": "model_b",
782
+ "judge": "arena_user_10.16.9.183",
783
+ "anony": true,
784
+ "tstamp": 1716693595.2501
785
+ },
786
+ {
787
+ "model_a": "OpenSora",
788
+ "model_b": "VideoCrafter2",
789
+ "winner": "model_b",
790
+ "judge": "arena_user_10.16.27.38",
791
+ "anony": true,
792
+ "tstamp": 1716693663.4243
793
+ },
794
+ {
795
+ "model_a": "ModelScope",
796
+ "model_b": "AnimateDiff",
797
+ "winner": "model_b",
798
+ "judge": "arena_user_10.16.9.183",
799
+ "anony": true,
800
+ "tstamp": 1716693679.0583
801
+ },
802
+ {
803
+ "model_a": "LaVie",
804
+ "model_b": "AnimateDiffTurbo",
805
+ "winner": "model_b",
806
+ "judge": "arena_user_10.16.9.183",
807
+ "anony": true,
808
+ "tstamp": 1716693692.5858
809
+ },
810
+ {
811
+ "model_a": "LaVie",
812
+ "model_b": "AnimateDiffTurbo",
813
+ "winner": "model_a",
814
+ "judge": "arena_user_10.16.27.38",
815
+ "anony": true,
816
+ "tstamp": 1716693708.4221
817
+ },
818
+ {
819
+ "model_a": "ModelScope",
820
+ "model_b": "OpenSora",
821
+ "winner": "model_b",
822
+ "judge": "arena_user_10.16.3.14",
823
+ "anony": true,
824
+ "tstamp": 1716693719.3968
825
+ },
826
+ {
827
+ "model_a": "AnimateDiff",
828
+ "model_b": "LaVie",
829
+ "winner": "model_a",
830
+ "judge": "arena_user_10.16.9.183",
831
+ "anony": true,
832
+ "tstamp": 1716693725.4583
833
+ },
834
+ {
835
+ "model_a": "AnimateDiff",
836
+ "model_b": "LaVie",
837
+ "winner": "tie",
838
+ "judge": "arena_user_10.16.3.14",
839
+ "anony": true,
840
+ "tstamp": 1716693738.9399
841
+ },
842
+ {
843
+ "model_a": "VideoCrafter2",
844
+ "model_b": "ModelScope",
845
+ "winner": "model_a",
846
+ "judge": "arena_user_10.16.27.38",
847
+ "anony": true,
848
+ "tstamp": 1716693745.5583
849
+ },
850
+ {
851
+ "model_a": "VideoCrafter2",
852
+ "model_b": "AnimateDiff",
853
+ "winner": "model_b",
854
+ "judge": "arena_user_10.16.27.38",
855
+ "anony": true,
856
+ "tstamp": 1716693767.9991
857
+ },
858
+ {
859
+ "model_a": "VideoCrafter2",
860
+ "model_b": "AnimateDiff",
861
+ "winner": "model_a",
862
+ "judge": "arena_user_10.16.9.183",
863
+ "anony": true,
864
+ "tstamp": 1716693792.955
865
+ },
866
+ {
867
+ "model_a": "ModelScope",
868
+ "model_b": "LaVie",
869
+ "winner": "model_b",
870
+ "judge": "arena_user_10.16.27.38",
871
+ "anony": true,
872
+ "tstamp": 1716693803.7279
873
+ },
874
+ {
875
+ "model_a": "AnimateDiffTurbo",
876
+ "model_b": "OpenSora",
877
+ "winner": "tie (bothbad)",
878
+ "judge": "arena_user_10.16.9.183",
879
+ "anony": true,
880
+ "tstamp": 1716693816.5054
881
+ },
882
+ {
883
+ "model_a": "ModelScope",
884
+ "model_b": "LaVie",
885
+ "winner": "model_b",
886
+ "judge": "arena_user_10.16.3.14",
887
+ "anony": true,
888
+ "tstamp": 1716693825.2771
889
+ },
890
+ {
891
+ "model_a": "OpenSora",
892
+ "model_b": "ModelScope",
893
+ "winner": "model_a",
894
+ "judge": "arena_user_10.16.27.38",
895
+ "anony": true,
896
+ "tstamp": 1716693836.955
897
+ },
898
+ {
899
+ "model_a": "LaVie",
900
+ "model_b": "OpenSora",
901
+ "winner": "tie (bothbad)",
902
+ "judge": "arena_user_10.16.3.14",
903
+ "anony": true,
904
+ "tstamp": 1716693850.7326
905
+ },
906
+ {
907
+ "model_a": "OpenSora",
908
+ "model_b": "AnimateDiff",
909
+ "winner": "model_b",
910
+ "judge": "arena_user_10.16.27.38",
911
+ "anony": true,
912
+ "tstamp": 1716694070.4027
913
+ },
914
+ {
915
+ "model_a": "OpenSora",
916
+ "model_b": "AnimateDiff",
917
+ "winner": "model_b",
918
+ "judge": "arena_user_10.16.3.14",
919
+ "anony": true,
920
+ "tstamp": 1716694148.1807
921
+ },
922
+ {
923
+ "model_a": "ModelScope",
924
+ "model_b": "LaVie",
925
+ "winner": "model_b",
926
+ "judge": "arena_user_10.16.27.38",
927
+ "anony": true,
928
+ "tstamp": 1716694244.2485
929
+ },
930
+ {
931
+ "model_a": "AnimateDiffTurbo",
932
+ "model_b": "LaVie",
933
+ "winner": "model_b",
934
+ "judge": "arena_user_10.16.3.14",
935
+ "anony": true,
936
+ "tstamp": 1716694254.1959
937
+ },
938
+ {
939
+ "model_a": "ModelScope",
940
+ "model_b": "VideoCrafter2",
941
+ "winner": "model_b",
942
+ "judge": "arena_user_10.16.3.14",
943
+ "anony": true,
944
+ "tstamp": 1716694276.2905
945
+ },
946
+ {
947
+ "model_a": "AnimateDiffTurbo",
948
+ "model_b": "VideoCrafter2",
949
+ "winner": "model_a",
950
+ "judge": "arena_user_10.16.27.38",
951
+ "anony": true,
952
+ "tstamp": 1716694375.6866
953
+ },
954
+ {
955
+ "model_a": "ModelScope",
956
+ "model_b": "AnimateDiffTurbo",
957
+ "winner": "model_b",
958
+ "judge": "arena_user_10.16.9.183",
959
+ "anony": true,
960
+ "tstamp": 1716694382.1969
961
+ },
962
+ {
963
+ "model_a": "OpenSora",
964
+ "model_b": "VideoCrafter2",
965
+ "winner": "model_b",
966
+ "judge": "arena_user_10.16.3.14",
967
+ "anony": true,
968
+ "tstamp": 1716694793.14
969
+ },
970
+ {
971
+ "model_a": "LaVie",
972
+ "model_b": "OpenSora",
973
+ "winner": "tie",
974
+ "judge": "arena_user_10.16.3.14",
975
+ "anony": true,
976
+ "tstamp": 1716694811.1394
977
+ },
978
+ {
979
+ "model_a": "ModelScope",
980
+ "model_b": "VideoCrafter2",
981
+ "winner": "model_a",
982
+ "judge": "arena_user_10.16.9.183",
983
+ "anony": true,
984
+ "tstamp": 1716694821.4174
985
+ },
986
+ {
987
+ "model_a": "OpenSora",
988
+ "model_b": "AnimateDiff",
989
+ "winner": "model_b",
990
+ "judge": "arena_user_10.16.9.183",
991
+ "anony": true,
992
+ "tstamp": 1716694834.8498
993
+ },
994
+ {
995
+ "model_a": "AnimateDiff",
996
+ "model_b": "LaVie",
997
+ "winner": "model_a",
998
+ "judge": "arena_user_10.16.9.183",
999
+ "anony": true,
1000
+ "tstamp": 1716694841.7147
1001
+ },
1002
+ {
1003
+ "model_a": "LaVie",
1004
+ "model_b": "VideoCrafter2",
1005
+ "winner": "tie (bothbad)",
1006
+ "judge": "arena_user_10.16.9.183",
1007
+ "anony": true,
1008
+ "tstamp": 1716694851.8849
1009
+ },
1010
+ {
1011
+ "model_a": "AnimateDiff",
1012
+ "model_b": "AnimateDiffTurbo",
1013
+ "winner": "tie (bothbad)",
1014
+ "judge": "arena_user_10.16.9.183",
1015
+ "anony": true,
1016
+ "tstamp": 1716694860.9592
1017
+ },
1018
+ {
1019
+ "model_a": "OpenSora",
1020
+ "model_b": "VideoCrafter2",
1021
+ "winner": "model_b",
1022
+ "judge": "arena_user_10.16.9.183",
1023
+ "anony": true,
1024
+ "tstamp": 1716694883.3566
1025
+ },
1026
+ {
1027
+ "model_a": "VideoCrafter2",
1028
+ "model_b": "ModelScope",
1029
+ "winner": "model_a",
1030
+ "judge": "arena_user_10.16.3.14",
1031
+ "anony": true,
1032
+ "tstamp": 1716694902.9993
1033
+ },
1034
+ {
1035
+ "model_a": "VideoCrafter2",
1036
+ "model_b": "AnimateDiff",
1037
+ "winner": "tie",
1038
+ "judge": "arena_user_10.16.3.14",
1039
+ "anony": true,
1040
+ "tstamp": 1716694914.4785
1041
+ },
1042
+ {
1043
+ "model_a": "AnimateDiff",
1044
+ "model_b": "ModelScope",
1045
+ "winner": "tie",
1046
+ "judge": "arena_user_10.16.3.14",
1047
+ "anony": true,
1048
+ "tstamp": 1716694928.7985
1049
+ },
1050
+ {
1051
+ "model_a": "LaVie",
1052
+ "model_b": "VideoCrafter2",
1053
+ "winner": "model_b",
1054
+ "judge": "arena_user_10.16.27.38",
1055
+ "anony": true,
1056
+ "tstamp": 1716694942.7223
1057
+ },
1058
+ {
1059
+ "model_a": "OpenSora",
1060
+ "model_b": "ModelScope",
1061
+ "winner": "model_a",
1062
+ "judge": "arena_user_10.16.9.183",
1063
+ "anony": true,
1064
+ "tstamp": 1716728514.2605
1065
+ },
1066
+ {
1067
+ "model_a": "AnimateDiffTurbo",
1068
+ "model_b": "VideoCrafter2",
1069
+ "winner": "tie (bothbad)",
1070
+ "judge": "arena_user_10.16.27.38",
1071
+ "anony": true,
1072
+ "tstamp": 1716728525.0445
1073
+ },
1074
+ {
1075
+ "model_a": "ModelScope",
1076
+ "model_b": "OpenSora",
1077
+ "winner": "model_b",
1078
+ "judge": "arena_user_10.16.9.183",
1079
+ "anony": true,
1080
+ "tstamp": 1716728537.4321
1081
+ },
1082
+ {
1083
+ "model_a": "OpenSora",
1084
+ "model_b": "AnimateDiff",
1085
+ "winner": "model_b",
1086
+ "judge": "arena_user_10.16.9.183",
1087
+ "anony": true,
1088
+ "tstamp": 1716728552.3184
1089
+ },
1090
+ {
1091
+ "model_a": "LaVie",
1092
+ "model_b": "VideoCrafter2",
1093
+ "winner": "tie",
1094
+ "judge": "arena_user_10.16.9.183",
1095
+ "anony": true,
1096
+ "tstamp": 1716728565.4115
1097
+ },
1098
+ {
1099
+ "model_a": "OpenSora",
1100
+ "model_b": "AnimateDiffTurbo",
1101
+ "winner": "model_a",
1102
+ "judge": "arena_user_10.16.27.38",
1103
+ "anony": true,
1104
+ "tstamp": 1716728611.9244
1105
+ },
1106
+ {
1107
+ "model_a": "LaVie",
1108
+ "model_b": "AnimateDiff",
1109
+ "winner": "model_b",
1110
+ "judge": "arena_user_10.16.27.38",
1111
+ "anony": true,
1112
+ "tstamp": 1716728619.8963
1113
+ },
1114
+ {
1115
+ "model_a": "AnimateDiffTurbo",
1116
+ "model_b": "VideoCrafter2",
1117
+ "winner": "tie (bothbad)",
1118
+ "judge": "arena_user_10.16.27.38",
1119
+ "anony": true,
1120
+ "tstamp": 1716728626.8621
1121
+ },
1122
+ {
1123
+ "model_a": "LaVie",
1124
+ "model_b": "VideoCrafter2",
1125
+ "winner": "model_b",
1126
+ "judge": "arena_user_10.16.9.183",
1127
+ "anony": true,
1128
+ "tstamp": 1716728642.2282
1129
+ },
1130
+ {
1131
+ "model_a": "ModelScope",
1132
+ "model_b": "AnimateDiffTurbo",
1133
+ "winner": "tie (bothbad)",
1134
+ "judge": "arena_user_10.16.27.38",
1135
+ "anony": true,
1136
+ "tstamp": 1716728660.8799
1137
+ },
1138
+ {
1139
+ "model_a": "AnimateDiffTurbo",
1140
+ "model_b": "AnimateDiff",
1141
+ "winner": "model_b",
1142
+ "judge": "arena_user_10.16.9.183",
1143
+ "anony": true,
1144
+ "tstamp": 1716728671.1783
1145
+ },
1146
+ {
1147
+ "model_a": "LaVie",
1148
+ "model_b": "OpenSora",
1149
+ "winner": "tie (bothbad)",
1150
+ "judge": "arena_user_10.16.27.38",
1151
+ "anony": true,
1152
+ "tstamp": 1716728681.5129
1153
+ },
1154
+ {
1155
+ "model_a": "ModelScope",
1156
+ "model_b": "AnimateDiffTurbo",
1157
+ "winner": "tie (bothbad)",
1158
+ "judge": "arena_user_10.16.27.38",
1159
+ "anony": true,
1160
+ "tstamp": 1716728695.6521
1161
+ },
1162
+ {
1163
+ "model_a": "ModelScope",
1164
+ "model_b": "AnimateDiff",
1165
+ "winner": "model_b",
1166
+ "judge": "arena_user_10.16.3.14",
1167
+ "anony": true,
1168
+ "tstamp": 1716728707.1868
1169
+ },
1170
+ {
1171
+ "model_a": "VideoCrafter2",
1172
+ "model_b": "AnimateDiff",
1173
+ "winner": "model_a",
1174
+ "judge": "arena_user_10.16.27.38",
1175
+ "anony": true,
1176
+ "tstamp": 1716728715.3574
1177
+ },
1178
+ {
1179
+ "model_a": "AnimateDiffTurbo",
1180
+ "model_b": "OpenSora",
1181
+ "winner": "tie",
1182
+ "judge": "arena_user_10.16.9.183",
1183
+ "anony": true,
1184
+ "tstamp": 1716728729.9899
1185
+ },
1186
+ {
1187
+ "model_a": "AnimateDiff",
1188
+ "model_b": "AnimateDiffTurbo",
1189
+ "winner": "model_a",
1190
+ "judge": "arena_user_10.16.27.38",
1191
+ "anony": true,
1192
+ "tstamp": 1716728739.4646
1193
+ },
1194
+ {
1195
+ "model_a": "AnimateDiffTurbo",
1196
+ "model_b": "ModelScope",
1197
+ "winner": "tie (bothbad)",
1198
+ "judge": "arena_user_10.16.9.183",
1199
+ "anony": true,
1200
+ "tstamp": 1716728751.7418
1201
+ },
1202
+ {
1203
+ "model_a": "OpenSora",
1204
+ "model_b": "AnimateDiffTurbo",
1205
+ "winner": "model_a",
1206
+ "judge": "arena_user_10.16.3.14",
1207
+ "anony": true,
1208
+ "tstamp": 1716728760.5694
1209
+ },
1210
+ {
1211
+ "model_a": "AnimateDiff",
1212
+ "model_b": "OpenSora",
1213
+ "winner": "model_a",
1214
+ "judge": "arena_user_10.16.9.183",
1215
+ "anony": true,
1216
+ "tstamp": 1716728772.9474
1217
+ },
1218
+ {
1219
+ "model_a": "LaVie",
1220
+ "model_b": "AnimateDiffTurbo",
1221
+ "winner": "tie",
1222
+ "judge": "arena_user_10.16.9.183",
1223
+ "anony": true,
1224
+ "tstamp": 1716728792.5959
1225
+ },
1226
+ {
1227
+ "model_a": "LaVie",
1228
+ "model_b": "AnimateDiff",
1229
+ "winner": "model_b",
1230
+ "judge": "arena_user_10.16.27.38",
1231
+ "anony": true,
1232
+ "tstamp": 1716728825.1225
1233
+ },
1234
+ {
1235
+ "model_a": "VideoCrafter2",
1236
+ "model_b": "ModelScope",
1237
+ "winner": "tie (bothbad)",
1238
+ "judge": "arena_user_10.16.27.38",
1239
+ "anony": true,
1240
+ "tstamp": 1716728832.0962
1241
+ },
1242
+ {
1243
+ "model_a": "ModelScope",
1244
+ "model_b": "LaVie",
1245
+ "winner": "tie (bothbad)",
1246
+ "judge": "arena_user_10.16.27.38",
1247
+ "anony": true,
1248
+ "tstamp": 1716728839.4279
1249
+ },
1250
+ {
1251
+ "model_a": "AnimateDiff",
1252
+ "model_b": "VideoCrafter2",
1253
+ "winner": "model_a",
1254
+ "judge": "arena_user_10.16.3.14",
1255
+ "anony": true,
1256
+ "tstamp": 1716728875.7372
1257
+ },
1258
+ {
1259
+ "model_a": "ModelScope",
1260
+ "model_b": "AnimateDiffTurbo",
1261
+ "winner": "tie (bothbad)",
1262
+ "judge": "arena_user_10.16.3.14",
1263
+ "anony": true,
1264
+ "tstamp": 1716728884.1135
1265
+ },
1266
+ {
1267
+ "model_a": "AnimateDiff",
1268
+ "model_b": "ModelScope",
1269
+ "winner": "tie (bothbad)",
1270
+ "judge": "arena_user_10.16.9.183",
1271
+ "anony": true,
1272
+ "tstamp": 1716728898.2525
1273
+ },
1274
+ {
1275
+ "model_a": "AnimateDiffTurbo",
1276
+ "model_b": "OpenSora",
1277
+ "winner": "tie (bothbad)",
1278
+ "judge": "arena_user_10.16.27.38",
1279
+ "anony": true,
1280
+ "tstamp": 1716728909.7356
1281
+ },
1282
+ {
1283
+ "model_a": "AnimateDiffTurbo",
1284
+ "model_b": "OpenSora",
1285
+ "winner": "tie (bothbad)",
1286
+ "judge": "arena_user_10.16.3.14",
1287
+ "anony": true,
1288
+ "tstamp": 1716728924.0212
1289
+ },
1290
+ {
1291
+ "model_a": "ModelScope",
1292
+ "model_b": "AnimateDiff",
1293
+ "winner": "model_b",
1294
+ "judge": "arena_user_10.16.3.14",
1295
+ "anony": true,
1296
+ "tstamp": 1716728932.2482
1297
+ },
1298
+ {
1299
+ "model_a": "VideoCrafter2",
1300
+ "model_b": "LaVie",
1301
+ "winner": "tie (bothbad)",
1302
+ "judge": "arena_user_10.16.3.14",
1303
+ "anony": true,
1304
+ "tstamp": 1716728943.0756
1305
+ },
1306
+ {
1307
+ "model_a": "LaVie",
1308
+ "model_b": "AnimateDiffTurbo",
1309
+ "winner": "model_a",
1310
+ "judge": "arena_user_10.16.3.14",
1311
+ "anony": true,
1312
+ "tstamp": 1716728951.8516
1313
+ },
1314
+ {
1315
+ "model_a": "LaVie",
1316
+ "model_b": "AnimateDiff",
1317
+ "winner": "model_b",
1318
+ "judge": "arena_user_10.16.3.14",
1319
+ "anony": true,
1320
+ "tstamp": 1716728964.0778
1321
+ },
1322
+ {
1323
+ "model_a": "AnimateDiff",
1324
+ "model_b": "LaVie",
1325
+ "winner": "model_b",
1326
+ "judge": "arena_user_10.16.9.183",
1327
+ "anony": true,
1328
+ "tstamp": 1716728971.495
1329
+ },
1330
+ {
1331
+ "model_a": "LaVie",
1332
+ "model_b": "VideoCrafter2",
1333
+ "winner": "tie (bothbad)",
1334
+ "judge": "arena_user_10.16.9.183",
1335
+ "anony": true,
1336
+ "tstamp": 1716728980.7203
1337
+ },
1338
+ {
1339
+ "model_a": "VideoCrafter2",
1340
+ "model_b": "ModelScope",
1341
+ "winner": "model_b",
1342
+ "judge": "arena_user_10.16.3.14",
1343
+ "anony": true,
1344
+ "tstamp": 1716728994.9574
1345
+ },
1346
+ {
1347
+ "model_a": "OpenSora",
1348
+ "model_b": "AnimateDiffTurbo",
1349
+ "winner": "model_a",
1350
+ "judge": "arena_user_10.16.27.38",
1351
+ "anony": true,
1352
+ "tstamp": 1716729003.1242
1353
+ },
1354
+ {
1355
+ "model_a": "LaVie",
1356
+ "model_b": "AnimateDiff",
1357
+ "winner": "model_b",
1358
+ "judge": "arena_user_10.16.27.38",
1359
+ "anony": true,
1360
+ "tstamp": 1716729013.9565
1361
+ },
1362
+ {
1363
+ "model_a": "OpenSora",
1364
+ "model_b": "AnimateDiffTurbo",
1365
+ "winner": "model_b",
1366
+ "judge": "arena_user_10.16.9.183",
1367
+ "anony": true,
1368
+ "tstamp": 1716729024.7427
1369
+ },
1370
+ {
1371
+ "model_a": "AnimateDiff",
1372
+ "model_b": "OpenSora",
1373
+ "winner": "tie",
1374
+ "judge": "arena_user_10.16.3.14",
1375
+ "anony": true,
1376
+ "tstamp": 1716729034.6162
1377
+ },
1378
+ {
1379
+ "model_a": "LaVie",
1380
+ "model_b": "ModelScope",
1381
+ "winner": "tie (bothbad)",
1382
+ "judge": "arena_user_10.16.3.14",
1383
+ "anony": true,
1384
+ "tstamp": 1716729041.2307
1385
+ },
1386
+ {
1387
+ "model_a": "OpenSora",
1388
+ "model_b": "VideoCrafter2",
1389
+ "winner": "tie (bothbad)",
1390
+ "judge": "arena_user_10.16.3.14",
1391
+ "anony": true,
1392
+ "tstamp": 1716729054.9108
1393
+ },
1394
+ {
1395
+ "model_a": "OpenSora",
1396
+ "model_b": "AnimateDiffTurbo",
1397
+ "winner": "tie (bothbad)",
1398
+ "judge": "arena_user_10.16.3.14",
1399
+ "anony": true,
1400
+ "tstamp": 1716729082.4481
1401
+ },
1402
+ {
1403
+ "model_a": "VideoCrafter2",
1404
+ "model_b": "LaVie",
1405
+ "winner": "tie",
1406
+ "judge": "arena_user_10.16.9.183",
1407
+ "anony": true,
1408
+ "tstamp": 1716729093.5738
1409
+ },
1410
+ {
1411
+ "model_a": "LaVie",
1412
+ "model_b": "AnimateDiffTurbo",
1413
+ "winner": "tie (bothbad)",
1414
+ "judge": "arena_user_10.16.3.14",
1415
+ "anony": true,
1416
+ "tstamp": 1716729104.4016
1417
+ },
1418
+ {
1419
+ "model_a": "OpenSora",
1420
+ "model_b": "AnimateDiff",
1421
+ "winner": "model_a",
1422
+ "judge": "arena_user_10.16.3.14",
1423
+ "anony": true,
1424
+ "tstamp": 1716729113.9293
1425
+ },
1426
+ {
1427
+ "model_a": "OpenSora",
1428
+ "model_b": "VideoCrafter2",
1429
+ "winner": "tie",
1430
+ "judge": "arena_user_10.16.3.14",
1431
+ "anony": true,
1432
+ "tstamp": 1716729128.024
1433
+ },
1434
+ {
1435
+ "model_a": "AnimateDiffTurbo",
1436
+ "model_b": "VideoCrafter2",
1437
+ "winner": "model_b",
1438
+ "judge": "arena_user_10.16.27.38",
1439
+ "anony": true,
1440
+ "tstamp": 1716729143.4289
1441
+ },
1442
+ {
1443
+ "model_a": "OpenSora",
1444
+ "model_b": "ModelScope",
1445
+ "winner": "model_a",
1446
+ "judge": "arena_user_10.16.27.38",
1447
+ "anony": true,
1448
+ "tstamp": 1716729151.6014
1449
+ },
1450
+ {
1451
+ "model_a": "LaVie",
1452
+ "model_b": "VideoCrafter2",
1453
+ "winner": "tie (bothbad)",
1454
+ "judge": "arena_user_10.16.27.38",
1455
+ "anony": true,
1456
+ "tstamp": 1716729165.8412
1457
+ },
1458
+ {
1459
+ "model_a": "LaVie",
1460
+ "model_b": "OpenSora",
1461
+ "winner": "model_a",
1462
+ "judge": "arena_user_10.16.27.38",
1463
+ "anony": true,
1464
+ "tstamp": 1716729174.0802
1465
+ },
1466
+ {
1467
+ "model_a": "VideoCrafter2",
1468
+ "model_b": "ModelScope",
1469
+ "winner": "tie (bothbad)",
1470
+ "judge": "arena_user_10.16.9.183",
1471
+ "anony": true,
1472
+ "tstamp": 1716729190.7693
1473
+ },
1474
+ {
1475
+ "model_a": "OpenSora",
1476
+ "model_b": "VideoCrafter2",
1477
+ "winner": "tie (bothbad)",
1478
+ "judge": "arena_user_10.16.3.14",
1479
+ "anony": true,
1480
+ "tstamp": 1716729561.7946
1481
+ },
1482
+ {
1483
+ "model_a": "LaVie",
1484
+ "model_b": "ModelScope",
1485
+ "winner": "model_a",
1486
+ "judge": "arena_user_10.16.9.183",
1487
+ "anony": true,
1488
+ "tstamp": 1716729589.111
1489
+ },
1490
+ {
1491
+ "model_a": "OpenSora",
1492
+ "model_b": "LaVie",
1493
+ "winner": "tie",
1494
+ "judge": "arena_user_10.16.9.183",
1495
+ "anony": true,
1496
+ "tstamp": 1716730437.4978
1497
+ },
1498
+ {
1499
+ "model_a": "OpenSora",
1500
+ "model_b": "ModelScope",
1501
+ "winner": "model_a",
1502
+ "judge": "arena_user_10.16.9.183",
1503
+ "anony": true,
1504
+ "tstamp": 1716730444.2174
1505
+ },
1506
+ {
1507
+ "model_a": "ModelScope",
1508
+ "model_b": "AnimateDiff",
1509
+ "winner": "tie",
1510
+ "judge": "arena_user_10.16.9.183",
1511
+ "anony": true,
1512
+ "tstamp": 1716731578.7678
1513
+ },
1514
+ {
1515
+ "model_a": "ModelScope",
1516
+ "model_b": "AnimateDiffTurbo",
1517
+ "winner": "model_b",
1518
+ "judge": "arena_user_10.16.3.14",
1519
+ "anony": true,
1520
+ "tstamp": 1716731600.4666
1521
+ },
1522
+ {
1523
+ "model_a": "OpenSora",
1524
+ "model_b": "VideoCrafter2",
1525
+ "winner": "tie",
1526
+ "judge": "arena_user_10.16.9.183",
1527
+ "anony": true,
1528
+ "tstamp": 1716731607.3314
1529
+ },
1530
+ {
1531
+ "model_a": "AnimateDiff",
1532
+ "model_b": "AnimateDiffTurbo",
1533
+ "winner": "model_b",
1534
+ "judge": "arena_user_10.16.3.14",
1535
+ "anony": true,
1536
+ "tstamp": 1716731621.0702
1537
+ },
1538
+ {
1539
+ "model_a": "LaVie",
1540
+ "model_b": "ModelScope",
1541
+ "winner": "tie",
1542
+ "judge": "arena_user_10.16.9.183",
1543
+ "anony": true,
1544
+ "tstamp": 1716731652.0853
1545
+ },
1546
+ {
1547
+ "model_a": "AnimateDiff",
1548
+ "model_b": "AnimateDiffTurbo",
1549
+ "winner": "tie",
1550
+ "judge": "arena_user_10.16.3.14",
1551
+ "anony": true,
1552
+ "tstamp": 1716731680.1969
1553
+ },
1554
+ {
1555
+ "model_a": "LaVie",
1556
+ "model_b": "VideoCrafter2",
1557
+ "winner": "tie",
1558
+ "judge": "arena_user_10.16.27.38",
1559
+ "anony": true,
1560
+ "tstamp": 1716731887.8933
1561
+ },
1562
+ {
1563
+ "model_a": "LaVie",
1564
+ "model_b": "AnimateDiff",
1565
+ "winner": "tie",
1566
+ "judge": "arena_user_10.16.3.14",
1567
+ "anony": true,
1568
+ "tstamp": 1716732002.7625
1569
+ },
1570
+ {
1571
+ "model_a": "OpenSora",
1572
+ "model_b": "VideoCrafter2",
1573
+ "winner": "tie",
1574
+ "judge": "arena_user_10.16.3.14",
1575
+ "anony": true,
1576
+ "tstamp": 1716732014.9893
1577
+ },
1578
+ {
1579
+ "model_a": "OpenSora",
1580
+ "model_b": "ModelScope",
1581
+ "winner": "model_b",
1582
+ "judge": "arena_user_10.16.27.38",
1583
+ "anony": true,
1584
+ "tstamp": 1716732033.1907
1585
+ },
1586
+ {
1587
+ "model_a": "AnimateDiffTurbo",
1588
+ "model_b": "OpenSora",
1589
+ "winner": "tie (bothbad)",
1590
+ "judge": "arena_user_10.16.9.183",
1591
+ "anony": true,
1592
+ "tstamp": 1716732042.32
1593
+ },
1594
+ {
1595
+ "model_a": "AnimateDiffTurbo",
1596
+ "model_b": "VideoCrafter2",
1597
+ "winner": "model_b",
1598
+ "judge": "arena_user_10.16.3.14",
1599
+ "anony": true,
1600
+ "tstamp": 1716732051.0423
1601
+ },
1602
+ {
1603
+ "model_a": "AnimateDiffTurbo",
1604
+ "model_b": "OpenSora",
1605
+ "winner": "tie (bothbad)",
1606
+ "judge": "arena_user_10.16.3.14",
1607
+ "anony": true,
1608
+ "tstamp": 1716732064.3207
1609
+ },
1610
+ {
1611
+ "model_a": "AnimateDiff",
1612
+ "model_b": "AnimateDiffTurbo",
1613
+ "winner": "model_a",
1614
+ "judge": "arena_user_10.16.9.183",
1615
+ "anony": true,
1616
+ "tstamp": 1716732075.7564
1617
+ },
1618
+ {
1619
+ "model_a": "VideoCrafter2",
1620
+ "model_b": "ModelScope",
1621
+ "winner": "model_a",
1622
+ "judge": "arena_user_10.16.3.14",
1623
+ "anony": true,
1624
+ "tstamp": 1716732092.1437
1625
+ },
1626
+ {
1627
+ "model_a": "AnimateDiffTurbo",
1628
+ "model_b": "LaVie",
1629
+ "winner": "tie",
1630
+ "judge": "arena_user_10.16.9.183",
1631
+ "anony": true,
1632
+ "tstamp": 1716732107.1689
1633
+ },
1634
+ {
1635
+ "model_a": "OpenSora",
1636
+ "model_b": "VideoCrafter2",
1637
+ "winner": "model_b",
1638
+ "judge": "arena_user_10.16.9.183",
1639
+ "anony": true,
1640
+ "tstamp": 1716732121.5507
1641
+ },
1642
+ {
1643
+ "model_a": "OpenSora",
1644
+ "model_b": "AnimateDiff",
1645
+ "winner": "tie (bothbad)",
1646
+ "judge": "arena_user_10.16.27.38",
1647
+ "anony": true,
1648
+ "tstamp": 1716732130.5345
1649
+ },
1650
+ {
1651
+ "model_a": "AnimateDiffTurbo",
1652
+ "model_b": "AnimateDiff",
1653
+ "winner": "model_b",
1654
+ "judge": "arena_user_10.16.27.38",
1655
+ "anony": true,
1656
+ "tstamp": 1716732144.7139
1657
+ },
1658
+ {
1659
+ "model_a": "ModelScope",
1660
+ "model_b": "AnimateDiffTurbo",
1661
+ "winner": "tie (bothbad)",
1662
+ "judge": "arena_user_10.16.27.38",
1663
+ "anony": true,
1664
+ "tstamp": 1716732153.1545
1665
+ },
1666
+ {
1667
+ "model_a": "OpenSora",
1668
+ "model_b": "AnimateDiffTurbo",
1669
+ "winner": "model_b",
1670
+ "judge": "arena_user_10.16.3.14",
1671
+ "anony": true,
1672
+ "tstamp": 1716732245.8887
1673
+ },
1674
+ {
1675
+ "model_a": "ModelScope",
1676
+ "model_b": "LaVie",
1677
+ "winner": "tie (bothbad)",
1678
+ "judge": "arena_user_10.16.27.38",
1679
+ "anony": true,
1680
+ "tstamp": 1716732253.5049
1681
+ },
1682
+ {
1683
+ "model_a": "VideoCrafter2",
1684
+ "model_b": "LaVie",
1685
+ "winner": "tie",
1686
+ "judge": "arena_user_10.16.9.183",
1687
+ "anony": true,
1688
+ "tstamp": 1716732260.9776
1689
+ },
1690
+ {
1691
+ "model_a": "LaVie",
1692
+ "model_b": "ModelScope",
1693
+ "winner": "tie",
1694
+ "judge": "arena_user_10.16.27.38",
1695
+ "anony": true,
1696
+ "tstamp": 1716732271.1059
1697
+ },
1698
+ {
1699
+ "model_a": "AnimateDiffTurbo",
1700
+ "model_b": "LaVie",
1701
+ "winner": "tie (bothbad)",
1702
+ "judge": "arena_user_10.16.9.183",
1703
+ "anony": true,
1704
+ "tstamp": 1716732289.7469
1705
+ },
1706
+ {
1707
+ "model_a": "OpenSora",
1708
+ "model_b": "AnimateDiff",
1709
+ "winner": "tie",
1710
+ "judge": "arena_user_10.16.27.38",
1711
+ "anony": true,
1712
+ "tstamp": 1716732300.1222
1713
+ },
1714
+ {
1715
+ "model_a": "AnimateDiffTurbo",
1716
+ "model_b": "ModelScope",
1717
+ "winner": "tie (bothbad)",
1718
+ "judge": "arena_user_10.16.9.183",
1719
+ "anony": true,
1720
+ "tstamp": 1716732442.4675
1721
+ },
1722
+ {
1723
+ "model_a": "ModelScope",
1724
+ "model_b": "OpenSora",
1725
+ "winner": "tie (bothbad)",
1726
+ "judge": "arena_user_10.16.3.14",
1727
+ "anony": true,
1728
+ "tstamp": 1716732643.9778
1729
+ },
1730
+ {
1731
+ "model_a": "AnimateDiff",
1732
+ "model_b": "LaVie",
1733
+ "winner": "tie (bothbad)",
1734
+ "judge": "arena_user_10.16.9.183",
1735
+ "anony": true,
1736
+ "tstamp": 1716732653.5527
1737
+ },
1738
+ {
1739
+ "model_a": "OpenSora",
1740
+ "model_b": "VideoCrafter2",
1741
+ "winner": "tie (bothbad)",
1742
+ "judge": "arena_user_10.16.9.183",
1743
+ "anony": true,
1744
+ "tstamp": 1716732667.2377
1745
+ },
1746
+ {
1747
+ "model_a": "ModelScope",
1748
+ "model_b": "AnimateDiffTurbo",
1749
+ "winner": "tie",
1750
+ "judge": "arena_user_10.16.3.14",
1751
+ "anony": true,
1752
+ "tstamp": 1716732690.9928
1753
+ },
1754
+ {
1755
+ "model_a": "OpenSora",
1756
+ "model_b": "AnimateDiff",
1757
+ "winner": "model_b",
1758
+ "judge": "arena_user_10.16.9.183",
1759
+ "anony": true,
1760
+ "tstamp": 1716732701.2197
1761
+ },
1762
+ {
1763
+ "model_a": "AnimateDiffTurbo",
1764
+ "model_b": "ModelScope",
1765
+ "winner": "model_a",
1766
+ "judge": "arena_user_10.16.3.14",
1767
+ "anony": true,
1768
+ "tstamp": 1716732769.1058
1769
+ },
1770
+ {
1771
+ "model_a": "VideoCrafter2",
1772
+ "model_b": "ModelScope",
1773
+ "winner": "model_a",
1774
+ "judge": "arena_user_10.16.27.38",
1775
+ "anony": true,
1776
+ "tstamp": 1716732774.627
1777
+ },
1778
+ {
1779
+ "model_a": "LaVie",
1780
+ "model_b": "OpenSora",
1781
+ "winner": "model_a",
1782
+ "judge": "arena_user_10.16.27.38",
1783
+ "anony": true,
1784
+ "tstamp": 1716732781.8561
1785
+ },
1786
+ {
1787
+ "model_a": "AnimateDiffTurbo",
1788
+ "model_b": "ModelScope",
1789
+ "winner": "model_a",
1790
+ "judge": "arena_user_10.16.9.183",
1791
+ "anony": true,
1792
+ "tstamp": 1716732792.5768
1793
+ },
1794
+ {
1795
+ "model_a": "LaVie",
1796
+ "model_b": "AnimateDiffTurbo",
1797
+ "winner": "model_a",
1798
+ "judge": "arena_user_10.16.9.183",
1799
+ "anony": true,
1800
+ "tstamp": 1716732805.8172
1801
+ },
1802
+ {
1803
+ "model_a": "AnimateDiffTurbo",
1804
+ "model_b": "VideoCrafter2",
1805
+ "winner": "model_b",
1806
+ "judge": "arena_user_10.16.3.14",
1807
+ "anony": true,
1808
+ "tstamp": 1716732815.2381
1809
+ },
1810
+ {
1811
+ "model_a": "LaVie",
1812
+ "model_b": "AnimateDiff",
1813
+ "winner": "model_a",
1814
+ "judge": "arena_user_10.16.27.38",
1815
+ "anony": true,
1816
+ "tstamp": 1716732822.3066
1817
+ },
1818
+ {
1819
+ "model_a": "ModelScope",
1820
+ "model_b": "OpenSora",
1821
+ "winner": "tie",
1822
+ "judge": "arena_user_10.16.27.38",
1823
+ "anony": true,
1824
+ "tstamp": 1716732832.5342
1825
+ },
1826
+ {
1827
+ "model_a": "AnimateDiffTurbo",
1828
+ "model_b": "OpenSora",
1829
+ "winner": "model_b",
1830
+ "judge": "arena_user_10.16.27.38",
1831
+ "anony": true,
1832
+ "tstamp": 1716732854.9452
1833
+ },
1834
+ {
1835
+ "model_a": "LaVie",
1836
+ "model_b": "AnimateDiffTurbo",
1837
+ "winner": "model_a",
1838
+ "judge": "arena_user_10.16.9.183",
1839
+ "anony": true,
1840
+ "tstamp": 1716732865.7185
1841
+ },
1842
+ {
1843
+ "model_a": "LaVie",
1844
+ "model_b": "VideoCrafter2",
1845
+ "winner": "model_b",
1846
+ "judge": "arena_user_10.16.3.14",
1847
+ "anony": true,
1848
+ "tstamp": 1716732873.0369
1849
+ },
1850
+ {
1851
+ "model_a": "AnimateDiff",
1852
+ "model_b": "LaVie",
1853
+ "winner": "model_a",
1854
+ "judge": "arena_user_10.16.9.183",
1855
+ "anony": true,
1856
+ "tstamp": 1716732879.1067
1857
+ },
1858
+ {
1859
+ "model_a": "OpenSora",
1860
+ "model_b": "ModelScope",
1861
+ "winner": "tie (bothbad)",
1862
+ "judge": "arena_user_10.16.3.14",
1863
+ "anony": true,
1864
+ "tstamp": 1716732894.6925
1865
+ },
1866
+ {
1867
+ "model_a": "ModelScope",
1868
+ "model_b": "OpenSora",
1869
+ "winner": "tie",
1870
+ "judge": "arena_user_10.16.9.183",
1871
+ "anony": true,
1872
+ "tstamp": 1716732906.9749
1873
+ },
1874
+ {
1875
+ "model_a": "AnimateDiffTurbo",
1876
+ "model_b": "OpenSora",
1877
+ "winner": "model_b",
1878
+ "judge": "arena_user_10.16.3.14",
1879
+ "anony": true,
1880
+ "tstamp": 1716732913.3386
1881
+ },
1882
+ {
1883
+ "model_a": "AnimateDiffTurbo",
1884
+ "model_b": "ModelScope",
1885
+ "winner": "tie (bothbad)",
1886
+ "judge": "arena_user_10.16.9.183",
1887
+ "anony": true,
1888
+ "tstamp": 1716732921.5656
1889
+ },
1890
+ {
1891
+ "model_a": "VideoCrafter2",
1892
+ "model_b": "AnimateDiff",
1893
+ "winner": "model_b",
1894
+ "judge": "arena_user_10.16.9.183",
1895
+ "anony": true,
1896
+ "tstamp": 1716732932.2613
1897
+ },
1898
+ {
1899
+ "model_a": "AnimateDiffTurbo",
1900
+ "model_b": "LaVie",
1901
+ "winner": "tie (bothbad)",
1902
+ "judge": "arena_user_10.16.3.14",
1903
+ "anony": true,
1904
+ "tstamp": 1716732947.9995
1905
+ },
1906
+ {
1907
+ "model_a": "ModelScope",
1908
+ "model_b": "OpenSora",
1909
+ "winner": "tie (bothbad)",
1910
+ "judge": "arena_user_10.16.3.14",
1911
+ "anony": true,
1912
+ "tstamp": 1716733033.155
1913
+ },
1914
+ {
1915
+ "model_a": "ModelScope",
1916
+ "model_b": "AnimateDiffTurbo",
1917
+ "winner": "model_a",
1918
+ "judge": "arena_user_10.16.9.183",
1919
+ "anony": true,
1920
+ "tstamp": 1716733215.9535
1921
+ },
1922
+ {
1923
+ "model_a": "AnimateDiff",
1924
+ "model_b": "LaVie",
1925
+ "winner": "tie",
1926
+ "judge": "arena_user_10.16.27.38",
1927
+ "anony": true,
1928
+ "tstamp": 1716733225.6737
1929
+ },
1930
+ {
1931
+ "model_a": "OpenSora",
1932
+ "model_b": "LaVie",
1933
+ "winner": "model_b",
1934
+ "judge": "arena_user_10.16.3.14",
1935
+ "anony": true,
1936
+ "tstamp": 1716733232.9894
1937
+ },
1938
+ {
1939
+ "model_a": "OpenSora",
1940
+ "model_b": "LaVie",
1941
+ "winner": "tie",
1942
+ "judge": "arena_user_10.16.9.183",
1943
+ "anony": true,
1944
+ "tstamp": 1716733245.779
1945
+ },
1946
+ {
1947
+ "model_a": "ModelScope",
1948
+ "model_b": "AnimateDiff",
1949
+ "winner": "tie (bothbad)",
1950
+ "judge": "arena_user_10.16.27.38",
1951
+ "anony": true,
1952
+ "tstamp": 1716733261.359
1953
+ },
1954
+ {
1955
+ "model_a": "VideoCrafter2",
1956
+ "model_b": "LaVie",
1957
+ "winner": "tie",
1958
+ "judge": "arena_user_10.16.9.183",
1959
+ "anony": true,
1960
+ "tstamp": 1716733274.7997
1961
+ },
1962
+ {
1963
+ "model_a": "VideoCrafter2",
1964
+ "model_b": "AnimateDiffTurbo",
1965
+ "winner": "tie (bothbad)",
1966
+ "judge": "arena_user_10.16.9.183",
1967
+ "anony": true,
1968
+ "tstamp": 1716733284.8279
1969
+ },
1970
+ {
1971
+ "model_a": "AnimateDiff",
1972
+ "model_b": "LaVie",
1973
+ "winner": "tie",
1974
+ "judge": "arena_user_10.16.3.14",
1975
+ "anony": true,
1976
+ "tstamp": 1716733292.3492
1977
+ },
1978
+ {
1979
+ "model_a": "ModelScope",
1980
+ "model_b": "AnimateDiff",
1981
+ "winner": "model_b",
1982
+ "judge": "arena_user_10.16.3.14",
1983
+ "anony": true,
1984
+ "tstamp": 1716733303.8831
1985
+ },
1986
+ {
1987
+ "model_a": "OpenSora",
1988
+ "model_b": "AnimateDiffTurbo",
1989
+ "winner": "tie (bothbad)",
1990
+ "judge": "arena_user_10.16.9.183",
1991
+ "anony": true,
1992
+ "tstamp": 1716733316.3709
1993
+ },
1994
+ {
1995
+ "model_a": "AnimateDiffTurbo",
1996
+ "model_b": "AnimateDiff",
1997
+ "winner": "model_b",
1998
+ "judge": "arena_user_10.16.27.38",
1999
+ "anony": true,
2000
+ "tstamp": 1716733323.541
2001
+ },
2002
+ {
2003
+ "model_a": "LaVie",
2004
+ "model_b": "ModelScope",
2005
+ "winner": "model_b",
2006
+ "judge": "arena_user_10.16.9.183",
2007
+ "anony": true,
2008
+ "tstamp": 1716733333.7191
2009
+ },
2010
+ {
2011
+ "model_a": "AnimateDiff",
2012
+ "model_b": "AnimateDiffTurbo",
2013
+ "winner": "model_a",
2014
+ "judge": "arena_user_10.16.3.14",
2015
+ "anony": true,
2016
+ "tstamp": 1716733339.0328
2017
+ },
2018
+ {
2019
+ "model_a": "AnimateDiffTurbo",
2020
+ "model_b": "OpenSora",
2021
+ "winner": "model_b",
2022
+ "judge": "arena_user_10.16.3.14",
2023
+ "anony": true,
2024
+ "tstamp": 1716733353.1237
2025
+ },
2026
+ {
2027
+ "model_a": "LaVie",
2028
+ "model_b": "OpenSora",
2029
+ "winner": "tie",
2030
+ "judge": "arena_user_10.16.27.38",
2031
+ "anony": true,
2032
+ "tstamp": 1716733359.5427
2033
+ },
2034
+ {
2035
+ "model_a": "LaVie",
2036
+ "model_b": "OpenSora",
2037
+ "winner": "tie",
2038
+ "judge": "arena_user_10.16.9.183",
2039
+ "anony": true,
2040
+ "tstamp": 1716733371.482
2041
+ },
2042
+ {
2043
+ "model_a": "LaVie",
2044
+ "model_b": "VideoCrafter2",
2045
+ "winner": "tie",
2046
+ "judge": "arena_user_10.16.27.38",
2047
+ "anony": true,
2048
+ "tstamp": 1716733409.29
2049
+ },
2050
+ {
2051
+ "model_a": "AnimateDiff",
2052
+ "model_b": "LaVie",
2053
+ "winner": "model_a",
2054
+ "judge": "arena_user_10.16.9.183",
2055
+ "anony": true,
2056
+ "tstamp": 1716733435.707
2057
+ },
2058
+ {
2059
+ "model_a": "VideoCrafter2",
2060
+ "model_b": "AnimateDiffTurbo",
2061
+ "winner": "model_a",
2062
+ "judge": "arena_user_10.16.27.38",
2063
+ "anony": true,
2064
+ "tstamp": 1716733443.4772
2065
+ },
2066
+ {
2067
+ "model_a": "ModelScope",
2068
+ "model_b": "AnimateDiff",
2069
+ "winner": "model_b",
2070
+ "judge": "arena_user_10.16.9.183",
2071
+ "anony": true,
2072
+ "tstamp": 1716733504.7486
2073
+ },
2074
+ {
2075
+ "model_a": "VideoCrafter2",
2076
+ "model_b": "AnimateDiff",
2077
+ "winner": "model_b",
2078
+ "judge": "arena_user_10.16.9.183",
2079
+ "anony": true,
2080
+ "tstamp": 1716733513.4209
2081
+ },
2082
+ {
2083
+ "model_a": "LaVie",
2084
+ "model_b": "OpenSora",
2085
+ "winner": "tie",
2086
+ "judge": "arena_user_10.16.9.183",
2087
+ "anony": true,
2088
+ "tstamp": 1716733524.354
2089
+ },
2090
+ {
2091
+ "model_a": "AnimateDiff",
2092
+ "model_b": "LaVie",
2093
+ "winner": "tie",
2094
+ "judge": "arena_user_10.16.9.183",
2095
+ "anony": true,
2096
+ "tstamp": 1716733530.1208
2097
+ },
2098
+ {
2099
+ "model_a": "AnimateDiff",
2100
+ "model_b": "AnimateDiffTurbo",
2101
+ "winner": "model_a",
2102
+ "judge": "arena_user_10.16.9.183",
2103
+ "anony": true,
2104
+ "tstamp": 1716733537.6908
2105
+ },
2106
+ {
2107
+ "model_a": "VideoCrafter2",
2108
+ "model_b": "OpenSora",
2109
+ "winner": "model_a",
2110
+ "judge": "arena_user_10.16.27.38",
2111
+ "anony": true,
2112
+ "tstamp": 1716733546.1677
2113
+ },
2114
+ {
2115
+ "model_a": "AnimateDiffTurbo",
2116
+ "model_b": "ModelScope",
2117
+ "winner": "tie (bothbad)",
2118
+ "judge": "arena_user_10.16.9.183",
2119
+ "anony": true,
2120
+ "tstamp": 1716733558.2467
2121
+ },
2122
+ {
2123
+ "model_a": "OpenSora",
2124
+ "model_b": "VideoCrafter2",
2125
+ "winner": "model_b",
2126
+ "judge": "arena_user_10.16.27.38",
2127
+ "anony": true,
2128
+ "tstamp": 1716733565.4605
2129
+ },
2130
+ {
2131
+ "model_a": "OpenSora",
2132
+ "model_b": "ModelScope",
2133
+ "winner": "tie (bothbad)",
2134
+ "judge": "arena_user_10.16.3.14",
2135
+ "anony": true,
2136
+ "tstamp": 1716749705.1814
2137
+ },
2138
+ {
2139
+ "model_a": "VideoCrafter2",
2140
+ "model_b": "AnimateDiff",
2141
+ "winner": "model_b",
2142
+ "judge": "arena_user_10.16.27.38",
2143
+ "anony": true,
2144
+ "tstamp": 1716754494.225
2145
+ },
2146
+ {
2147
+ "model_a": "ModelScope",
2148
+ "model_b": "VideoCrafter2",
2149
+ "winner": "tie",
2150
+ "judge": "arena_user_10.16.9.183",
2151
+ "anony": true,
2152
+ "tstamp": 1716754529.3204
2153
+ },
2154
+ {
2155
+ "model_a": "OpenSora",
2156
+ "model_b": "VideoCrafter2",
2157
+ "winner": "model_b",
2158
+ "judge": "arena_user_10.16.27.38",
2159
+ "anony": true,
2160
+ "tstamp": 1716754556.8827
2161
+ },
2162
+ {
2163
+ "model_a": "ModelScope",
2164
+ "model_b": "OpenSora",
2165
+ "winner": "model_b",
2166
+ "judge": "arena_user_10.16.27.38",
2167
+ "anony": true,
2168
+ "tstamp": 1716754573.37
2169
+ },
2170
+ {
2171
+ "model_a": "OpenSora",
2172
+ "model_b": "AnimateDiffTurbo",
2173
+ "winner": "tie (bothbad)",
2174
+ "judge": "arena_user_10.16.3.14",
2175
+ "anony": true,
2176
+ "tstamp": 1716754581.3319
2177
+ },
2178
+ {
2179
+ "model_a": "VideoCrafter2",
2180
+ "model_b": "OpenSora",
2181
+ "winner": "model_a",
2182
+ "judge": "arena_user_10.16.3.14",
2183
+ "anony": true,
2184
+ "tstamp": 1716754589.7121
2185
+ },
2186
+ {
2187
+ "model_a": "AnimateDiffTurbo",
2188
+ "model_b": "OpenSora",
2189
+ "winner": "tie",
2190
+ "judge": "arena_user_10.16.3.14",
2191
+ "anony": true,
2192
+ "tstamp": 1716754610.3186
2193
+ },
2194
+ {
2195
+ "model_a": "OpenSora",
2196
+ "model_b": "LaVie",
2197
+ "winner": "model_a",
2198
+ "judge": "arena_user_10.16.3.14",
2199
+ "anony": true,
2200
+ "tstamp": 1716754622.516
2201
+ },
2202
+ {
2203
+ "model_a": "OpenSora",
2204
+ "model_b": "VideoCrafter2",
2205
+ "winner": "tie (bothbad)",
2206
+ "judge": "arena_user_10.16.27.38",
2207
+ "anony": true,
2208
+ "tstamp": 1716756205.9019
2209
+ },
2210
+ {
2211
+ "model_a": "VideoCrafter2",
2212
+ "model_b": "AnimateDiffTurbo",
2213
+ "winner": "tie (bothbad)",
2214
+ "judge": "arena_user_10.16.3.14",
2215
+ "anony": true,
2216
+ "tstamp": 1716756217.6395
2217
+ },
2218
+ {
2219
+ "model_a": "AnimateDiff",
2220
+ "model_b": "VideoCrafter2",
2221
+ "winner": "tie",
2222
+ "judge": "arena_user_10.16.3.14",
2223
+ "anony": true,
2224
+ "tstamp": 1716756225.3579
2225
+ },
2226
+ {
2227
+ "model_a": "OpenSora",
2228
+ "model_b": "ModelScope",
2229
+ "winner": "tie (bothbad)",
2230
+ "judge": "arena_user_10.16.3.14",
2231
+ "anony": true,
2232
+ "tstamp": 1716756245.6466
2233
+ },
2234
+ {
2235
+ "model_a": "AnimateDiffTurbo",
2236
+ "model_b": "ModelScope",
2237
+ "winner": "model_b",
2238
+ "judge": "arena_user_10.16.9.183",
2239
+ "anony": true,
2240
+ "tstamp": 1716756258.525
2241
+ },
2242
+ {
2243
+ "model_a": "AnimateDiffTurbo",
2244
+ "model_b": "AnimateDiff",
2245
+ "winner": "model_b",
2246
+ "judge": "arena_user_10.16.3.14",
2247
+ "anony": true,
2248
+ "tstamp": 1716756267.7569
2249
+ },
2250
+ {
2251
+ "model_a": "LaVie",
2252
+ "model_b": "AnimateDiff",
2253
+ "winner": "tie (bothbad)",
2254
+ "judge": "arena_user_10.16.3.14",
2255
+ "anony": true,
2256
+ "tstamp": 1716756278.3797
2257
+ },
2258
+ {
2259
+ "model_a": "AnimateDiff",
2260
+ "model_b": "AnimateDiffTurbo",
2261
+ "winner": "model_a",
2262
+ "judge": "arena_user_10.16.9.183",
2263
+ "anony": true,
2264
+ "tstamp": 1716756292.9729
2265
+ },
2266
+ {
2267
+ "model_a": "AnimateDiff",
2268
+ "model_b": "ModelScope",
2269
+ "winner": "model_a",
2270
+ "judge": "arena_user_10.16.3.14",
2271
+ "anony": true,
2272
+ "tstamp": 1716756303.6146
2273
+ },
2274
+ {
2275
+ "model_a": "AnimateDiff",
2276
+ "model_b": "AnimateDiffTurbo",
2277
+ "winner": "model_a",
2278
+ "judge": "arena_user_10.16.9.183",
2279
+ "anony": true,
2280
+ "tstamp": 1716756321.7636
2281
+ },
2282
+ {
2283
+ "model_a": "AnimateDiff",
2284
+ "model_b": "VideoCrafter2",
2285
+ "winner": "tie",
2286
+ "judge": "arena_user_10.16.9.183",
2287
+ "anony": true,
2288
+ "tstamp": 1716756328.3263
2289
+ },
2290
+ {
2291
+ "model_a": "AnimateDiff",
2292
+ "model_b": "VideoCrafter2",
2293
+ "winner": "tie (bothbad)",
2294
+ "judge": "arena_user_10.16.27.38",
2295
+ "anony": true,
2296
+ "tstamp": 1716756337.0448
2297
+ },
2298
+ {
2299
+ "model_a": "VideoCrafter2",
2300
+ "model_b": "ModelScope",
2301
+ "winner": "model_a",
2302
+ "judge": "arena_user_10.16.27.38",
2303
+ "anony": true,
2304
+ "tstamp": 1716756355.6901
2305
+ },
2306
+ {
2307
+ "model_a": "LaVie",
2308
+ "model_b": "AnimateDiff",
2309
+ "winner": "model_a",
2310
+ "judge": "arena_user_10.16.27.38",
2311
+ "anony": true,
2312
+ "tstamp": 1716756369.1608
2313
+ },
2314
+ {
2315
+ "model_a": "AnimateDiff",
2316
+ "model_b": "OpenSora",
2317
+ "winner": "model_a",
2318
+ "judge": "arena_user_10.16.3.14",
2319
+ "anony": true,
2320
+ "tstamp": 1716756377.9305
2321
+ },
2322
+ {
2323
+ "model_a": "LaVie",
2324
+ "model_b": "AnimateDiff",
2325
+ "winner": "model_a",
2326
+ "judge": "arena_user_10.16.3.14",
2327
+ "anony": true,
2328
+ "tstamp": 1716756405.9503
2329
+ },
2330
+ {
2331
+ "model_a": "AnimateDiff",
2332
+ "model_b": "VideoCrafter2",
2333
+ "winner": "model_a",
2334
+ "judge": "arena_user_10.16.3.14",
2335
+ "anony": true,
2336
+ "tstamp": 1716756413.5746
2337
+ },
2338
+ {
2339
+ "model_a": "VideoCrafter2",
2340
+ "model_b": "AnimateDiffTurbo",
2341
+ "winner": "model_a",
2342
+ "judge": "arena_user_10.16.9.183",
2343
+ "anony": true,
2344
+ "tstamp": 1716756420.392
2345
+ },
2346
+ {
2347
+ "model_a": "AnimateDiff",
2348
+ "model_b": "LaVie",
2349
+ "winner": "model_a",
2350
+ "judge": "arena_user_10.16.27.38",
2351
+ "anony": true,
2352
+ "tstamp": 1716756430.3441
2353
+ },
2354
+ {
2355
+ "model_a": "VideoCrafter2",
2356
+ "model_b": "AnimateDiff",
2357
+ "winner": "tie (bothbad)",
2358
+ "judge": "arena_user_10.16.3.14",
2359
+ "anony": true,
2360
+ "tstamp": 1716756598.971
2361
+ },
2362
+ {
2363
+ "model_a": "AnimateDiffTurbo",
2364
+ "model_b": "ModelScope",
2365
+ "winner": "tie (bothbad)",
2366
+ "judge": "arena_user_10.16.9.183",
2367
+ "anony": true,
2368
+ "tstamp": 1716756811.4034
2369
+ },
2370
+ {
2371
+ "model_a": "ModelScope",
2372
+ "model_b": "OpenSora",
2373
+ "winner": "tie (bothbad)",
2374
+ "judge": "arena_user_10.16.9.183",
2375
+ "anony": true,
2376
+ "tstamp": 1716756829.7662
2377
+ },
2378
+ {
2379
+ "model_a": "VideoCrafter2",
2380
+ "model_b": "LaVie",
2381
+ "winner": "tie",
2382
+ "judge": "arena_user_10.16.3.14",
2383
+ "anony": true,
2384
+ "tstamp": 1716756837.7688
2385
+ },
2386
+ {
2387
+ "model_a": "AnimateDiff",
2388
+ "model_b": "AnimateDiffTurbo",
2389
+ "winner": "model_a",
2390
+ "judge": "arena_user_10.16.27.38",
2391
+ "anony": true,
2392
+ "tstamp": 1716756844.6412
2393
+ },
2394
+ {
2395
+ "model_a": "LaVie",
2396
+ "model_b": "VideoCrafter2",
2397
+ "winner": "tie",
2398
+ "judge": "arena_user_10.16.9.183",
2399
+ "anony": true,
2400
+ "tstamp": 1716756862.2925
2401
+ },
2402
+ {
2403
+ "model_a": "AnimateDiff",
2404
+ "model_b": "OpenSora",
2405
+ "winner": "model_b",
2406
+ "judge": "arena_user_10.16.3.14",
2407
+ "anony": true,
2408
+ "tstamp": 1716756871.8602
2409
+ },
2410
+ {
2411
+ "model_a": "OpenSora",
2412
+ "model_b": "AnimateDiffTurbo",
2413
+ "winner": "tie (bothbad)",
2414
+ "judge": "arena_user_10.16.9.183",
2415
+ "anony": true,
2416
+ "tstamp": 1716756883.2346
2417
+ },
2418
+ {
2419
+ "model_a": "LaVie",
2420
+ "model_b": "AnimateDiff",
2421
+ "winner": "tie",
2422
+ "judge": "arena_user_10.16.9.183",
2423
+ "anony": true,
2424
+ "tstamp": 1716763810.601
2425
+ },
2426
+ {
2427
+ "model_a": "AnimateDiffTurbo",
2428
+ "model_b": "VideoCrafter2",
2429
+ "winner": "tie",
2430
+ "judge": "arena_user_10.16.3.14",
2431
+ "anony": true,
2432
+ "tstamp": 1716763820.7817
2433
+ },
2434
+ {
2435
+ "model_a": "LaVie",
2436
+ "model_b": "AnimateDiffTurbo",
2437
+ "winner": "tie",
2438
+ "judge": "arena_user_10.16.3.14",
2439
+ "anony": true,
2440
+ "tstamp": 1716763830.0099
2441
+ },
2442
+ {
2443
+ "model_a": "AnimateDiff",
2444
+ "model_b": "ModelScope",
2445
+ "winner": "model_a",
2446
+ "judge": "arena_user_10.16.3.14",
2447
+ "anony": true,
2448
+ "tstamp": 1716763836.2701
2449
+ },
2450
+ {
2451
+ "model_a": "LaVie",
2452
+ "model_b": "ModelScope",
2453
+ "winner": "model_b",
2454
+ "judge": "arena_user_10.16.3.14",
2455
+ "anony": true,
2456
+ "tstamp": 1716763852.5743
2457
+ },
2458
+ {
2459
+ "model_a": "AnimateDiffTurbo",
2460
+ "model_b": "LaVie",
2461
+ "winner": "tie (bothbad)",
2462
+ "judge": "arena_user_10.16.9.183",
2463
+ "anony": true,
2464
+ "tstamp": 1716763861.9464
2465
+ },
2466
+ {
2467
+ "model_a": "ModelScope",
2468
+ "model_b": "VideoCrafter2",
2469
+ "winner": "tie (bothbad)",
2470
+ "judge": "arena_user_10.16.27.38",
2471
+ "anony": true,
2472
+ "tstamp": 1716763876.0254
2473
+ },
2474
+ {
2475
+ "model_a": "LaVie",
2476
+ "model_b": "AnimateDiffTurbo",
2477
+ "winner": "tie (bothbad)",
2478
+ "judge": "arena_user_10.16.27.38",
2479
+ "anony": true,
2480
+ "tstamp": 1716763884.9467
2481
+ },
2482
+ {
2483
+ "model_a": "OpenSora",
2484
+ "model_b": "ModelScope",
2485
+ "winner": "model_a",
2486
+ "judge": "arena_user_10.16.9.183",
2487
+ "anony": true,
2488
+ "tstamp": 1716763895.1884
2489
+ },
2490
+ {
2491
+ "model_a": "AnimateDiffTurbo",
2492
+ "model_b": "LaVie",
2493
+ "winner": "tie",
2494
+ "judge": "arena_user_10.16.3.14",
2495
+ "anony": true,
2496
+ "tstamp": 1716763906.9292
2497
+ },
2498
+ {
2499
+ "model_a": "VideoCrafter2",
2500
+ "model_b": "AnimateDiff",
2501
+ "winner": "tie (bothbad)",
2502
+ "judge": "arena_user_10.16.3.14",
2503
+ "anony": true,
2504
+ "tstamp": 1716763916.2051
2505
+ },
2506
+ {
2507
+ "model_a": "VideoCrafter2",
2508
+ "model_b": "AnimateDiff",
2509
+ "winner": "model_a",
2510
+ "judge": "arena_user_10.16.27.38",
2511
+ "anony": true,
2512
+ "tstamp": 1716763933.7037
2513
+ },
2514
+ {
2515
+ "model_a": "VideoCrafter2",
2516
+ "model_b": "ModelScope",
2517
+ "winner": "tie",
2518
+ "judge": "arena_user_10.16.3.14",
2519
+ "anony": true,
2520
+ "tstamp": 1716763954.4778
2521
+ },
2522
+ {
2523
+ "model_a": "AnimateDiffTurbo",
2524
+ "model_b": "LaVie",
2525
+ "winner": "tie (bothbad)",
2526
+ "judge": "arena_user_10.16.3.14",
2527
+ "anony": true,
2528
+ "tstamp": 1716763963.4971
2529
+ },
2530
+ {
2531
+ "model_a": "AnimateDiff",
2532
+ "model_b": "ModelScope",
2533
+ "winner": "model_b",
2534
+ "judge": "arena_user_10.16.9.183",
2535
+ "anony": true,
2536
+ "tstamp": 1716763974.9914
2537
+ },
2538
+ {
2539
+ "model_a": "OpenSora",
2540
+ "model_b": "ModelScope",
2541
+ "winner": "tie",
2542
+ "judge": "arena_user_10.16.9.183",
2543
+ "anony": true,
2544
+ "tstamp": 1716763982.078
2545
+ },
2546
+ {
2547
+ "model_a": "LaVie",
2548
+ "model_b": "OpenSora",
2549
+ "winner": "tie",
2550
+ "judge": "arena_user_10.16.27.38",
2551
+ "anony": true,
2552
+ "tstamp": 1716763987.4028
2553
+ },
2554
+ {
2555
+ "model_a": "AnimateDiff",
2556
+ "model_b": "VideoCrafter2",
2557
+ "winner": "model_b",
2558
+ "judge": "arena_user_10.16.3.14",
2559
+ "anony": true,
2560
+ "tstamp": 1716774336.4201
2561
+ },
2562
+ {
2563
+ "model_a": "VideoCrafter2",
2564
+ "model_b": "OpenSora",
2565
+ "winner": "model_b",
2566
+ "judge": "arena_user_10.16.27.38",
2567
+ "anony": true,
2568
+ "tstamp": 1716774366.2114
2569
+ },
2570
+ {
2571
+ "model_a": "VideoCrafter2",
2572
+ "model_b": "ModelScope",
2573
+ "winner": "tie (bothbad)",
2574
+ "judge": "arena_user_10.16.3.14",
2575
+ "anony": true,
2576
+ "tstamp": 1716774373.7343
2577
+ },
2578
+ {
2579
+ "model_a": "VideoCrafter2",
2580
+ "model_b": "AnimateDiffTurbo",
2581
+ "winner": "tie (bothbad)",
2582
+ "judge": "arena_user_10.16.3.14",
2583
+ "anony": true,
2584
+ "tstamp": 1716774401.5247
2585
+ },
2586
+ {
2587
+ "model_a": "ModelScope",
2588
+ "model_b": "VideoCrafter2",
2589
+ "winner": "tie (bothbad)",
2590
+ "judge": "arena_user_10.16.3.14",
2591
+ "anony": true,
2592
+ "tstamp": 1716774408.764
2593
+ },
2594
+ {
2595
+ "model_a": "ModelScope",
2596
+ "model_b": "VideoCrafter2",
2597
+ "winner": "model_b",
2598
+ "judge": "arena_user_10.16.9.183",
2599
+ "anony": true,
2600
+ "tstamp": 1716774416.5343
2601
+ },
2602
+ {
2603
+ "model_a": "LaVie",
2604
+ "model_b": "VideoCrafter2",
2605
+ "winner": "model_b",
2606
+ "judge": "arena_user_10.16.3.14",
2607
+ "anony": true,
2608
+ "tstamp": 1716774426.6483
2609
+ },
2610
+ {
2611
+ "model_a": "OpenSora",
2612
+ "model_b": "VideoCrafter2",
2613
+ "winner": "model_b",
2614
+ "judge": "arena_user_10.16.9.183",
2615
+ "anony": true,
2616
+ "tstamp": 1716774436.7505
2617
+ },
2618
+ {
2619
+ "model_a": "LaVie",
2620
+ "model_b": "OpenSora",
2621
+ "winner": "tie",
2622
+ "judge": "arena_user_10.16.9.183",
2623
+ "anony": true,
2624
+ "tstamp": 1716774446.0586
2625
+ },
2626
+ {
2627
+ "model_a": "AnimateDiff",
2628
+ "model_b": "VideoCrafter2",
2629
+ "winner": "tie",
2630
+ "judge": "arena_user_10.16.9.183",
2631
+ "anony": true,
2632
+ "tstamp": 1716774452.7416
2633
+ },
2634
+ {
2635
+ "model_a": "LaVie",
2636
+ "model_b": "AnimateDiff",
2637
+ "winner": "tie",
2638
+ "judge": "arena_user_10.16.3.14",
2639
+ "anony": true,
2640
+ "tstamp": 1716774466.5087
2641
+ },
2642
+ {
2643
+ "model_a": "LaVie",
2644
+ "model_b": "AnimateDiff",
2645
+ "winner": "tie",
2646
+ "judge": "arena_user_10.16.9.183",
2647
+ "anony": true,
2648
+ "tstamp": 1716774473.4742
2649
+ },
2650
+ {
2651
+ "model_a": "LaVie",
2652
+ "model_b": "AnimateDiffTurbo",
2653
+ "winner": "tie",
2654
+ "judge": "arena_user_10.16.3.14",
2655
+ "anony": true,
2656
+ "tstamp": 1716774481.1066
2657
+ },
2658
+ {
2659
+ "model_a": "AnimateDiff",
2660
+ "model_b": "VideoCrafter2",
2661
+ "winner": "model_a",
2662
+ "judge": "arena_user_10.16.9.183",
2663
+ "anony": true,
2664
+ "tstamp": 1716774490.1334
2665
+ },
2666
+ {
2667
+ "model_a": "VideoCrafter2",
2668
+ "model_b": "OpenSora",
2669
+ "winner": "model_a",
2670
+ "judge": "arena_user_10.16.27.38",
2671
+ "anony": true,
2672
+ "tstamp": 1716774496.2078
2673
+ },
2674
+ {
2675
+ "model_a": "OpenSora",
2676
+ "model_b": "AnimateDiff",
2677
+ "winner": "model_b",
2678
+ "judge": "arena_user_10.16.34.32",
2679
+ "anony": true,
2680
+ "tstamp": 1716774502.5006
2681
+ },
2682
+ {
2683
+ "model_a": "AnimateDiffTurbo",
2684
+ "model_b": "OpenSora",
2685
+ "winner": "model_b",
2686
+ "judge": "arena_user_10.16.3.14",
2687
+ "anony": true,
2688
+ "tstamp": 1716774513.1922
2689
+ },
2690
+ {
2691
+ "model_a": "AnimateDiffTurbo",
2692
+ "model_b": "VideoCrafter2",
2693
+ "winner": "model_b",
2694
+ "judge": "arena_user_10.16.27.38",
2695
+ "anony": true,
2696
+ "tstamp": 1716774519.3337
2697
+ },
2698
+ {
2699
+ "model_a": "LaVie",
2700
+ "model_b": "OpenSora",
2701
+ "winner": "tie (bothbad)",
2702
+ "judge": "arena_user_10.16.27.38",
2703
+ "anony": true,
2704
+ "tstamp": 1716774546.8848
2705
+ },
2706
+ {
2707
+ "model_a": "AnimateDiff",
2708
+ "model_b": "LaVie",
2709
+ "winner": "tie (bothbad)",
2710
+ "judge": "arena_user_10.16.34.32",
2711
+ "anony": true,
2712
+ "tstamp": 1716774553.0012
2713
+ },
2714
+ {
2715
+ "model_a": "VideoCrafter2",
2716
+ "model_b": "LaVie",
2717
+ "winner": "model_a",
2718
+ "judge": "arena_user_10.16.34.32",
2719
+ "anony": true,
2720
+ "tstamp": 1716774569.2238
2721
+ },
2722
+ {
2723
+ "model_a": "OpenSora",
2724
+ "model_b": "ModelScope",
2725
+ "winner": "model_b",
2726
+ "judge": "arena_user_10.16.34.32",
2727
+ "anony": true,
2728
+ "tstamp": 1716774581.1122
2729
+ },
2730
+ {
2731
+ "model_a": "VideoCrafter2",
2732
+ "model_b": "LaVie",
2733
+ "winner": "model_b",
2734
+ "judge": "arena_user_10.16.34.32",
2735
+ "anony": true,
2736
+ "tstamp": 1716774586.7425
2737
+ },
2738
+ {
2739
+ "model_a": "AnimateDiff",
2740
+ "model_b": "LaVie",
2741
+ "winner": "model_b",
2742
+ "judge": "arena_user_10.16.34.32",
2743
+ "anony": true,
2744
+ "tstamp": 1716774595.3967
2745
+ }
2746
+ ]
arena_elo/results/latest/elo_results_image_editing.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a90694074e1b68a62bd75cdf0c81eb545dfcc115da34e9efdb215d668bd13196
3
- size 62502
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061dca8f65c2dd5c6b5503dca74649d10537573c39afcf6ba29387e52de77cd3
3
+ size 62349
arena_elo/results/latest/elo_results_t2i_generation.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7172486b8454e25f9b3a9df84e55d2dcce923a3b63e091fd8d165b63bbde7bc4
3
- size 68170
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee2dffe5d4a3c5f635abe2ffdda5ade229b0d8be119a1cc296d7c3136bc726b9
3
+ size 68005
arena_elo/results/latest/elo_results_video_generation.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:361f327c2095825ffbb8a669c37077d2961efddce0a3a2ec6e7ae7a1b0e6e409
3
+ size 54611
arena_elo/results/latest/image_editing_leaderboard.csv CHANGED
@@ -1,10 +1,10 @@
1
  key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
- MagicBrush,MagicBrush,1104.9607793254968,1108.3641351499255,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush
3
- CosXLEdit,CosXLEdit,1082.1149733184666,1082.6518457302682,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl
4
- InfEdit,InfEdit,1044.3184923378735,1048.265511270266,Apache-2.0,"University of Michigan, University of California, Berkeley",https://huggingface.co/spaces/sled-umich/InfEdit
5
- InstructPix2Pix,InstructPix2Pix,1038.4196348911762,1033.9384244494888,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix
6
- Prompt2prompt,Prompt2prompt,1008.6680807257849,1009.6489502670348,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io
7
- PNP,PNP,996.2773547131053,1006.4720172502705,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play
8
- SDEdit,SDEdit,922.8193215180083,920.654664379804,MIT License,Stanford University,https://sde-image-editing.github.io
9
- CycleDiffusion,CycleDiffusion,921.2482813177639,911.3052609726248,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion
10
- Pix2PixZero,Pix2PixZero,881.1730818523246,878.6991905303175,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io
 
1
  key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
+ MagicBrush,MagicBrush,1118.082082918017,1119.6376049746543,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush
3
+ InfEdit,InfEdit,1070.773627636678,1073.1681436109816,Apache-2.0,"University of Michigan, University of California, Berkeley",https://huggingface.co/spaces/sled-umich/InfEdit
4
+ CosXLEdit,CosXLEdit,1069.828671136729,1070.7375818598648,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl
5
+ InstructPix2Pix,InstructPix2Pix,1037.3290432719434,1034.7228199115789,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix
6
+ PNP,PNP,996.9895272605145,1002.4939368389138,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play
7
+ Prompt2prompt,Prompt2prompt,987.4515251373695,988.6451396865223,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io
8
+ CycleDiffusion,CycleDiffusion,930.8436968591957,924.3827744998207,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion
9
+ SDEdit,SDEdit,926.0709649082592,924.9363316453068,MIT License,Stanford University,https://sde-image-editing.github.io
10
+ Pix2PixZero,Pix2PixZero,862.6308608712936,861.2756669723573,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io
arena_elo/results/latest/t2i_generation_leaderboard.csv CHANGED
@@ -1,12 +1,12 @@
1
  key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
- PlayGround V2.5,PlayGround V2.5,1140.4931116583339,1084.2088555290354,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic
3
- PlayGround V2,PlayGround V2,1098.7388948915252,1040.0265968382582,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic
4
- SDXLLightning,SDXLLightning,1066.3011205806156,1008.6669754414712,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning
5
- StableCascade,StableCascade,1055.3876736984168,996.1397647071996,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade
6
- PixArtSigma,PixArtSigma,1053.6017437756345,992.1932737107034,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma
7
- PixArtAlpha,PixArtAlpha,1052.587961133323,980.7401960586495,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS
8
- SDXL,SDXL,997.5178756677587,938.0490630458108,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
9
- LCM(v1.5/XL),LCM(v1.5/XL),932.5384181723202,867.2098600891867,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api
10
- SDXLTurbo,SDXLTurbo,931.9053470850187,871.7597877802655,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo
11
- OpenJourney,OpenJourney,854.5381628850578,789.57778153393,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney
12
- LCM,LCM,816.3896904519953,770.4870944721403,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7
 
1
  key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
+ PlayGround V2.5,PlayGround V2.5,1142.5833020886607,1145.7625675993022,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic
3
+ PlayGround V2,PlayGround V2,1098.0191749024314,1099.0045766863223,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic
4
+ SDXLLightning,SDXLLightning,1065.3815974051884,1067.3960733194915,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning
5
+ StableCascade,StableCascade,1056.14655049466,1056.4053705699416,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade
6
+ PixArtAlpha,PixArtAlpha,1052.8130479701745,1040.566233476405,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS
7
+ PixArtSigma,PixArtSigma,1050.6792077701714,1048.9787887817072,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma
8
+ SDXL,SDXL,997.7284723528727,997.7982922946245,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
9
+ LCM(v1.5/XL),LCM(v1.5/XL),935.645540042685,929.6109384228719,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api
10
+ SDXLTurbo,SDXLTurbo,930.9887013191974,930.6087784112163,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo
11
+ OpenJourney,OpenJourney,853.9744854218206,848.7225323491132,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney
12
+ LCM,LCM,816.039920232139,829.8501532279198,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7
arena_elo/results/latest/video_generation_leaderboard.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
+ AnimateDiff,AnimateDiff,1133.7103215499114,1125.2366614058053,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v
3
+ VideoCrafter2,VideoCrafter2,1104.1434264059878,1107.0360220399298,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/
4
+ LaVie,LaVie,1019.0157387191028,1018.3807438115491,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie
5
+ OpenSora,OpenSora,966.724914199712,965.8551890320009,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora
6
+ AnimateDiffTurbo,AnimateDiffTurbo,889.8283043378952,897.6384498797511,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v-turbo
7
+ ModelScope,ModelScope,886.5772947873909,885.852933830964,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571
arena_elo/update_elo_rating.sh CHANGED
@@ -13,13 +13,20 @@ edition_battle_cutoff_date=`cat cut_off_date.txt` && rm cut_off_date.txt && echo
13
  python -m elo_rating.clean_battle_data --task_name "t2i_generation"
14
  generation_battle_cutoff_date=`cat cut_off_date.txt` && rm cut_off_date.txt && echo "T2I image generation battle data last updated on $generation_battle_cutoff_date"
15
 
 
 
 
 
16
  mkdir -p ./results/$edition_battle_cutoff_date
17
  mkdir -p ./results/$generation_battle_cutoff_date
 
18
 
19
  cp clean_battle_image_editing_$edition_battle_cutoff_date.json ./results/latest/clean_battle_image_editing.json
20
  cp clean_battle_t2i_generation_$generation_battle_cutoff_date.json ./results/latest/clean_battle_t2i_generation.json
 
21
  mv clean_battle_image_editing_$edition_battle_cutoff_date.json ./results/$edition_battle_cutoff_date/clean_battle_image_editing.json
22
  mv clean_battle_t2i_generation_$generation_battle_cutoff_date.json ./results/$generation_battle_cutoff_date/clean_battle_t2i_generation.json
 
23
 
24
 
25
  python3 -m elo_rating.elo_analysis --clean-battle-file ./results/$edition_battle_cutoff_date/clean_battle_image_editing.json
@@ -28,6 +35,9 @@ mv ./elo_results_$edition_battle_cutoff_date.pkl ./results/$edition_battle_cutof
28
  python3 -m elo_rating.elo_analysis --clean-battle-file ./results/$generation_battle_cutoff_date/clean_battle_t2i_generation.json
29
  mv ./elo_results_$generation_battle_cutoff_date.pkl ./results/$generation_battle_cutoff_date/elo_results_t2i_generation.pkl
30
 
 
 
 
31
  # generat the leaderboard
32
 
33
  python -m elo_rating.generate_leaderboard \
@@ -40,10 +50,17 @@ python -m elo_rating.generate_leaderboard \
40
  --elo_rating_pkl "./results/$generation_battle_cutoff_date/elo_results_t2i_generation.pkl" \
41
  --output_csv "./results/$generation_battle_cutoff_date/t2i_generation_leaderboard.csv"
42
 
 
 
 
 
 
43
  mkdir -p ./results/latest
44
  cp ./results/$edition_battle_cutoff_date/image_editing_leaderboard.csv ./results/latest/image_editing_leaderboard.csv
45
  cp ./results/$generation_battle_cutoff_date/t2i_generation_leaderboard.csv ./results/latest/t2i_generation_leaderboard.csv
 
46
  cp ./results/$edition_battle_cutoff_date/elo_results_image_editing.pkl ./results/latest/elo_results_image_editing.pkl
47
  cp ./results/$generation_battle_cutoff_date/elo_results_t2i_generation.pkl ./results/latest/elo_results_t2i_generation.pkl
 
48
 
49
 
 
13
  python -m elo_rating.clean_battle_data --task_name "t2i_generation"
14
  generation_battle_cutoff_date=`cat cut_off_date.txt` && rm cut_off_date.txt && echo "T2I image generation battle data last updated on $generation_battle_cutoff_date"
15
 
16
+ python -m elo_rating.clean_battle_data --task_name "video_generation"
17
+ video_generation_battle_cutoff_date=`cat cut_off_date.txt` && rm cut_off_date.txt && echo "Video generation battle data last updated on $video_generation_battle_cutoff_date"
18
+
19
+
20
  mkdir -p ./results/$edition_battle_cutoff_date
21
  mkdir -p ./results/$generation_battle_cutoff_date
22
+ mkdir -p ./results/$video_generation_battle_cutoff_date
23
 
24
  cp clean_battle_image_editing_$edition_battle_cutoff_date.json ./results/latest/clean_battle_image_editing.json
25
  cp clean_battle_t2i_generation_$generation_battle_cutoff_date.json ./results/latest/clean_battle_t2i_generation.json
26
+ cp clean_battle_video_generation_$video_generation_battle_cutoff_date.json ./results/latest/clean_battle_video_generation.json
27
  mv clean_battle_image_editing_$edition_battle_cutoff_date.json ./results/$edition_battle_cutoff_date/clean_battle_image_editing.json
28
  mv clean_battle_t2i_generation_$generation_battle_cutoff_date.json ./results/$generation_battle_cutoff_date/clean_battle_t2i_generation.json
29
+ mv clean_battle_video_generation_$video_generation_battle_cutoff_date.json ./results/$video_generation_battle_cutoff_date/clean_battle_video_generation.json
30
 
31
 
32
  python3 -m elo_rating.elo_analysis --clean-battle-file ./results/$edition_battle_cutoff_date/clean_battle_image_editing.json
 
35
  python3 -m elo_rating.elo_analysis --clean-battle-file ./results/$generation_battle_cutoff_date/clean_battle_t2i_generation.json
36
  mv ./elo_results_$generation_battle_cutoff_date.pkl ./results/$generation_battle_cutoff_date/elo_results_t2i_generation.pkl
37
 
38
+ python3 -m elo_rating.elo_analysis --clean-battle-file ./results/$video_generation_battle_cutoff_date/clean_battle_video_generation.json
39
+ mv ./elo_results_$video_generation_battle_cutoff_date.pkl ./results/$video_generation_battle_cutoff_date/elo_results_video_generation.pkl
40
+
41
  # generat the leaderboard
42
 
43
  python -m elo_rating.generate_leaderboard \
 
50
  --elo_rating_pkl "./results/$generation_battle_cutoff_date/elo_results_t2i_generation.pkl" \
51
  --output_csv "./results/$generation_battle_cutoff_date/t2i_generation_leaderboard.csv"
52
 
53
+ python -m elo_rating.generate_leaderboard \
54
+ --model_info_file "./video_generation_model_info.json" \
55
+ --elo_rating_pkl "./results/$video_generation_battle_cutoff_date/elo_results_video_generation.pkl" \
56
+ --output_csv "./results/$video_generation_battle_cutoff_date/video_generation_leaderboard.csv"
57
+
58
  mkdir -p ./results/latest
59
  cp ./results/$edition_battle_cutoff_date/image_editing_leaderboard.csv ./results/latest/image_editing_leaderboard.csv
60
  cp ./results/$generation_battle_cutoff_date/t2i_generation_leaderboard.csv ./results/latest/t2i_generation_leaderboard.csv
61
+ cp ./results/$video_generation_battle_cutoff_date/video_generation_leaderboard.csv ./results/latest/video_generation_leaderboard.csv
62
  cp ./results/$edition_battle_cutoff_date/elo_results_image_editing.pkl ./results/latest/elo_results_image_editing.pkl
63
  cp ./results/$generation_battle_cutoff_date/elo_results_t2i_generation.pkl ./results/latest/elo_results_t2i_generation.pkl
64
+ cp ./results/$video_generation_battle_cutoff_date/elo_results_video_generation.pkl ./results/latest/elo_results_video_generation.pkl
65
 
66
 
arena_elo/video_generation_model_info.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "AnimateDiff": {
3
+ "Link": "https://fal.ai/models/fast-animatediff-t2v",
4
+ "License": "creativeml-openrail-m",
5
+ "Organization": "The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University"
6
+ },
7
+ "AnimateDiffTurbo": {
8
+ "Link": "https://fal.ai/models/fast-animatediff-t2v-turbo",
9
+ "License": "creativeml-openrail-m",
10
+ "Organization": "The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University"
11
+ },
12
+ "LaVie": {
13
+ "Link": "https://github.com/Vchitect/LaVie",
14
+ "License": "Apache 2.0",
15
+ "Organization": "Shanghai AI Lab"
16
+ },
17
+ "VideoCrafter2": {
18
+ "Link": "https://ailab-cvc.github.io/videocrafter2/",
19
+ "License": "Apache 2.0",
20
+ "Organization": "Tencent AI Lab"
21
+ },
22
+ "ModelScope": {
23
+ "Link": "https://arxiv.org/abs/2308.06571",
24
+ "License": "cc-by-nc-4.0",
25
+ "Organization": "Alibaba Group"
26
+ },
27
+ "OpenSora": {
28
+ "Link": "https://github.com/hpcaitech/Open-Sora",
29
+ "License": "Apache 2.0",
30
+ "Organization": "HPC-AI Tech"
31
+ }
32
+ }