DongfuJiang commited on
Commit
4d550cc
1 Parent(s): 5c24f06
arena_elo/elo_rating/clean_battle_data.py CHANGED
@@ -116,13 +116,18 @@ def read_file(filename):
116
 
117
  def read_file_parallel(log_files, num_threads=16):
118
  data_all = []
119
- from multiprocessing import Pool
120
-
121
- with Pool(num_threads) as p:
122
- ret_all = list(tqdm(p.imap(read_file, log_files), total=len(log_files)))
123
- for ret in ret_all:
124
- data_all.extend(ret)
125
- return data_all
 
 
 
 
 
126
 
127
  def load_image(image_path):
128
  try:
@@ -133,7 +138,7 @@ def load_image(image_path):
133
  def clean_battle_data(
134
  log_files, exclude_model_names, ban_ip_list=None, sanitize_ip=False, mode="simple", task_name="image_editing"
135
  ):
136
- data = read_file_parallel(log_files, num_threads=16)
137
 
138
  convert_type = {
139
  "leftvote": "model_a",
 
116
 
117
  def read_file_parallel(log_files, num_threads=16):
118
  data_all = []
119
+ if num_threads == 1:
120
+ for log_file in tqdm(log_files, desc="Reading"):
121
+ data_all.extend(read_file(log_file))
122
+ return data_all
123
+ else:
124
+ from multiprocessing import Pool
125
+
126
+ with Pool(num_threads) as p:
127
+ ret_all = list(tqdm(p.imap(read_file, log_files), total=len(log_files)))
128
+ for ret in ret_all:
129
+ data_all.extend(ret)
130
+ return data_all
131
 
132
  def load_image(image_path):
133
  try:
 
138
  def clean_battle_data(
139
  log_files, exclude_model_names, ban_ip_list=None, sanitize_ip=False, mode="simple", task_name="image_editing"
140
  ):
141
+ data = read_file_parallel(log_files, num_threads=1)
142
 
143
  convert_type = {
144
  "leftvote": "model_a",
arena_elo/results/20240614/clean_battle_image_editing.json ADDED
The diff for this file is too large to render. See raw diff
 
arena_elo/results/20240614/elo_results_image_editing.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fde68a8cf230f58694822efa93ea9fb2cccca0348ab28510edb32a989ba9ffc5
3
+ size 62482
arena_elo/results/20240614/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,1111.7570507833766,1116.1948688005264,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush
3
+ InfEdit,InfEdit,1077.170586499449,1077.0730723090867,CC BY-NC-ND 4.0,"University of Michigan, University of California, Berkeley",https://huggingface.co/spaces/sled-umich/InfEdit
4
+ CosXLEdit,CosXLEdit,1066.238965795248,1067.2396111394378,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl
5
+ InstructPix2Pix,InstructPix2Pix,1032.1762806641166,1030.2155100226869,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix
6
+ PNP,PNP,1000.2652636374402,1004.8683829913018,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play
7
+ Prompt2prompt,Prompt2prompt,993.1986182667401,994.2465198113878,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io
8
+ CycleDiffusion,CycleDiffusion,939.1665758899721,933.2296459876471,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion
9
+ SDEdit,SDEdit,925.7056497451632,924.0404372333446,MIT License,Stanford University,https://sde-image-editing.github.io
10
+ Pix2PixZero,Pix2PixZero,854.321008718494,852.8919517045811,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io
arena_elo/results/20240619/clean_battle_t2i_generation.json ADDED
The diff for this file is too large to render. See raw diff
 
arena_elo/results/20240619/clean_battle_video_generation.json ADDED
The diff for this file is too large to render. See raw diff
 
arena_elo/results/20240619/elo_results_t2i_generation.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53f665e5f07d48efcd16ae369169791dd7b2168430abbcf1b9464ead1a819ab4
3
+ size 73814
arena_elo/results/20240619/elo_results_video_generation.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b18728982dde3cae7deb366a89b69510980ea8a1e42c223da35fd1c7182bbac
3
+ size 59911
arena_elo/results/20240619/t2i_generation_leaderboard.csv ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
+ PlayGround V2.5,PlayGround V2.5,1150.114428439545,1149.6941264195339,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic
3
+ PlayGround V2,PlayGround V2,1092.4709138026708,1090.7337820911177,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic
4
+ HunyuanDiT,HunyuanDiT,1062.7861652938373,1056.6748409018237,N/A,N/A,N/A
5
+ StableCascade,StableCascade,1056.3731617382482,1058.545838981972,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade
6
+ SDXLLightning,SDXLLightning,1042.0075561291465,1046.6768663630899,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning
7
+ PixArtAlpha,PixArtAlpha,1041.0140731528086,1030.3446204285094,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS
8
+ PixArtSigma,PixArtSigma,1038.3311788015276,1037.8603137662824,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma
9
+ SD3,SD3,1018.0527793052946,1011.9280564064835,N/A,N/A,N/A
10
+ SDXL,SDXL,986.6676194421469,985.9584037229905,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
11
+ SDXLTurbo,SDXLTurbo,929.3709780661967,927.047868594216,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo
12
+ LCM(v1.5/XL),LCM(v1.5/XL),925.0114257235736,918.2476978493269,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api
13
+ OpenJourney,OpenJourney,848.7224643206589,842.5517595057678,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney
14
+ LCM,LCM,809.0772557843452,822.0490114234851,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7
arena_elo/results/20240619/video_generation_leaderboard.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
+ StableVideoDiffusion,StableVideoDiffusion,1122.4525872811755,1125.466609186958,stable-video-diffusion-nc-community,Stability AI,https://fal.ai/models/fal-ai/fast-svd/text-to-video/api
3
+ T2VTurbo,T2VTurbo,1103.0699494641894,1101.117277929343,cc-by-nc-4.0,"University of California, Santa Barbara",https://huggingface.co/jiachenli-ucsb/T2V-Turbo-VC2
4
+ VideoCrafter2,VideoCrafter2,1074.1018336926682,1074.4442213352145,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/
5
+ AnimateDiff,AnimateDiff,1073.7162789603087,1072.36210477041,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v
6
+ LaVie,LaVie,993.1058417381524,992.1853593542747,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie
7
+ OpenSora,OpenSora,914.6563792036475,914.3878370939968,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora
8
+ ModelScope,ModelScope,867.5273136055052,868.7446546619765,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571
9
+ AnimateDiffTurbo,AnimateDiffTurbo,851.3698160543528,851.2919356678267,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v-turbo
arena_elo/results/latest/clean_battle_image_editing.json CHANGED
@@ -8958,5 +8958,381 @@
8958
  "judge": "arena_user_10.16.15.131",
8959
  "anony": true,
8960
  "tstamp": 1717347216.3245
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8961
  }
8962
  ]
 
8958
  "judge": "arena_user_10.16.15.131",
8959
  "anony": true,
8960
  "tstamp": 1717347216.3245
8961
+ },
8962
+ {
8963
+ "model_a": "InfEdit",
8964
+ "model_b": "MagicBrush",
8965
+ "winner": "model_b",
8966
+ "judge": "arena_user_10.16.30.231",
8967
+ "anony": false,
8968
+ "tstamp": 1717622911.4653
8969
+ },
8970
+ {
8971
+ "model_a": "InfEdit",
8972
+ "model_b": "MagicBrush",
8973
+ "winner": "model_a",
8974
+ "judge": "arena_user_10.16.24.60",
8975
+ "anony": false,
8976
+ "tstamp": 1717622985.8944
8977
+ },
8978
+ {
8979
+ "model_a": "InfEdit",
8980
+ "model_b": "MagicBrush",
8981
+ "winner": "model_a",
8982
+ "judge": "arena_user_10.16.19.59",
8983
+ "anony": false,
8984
+ "tstamp": 1717622995.9644
8985
+ },
8986
+ {
8987
+ "model_a": "InfEdit",
8988
+ "model_b": "MagicBrush",
8989
+ "winner": "model_b",
8990
+ "judge": "arena_user_10.16.6.152",
8991
+ "anony": false,
8992
+ "tstamp": 1717623012.647
8993
+ },
8994
+ {
8995
+ "model_a": "InfEdit",
8996
+ "model_b": "MagicBrush",
8997
+ "winner": "model_a",
8998
+ "judge": "arena_user_10.16.6.152",
8999
+ "anony": false,
9000
+ "tstamp": 1717623034.3926
9001
+ },
9002
+ {
9003
+ "model_a": "InfEdit",
9004
+ "model_b": "MagicBrush",
9005
+ "winner": "model_b",
9006
+ "judge": "arena_user_10.16.40.170",
9007
+ "anony": false,
9008
+ "tstamp": 1717623046.22
9009
+ },
9010
+ {
9011
+ "model_a": "InfEdit",
9012
+ "model_b": "MagicBrush",
9013
+ "winner": "model_b",
9014
+ "judge": "arena_user_10.16.40.170",
9015
+ "anony": false,
9016
+ "tstamp": 1717623063.5052
9017
+ },
9018
+ {
9019
+ "model_a": "InfEdit",
9020
+ "model_b": "MagicBrush",
9021
+ "winner": "model_b",
9022
+ "judge": "arena_user_10.16.6.152",
9023
+ "anony": false,
9024
+ "tstamp": 1717623074.1392
9025
+ },
9026
+ {
9027
+ "model_a": "InfEdit",
9028
+ "model_b": "MagicBrush",
9029
+ "winner": "model_b",
9030
+ "judge": "arena_user_10.16.6.152",
9031
+ "anony": false,
9032
+ "tstamp": 1717623082.3616
9033
+ },
9034
+ {
9035
+ "model_a": "InfEdit",
9036
+ "model_b": "CosXLEdit",
9037
+ "winner": "model_a",
9038
+ "judge": "arena_user_10.16.40.170",
9039
+ "anony": true,
9040
+ "tstamp": 1717663476.2812
9041
+ },
9042
+ {
9043
+ "model_a": "PNP",
9044
+ "model_b": "InstructPix2Pix",
9045
+ "winner": "model_b",
9046
+ "judge": "arena_user_10.16.24.60",
9047
+ "anony": true,
9048
+ "tstamp": 1717663503.312
9049
+ },
9050
+ {
9051
+ "model_a": "CosXLEdit",
9052
+ "model_b": "PNP",
9053
+ "winner": "model_a",
9054
+ "judge": "arena_user_10.16.40.170",
9055
+ "anony": true,
9056
+ "tstamp": 1717663541.7975
9057
+ },
9058
+ {
9059
+ "model_a": "MagicBrush",
9060
+ "model_b": "Pix2PixZero",
9061
+ "winner": "model_a",
9062
+ "judge": "arena_user_10.16.24.60",
9063
+ "anony": false,
9064
+ "tstamp": 1717663600.1557
9065
+ },
9066
+ {
9067
+ "model_a": "Pix2PixZero",
9068
+ "model_b": "CycleDiffusion",
9069
+ "winner": "model_b",
9070
+ "judge": "arena_user_10.16.3.126",
9071
+ "anony": true,
9072
+ "tstamp": 1717780740.8295
9073
+ },
9074
+ {
9075
+ "model_a": "PNP",
9076
+ "model_b": "MagicBrush",
9077
+ "winner": "tie (bothbad)",
9078
+ "judge": "arena_user_10.16.44.20",
9079
+ "anony": true,
9080
+ "tstamp": 1717780756.3166
9081
+ },
9082
+ {
9083
+ "model_a": "Prompt2prompt",
9084
+ "model_b": "PNP",
9085
+ "winner": "model_a",
9086
+ "judge": "arena_user_10.16.24.60",
9087
+ "anony": true,
9088
+ "tstamp": 1717780769.6022
9089
+ },
9090
+ {
9091
+ "model_a": "SDEdit",
9092
+ "model_b": "InstructPix2Pix",
9093
+ "winner": "model_b",
9094
+ "judge": "arena_user_10.16.24.60",
9095
+ "anony": true,
9096
+ "tstamp": 1717780812.8958
9097
+ },
9098
+ {
9099
+ "model_a": "MagicBrush",
9100
+ "model_b": "CosXLEdit",
9101
+ "winner": "model_a",
9102
+ "judge": "arena_user_10.16.3.126",
9103
+ "anony": true,
9104
+ "tstamp": 1717780829.6285
9105
+ },
9106
+ {
9107
+ "model_a": "SDEdit",
9108
+ "model_b": "InfEdit",
9109
+ "winner": "model_b",
9110
+ "judge": "arena_user_10.16.24.60",
9111
+ "anony": true,
9112
+ "tstamp": 1717780840.0679
9113
+ },
9114
+ {
9115
+ "model_a": "SDEdit",
9116
+ "model_b": "MagicBrush",
9117
+ "winner": "model_b",
9118
+ "judge": "arena_user_10.16.19.59",
9119
+ "anony": true,
9120
+ "tstamp": 1717780849.7988
9121
+ },
9122
+ {
9123
+ "model_a": "CycleDiffusion",
9124
+ "model_b": "MagicBrush",
9125
+ "winner": "model_b",
9126
+ "judge": "arena_user_10.16.19.59",
9127
+ "anony": true,
9128
+ "tstamp": 1717780857.1319
9129
+ },
9130
+ {
9131
+ "model_a": "InfEdit",
9132
+ "model_b": "PNP",
9133
+ "winner": "tie (bothbad)",
9134
+ "judge": "arena_user_10.16.3.126",
9135
+ "anony": true,
9136
+ "tstamp": 1717780871.2706
9137
+ },
9138
+ {
9139
+ "model_a": "Pix2PixZero",
9140
+ "model_b": "SDEdit",
9141
+ "winner": "tie (bothbad)",
9142
+ "judge": "arena_user_10.16.14.230",
9143
+ "anony": true,
9144
+ "tstamp": 1717780888.8767
9145
+ },
9146
+ {
9147
+ "model_a": "InfEdit",
9148
+ "model_b": "PNP",
9149
+ "winner": "model_b",
9150
+ "judge": "arena_user_10.16.14.230",
9151
+ "anony": true,
9152
+ "tstamp": 1717780917.5059
9153
+ },
9154
+ {
9155
+ "model_a": "Prompt2prompt",
9156
+ "model_b": "InstructPix2Pix",
9157
+ "winner": "model_a",
9158
+ "judge": "arena_user_10.16.14.230",
9159
+ "anony": true,
9160
+ "tstamp": 1717780944.125
9161
+ },
9162
+ {
9163
+ "model_a": "Pix2PixZero",
9164
+ "model_b": "SDEdit",
9165
+ "winner": "tie (bothbad)",
9166
+ "judge": "arena_user_10.16.3.126",
9167
+ "anony": true,
9168
+ "tstamp": 1717780955.9244
9169
+ },
9170
+ {
9171
+ "model_a": "InfEdit",
9172
+ "model_b": "InstructPix2Pix",
9173
+ "winner": "model_a",
9174
+ "judge": "arena_user_10.16.44.20",
9175
+ "anony": true,
9176
+ "tstamp": 1717784769.4915
9177
+ },
9178
+ {
9179
+ "model_a": "InfEdit",
9180
+ "model_b": "Prompt2prompt",
9181
+ "winner": "model_a",
9182
+ "judge": "arena_user_10.16.14.230",
9183
+ "anony": true,
9184
+ "tstamp": 1717784815.0688
9185
+ },
9186
+ {
9187
+ "model_a": "CosXLEdit",
9188
+ "model_b": "Pix2PixZero",
9189
+ "winner": "model_a",
9190
+ "judge": "arena_user_10.16.44.20",
9191
+ "anony": true,
9192
+ "tstamp": 1717784829.8528
9193
+ },
9194
+ {
9195
+ "model_a": "InstructPix2Pix",
9196
+ "model_b": "CosXLEdit",
9197
+ "winner": "model_b",
9198
+ "judge": "arena_user_10.16.44.20",
9199
+ "anony": true,
9200
+ "tstamp": 1717784842.9898
9201
+ },
9202
+ {
9203
+ "model_a": "Prompt2prompt",
9204
+ "model_b": "Pix2PixZero",
9205
+ "winner": "model_a",
9206
+ "judge": "arena_user_10.16.14.230",
9207
+ "anony": true,
9208
+ "tstamp": 1717784870.6045
9209
+ },
9210
+ {
9211
+ "model_a": "InfEdit",
9212
+ "model_b": "Prompt2prompt",
9213
+ "winner": "model_b",
9214
+ "judge": "arena_user_10.16.14.230",
9215
+ "anony": true,
9216
+ "tstamp": 1717784891.4167
9217
+ },
9218
+ {
9219
+ "model_a": "Prompt2prompt",
9220
+ "model_b": "InfEdit",
9221
+ "winner": "tie (bothbad)",
9222
+ "judge": "arena_user_10.16.14.230",
9223
+ "anony": true,
9224
+ "tstamp": 1717786020.88
9225
+ },
9226
+ {
9227
+ "model_a": "InfEdit",
9228
+ "model_b": "SDEdit",
9229
+ "winner": "tie (bothbad)",
9230
+ "judge": "arena_user_10.16.14.230",
9231
+ "anony": true,
9232
+ "tstamp": 1717786893.5811
9233
+ },
9234
+ {
9235
+ "model_a": "Prompt2prompt",
9236
+ "model_b": "Pix2PixZero",
9237
+ "winner": "model_a",
9238
+ "judge": "arena_user_10.16.3.126",
9239
+ "anony": true,
9240
+ "tstamp": 1717786941.4675
9241
+ },
9242
+ {
9243
+ "model_a": "InfEdit",
9244
+ "model_b": "PNP",
9245
+ "winner": "model_b",
9246
+ "judge": "arena_user_10.16.19.59",
9247
+ "anony": true,
9248
+ "tstamp": 1717786994.0537
9249
+ },
9250
+ {
9251
+ "model_a": "PNP",
9252
+ "model_b": "InstructPix2Pix",
9253
+ "winner": "model_a",
9254
+ "judge": "arena_user_10.16.14.230",
9255
+ "anony": true,
9256
+ "tstamp": 1717815207.2208
9257
+ },
9258
+ {
9259
+ "model_a": "InstructPix2Pix",
9260
+ "model_b": "SDEdit",
9261
+ "winner": "model_a",
9262
+ "judge": "arena_user_10.16.14.230",
9263
+ "anony": true,
9264
+ "tstamp": 1717815221.342
9265
+ },
9266
+ {
9267
+ "model_a": "InstructPix2Pix",
9268
+ "model_b": "MagicBrush",
9269
+ "winner": "tie (bothbad)",
9270
+ "judge": "arena_user_10.16.3.126",
9271
+ "anony": true,
9272
+ "tstamp": 1717873490.0564
9273
+ },
9274
+ {
9275
+ "model_a": "CosXLEdit",
9276
+ "model_b": "SDEdit",
9277
+ "winner": "tie (bothbad)",
9278
+ "judge": "arena_user_10.16.44.20",
9279
+ "anony": true,
9280
+ "tstamp": 1717873500.7295
9281
+ },
9282
+ {
9283
+ "model_a": "PNP",
9284
+ "model_b": "MagicBrush",
9285
+ "winner": "tie (bothbad)",
9286
+ "judge": "arena_user_10.16.3.126",
9287
+ "anony": true,
9288
+ "tstamp": 1718020958.9711
9289
+ },
9290
+ {
9291
+ "model_a": "MagicBrush",
9292
+ "model_b": "CycleDiffusion",
9293
+ "winner": "model_a",
9294
+ "judge": "arena_user_10.16.24.60",
9295
+ "anony": true,
9296
+ "tstamp": 1718029233.7116
9297
+ },
9298
+ {
9299
+ "model_a": "CosXLEdit",
9300
+ "model_b": "PNP",
9301
+ "winner": "model_a",
9302
+ "judge": "arena_user_10.16.24.60",
9303
+ "anony": true,
9304
+ "tstamp": 1718029253.1824
9305
+ },
9306
+ {
9307
+ "model_a": "PNP",
9308
+ "model_b": "MagicBrush",
9309
+ "winner": "model_a",
9310
+ "judge": "arena_user_10.16.24.60",
9311
+ "anony": true,
9312
+ "tstamp": 1718029273.8655
9313
+ },
9314
+ {
9315
+ "model_a": "CycleDiffusion",
9316
+ "model_b": "CosXLEdit",
9317
+ "winner": "tie (bothbad)",
9318
+ "judge": "arena_user_10.16.14.230",
9319
+ "anony": true,
9320
+ "tstamp": 1718029305.6487
9321
+ },
9322
+ {
9323
+ "model_a": "InstructPix2Pix",
9324
+ "model_b": "PNP",
9325
+ "winner": "model_a",
9326
+ "judge": "arena_user_10.16.40.170",
9327
+ "anony": true,
9328
+ "tstamp": 1718258301.4356
9329
+ },
9330
+ {
9331
+ "model_a": "SDEdit",
9332
+ "model_b": "CycleDiffusion",
9333
+ "winner": "tie (bothbad)",
9334
+ "judge": "arena_user_10.16.14.230",
9335
+ "anony": true,
9336
+ "tstamp": 1718356734.1319
9337
  }
9338
  ]
arena_elo/results/latest/clean_battle_t2i_generation.json CHANGED
The diff for this file is too large to render. See raw diff
 
arena_elo/results/latest/clean_battle_video_generation.json CHANGED
@@ -12702,5 +12702,893 @@
12702
  "judge": "arena_user_10.16.15.131",
12703
  "anony": false,
12704
  "tstamp": 1717527861.4216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12705
  }
12706
  ]
 
12702
  "judge": "arena_user_10.16.15.131",
12703
  "anony": false,
12704
  "tstamp": 1717527861.4216
12705
+ },
12706
+ {
12707
+ "model_a": "LaVie",
12708
+ "model_b": "T2VTurbo",
12709
+ "winner": "model_b",
12710
+ "judge": "arena_user_10.16.2.205",
12711
+ "anony": true,
12712
+ "tstamp": 1717583389.7829
12713
+ },
12714
+ {
12715
+ "model_a": "VideoCrafter2",
12716
+ "model_b": "T2VTurbo",
12717
+ "winner": "tie (bothbad)",
12718
+ "judge": "arena_user_10.16.40.170",
12719
+ "anony": true,
12720
+ "tstamp": 1717583550.3627
12721
+ },
12722
+ {
12723
+ "model_a": "StableVideoDiffusion",
12724
+ "model_b": "ModelScope",
12725
+ "winner": "model_a",
12726
+ "judge": "arena_user_10.16.40.170",
12727
+ "anony": true,
12728
+ "tstamp": 1717583574.8547
12729
+ },
12730
+ {
12731
+ "model_a": "T2VTurbo",
12732
+ "model_b": "AnimateDiffTurbo",
12733
+ "winner": "model_a",
12734
+ "judge": "arena_user_10.16.40.170",
12735
+ "anony": true,
12736
+ "tstamp": 1717583650.3466
12737
+ },
12738
+ {
12739
+ "model_a": "T2VTurbo",
12740
+ "model_b": "LaVie",
12741
+ "winner": "model_b",
12742
+ "judge": "arena_user_10.16.30.231",
12743
+ "anony": true,
12744
+ "tstamp": 1717583688.0364
12745
+ },
12746
+ {
12747
+ "model_a": "LaVie",
12748
+ "model_b": "StableVideoDiffusion",
12749
+ "winner": "model_b",
12750
+ "judge": "arena_user_10.16.40.170",
12751
+ "anony": true,
12752
+ "tstamp": 1717583714.7331
12753
+ },
12754
+ {
12755
+ "model_a": "LaVie",
12756
+ "model_b": "T2VTurbo",
12757
+ "winner": "model_b",
12758
+ "judge": "arena_user_10.16.30.231",
12759
+ "anony": true,
12760
+ "tstamp": 1717583755.2307
12761
+ },
12762
+ {
12763
+ "model_a": "StableVideoDiffusion",
12764
+ "model_b": "OpenSora",
12765
+ "winner": "model_a",
12766
+ "judge": "arena_user_10.16.40.170",
12767
+ "anony": true,
12768
+ "tstamp": 1717583778.3619
12769
+ },
12770
+ {
12771
+ "model_a": "T2VTurbo",
12772
+ "model_b": "LaVie",
12773
+ "winner": "tie",
12774
+ "judge": "arena_user_10.16.2.205",
12775
+ "anony": true,
12776
+ "tstamp": 1717583802.8863
12777
+ },
12778
+ {
12779
+ "model_a": "AnimateDiff",
12780
+ "model_b": "StableVideoDiffusion",
12781
+ "winner": "model_b",
12782
+ "judge": "arena_user_10.16.30.231",
12783
+ "anony": true,
12784
+ "tstamp": 1717583832.6804
12785
+ },
12786
+ {
12787
+ "model_a": "LaVie",
12788
+ "model_b": "T2VTurbo",
12789
+ "winner": "model_b",
12790
+ "judge": "arena_user_10.16.40.170",
12791
+ "anony": true,
12792
+ "tstamp": 1717583888.5965
12793
+ },
12794
+ {
12795
+ "model_a": "ModelScope",
12796
+ "model_b": "StableVideoDiffusion",
12797
+ "winner": "model_b",
12798
+ "judge": "arena_user_10.16.19.59",
12799
+ "anony": true,
12800
+ "tstamp": 1717583912.6705
12801
+ },
12802
+ {
12803
+ "model_a": "AnimateDiff",
12804
+ "model_b": "StableVideoDiffusion",
12805
+ "winner": "model_b",
12806
+ "judge": "arena_user_10.16.30.231",
12807
+ "anony": true,
12808
+ "tstamp": 1717583967.926
12809
+ },
12810
+ {
12811
+ "model_a": "OpenSora",
12812
+ "model_b": "AnimateDiffTurbo",
12813
+ "winner": "tie (bothbad)",
12814
+ "judge": "arena_user_10.16.19.59",
12815
+ "anony": true,
12816
+ "tstamp": 1717600694.3078
12817
+ },
12818
+ {
12819
+ "model_a": "AnimateDiff",
12820
+ "model_b": "OpenSora",
12821
+ "winner": "model_a",
12822
+ "judge": "arena_user_10.16.14.230",
12823
+ "anony": true,
12824
+ "tstamp": 1717729569.0878
12825
+ },
12826
+ {
12827
+ "model_a": "AnimateDiffTurbo",
12828
+ "model_b": "AnimateDiff",
12829
+ "winner": "model_b",
12830
+ "judge": "arena_user_169.254.43.255",
12831
+ "anony": true,
12832
+ "tstamp": 1717742472.4642
12833
+ },
12834
+ {
12835
+ "model_a": "OpenSora",
12836
+ "model_b": "StableVideoDiffusion",
12837
+ "winner": "tie (bothbad)",
12838
+ "judge": "arena_user_10.16.14.230",
12839
+ "anony": true,
12840
+ "tstamp": 1717770560.4234
12841
+ },
12842
+ {
12843
+ "model_a": "AnimateDiffTurbo",
12844
+ "model_b": "StableVideoDiffusion",
12845
+ "winner": "model_b",
12846
+ "judge": "arena_user_10.16.19.59",
12847
+ "anony": true,
12848
+ "tstamp": 1717786061.9342
12849
+ },
12850
+ {
12851
+ "model_a": "LaVie",
12852
+ "model_b": "StableVideoDiffusion",
12853
+ "winner": "model_b",
12854
+ "judge": "arena_user_10.16.44.20",
12855
+ "anony": true,
12856
+ "tstamp": 1717786268.7859
12857
+ },
12858
+ {
12859
+ "model_a": "StableVideoDiffusion",
12860
+ "model_b": "ModelScope",
12861
+ "winner": "model_a",
12862
+ "judge": "arena_user_10.16.44.20",
12863
+ "anony": true,
12864
+ "tstamp": 1717786289.3001
12865
+ },
12866
+ {
12867
+ "model_a": "T2VTurbo",
12868
+ "model_b": "VideoCrafter2",
12869
+ "winner": "tie (bothbad)",
12870
+ "judge": "arena_user_10.16.3.126",
12871
+ "anony": true,
12872
+ "tstamp": 1717786356.8218
12873
+ },
12874
+ {
12875
+ "model_a": "OpenSora",
12876
+ "model_b": "StableVideoDiffusion",
12877
+ "winner": "model_b",
12878
+ "judge": "arena_user_10.16.19.59",
12879
+ "anony": true,
12880
+ "tstamp": 1717786381.4821
12881
+ },
12882
+ {
12883
+ "model_a": "ModelScope",
12884
+ "model_b": "T2VTurbo",
12885
+ "winner": "tie (bothbad)",
12886
+ "judge": "arena_user_10.16.3.126",
12887
+ "anony": true,
12888
+ "tstamp": 1717786508.354
12889
+ },
12890
+ {
12891
+ "model_a": "VideoCrafter2",
12892
+ "model_b": "StableVideoDiffusion",
12893
+ "winner": "model_b",
12894
+ "judge": "arena_user_10.16.3.126",
12895
+ "anony": true,
12896
+ "tstamp": 1717786584.289
12897
+ },
12898
+ {
12899
+ "model_a": "T2VTurbo",
12900
+ "model_b": "OpenSora",
12901
+ "winner": "tie (bothbad)",
12902
+ "judge": "arena_user_10.16.24.60",
12903
+ "anony": true,
12904
+ "tstamp": 1717786609.0559
12905
+ },
12906
+ {
12907
+ "model_a": "AnimateDiff",
12908
+ "model_b": "T2VTurbo",
12909
+ "winner": "tie (bothbad)",
12910
+ "judge": "arena_user_10.16.19.59",
12911
+ "anony": true,
12912
+ "tstamp": 1717786642.2808
12913
+ },
12914
+ {
12915
+ "model_a": "T2VTurbo",
12916
+ "model_b": "LaVie",
12917
+ "winner": "model_b",
12918
+ "judge": "arena_user_10.16.44.20",
12919
+ "anony": true,
12920
+ "tstamp": 1717786682.2827
12921
+ },
12922
+ {
12923
+ "model_a": "StableVideoDiffusion",
12924
+ "model_b": "ModelScope",
12925
+ "winner": "model_a",
12926
+ "judge": "arena_user_10.16.14.230",
12927
+ "anony": true,
12928
+ "tstamp": 1717786733.9086
12929
+ },
12930
+ {
12931
+ "model_a": "AnimateDiff",
12932
+ "model_b": "StableVideoDiffusion",
12933
+ "winner": "model_b",
12934
+ "judge": "arena_user_10.16.14.230",
12935
+ "anony": true,
12936
+ "tstamp": 1717786772.2168
12937
+ },
12938
+ {
12939
+ "model_a": "ModelScope",
12940
+ "model_b": "StableVideoDiffusion",
12941
+ "winner": "tie (bothbad)",
12942
+ "judge": "arena_user_10.16.19.59",
12943
+ "anony": true,
12944
+ "tstamp": 1717787024.9345
12945
+ },
12946
+ {
12947
+ "model_a": "StableVideoDiffusion",
12948
+ "model_b": "LaVie",
12949
+ "winner": "model_a",
12950
+ "judge": "arena_user_10.16.19.59",
12951
+ "anony": true,
12952
+ "tstamp": 1717787059.5729
12953
+ },
12954
+ {
12955
+ "model_a": "OpenSora",
12956
+ "model_b": "T2VTurbo",
12957
+ "winner": "model_b",
12958
+ "judge": "arena_user_10.16.3.126",
12959
+ "anony": true,
12960
+ "tstamp": 1717787081.6863
12961
+ },
12962
+ {
12963
+ "model_a": "AnimateDiffTurbo",
12964
+ "model_b": "StableVideoDiffusion",
12965
+ "winner": "model_a",
12966
+ "judge": "arena_user_10.16.3.126",
12967
+ "anony": true,
12968
+ "tstamp": 1717787102.3542
12969
+ },
12970
+ {
12971
+ "model_a": "T2VTurbo",
12972
+ "model_b": "AnimateDiffTurbo",
12973
+ "winner": "model_a",
12974
+ "judge": "arena_user_10.16.3.126",
12975
+ "anony": true,
12976
+ "tstamp": 1717788435.0868
12977
+ },
12978
+ {
12979
+ "model_a": "T2VTurbo",
12980
+ "model_b": "LaVie",
12981
+ "winner": "tie (bothbad)",
12982
+ "judge": "arena_user_10.16.44.20",
12983
+ "anony": true,
12984
+ "tstamp": 1717788446.9626
12985
+ },
12986
+ {
12987
+ "model_a": "StableVideoDiffusion",
12988
+ "model_b": "AnimateDiff",
12989
+ "winner": "model_a",
12990
+ "judge": "arena_user_10.16.44.20",
12991
+ "anony": true,
12992
+ "tstamp": 1717788457.4408
12993
+ },
12994
+ {
12995
+ "model_a": "AnimateDiff",
12996
+ "model_b": "T2VTurbo",
12997
+ "winner": "model_b",
12998
+ "judge": "arena_user_10.16.3.126",
12999
+ "anony": true,
13000
+ "tstamp": 1717788495.641
13001
+ },
13002
+ {
13003
+ "model_a": "AnimateDiff",
13004
+ "model_b": "T2VTurbo",
13005
+ "winner": "tie",
13006
+ "judge": "arena_user_10.16.14.230",
13007
+ "anony": true,
13008
+ "tstamp": 1717803762.1958
13009
+ },
13010
+ {
13011
+ "model_a": "AnimateDiff",
13012
+ "model_b": "ModelScope",
13013
+ "winner": "tie (bothbad)",
13014
+ "judge": "arena_user_10.16.14.230",
13015
+ "anony": true,
13016
+ "tstamp": 1717803770.4082
13017
+ },
13018
+ {
13019
+ "model_a": "StableVideoDiffusion",
13020
+ "model_b": "AnimateDiff",
13021
+ "winner": "tie",
13022
+ "judge": "arena_user_10.16.44.20",
13023
+ "anony": true,
13024
+ "tstamp": 1717803786.2896
13025
+ },
13026
+ {
13027
+ "model_a": "T2VTurbo",
13028
+ "model_b": "AnimateDiff",
13029
+ "winner": "tie (bothbad)",
13030
+ "judge": "arena_user_10.16.3.126",
13031
+ "anony": true,
13032
+ "tstamp": 1717803805.7355
13033
+ },
13034
+ {
13035
+ "model_a": "LaVie",
13036
+ "model_b": "OpenSora",
13037
+ "winner": "model_b",
13038
+ "judge": "arena_user_10.16.44.20",
13039
+ "anony": true,
13040
+ "tstamp": 1717803818.4125
13041
+ },
13042
+ {
13043
+ "model_a": "AnimateDiff",
13044
+ "model_b": "ModelScope",
13045
+ "winner": "model_a",
13046
+ "judge": "arena_user_10.16.44.20",
13047
+ "anony": true,
13048
+ "tstamp": 1717803826.082
13049
+ },
13050
+ {
13051
+ "model_a": "T2VTurbo",
13052
+ "model_b": "LaVie",
13053
+ "winner": "model_a",
13054
+ "judge": "arena_user_10.16.14.230",
13055
+ "anony": true,
13056
+ "tstamp": 1717803834.501
13057
+ },
13058
+ {
13059
+ "model_a": "AnimateDiff",
13060
+ "model_b": "T2VTurbo",
13061
+ "winner": "tie",
13062
+ "judge": "arena_user_10.16.14.230",
13063
+ "anony": true,
13064
+ "tstamp": 1717815183.8986
13065
+ },
13066
+ {
13067
+ "model_a": "ModelScope",
13068
+ "model_b": "AnimateDiffTurbo",
13069
+ "winner": "model_a",
13070
+ "judge": "arena_user_10.16.40.170",
13071
+ "anony": true,
13072
+ "tstamp": 1717856574.5391
13073
+ },
13074
+ {
13075
+ "model_a": "AnimateDiff",
13076
+ "model_b": "StableVideoDiffusion",
13077
+ "winner": "model_a",
13078
+ "judge": "arena_user_10.16.14.230",
13079
+ "anony": true,
13080
+ "tstamp": 1717859113.2951
13081
+ },
13082
+ {
13083
+ "model_a": "LaVie",
13084
+ "model_b": "VideoCrafter2",
13085
+ "winner": "model_b",
13086
+ "judge": "arena_user_10.16.44.20",
13087
+ "anony": true,
13088
+ "tstamp": 1717879418.0499
13089
+ },
13090
+ {
13091
+ "model_a": "StableVideoDiffusion",
13092
+ "model_b": "VideoCrafter2",
13093
+ "winner": "model_a",
13094
+ "judge": "arena_user_10.16.3.126",
13095
+ "anony": true,
13096
+ "tstamp": 1717879442.6545
13097
+ },
13098
+ {
13099
+ "model_a": "T2VTurbo",
13100
+ "model_b": "ModelScope",
13101
+ "winner": "model_a",
13102
+ "judge": "arena_user_10.16.14.230",
13103
+ "anony": true,
13104
+ "tstamp": 1718011002.8566
13105
+ },
13106
+ {
13107
+ "model_a": "T2VTurbo",
13108
+ "model_b": "StableVideoDiffusion",
13109
+ "winner": "model_b",
13110
+ "judge": "arena_user_10.16.24.60",
13111
+ "anony": true,
13112
+ "tstamp": 1718011012.451
13113
+ },
13114
+ {
13115
+ "model_a": "VideoCrafter2",
13116
+ "model_b": "ModelScope",
13117
+ "winner": "tie (bothbad)",
13118
+ "judge": "arena_user_10.16.14.230",
13119
+ "anony": true,
13120
+ "tstamp": 1718011022.8377
13121
+ },
13122
+ {
13123
+ "model_a": "StableVideoDiffusion",
13124
+ "model_b": "ModelScope",
13125
+ "winner": "tie (bothbad)",
13126
+ "judge": "arena_user_10.16.24.60",
13127
+ "anony": true,
13128
+ "tstamp": 1718011035.3201
13129
+ },
13130
+ {
13131
+ "model_a": "VideoCrafter2",
13132
+ "model_b": "StableVideoDiffusion",
13133
+ "winner": "model_b",
13134
+ "judge": "arena_user_10.16.44.20",
13135
+ "anony": true,
13136
+ "tstamp": 1718011043.6392
13137
+ },
13138
+ {
13139
+ "model_a": "VideoCrafter2",
13140
+ "model_b": "AnimateDiff",
13141
+ "winner": "model_b",
13142
+ "judge": "arena_user_10.16.24.60",
13143
+ "anony": true,
13144
+ "tstamp": 1718011052.1734
13145
+ },
13146
+ {
13147
+ "model_a": "LaVie",
13148
+ "model_b": "StableVideoDiffusion",
13149
+ "winner": "model_b",
13150
+ "judge": "arena_user_10.16.3.126",
13151
+ "anony": true,
13152
+ "tstamp": 1718011060.9507
13153
+ },
13154
+ {
13155
+ "model_a": "OpenSora",
13156
+ "model_b": "StableVideoDiffusion",
13157
+ "winner": "model_b",
13158
+ "judge": "arena_user_10.16.24.60",
13159
+ "anony": true,
13160
+ "tstamp": 1718011068.7809
13161
+ },
13162
+ {
13163
+ "model_a": "OpenSora",
13164
+ "model_b": "AnimateDiff",
13165
+ "winner": "model_b",
13166
+ "judge": "arena_user_10.16.44.20",
13167
+ "anony": true,
13168
+ "tstamp": 1718011077.4635
13169
+ },
13170
+ {
13171
+ "model_a": "AnimateDiff",
13172
+ "model_b": "AnimateDiffTurbo",
13173
+ "winner": "tie (bothbad)",
13174
+ "judge": "arena_user_10.16.24.60",
13175
+ "anony": true,
13176
+ "tstamp": 1718011149.5812
13177
+ },
13178
+ {
13179
+ "model_a": "AnimateDiffTurbo",
13180
+ "model_b": "LaVie",
13181
+ "winner": "tie (bothbad)",
13182
+ "judge": "arena_user_10.16.3.126",
13183
+ "anony": true,
13184
+ "tstamp": 1718011159.9074
13185
+ },
13186
+ {
13187
+ "model_a": "VideoCrafter2",
13188
+ "model_b": "LaVie",
13189
+ "winner": "model_a",
13190
+ "judge": "arena_user_10.16.24.60",
13191
+ "anony": true,
13192
+ "tstamp": 1718011168.2826
13193
+ },
13194
+ {
13195
+ "model_a": "ModelScope",
13196
+ "model_b": "LaVie",
13197
+ "winner": "model_b",
13198
+ "judge": "arena_user_10.16.24.60",
13199
+ "anony": true,
13200
+ "tstamp": 1718011176.6545
13201
+ },
13202
+ {
13203
+ "model_a": "VideoCrafter2",
13204
+ "model_b": "ModelScope",
13205
+ "winner": "model_a",
13206
+ "judge": "arena_user_10.16.14.230",
13207
+ "anony": true,
13208
+ "tstamp": 1718011184.6329
13209
+ },
13210
+ {
13211
+ "model_a": "T2VTurbo",
13212
+ "model_b": "OpenSora",
13213
+ "winner": "model_a",
13214
+ "judge": "arena_user_10.16.3.126",
13215
+ "anony": true,
13216
+ "tstamp": 1718011192.3607
13217
+ },
13218
+ {
13219
+ "model_a": "AnimateDiffTurbo",
13220
+ "model_b": "LaVie",
13221
+ "winner": "tie (bothbad)",
13222
+ "judge": "arena_user_10.16.24.60",
13223
+ "anony": true,
13224
+ "tstamp": 1718011207.8892
13225
+ },
13226
+ {
13227
+ "model_a": "AnimateDiffTurbo",
13228
+ "model_b": "StableVideoDiffusion",
13229
+ "winner": "model_b",
13230
+ "judge": "arena_user_10.16.3.126",
13231
+ "anony": true,
13232
+ "tstamp": 1718011216.1304
13233
+ },
13234
+ {
13235
+ "model_a": "AnimateDiff",
13236
+ "model_b": "AnimateDiffTurbo",
13237
+ "winner": "model_a",
13238
+ "judge": "arena_user_10.16.24.60",
13239
+ "anony": true,
13240
+ "tstamp": 1718011224.8214
13241
+ },
13242
+ {
13243
+ "model_a": "StableVideoDiffusion",
13244
+ "model_b": "LaVie",
13245
+ "winner": "model_a",
13246
+ "judge": "arena_user_10.16.14.230",
13247
+ "anony": true,
13248
+ "tstamp": 1718011240.1747
13249
+ },
13250
+ {
13251
+ "model_a": "VideoCrafter2",
13252
+ "model_b": "ModelScope",
13253
+ "winner": "model_a",
13254
+ "judge": "arena_user_10.16.14.230",
13255
+ "anony": true,
13256
+ "tstamp": 1718011248.2952
13257
+ },
13258
+ {
13259
+ "model_a": "OpenSora",
13260
+ "model_b": "StableVideoDiffusion",
13261
+ "winner": "model_b",
13262
+ "judge": "arena_user_10.16.24.60",
13263
+ "anony": true,
13264
+ "tstamp": 1718011255.7156
13265
+ },
13266
+ {
13267
+ "model_a": "LaVie",
13268
+ "model_b": "AnimateDiffTurbo",
13269
+ "winner": "model_a",
13270
+ "judge": "arena_user_10.16.44.20",
13271
+ "anony": true,
13272
+ "tstamp": 1718011265.9493
13273
+ },
13274
+ {
13275
+ "model_a": "LaVie",
13276
+ "model_b": "VideoCrafter2",
13277
+ "winner": "model_b",
13278
+ "judge": "arena_user_10.16.24.60",
13279
+ "anony": true,
13280
+ "tstamp": 1718011281.3544
13281
+ },
13282
+ {
13283
+ "model_a": "StableVideoDiffusion",
13284
+ "model_b": "AnimateDiffTurbo",
13285
+ "winner": "model_a",
13286
+ "judge": "arena_user_10.16.24.60",
13287
+ "anony": true,
13288
+ "tstamp": 1718011299.4609
13289
+ },
13290
+ {
13291
+ "model_a": "LaVie",
13292
+ "model_b": "ModelScope",
13293
+ "winner": "tie (bothbad)",
13294
+ "judge": "arena_user_10.16.44.20",
13295
+ "anony": true,
13296
+ "tstamp": 1718011313.3392
13297
+ },
13298
+ {
13299
+ "model_a": "T2VTurbo",
13300
+ "model_b": "ModelScope",
13301
+ "winner": "tie (bothbad)",
13302
+ "judge": "arena_user_10.16.3.126",
13303
+ "anony": true,
13304
+ "tstamp": 1718011320.6615
13305
+ },
13306
+ {
13307
+ "model_a": "OpenSora",
13308
+ "model_b": "AnimateDiff",
13309
+ "winner": "tie (bothbad)",
13310
+ "judge": "arena_user_10.16.24.60",
13311
+ "anony": true,
13312
+ "tstamp": 1718011338.1729
13313
+ },
13314
+ {
13315
+ "model_a": "T2VTurbo",
13316
+ "model_b": "AnimateDiffTurbo",
13317
+ "winner": "tie (bothbad)",
13318
+ "judge": "arena_user_10.16.24.60",
13319
+ "anony": true,
13320
+ "tstamp": 1718011351.3514
13321
+ },
13322
+ {
13323
+ "model_a": "ModelScope",
13324
+ "model_b": "StableVideoDiffusion",
13325
+ "winner": "model_a",
13326
+ "judge": "arena_user_10.16.14.230",
13327
+ "anony": true,
13328
+ "tstamp": 1718011367.5408
13329
+ },
13330
+ {
13331
+ "model_a": "AnimateDiffTurbo",
13332
+ "model_b": "StableVideoDiffusion",
13333
+ "winner": "model_b",
13334
+ "judge": "arena_user_10.16.3.126",
13335
+ "anony": true,
13336
+ "tstamp": 1718032842.0438
13337
+ },
13338
+ {
13339
+ "model_a": "LaVie",
13340
+ "model_b": "VideoCrafter2",
13341
+ "winner": "model_a",
13342
+ "judge": "arena_user_10.16.14.230",
13343
+ "anony": true,
13344
+ "tstamp": 1718061165.0053
13345
+ },
13346
+ {
13347
+ "model_a": "AnimateDiffTurbo",
13348
+ "model_b": "OpenSora",
13349
+ "winner": "tie (bothbad)",
13350
+ "judge": "arena_user_10.16.44.20",
13351
+ "anony": true,
13352
+ "tstamp": 1718061193.4625
13353
+ },
13354
+ {
13355
+ "model_a": "AnimateDiff",
13356
+ "model_b": "OpenSora",
13357
+ "winner": "tie (bothbad)",
13358
+ "judge": "arena_user_10.16.44.20",
13359
+ "anony": true,
13360
+ "tstamp": 1718061227.2704
13361
+ },
13362
+ {
13363
+ "model_a": "ModelScope",
13364
+ "model_b": "OpenSora",
13365
+ "winner": "tie (bothbad)",
13366
+ "judge": "arena_user_10.16.44.20",
13367
+ "anony": true,
13368
+ "tstamp": 1718061266.4681
13369
+ },
13370
+ {
13371
+ "model_a": "OpenSora",
13372
+ "model_b": "StableVideoDiffusion",
13373
+ "winner": "tie (bothbad)",
13374
+ "judge": "arena_user_10.16.44.20",
13375
+ "anony": true,
13376
+ "tstamp": 1718061302.0068
13377
+ },
13378
+ {
13379
+ "model_a": "OpenSora",
13380
+ "model_b": "T2VTurbo",
13381
+ "winner": "model_b",
13382
+ "judge": "arena_user_10.16.24.60",
13383
+ "anony": true,
13384
+ "tstamp": 1718061510.384
13385
+ },
13386
+ {
13387
+ "model_a": "T2VTurbo",
13388
+ "model_b": "AnimateDiffTurbo",
13389
+ "winner": "model_a",
13390
+ "judge": "arena_user_10.16.14.230",
13391
+ "anony": true,
13392
+ "tstamp": 1718089957.0337
13393
+ },
13394
+ {
13395
+ "model_a": "AnimateDiffTurbo",
13396
+ "model_b": "AnimateDiff",
13397
+ "winner": "model_b",
13398
+ "judge": "arena_user_10.16.19.59",
13399
+ "anony": true,
13400
+ "tstamp": 1718130704.0669
13401
+ },
13402
+ {
13403
+ "model_a": "StableVideoDiffusion",
13404
+ "model_b": "AnimateDiffTurbo",
13405
+ "winner": "model_b",
13406
+ "judge": "arena_user_10.16.3.126",
13407
+ "anony": true,
13408
+ "tstamp": 1718130718.3047
13409
+ },
13410
+ {
13411
+ "model_a": "StableVideoDiffusion",
13412
+ "model_b": "VideoCrafter2",
13413
+ "winner": "model_a",
13414
+ "judge": "arena_user_10.16.40.170",
13415
+ "anony": true,
13416
+ "tstamp": 1718130727.9051
13417
+ },
13418
+ {
13419
+ "model_a": "LaVie",
13420
+ "model_b": "VideoCrafter2",
13421
+ "winner": "model_a",
13422
+ "judge": "arena_user_10.16.14.230",
13423
+ "anony": true,
13424
+ "tstamp": 1718130737.7575
13425
+ },
13426
+ {
13427
+ "model_a": "AnimateDiff",
13428
+ "model_b": "AnimateDiffTurbo",
13429
+ "winner": "model_a",
13430
+ "judge": "arena_user_10.16.24.60",
13431
+ "anony": true,
13432
+ "tstamp": 1718258431.8838
13433
+ },
13434
+ {
13435
+ "model_a": "T2VTurbo",
13436
+ "model_b": "StableVideoDiffusion",
13437
+ "winner": "model_b",
13438
+ "judge": "arena_user_10.16.24.60",
13439
+ "anony": true,
13440
+ "tstamp": 1718258998.5358
13441
+ },
13442
+ {
13443
+ "model_a": "LaVie",
13444
+ "model_b": "ModelScope",
13445
+ "winner": "model_a",
13446
+ "judge": "arena_user_169.254.186.79",
13447
+ "anony": false,
13448
+ "tstamp": 1718333327.6976
13449
+ },
13450
+ {
13451
+ "model_a": "LaVie",
13452
+ "model_b": "ModelScope",
13453
+ "winner": "model_b",
13454
+ "judge": "arena_user_169.254.33.10",
13455
+ "anony": false,
13456
+ "tstamp": 1718333622.5511
13457
+ },
13458
+ {
13459
+ "model_a": "LaVie",
13460
+ "model_b": "ModelScope",
13461
+ "winner": "model_b",
13462
+ "judge": "arena_user_169.254.43.255",
13463
+ "anony": false,
13464
+ "tstamp": 1718335425.1846
13465
+ },
13466
+ {
13467
+ "model_a": "AnimateDiffTurbo",
13468
+ "model_b": "StableVideoDiffusion",
13469
+ "winner": "model_b",
13470
+ "judge": "arena_user_10.16.40.170",
13471
+ "anony": true,
13472
+ "tstamp": 1718338870.2816
13473
+ },
13474
+ {
13475
+ "model_a": "StableVideoDiffusion",
13476
+ "model_b": "LaVie",
13477
+ "winner": "model_a",
13478
+ "judge": "arena_user_10.16.40.170",
13479
+ "anony": true,
13480
+ "tstamp": 1718339789.3966
13481
+ },
13482
+ {
13483
+ "model_a": "OpenSora",
13484
+ "model_b": "AnimateDiffTurbo",
13485
+ "winner": "tie (bothbad)",
13486
+ "judge": "arena_user_10.16.24.60",
13487
+ "anony": true,
13488
+ "tstamp": 1718339813.2818
13489
+ },
13490
+ {
13491
+ "model_a": "OpenSora",
13492
+ "model_b": "AnimateDiffTurbo",
13493
+ "winner": "tie (bothbad)",
13494
+ "judge": "arena_user_10.16.14.230",
13495
+ "anony": true,
13496
+ "tstamp": 1718339817.6503
13497
+ },
13498
+ {
13499
+ "model_a": "OpenSora",
13500
+ "model_b": "VideoCrafter2",
13501
+ "winner": "tie (bothbad)",
13502
+ "judge": "arena_user_10.16.19.59",
13503
+ "anony": true,
13504
+ "tstamp": 1718339856.0812
13505
+ },
13506
+ {
13507
+ "model_a": "StableVideoDiffusion",
13508
+ "model_b": "ModelScope",
13509
+ "winner": "tie (bothbad)",
13510
+ "judge": "arena_user_10.16.19.59",
13511
+ "anony": true,
13512
+ "tstamp": 1718339874.9327
13513
+ },
13514
+ {
13515
+ "model_a": "AnimateDiff",
13516
+ "model_b": "AnimateDiffTurbo",
13517
+ "winner": "model_b",
13518
+ "judge": "arena_user_10.16.14.230",
13519
+ "anony": true,
13520
+ "tstamp": 1718339890.3774
13521
+ },
13522
+ {
13523
+ "model_a": "VideoCrafter2",
13524
+ "model_b": "LaVie",
13525
+ "winner": "model_a",
13526
+ "judge": "arena_user_10.16.19.59",
13527
+ "anony": true,
13528
+ "tstamp": 1718339903.0179
13529
+ },
13530
+ {
13531
+ "model_a": "OpenSora",
13532
+ "model_b": "T2VTurbo",
13533
+ "winner": "tie (bothbad)",
13534
+ "judge": "arena_user_10.16.19.59",
13535
+ "anony": true,
13536
+ "tstamp": 1718365795.4222
13537
+ },
13538
+ {
13539
+ "model_a": "LaVie",
13540
+ "model_b": "VideoCrafter2",
13541
+ "winner": "tie",
13542
+ "judge": "arena_user_39.103.156.252",
13543
+ "anony": false,
13544
+ "tstamp": 1718678955.8722
13545
+ },
13546
+ {
13547
+ "model_a": "LaVie",
13548
+ "model_b": "VideoCrafter2",
13549
+ "winner": "tie",
13550
+ "judge": "arena_user_39.103.156.252",
13551
+ "anony": false,
13552
+ "tstamp": 1718678963.4379
13553
+ },
13554
+ {
13555
+ "model_a": "AnimateDiffTurbo",
13556
+ "model_b": "VideoCrafter2",
13557
+ "winner": "tie (bothbad)",
13558
+ "judge": "arena_user_10.16.24.60",
13559
+ "anony": true,
13560
+ "tstamp": 1718695178.9646
13561
+ },
13562
+ {
13563
+ "model_a": "AnimateDiff",
13564
+ "model_b": "AnimateDiffTurbo",
13565
+ "winner": "model_a",
13566
+ "judge": "arena_user_10.16.19.59",
13567
+ "anony": false,
13568
+ "tstamp": 1718815035.9119
13569
+ },
13570
+ {
13571
+ "model_a": "AnimateDiff",
13572
+ "model_b": "AnimateDiffTurbo",
13573
+ "winner": "model_a",
13574
+ "judge": "arena_user_10.16.19.59",
13575
+ "anony": false,
13576
+ "tstamp": 1718815048.8872
13577
+ },
13578
+ {
13579
+ "model_a": "AnimateDiff",
13580
+ "model_b": "T2VTurbo",
13581
+ "winner": "model_a",
13582
+ "judge": "arena_user_10.16.19.59",
13583
+ "anony": true,
13584
+ "tstamp": 1718815371.0011
13585
+ },
13586
+ {
13587
+ "model_a": "ModelScope",
13588
+ "model_b": "StableVideoDiffusion",
13589
+ "winner": "model_b",
13590
+ "judge": "arena_user_10.16.24.60",
13591
+ "anony": true,
13592
+ "tstamp": 1718815383.7343
13593
  }
13594
  ]
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:41c7f35c5812940344d1b3f626339820480de7a40b029df9a1ce62f969833173
3
- size 62454
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fde68a8cf230f58694822efa93ea9fb2cccca0348ab28510edb32a989ba9ffc5
3
+ size 62482
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:7be5eb1f9434a7c8dcf82d1a530c1d4dc4bddfd6e9c1bec3c3bb215e50730a1d
3
- size 68116
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53f665e5f07d48efcd16ae369169791dd7b2168430abbcf1b9464ead1a819ab4
3
+ size 73814
arena_elo/results/latest/elo_results_video_generation.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b481ad17c28dd03dc7acd1d8236ba71b175cbde4b56d06dd926f35199cfb3831
3
- size 59905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b18728982dde3cae7deb366a89b69510980ea8a1e42c223da35fd1c7182bbac
3
+ size 59911
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,1111.287883287791,1112.8809479007448,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush
3
- InfEdit,InfEdit,1079.0215496678925,1081.8081725884626,CC BY-NC-ND 4.0,"University of Michigan, University of California, Berkeley",https://huggingface.co/spaces/sled-umich/InfEdit
4
- CosXLEdit,CosXLEdit,1065.6805346660533,1066.704128727434,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl
5
- InstructPix2Pix,InstructPix2Pix,1032.7530333195389,1030.5587019503707,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix
6
- PNP,PNP,998.4983696664473,1003.2359999540579,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play
7
- Prompt2prompt,Prompt2prompt,987.9337296502758,989.0974614471744,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io
8
- CycleDiffusion,CycleDiffusion,938.9517299322257,932.7970251208932,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion
9
- SDEdit,SDEdit,928.5595445205557,926.7905094883904,MIT License,Stanford University,https://sde-image-editing.github.io
10
- Pix2PixZero,Pix2PixZero,857.3136252892202,856.1270528224718,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,1111.7570507833766,1116.1948688005264,CC-BY-4.0,"The Ohio State University, University of Waterloo",https://osu-nlp-group.github.io/MagicBrush
3
+ InfEdit,InfEdit,1077.170586499449,1077.0730723090867,CC BY-NC-ND 4.0,"University of Michigan, University of California, Berkeley",https://huggingface.co/spaces/sled-umich/InfEdit
4
+ CosXLEdit,CosXLEdit,1066.238965795248,1067.2396111394378,cosxl-nc-community,Stability AI,https://huggingface.co/spaces/multimodalart/cosxl
5
+ InstructPix2Pix,InstructPix2Pix,1032.1762806641166,1030.2155100226869,"Copyright 2023 Timothy Brooks, Aleksander Holynski, Alexei A. Efros","University of California, Berkeley",https://www.timothybrooks.com/instruct-pix2pix
6
+ PNP,PNP,1000.2652636374402,1004.8683829913018,-,Weizmann Institute of Science,https://github.com/MichalGeyer/plug-and-play
7
+ Prompt2prompt,Prompt2prompt,993.1986182667401,994.2465198113878,Apache-2.0,"Google, Tel Aviv University",https://prompt-to-prompt.github.io
8
+ CycleDiffusion,CycleDiffusion,939.1665758899721,933.2296459876471,X11,Carnegie Mellon University,https://github.com/ChenWu98/cycle-diffusion
9
+ SDEdit,SDEdit,925.7056497451632,924.0404372333446,MIT License,Stanford University,https://sde-image-editing.github.io
10
+ Pix2PixZero,Pix2PixZero,854.321008718494,852.8919517045811,MIT License,"Carnegie Mellon University, Adobe Research",https://pix2pixzero.github.io
arena_elo/results/latest/t2i_generation_leaderboard.csv CHANGED
@@ -1,12 +1,14 @@
1
  key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
- PlayGround V2.5,PlayGround V2.5,1149.8701178556255,1151.2355340843367,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic
3
- PlayGround V2,PlayGround V2,1100.5075625388747,1099.5250045486985,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic
4
- StableCascade,StableCascade,1056.8118945188705,1061.158875402848,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade
5
- SDXLLightning,SDXLLightning,1052.955324722208,1057.1909595688794,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning
6
- PixArtAlpha,PixArtAlpha,1052.0540338691276,1039.997644106329,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS
7
- PixArtSigma,PixArtSigma,1049.6632192574068,1048.9760349558715,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma
8
- SDXL,SDXL,1000.780478259573,999.5071927081885,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
9
- SDXLTurbo,SDXLTurbo,934.7256708634909,932.7451965887616,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo
10
- LCM(v1.5/XL),LCM(v1.5/XL),932.2859985479632,925.6936284015911,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api
11
- OpenJourney,OpenJourney,853.254716577876,847.9703536184193,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney
12
- LCM,LCM,817.0909829889843,830.305656465181,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,1150.114428439545,1149.6941264195339,Playground v2.5 Community License,Playground,https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic
3
+ PlayGround V2,PlayGround V2,1092.4709138026708,1090.7337820911177,Playground v2 Community License,Playground,https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic
4
+ HunyuanDiT,HunyuanDiT,1062.7861652938373,1056.6748409018237,N/A,N/A,N/A
5
+ StableCascade,StableCascade,1056.3731617382482,1058.545838981972,stable-cascade-nc-community (other),Stability AI,https://huggingface.co/stabilityai/stable-cascade
6
+ SDXLLightning,SDXLLightning,1042.0075561291465,1046.6768663630899,openrail++,ByteDance,https://huggingface.co/ByteDance/SDXL-Lightning
7
+ PixArtAlpha,PixArtAlpha,1041.0140731528086,1030.3446204285094,openrail++,PixArt-alpha,https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS
8
+ PixArtSigma,PixArtSigma,1038.3311788015276,1037.8603137662824,openrail++,PixArt-alpha,https://fal.ai/models/fal-ai/pixart-sigma
9
+ SD3,SD3,1018.0527793052946,1011.9280564064835,N/A,N/A,N/A
10
+ SDXL,SDXL,986.6676194421469,985.9584037229905,openrail++,Stability AI,https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
11
+ SDXLTurbo,SDXLTurbo,929.3709780661967,927.047868594216,sai-nc-community (other),Stability AI,https://huggingface.co/stabilityai/sdxl-turbo
12
+ LCM(v1.5/XL),LCM(v1.5/XL),925.0114257235736,918.2476978493269,openrail++,Latent Consistency,https://fal.ai/models/fal-ai/fast-lcm-diffusion/api
13
+ OpenJourney,OpenJourney,848.7224643206589,842.5517595057678,creativeml-openrail-m,PromptHero,https://huggingface.co/prompthero/openjourney
14
+ LCM,LCM,809.0772557843452,822.0490114234851,MIT License,Tsinghua University,https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7
arena_elo/results/latest/video_generation_leaderboard.csv CHANGED
@@ -1,9 +1,9 @@
1
  key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
- T2VTurbo,T2VTurbo,1113.2821829958448,1110.8655597157353,cc-by-nc-4.0,"University of California, Santa Barbara",https://huggingface.co/jiachenli-ucsb/T2V-Turbo-VC2
3
- StableVideoDiffusion,StableVideoDiffusion,1104.605973565032,1108.3916455890874,stable-video-diffusion-nc-community,Stability AI,https://fal.ai/models/fal-ai/fast-svd/text-to-video/api
4
- VideoCrafter2,VideoCrafter2,1077.4392824412053,1078.1740387487607,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/
5
- AnimateDiff,AnimateDiff,1075.3714009881762,1073.1695717016044,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v
6
- LaVie,LaVie,996.8941901730471,997.0145848472475,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie
7
- OpenSora,OpenSora,915.7943281372358,915.4210764184477,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora
8
- ModelScope,ModelScope,865.78354370958,865.5157482199218,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571
9
- AnimateDiffTurbo,AnimateDiffTurbo,850.829097989877,851.4477747591944,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v-turbo
 
1
  key,Model,Arena Elo rating (anony),Arena Elo rating (full),License,Organization,Link
2
+ StableVideoDiffusion,StableVideoDiffusion,1122.4525872811755,1125.466609186958,stable-video-diffusion-nc-community,Stability AI,https://fal.ai/models/fal-ai/fast-svd/text-to-video/api
3
+ T2VTurbo,T2VTurbo,1103.0699494641894,1101.117277929343,cc-by-nc-4.0,"University of California, Santa Barbara",https://huggingface.co/jiachenli-ucsb/T2V-Turbo-VC2
4
+ VideoCrafter2,VideoCrafter2,1074.1018336926682,1074.4442213352145,Apache 2.0,Tencent AI Lab,https://ailab-cvc.github.io/videocrafter2/
5
+ AnimateDiff,AnimateDiff,1073.7162789603087,1072.36210477041,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v
6
+ LaVie,LaVie,993.1058417381524,992.1853593542747,Apache 2.0,Shanghai AI Lab,https://github.com/Vchitect/LaVie
7
+ OpenSora,OpenSora,914.6563792036475,914.3878370939968,Apache 2.0,HPC-AI Tech,https://github.com/hpcaitech/Open-Sora
8
+ ModelScope,ModelScope,867.5273136055052,868.7446546619765,cc-by-nc-4.0,Alibaba Group,https://arxiv.org/abs/2308.06571
9
+ AnimateDiffTurbo,AnimateDiffTurbo,851.3698160543528,851.2919356678267,creativeml-openrail-m,"The Chinese University of Hong Kong, Shanghai AI Lab, Stanford University",https://fal.ai/models/fast-animatediff-t2v-turbo